hello i need help with a script to enchant helmet of the ancients and werewolf amulet when they need to recharge.
Thanks in advance
Printable View
hello i need help with a script to enchant helmet of the ancients and werewolf amulet when they need to recharge.
Thanks in advance
Wrong area. Next time use Lua scripts > Requests
auto(1000)
HelmetAncients = 9999 ---id helmet less small ruby
WerewolfAmulet = 9998 ------id amulet less moonlight crystals
if not $pzone then
if itemcount(HelmetAncients) > 0 and itemname(HelmetAncients) then
useitemon('Small Ruby', itemname(HelmetAncients))
end
if itemcount(WerewolfAmulet) > 0 and itemname(WerewolfAmulet) then
useitemon('Moonlight Crystals', itemname(WerewolfAmulet))
end
end
Not sure whether it will work. I'm out traveling and my home computer that is running the bot Excuse me.