Code:
local destinations = {
[1] = Position(500, 500, 7), -- level 1–50
[2] = Position(1000, 1000, 7), -- level 51–100
[3] = Position(1500, 1500, 7), -- level 100+
}
function onStepIn(creature, item, position, fromPosition)
if...
You do not have permission to view the full content of this resource.
Log in or register now.