Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Pixie Red Berry Picker [Deleted]

Status
Not open for further replies.
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,868
Oh haha, havent tested legacy either xD
Well i'll try switching out of legacy but i doubt that'll fix it

Edit: Confirmed legacy mode isn't the issue
Screenshot%202014-08-27%2014.36.35.png
 
Last edited:
Joined
Nov 15, 2013
Messages
339
Yea, that bug makes sense due to there being a bank in that direction and also your inventory being full.
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,868
Yea, that bug makes sense due to there being a bank in that direction and also your inventory being full.
And if the account logs out for whatever reason, upon logging in the camera auto-sets to a similar angle, resulting in the script 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?
 
Joined
Nov 15, 2013
Messages
339
And if the account logs out for whatever reason, upon logging in the camera auto-sets to a similar angle, resulting in the script 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?

Not long, i just sell them over night.
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,868
Another bug, it seems to have opened some window in the bank and is unable to continue.
Screenshot%202014-08-27%2016.20.19.png
 
I've been called a god before.
Joined
Aug 5, 2014
Messages
3,212
Another bug, it seems to have opened some window in the bank and is unable to continue.
Screenshot%202014-08-27%2016.20.19.png
When i was scripting for pb, walking didnt work either. It is because Map is too small. Try to make it bigger.
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,868
When i was scripting for pb, walking didnt work either. It is because Map is too small. Try to make it bigger.
Or it's because the tile it's trying to click is under that window that's covering half the map.
 
Joined
Jul 24, 2014
Messages
188
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..
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,868
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..
This is exactly what i was thinking lol.
 
Joined
Jul 24, 2014
Messages
188
Always check for

JavaScript:
if(varrockBankArea.contains(Players.getLocal()))

And in your walking part do the exact opposite ;)
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,868
@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 picks up where it left off and works fine.
 
F

Falixus

I'm making a new account, will definitely use it.
Will post some proggies later on.
 
Joined
Jul 24, 2014
Messages
188
@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 picks up where it left off and works fine.
Sounds like PredefinedPath? Try webwalking @frazboyz

If it is actually webwalking then try PredefinedPath :D
 
Joined
Sep 30, 2014
Messages
110
Script doesnt work
Tried oppening it and it never started and I started it near the berry
 
Status
Not open for further replies.
Top