Jump to content

CzarRangingGuild


Recommended Posts

Posted (edited)

How many coins did you really have? I made it log out when coins are less than 1,000 (1k).

 

Edit: version 3.54 will have:

 

- Standing adjacent to the competition judge, non-diagonal interaction

- More reliable camera rotation

 

These updates are purely for optimization and increase range xp/hr. Talking to the judge while you aren't next to him will always slow down xp/hr. Camera rotation is perfectly fine right now, but I can always make it more smooth and faster.

 

Coming soon:

 

Teleportation to varrock and selling rune arrows that you got from range guild. Should be easy: requirement camelot teleport and varrock teleport at all times. It is optional, of course.

Edited by Czar
Posted (edited)
	public class Money extends Node {
		@Override
		public boolean validate() throws InterruptedException {
			if (inventory.getAmount("Coins") < 1000) {
				return true;
			}
			return false;
		}

		@Override
		public boolean execute() throws InterruptedException {
			log("// Ran out of coins! Terminating...");
			stop();
			return true;
		}
	}

That is the only code related to stopping the script, weird o_O 

 

If it happens again, please tell me every detail of what the script is doing, so I can handle it.

Edited by Czar
Posted

sorry for not posting this earlier but is what it said:

 

[iNFO][bot #1][11/03 02:29:34 AM]: / Fast-clicked successfully.
[iNFO][bot #1][11/03 02:29:38 AM]: // Ran out of coins! Terminating...
[iNFO][bot #1][11/03 02:29:40 AM]: Terminating script CzarRangeGuild 3.53...
[ERROR][bot #1][11/03 02:29:40 AM]: Error drawing canvas!
java.util.ConcurrentModificationException
at java.util.LinkedHashMap$LinkedHashIterator.nextNode(Unknown Source)
at java.util.LinkedHashMap$LinkedKeyIterator.next(Unknown Source)
at org.osbot.rs07.canvas.WrappedCanvas.drawScreen(tg:115)
at org.osbot.rs07.canvas.WrappedCanvas.getGraphics(tg:86)
at client.t(client.java:1613)
at eq.oc(eq.java:245)
at eq.run(eq.java:196)
at java.lang.Thread.run(Unknown Source)
[iNFO][bot #1][11/03 02:29:40 AM]: // CzarRangeGuild terminated
[iNFO][bot #1][11/03 02:29:40 AM]: // Shots fired: 130.
[iNFO][bot #1][11/03 02:29:40 AM]: Script CzarRangeGuild 3.53 has exited!
[WARN][bot #1][11/03 02:29:45 AM]: Event executor is taking too long to suspend; terminating now...
[ERROR][bot #1][11/03 02:29:45 AM]: Caught thread death in EventExecutor
Posted (edited)

I just searched around the forums and other scripts are getting the same error. It is definitely the client. The error message doesn't contain any trace of my code so it can't be the script. The best solution now is to restart the bot and try again, we must wait for a bot update.

 

Sorry for inconvenience sad.png I'm glad to know it's not my script though biggrin.png

 

EDIT: Proof:

http://osbot.org/forum/index.php?app=core&module=search&do=search&andor_type=&sid=7f58b2e3a89eac804d972e7692d339b2&search_app_filters[members][sear********ey]=members&search_app_filters[members][members][sortKey]=date&search_term=drawing+canvas&search_app=forums

http://osbot.org/forum/topic/52141-apa-rock-crabs-osb2/page-17?hl=drawing+canvas#entry683628

 

As for the range guild stopping due to no more money, it's because it couldn't identify the money because of the aforementioned bot error.

Edited by Czar
Posted

Ran it for 15min and kept getting stuck trying to close the target view. Gunna try it again in about an hr so it doesnt look like im botting.

 

It's supposed to close the target view, it clicks the target object aligned with the target interface's X option so it gets range xp and closes the interface immediately, to get higher xp.

Posted (edited)

Version 3.55

 

- Fixed camera issues, kept moving very twitchy, it's completely smooth and fast now (took a while to notice why this bug was there)

- Added right-click option feature in the options menu, so the script enables it automatically

 

Update has been pushed to the SDN.

 

We must now wait until the update is verified. Meanwhile, the script does work however users have been reporting camera issues.

 

EDIT: I must add, the camera is now working flawlessly! Looks amazing biggrin.png

Edited by Czar

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...