Use Stealth ring when 3 or more Demon skeleton!
Best Regards!
Use Stealth ring when 3 or more Demon skeleton!
Best Regards!
try it. i cant give 100% guarantee that it will work.PHP Code:
if maround(6, false, "Demon skeleton") >= 3 and ring == 0 then
moveitems("Stealth Ring", "all", "ring", 1)
else if
ring ~~ 0 then moveitems(ID USED STEALTH RING,'ring', NAME_OF_BP,100)
end
end
Last edited by Tibianator; 07-19-2012 at 01:26 AM.
If tibianators doesnt work then you can try this
PHP Code:
if maround(7, false, "demon skeleton") > 2 and ring ~= 3086 then
moveitems("stealth ring", "all", "ring", 1)
elseif ring == 3086 and maround(7, false, "Demon skeleton") < 3 then
moveitems(3086, 'ring', 00, 1)
end
Last edited by kimper; 07-19-2012 at 03:05 AM.