I would like to request item data structure console error message. because for now when there's something wrong with the item data, it doesn't show any error or information about that, thus it will crash your map-server without knowing why..
After searching the root of error, I found out that the reason of map server crash is because of Inherit.
I would like to request item data structure console error message. because for now when there's something wrong with the item data, it doesn't show any error or information about that, thus it will crash your map-server without knowing why..
After searching the root of error, I found out that the reason of map server crash is because of Inherit.
example:
item_db.conf
{ Id: 2169 AegisName: "Kalasak" Name: "Kalasag" Type: 5 Buy: 20 Weight: 400 Def: 40 Upper: 63 Loc: 32 View: 1 Script: <" bonus2 bSubRace,RC_Boss,getrefine()/3; ">},I want to add a slot, so in item_db2.conf
// Kalasag{ Id: 2169 Inherit: true Slots: 1},Then restart the server.
this will result of map-server crash and restart without any error or debug.
Edited by sevenzz23Share this post
Link to post
Share on other sites