Use Item no Cursor
Descrição
Usar item onde o cursor do mouse estiver.
Autor:
1
2
3
4
5
macro(200, "Use item Mouse ", function()
local tile = getTileUnderCursor()
if not tile then return end
g_game.useInventoryItemWith(7382, tile:getTopUseThing())
end)