czy kto moglbym mi przerobic ten scrypt aby zdejmowal ringa jak nie bedzie na ekranie cyclopow?
To wazne bo pomoze mi zaoszczedzic dziesiatki tysiecy golda.
init start
local toequip = 1
local monsters = {'Cyclops'}
init end
auto(200)
if itemcount("stealth ring") > 0 and (maround(10, table.unpack(monsters)) >= toequip) and paround(10) == 0 then
pausewalking(300,500)
equipitem("stealth ring", "finger") waitping()
elseif $finger.id == 3088 and (maround(10, table.unpack(monsters)) < toequip) or $mppc <= 5 then
pausewalking(300,500)
unequipitem('finger')
wait(300,500)
end
Zakładki