Mudar Roupa do Leader

Descrição

Alterar outfit do leader da sua party.

Autor: Luiz

                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)