rexgandi / tibiaapi

Automatically exported from code.google.com/p/tibiaapi
MIT License
0 stars 0 forks source link

Incorrect outfits ids? #233

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
The OutfitType constants are probably wrong.

Original comment by ian320 on 13 Jun 2011 at 3:39

GoogleCodeExporter commented 9 years ago

Original comment by ian320 on 13 Jun 2011 at 3:39