Quote Originally Posted by Tripkip View Post
Aight thanks alot, Im gonna try that. While you're on it.

Like half of the times, the Depositter doesnt deposit (all) my items. this causes the bot to get stuck when trying to buy potions/sd's because it doesn't thave enough cap.
Could you take a look into that aswell? Its about the same scripts I just send you.

Btw, I just checked the LUA, it actually says Self.Step (east). But in the XBST file its named Self.Step("EAST"). Ive changed it in the XBST file, geuss thats wrong huh xD?


@DarkstaR or any other Pro scripter :P
It needs either

Self.Step(EAST) or Self.Step("east"). Anything else that may have previously worked was actually a lucky bug not intended to work :P

The deposit function has always been a bit sketchy as well. Just put the deposit statement in the lua 2 or 3 times, that's what I always do. Lmao. (I really don't know what the issue may be, it was made by Syntax and is very hard to understand.)