Mw no SQM Que o Personagem Estava
Ao precionar a tecla de atalho, taca Mw no sqm que o personagem estava.
Autor:
local mw = macro(100, "Mw", "F10",function() end)
onPlayerPositionChange(function(newPos, oldPos)
if oldPos.z ~= posz() then return end
if oldPos then
local tile = g_map.getTile(oldPos)
if mw.isOn() and tile:isWalkable() then
useWith(7382, tile:getTopUseThing())
end
end
end)