Mw no SQM Que o Personagem Estava

Descrição

Ao precionar a tecla de atalho, taca Mw no sqm que o personagem estava.

Autor:

                
1
2
3
4
5
6
7
8
9
10
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)