We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, only creature_loot_template and item_loot_template are seemingly implemented correctly.
creature_loot_template
item_loot_template
Loot through gameobject_loot_template is bugged for the vast majority of game objects.
gameobject_loot_template
For all loot tables, groups and references need to be handled. The current implementation crashes on reference entries.
This issue tracks implementing all loot tables:
disenchanting_loot_template
fishing_loot_template
mail_loot_template
milling_loot_template
pickpocketing_loot_template
prospecting_loot_template
skinning_loot_template
spell_loot_template
The text was updated successfully, but these errors were encountered:
timkurvers
No branches or pull requests
Currently, only
creature_loot_template
anditem_loot_template
are seemingly implemented correctly.Loot through
gameobject_loot_template
is bugged for the vast majority of game objects.For all loot tables, groups and references need to be handled. The current implementation crashes on reference entries.
This issue tracks implementing all loot tables:
disenchanting_loot_template
)fishing_loot_template
)gameobject_loot_template
)item_loot_template
)mail_loot_template
)milling_loot_template
)creature_loot_template
)pickpocketing_loot_template
)prospecting_loot_template
)skinning_loot_template
)spell_loot_template
)The text was updated successfully, but these errors were encountered: