Mudar Roupa do Leader
Descrição
Alterar outfit do leader da sua party.
Autor: Luiz
1
2
3
4
5
6
7
macro(100, "Trocar Outfit Leader", function()
for _,lu in ipairs(getSpectators(posz())) do
if lu:isPlayer() and lu:getShield() == 4 then
lu:setOutfit({type = 6})
end
end
end)