Skip to content

Latest commit

 

History

History

REQUIRES Python 3

Work In Progress.
Currently, this tool only works in linux and only "conf2db" tool is working.

Using Conf2DB:

Extract item_db.conf to item_db.txt:
1)Copy item_db.conf to "conf2db" Folder.
2)Run Following Command "python3 run.py"
3)Follow the Instructions

Format: #id #script #View, [Case-insensitive]
Default: #ID,#AegisName,#Name,#Type,#Buy,#Sell,#Weight,#Atk:#Matk,#Def,#Range,#Slots,#Job,#Upper,#Gender,#Loc,#WeaponLv,#EquipLv,#Refine,#View,{ #Script },{ #OnEquipScript },{ #OnUnequipScript }
Additional Parameters supported by item_db.conf:
#KeepAfterUse #BindOnEquip #Delay #BuyingStore #DisableOptions #Subtype #ViewSprite #ForceSerial #DropAnnounce #ShowDropEffect #DropEffectMode
Additional Parameters made by Script:
#EquipLvMin (Minimum Equip Level)
#EquipLvMax (Maximum Equip Level)
#Trade_override (GroupLv to override Trade Restriction)
#Nouse_override (GroupLv to override Nouse Restriction)
#Stack_amount (Stack Amount)
#Stack_type (Stack Restriction)
#Job_str (Job Constant String)
#Upper_str (Upper Constant String)
#Gender_str (Gender Constant String)
#Loc_str (Loc Constant String)
#Trade_str (Trade Constant String)
#Nouse_str (Nouse Constant String)
Sort: 1/0
1: Sort Entries by ItemID
0: Do Not Sort

Credits: Dastgir