Use Item no Cursor

Descrição

Usar item onde o cursor do mouse estiver.

Autor:

                macro(200, "Use item Mouse ", function() 
    local tile = getTileUnderCursor()
    if not tile then return end
    g_game.useInventoryItemWith(7382, tile:getTopUseThing())
end)