New item_db format

Neferupitou

New member
Messages
21
Points
0
Github
Neferupitou
Hello, I'm using latest emulator, but the format of item_db / item_db2 is not familiar. 
 
I wonder if there is a method to use the old format.
 
Actual format

{
    Id: 501
    AegisName: "Red_Potion"
    Name: "Red Potion"
    Type: 0
    Buy: 50
    Weight: 70
    Upper: 63
    Script: <" itemheal rand(45,65),0; ">
}
 
Old format
501,Red_Potion,Poção Vermelha,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ itemheal rand(45,65),0; },{},{}
 
If it is not possible to use the old format in recent emulators, there is a program for conversion of scripts? 
Thanks in advance.


 
Man, you save my life... I was so discouraged with the project only imagine it would have to redo more than 400 items

Thank you, Thank you very much!

 
Back
Top