It's been awhile since I updated my revision so I decided to do it today. I just found out that my custom items that have the "callfunc" script doesn't seem to be working. Like this one for example, I have this inside item_db2.txt.
23000,Egg_of_Experience,Egg of Experience,2,,,10,,,, ,0xFFFFFFFF,7,2,,,,,,{ CallFunc("F_ChooseJob"); },{},{}
And I double checked to see if the corresponding npc file is loaded. I also noticed that other items in my item_db2.txt doesn't work as well. Here's one...
16682,Boarding_Halter_Box,Boarding Halter Box,18,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ rentitem 12622,604800; },{},{}
It was working before I updated. Did anything change? What do I do to update the items inside my item_db2.txt? Thanks