R>Item data structure overhaul error msg

Mhalicot

Gamers Republic
Messages
1,971
Points
0
Location
Asia
Github
mhalicot
Emulator
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.

 
Last edited by a moderator:
Back
Top