TibiaWiki includes server item ids for all objects documented on the website. To make the converter more robustthe server item ids can be used for the loot.
Closes #42
TODO:
Move TibiaWiki item id page from my user pages to a standard page
Figure out how to handle the information in the program. Some options would be to expand the loot class to include item id and item name. Another is to set the item id where possible and put the item name in the description field. Issue #31 could impact the loot class too.
Actually set the item id to the loot object when adding it to the monster. This first commit prints debug information but has no functional changes.
TibiaWiki includes server item ids for all objects documented on the website. To make the converter more robustthe server item ids can be used for the loot. Closes #42
TODO: