Skip to content

Incorrect outfits ids? #233

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions