1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Alpha Gilded Altar [Deleted]

Discussion in 'Bot Support & Feedback' started by Eagles13, Jan 21, 2015.

Thread Status:
Not open for further replies.
  1. Eagles13

    Eagles13 The only thing Alpha about me is my bots

    Joined:
    Sep 22, 2014
    Messages:
    618
    Likes Received:
    186
    Eagles13 updated JGildedAltar with a new update entry:

    JGildedAltar v0.2.2 Released!

    Changes:
    This update fixes many issues raised in the thread, including:
    -script bot will now walk to burners/altar by clicking on screen rather than on minimap if they are close by.
    -Walking bugs fixed.
    -If TokKul-Zo becomes unequipped, it will be re-equipped.

    Also various logical reworks.
     
    #61 Eagles13, Mar 15, 2015
    Last edited: Mar 15, 2015
  2. james2

    Joined:
    Mar 14, 2015
    Messages:
    4
    Likes Received:
    0
    yes, im mac user too and all your scripts bots are crashing...in windows working good.
     
  3. Eagles13

    Eagles13 The only thing Alpha about me is my bots

    Joined:
    Sep 22, 2014
    Messages:
    618
    Likes Received:
    186
    Not sure what to say. If you've deleted your %User%/RuneMate/ dir and it's still happening, then I need to talk to @Cloud about it.
     
  4. U turn

    Joined:
    Aug 27, 2014
    Messages:
    246
    Likes Received:
    16
    @Eagles13 did u find out how to delete it on mac?
     
  5. Eagles13

    Eagles13 The only thing Alpha about me is my bots

    Joined:
    Sep 22, 2014
    Messages:
    618
    Likes Received:
    186
    Nope.
     
  6. Fontkodo

    Joined:
    Jun 21, 2014
    Messages:
    350
    Likes Received:
    111
    Sometimes it accidentally clicks 'Collect' on the bank and opens up the GE collection interface, it then tries to click the bank even though it is behind the interface and gets stuck.
     
  7. scaredy

    Joined:
    Mar 14, 2015
    Messages:
    33
    Likes Received:
    1
    is it possible to add yanille loadstone support? As i don't have the construction level to have a house in yanille.
     
  8. Eagles13

    Eagles13 The only thing Alpha about me is my bots

    Joined:
    Sep 22, 2014
    Messages:
    618
    Likes Received:
    186
    You can just tell the script bot to walk to Yanille and use a friend's house.
     
  9. scaredy

    Joined:
    Mar 14, 2015
    Messages:
    33
    Likes Received:
    1
    Well it seems like some of the people have 2 Altars in their house and the bot detects the wrong one...
    Just used an other person and it fixed it. :)
    Also seems to miss click alot. Instead of offering it clicks pray or on another player's name.
     
    #69 scaredy, Mar 24, 2015
    Last edited: Mar 24, 2015
  10. Philosobyte

    Joined:
    Dec 18, 2014
    Messages:
    398
    Likes Received:
    79
    One of the more prominent Open Gilded Altar hosts is imacer, who has another, presumably lower-level altar at another place in his house. The bot goes to that one instead of the closest one.

    @Eagles13
    Perhaps you're using a list of altar names, from lowest-level to highest-level. Reverse the order so that the highest-level is first.

    If that's not the issue, perhaps you're using the First altar that the game detects, and the undesirable altar is technically first based on tile position. Change it to getting the nearest altar, instead of the first.

    Everything else about the bot is working nicely.
     
  11. Eagles13

    Eagles13 The only thing Alpha about me is my bots

    Joined:
    Sep 22, 2014
    Messages:
    618
    Likes Received:
    186
    The bot pulls the nearest altar as soon as you get in to the house.
     
  12. Philosobyte

    Joined:
    Dec 18, 2014
    Messages:
    398
    Likes Received:
    79
    Well, imacer is on World 31 like 12 hours a day. Can you look into it?
     
  13. Sigzil

    Joined:
    Dec 18, 2014
    Messages:
    3
    Likes Received:
    3
    Loving the script bot man, thanks to you I'll get soul split in no time.

    Just some minor problems I found:

    When running out of marrentil or teleport tabs the bot doesn't stop, but instead keeps spam clicking the bank preset.

    When I enter my house the altar is on the screen, but the bot still uses the minimap to run to the altar.
    Due to this the bot sometimes takes me to the room next to the altar room.
    Earlier in the thread you said this was fixed, so maybe it's due to my setup?
    I'm using EOC with a custom layout, could this be the problem?

    EDIT: I'm also lighting the burners, so maybe it would go to the altar without using the minimap, but not to the burners?
     
  14. Derk

    Derk 12 year old normie

    Joined:
    Jan 8, 2015
    Messages:
    2,766
    Likes Received:
    1,339
    Spam clicks house tablet, uses 2 or 3 before actually teleporting which is a waste of tabs. :(
     
  15. Philosobyte

    Joined:
    Dec 18, 2014
    Messages:
    398
    Likes Received:
    79
    It hasn't been spam clicking the house tablet for me, even at the time of your post.

    Thank you so much for 92 prayer. I'm done using this, but it seems as if after the bot clicks "Offer" at the altar, the bot sleeps for a long time. While the bot is waiting for the offering to finish, could you use a
    Code (Text):
    1. public boolean isOffering() {
    2.     return Players.getLocal().getAnimation != -1 || Players.getLocal().isMoving();
    3. }
    Code (Text):
    1. () -> Execution.delayWhile(isOffering(), isOffering(), 1000, 2000, 4000);
    or something similar? Because the bot is misclicking "Offer" 3 out of 5 times, and the long idle after every misclick is lowering the xp per hour from 270k to 200k using dragon bones.
     
  16. Derk

    Derk 12 year old normie

    Joined:
    Jan 8, 2015
    Messages:
    2,766
    Likes Received:
    1,339
    It only happens when I have lag (which happens quiet frequently to me :p )

    I got 99 prayer using your bot though, so kudos. :p
     
  17. Eagles13

    Eagles13 The only thing Alpha about me is my bots

    Joined:
    Sep 22, 2014
    Messages:
    618
    Likes Received:
    186
    That strategy won't work as the player often stops animating when offering. I am thinking of a new implementation though using an inventory listener with much shorter sleeps.
     
  18. Philosobyte

    Joined:
    Dec 18, 2014
    Messages:
    398
    Likes Received:
    79
    Even with the reset and the timeout part? I thought that kind of situation is was what the reset and timeout were made for. edit: I could be wrong, because I've never used them before, but it seems that way from the API. edit2: never mind, I'll experiment myself when I have time. The inventory thing is a good solution.
     
    #78 Philosobyte, Apr 6, 2015
    Last edited: Apr 6, 2015
  19. Velozity

    Joined:
    Apr 6, 2015
    Messages:
    250
    Likes Received:
    18
    The script bot gets stuck on withdraw x interface, I'm not sure if you are aware of this problem but I cant seem to be able to run the script bot without getting stuck.
     
  20. Philosobyte

    Joined:
    Dec 18, 2014
    Messages:
    398
    Likes Received:
    79
    Just use the bank preset 1 with two teleport tabs and 27 bones.
     
Thread Status:
Not open for further replies.

Share This Page

Loading...