anyone know how to make this bot identify gold items and then sell when finished?
Thanks in advance
Thanks in advance
Are you getting stuck on the zone loop? If that is the case, read my previous message for a quick fix. If you are stuck somewhere else, then it's a different thing but i have yet to encounter other problems. Still didn't find a way to fix ecto buying tho.Quote:
anyone know how to make this bot identify gold items and then sell when finished?
Thanks in advance
Problem reolved, Thanks.Quote:
Are you getting stuck on the zone loop? If that is the case, read my previous message for a quick fix. If you are stuck somewhere else, then it's a different thing but i have yet to encounter other problems. Still didn't find a way to fix ecto buying tho.
cheers :)
The infinite zoning loop still happens with this and no wonder...Quote:
so i managed to find a quick fix for travel loop. the problem seemed to be when the inventory was couting 9 free slots. If you would pick up enough items to miss the 9 free slots mark it would work normaly, so i changed two things. There are two parts of code i found where this is done.
in the first one i changed:
While (CountSlots() >= 10)
second one:
If (CountSlots() <= 9) Then
as if you would change only the second one, it would get stuck again when there would be 10 free slots. With these changes i found that it is working on both occasions.
I'm not sure if this is a sure fix but i have yet to encounter the same problem.
Same for meQuote:
hey thank you so much for updating these vaettir! the ecto one doesn't seem to be selling golds for me, just fills up and then maps to longeye->runs to jaga->repeat no more fighting or selling golds or storing. i tried looking at the script but i'm very new at this, any help?