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

Pixie Red Berry Picker [Deleted]

Discussion in 'Bot Support & Feedback' started by frazboyz, Aug 1, 2014.

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

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,606
    Likes Received:
    990
    That is rs3 lol... I've justgot legacy mode enabled.
     
  2. frazboyz

    Joined:
    Nov 15, 2013
    Messages:
    339
    Likes Received:
    56
    Oh haha, havent tested legacy either xD
     
  3. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,606
    Likes Received:
    990
    Well i'll try switching out of legacy but i doubt that'll fix it

    Edit: Confirmed legacy mode isn't the issue
    [​IMG]
     
    #23 Aidden, Aug 27, 2014
    Last edited: Aug 27, 2014
  4. frazboyz

    Joined:
    Nov 15, 2013
    Messages:
    339
    Likes Received:
    56
    Yea, that bug makes sense due to there being a bank in that direction and also your inventory being full.
     
  5. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,606
    Likes Received:
    990
    And if the account logs out for whatever reason, upon logging in the camera auto-sets to a similar angle, resulting in the script bot bugging out. It would be great if you could get a fix for this soon :) Also how long does it usually take to sell the berries?
     
  6. frazboyz

    Joined:
    Nov 15, 2013
    Messages:
    339
    Likes Received:
    56
    Not long, i just sell them over night.
     
  7. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,606
    Likes Received:
    990
    Another bug, it seems to have opened some window in the bank and is unable to continue.
    [​IMG]
     
  8. Qosmiof2

    Qosmiof2 I've been called a god before.

    Joined:
    Aug 5, 2014
    Messages:
    3,212
    Likes Received:
    924
    When i was scripting for pb, walking didnt work either. It is because Map is too small. Try to make it bigger.
     
  9. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,606
    Likes Received:
    990
    Or it's because the tile it's trying to click is under that window that's covering half the map.
     
  10. Qosmiof2

    Qosmiof2 I've been called a god before.

    Joined:
    Aug 5, 2014
    Messages:
    3,212
    Likes Received:
    924
    Is it possible to do isVisible?
     
  11. frazboyz

    Joined:
    Nov 15, 2013
    Messages:
    339
    Likes Received:
    56
    More then likely haha
     
  12. Exile

    Joined:
    Jul 24, 2014
    Messages:
    188
    Likes Received:
    23
    About that banking state bug, you're probably doing something like this in your condition part:

    If(Npcs.getLoaded("Banker").nearest() != null)

    However do not do this, I've experienced situations where I was in Varrock mine and this function returned true for al kharid warriors..
     
  13. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,606
    Likes Received:
    990
    This is exactly what i was thinking lol.
     
  14. Exile

    Joined:
    Jul 24, 2014
    Messages:
    188
    Likes Received:
    23
    Always check for

    Code (Javascript):
    1. if(varrockBankArea.contains(Players.getLocal()))
    And in your walking part do the exact opposite ;)
     
  15. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,606
    Likes Received:
    990
    @frazboyz The bug where it gets stuck walking seems to be caused by it attempting to click a coordinate just off the minimap, resulting in it not being clicked. It seems that it forever waits to reach that tile which will never happen because it didn't get clicked. If you manually walk to the tile it was aiming for, the script bot picks up where it left off and works fine.
     
  16. Falixus

    Falixus Guest

    I'm making a new account, will definitely use it.
    Will post some proggies later on.
     
  17. Exile

    Joined:
    Jul 24, 2014
    Messages:
    188
    Likes Received:
    23
    Sounds like PredefinedPath? Try webwalking @frazboyz

    If it is actually webwalking then try PredefinedPath :D
     
  18. elguerra

    Joined:
    Sep 30, 2014
    Messages:
    110
    Likes Received:
    7
    script bot doesnt work
    Tried oppening it and it never started and I started it near the berry
     
  19. elguerra

    Joined:
    Sep 30, 2014
    Messages:
    110
    Likes Received:
    7
     
  20. elguerra

    Joined:
    Sep 30, 2014
    Messages:
    110
    Likes Received:
    7
Thread Status:
Not open for further replies.

Share This Page

Loading...