@Ryszard I have a Deeplings Zoo script and two knights 180 lvl and 230 lvl and I want too use script on both at the same time. But on higher level I will have more potions than on smaller level, how can I do that ?
Printable View
@Ryszard I have a Deeplings Zoo script and two knights 180 lvl and 230 lvl and I want too use script on both at the same time. But on higher level I will have more potions than on smaller level, how can I do that ?
Can someone else please confirm? I've been using this "[120+ M} Hrodmir Crystal Cave" script for about 3 weeks now, and it ALWAYS always randomly stops during certain parts of the waypoints and it just sits there. No matter if you reload scripts, reload settings, it just sits there and won't move on the next waypoint.
I've looked into the .lua and there shouldn't be any problems, I use literally the exact same setup. I would seriously appreciate any feedback or response to this, thank you.
I already did, and the bot won't remove enough money and won't buy any ultiamte spirit potions.
Here is what I edited:
Config.Potions = {
{ name = 'ultimate spirit potion', max = 1000, min = 200 }
}
Config.SortItems = {
{ name = 'ultimate spirit potion', index = 1 },
{ name = 'crystalline arrow', index = 2 }
}
Is there something else I should edit for it to buy ultimate spirit potions?
Start one script as the CONFIG is set. Edit the config and start the second client. If you change the CONFIG after you've started 1 client that's fine, it only takes the information at startup of the script.
I'm not entirely sure that XenoBot yet has updated to support the new potions. Once it does, you should not need to change anything in Config.Money, instead the bot will understand from the name in Config.Potions and amount how much it will need to withdraw. So dont bother change anything in the Config.Money, instead change the Config.Potions to the ultimate name, and amount, and once XenoBot support them it will withdraw enough cash.
Today was an update however (not sure new potions were included), but try restart the XenoSuite (and wait for the update), and try again. If it doesnt withdraw enough cash the new potions are yet not supported and you will have to wait until they are supported.
/Stusse
There's no Walker.Stuck triggered?
If nothing happens, even though you reload the settings and whatnot, it sounds like the bug that has been reported a few times in the BUG section. It has nothing to do with our scripts, rather but the XenoBot performance.
Furthermore it would be good to know if you have an active subscription on another account that you use. If not, the reason could lay within your cracked version and it's nothing we support nor take responsibility for.
/Stusse
hello!
how change price?!
i add spider silk to config but it's still 100gp each..
I did it like u write before..
"It's now possible to configure your own prices in the HUD by configuring Config.Prices section in the CONFIG ie.
lua code:
1
2
3
4
5
Config.Prices = {
[3271] = { value = 789, price = 321 },
['stone skin amulet'] = { value = 12345 },
['spider silk'] = { price = 5000 }
}
Improved Pitfall function - rare cases when Walker could get stuck because monster stood at the Pitfall for quite long time
Improved Screenshot-Taker - it's now possible to take a screenshots of skill advances as well (Config.Screenshot.Skills)"