Everyone who has never used our Bots before, can test each one for 2 days without any limitation.
The trial is given automatically when you login on the Bot, but in some cases it wouldn't work (security reasons).
If this happens, send me a private message and i will be checking the failed trials manually and adding it for those who didn't get it.
We are looking for resellers who may accept payment methods different from ours, including classictibia's cash, realesta's cash, mastercores' cash, etc. Interested? Click here at anytime.



Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Stop looting gold at X cap
#1
Is it possible to make the bot stop loot gold at lets say 10-20 cap? And start to throw it on the ground as if i had 0 cap?
So it will pick valuable loot that doesnt weight much.
Reply

#2
Hello.

local player_cap = cap()
if player_cap > 10 then
     setsettings('Looter/gold coin/Action', 'Loot')
elseif player_cap == 0 then
     setsettings('Looter/gold coin/Action', 'Drop')
else
     setsettings('Looter/gold coin/Action', 'Ignore')
end
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016