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
I need help on script for enable/Disable thing
#1
Hello I need LUA that swap my Monsters, atm im botting in rotworms, I need help with script that swap

if not player around then set settings on rotworms "Must attack me" on OFF, if player around then set settings on rotworms "Must attack me" ON


I got this script but ofc dont work


if paround(7, player.name) > 0 then
Targeting/0/Setting1/Only if trapped
else
if paround(7, player.name) < 1 then
Targeting/0/Setting1/Only if trapped
end
end



can someone help me?
Reply

#2
Hello.

if paround(7) > 0 then
    setsettings('Targeting/0/Setting1/Only if trapped', true)
else
    setsettings('Targeting/0/Setting1/Only if trapped', false)
end
Reply

#3
|Only Registered members can see download links. | Click here to buy subscription or here to register.
Workssssss but for what i wanted I edited it like that:

if paround(7) > 0 then
    setsettings('Targeting/0/Setting1/Must attack me', true)
else
    setsettings('Targeting/0/Setting1/Must attack me', false)
end



Just must attack me for only if traped, thanks u boss!
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016