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
Stealth ring
#1
Equip Stealth ring when more than 2+~ demon skeletons on me.?
Reply

#2
Hello.

Make sure the ids on STEALTH_RING table are correct, because it can be different according the server you are playing!
There is an id when you are not using the ring (not shining) and another id when it's equipped (shinning).

local RINGS_BP = 'red backpack'
local STEALTH_RING = { InUse = 3086, NotInUse = 3049 }
local MONSTERS = { 'Demon Skeleton' }
local MONSTERS_DISTANCE = 1 -- Only counts monsters withing this range or lower. 1 = around you.

if maround(MONSTERS_DISTANCE, table.unpack(MONSTERS)) > 0 and finger().id ~= STEALTH_RING.InUse then
    moveitems(STEALTH_RING.NotInUse, 'finger', RINGS_BP)
    wait(300, 500)
end
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016