Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect outfits ids? #233

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 2 comments
Open

Incorrect outfits ids? #233

GoogleCodeExporter opened this issue Mar 15, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

The OutfitType constants are probably wrong.

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

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Accepted
  • Added labels: Priority-Low
  • Removed labels: Priority-Medium

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant