Jump to content

Czar

Discord Helper
  • Posts

    20975
  • Joined

  • Last visited

  • Days Won

    1815
  • Feedback

    100%

Posts posted by Czar

  1. Version 3.61

     

    - Fixed trying to close the interface (finally!)

    - New paint

     

    The update will be verified soon and uploaded to SDN smile.png

     

     

    (new paint) it's not that ugly

     

    R5s5JoS.png

  2. 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

  3. Used this script for about 6-7 hours, babysit it and it never made any mistakes e.g spam clicking or anything was quite a good script. Still banned a day later but what can you do. The only thing I could suggest is trying to make it click the experiments a little bit better because at the moment it clicks them on the minimap then takes 1-2 seconds after standing still near the experiment to actually attack it

     

    Alright, I have a method which clicks them faster and better and I will implement it, thanks for the feedback and sorry about your account :(

  4. 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.

  5. 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.

  6. 	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.

  7. 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.

  8. Hi czar,

     

    Bot is working and i can say i'm very pleased, so for people who are still debating about buying the script, do not hesitate!

     

    Cheers

     

    That is very nice to hear, I'm glad you enjoy it :D

     

    Happy botting!

  9. Yeah, I just checked it's still version 3.52, the script manager still hasn't updated the script.. The latest version is 3.53. Let me contact him again. I'm so sorry guys this is not under my control. I fixed the script within 30 minutes but on OSBot's side they take longer. :(

  10. it is still moving to highest point of angle and just stands there

     

    Yeah, we need to wait until Eric verifies the update to version 3.53. The one on SDN is still 3.52 :( I have just contacted him and hopefully it will be soon. :D

    • Like 1
×
×
  • Create New...