Pegar ID Outfit

Descrição

Receba mensagem do número ID Outfit do alvo que estiver atacando

Autor: Luiz

                
1
2
3
4
5
6
7
macro(200, "GetOutfit", function() if not g_game.isAttacking() then return end outfits = g_game.getAttackingCreature():getOutfit().type if outfits then g_game.talkPrivate(5, player:getName(), outfits) end end)