So how should that script work then?
@edit:
lua code:local readyClawId = 9392
Module.New("cure-poision", function()
if (Self.isPoisoned()) then
if (Self.Ring().id == readyClawId) then
Self.UseItemFromEquipment("ring")
end
end
end)
So how should that script work then?
@edit:
lua code:local readyClawId = 9392
Module.New("cure-poision", function()
if (Self.isPoisoned()) then
if (Self.Ring().id == readyClawId) then
Self.UseItemFromEquipment("ring")
end
end
end)
Last edited by eldera; 02-22-2016 at 10:05 PM.