Log in

View Full Version : Potion buyer



Alaro
10-27-2015, 04:12 PM
DarkstaR

You should add a new option in walker to buy potions. You will have to choose type od potion and amout of it to buy.
It will make the bot easier to use ;p

* when you will set up like 500 potions to buy it will buy (400,500) - random amount between 400 and 500

What you think about it guys? This option can work for runes also!

raor
11-01-2015, 11:43 AM
You can achive this by using lua script:


local ManaPotionAmount = {min=400, max=500}
...
Self.ShopBuyItemsUpTo('mana potion', math.random(ManaPotionAmount['min'], ManaPotionAmount['max']))
...

brindeds
11-01-2015, 12:32 PM
Sign.