caoszito
06-22-2016, 02:22 AM
Hello guys, i need a script to use Ornate Canopic Jar (12511) every minute (otserv)
i am using this
if 12511 then
local pos = Self.Position()
for dx = -7, 7 do
for dy = -5, 5 do
if Map.GetTopUseItem(pos.x+dx, pos.y+dy, pos.z).id == 12511 then
Self.UseItemFromGround(pos.x+dx, pos.y+dy, pos.z)
wait(500, 1000)
Walker.Stop()
end
end
end
end
but its close after use the item, thank you
i am using this
if 12511 then
local pos = Self.Position()
for dx = -7, 7 do
for dy = -5, 5 do
if Map.GetTopUseItem(pos.x+dx, pos.y+dy, pos.z).id == 12511 then
Self.UseItemFromGround(pos.x+dx, pos.y+dy, pos.z)
wait(500, 1000)
Walker.Stop()
end
end
end
end
but its close after use the item, thank you