local t = {}
for x = 100, 200 do
for y = 100, 200 do
local v = getTopCreature({x=x, y=y, z=7}).uid
if isMonster(v) then
table.insert(t, v)
end
end
end
for i = 1, #t do
doRemoveCreature(t[i])
end
You must spread some Reputation around before giving it to Cykotitan again.
You want to view the map in browser, or?![]()