The outfits hack only working with citizen and hunter outfits
For exemple it works:
Player player = client.GetPlayer();
player.OutfitType = Tibia.Constants.OutfitType.Citizen;
player.Addon = Tibia.Constants.OutfitAddon.Both;
It dont work
Player player = client.GetPlayer();
player.OutfitType = Tibia.Constants.OutfitType.BeggarMale;
player.Addon = Tibia.Constants.OutfitAddon.Both;
Original issue reported on code.google.com by tryllerot on 30 May 2011 at 2:10
Original issue reported on code.google.com by
tryllerot
on 30 May 2011 at 2:10