You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
tryllerot
on 30 May 2011 at 2:10The text was updated successfully, but these errors were encountered: