• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

OpenTibia Item name to item id converter script

Nekiro

Legendary OT User
TFS Developer
Joined
Sep 7, 2015
Messages
2,685
Solutions
127
Reaction score
2,133
Simple python script that converts all name attributes from monster xml loot element to ids.
Note that you need to have items.xml filled with names for this to work.


You need python 3.8+ for this to work.

Simply call:

Python:
python convert_name_to_id.py
 
Last edited:
Back
Top