Pegar ID Outfit
Receba mensagem do número ID Outfit do alvo que estiver atacando
Autor: Luiz
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)