Hello, I have this script for yalahar quest:
-- Config #1 --
local BlindField = {x=32781, y=31157, z=10, stackpos=1}
-- end --
function mapArea(fromPos, toPos, stack)
-- Area iterator by Colandus.
local pos = {x=fromPos.x, y=fromPos.y-1, z=fromPos.z}
return...