Oo mas ok yung latest ngayon (Hercules) marami ng na fix na bug at halos parehas na sa official server kesa sa dating eathena.meaning mas okay yun hercules? since everything eathena have, meron din ang hercules and mas improve pa?
okay lng bang icopy paste ko yung ibang item sa re/itemdb.conf papunta sa pre/itemdb.conf?dipende, accessible naman lahat ng map kung available sa server mo trough @go/@warp command, or kung sa NPC access naman, makikita mo yun sa npc/pre-re
same sa item makikita mo sa db.pre-re..
pag naka pre-renewal ka lahat ng pre-re lang ang babasahin, hindi kasama ang "re" renewal.
NOTE: Magkaiba ang item attributes ng pre-renewal sa renewal.
pwede po bang penge ako ng sample ng item na may inheritopo. use Item_db2.conf add mo lang po yung Inherit if available na yung item.
thnx i get it nowOkay Note this:
// =================== Optional fields (item_db2 only) ================ Inherit: true/false (boolean, if true, inherit the values that weren't specified, from item_db.conf, else override it and use default values)
example in item_db.conf
{ Id: 4003 AegisName: "Pupa_Card" Name: "Pupa Card" Type: 6 Buy: 20 Weight: 10 Loc: 16 Script: <" bonus bMaxHP,700; ">},
Let's try to make an item_db2 entry for a Pupa Card that gives a bonus of 1000 HP rather than just 700.
{ Id: 4003 Inherit: true Script: <" bonus bMaxHP,1000; ">},
Done. No need to rewrite the name, location, prices... those are already in the item_db!
Please, Read Item DB file structure overhaul for more information about this!!
We use essential cookies to make this site work, and optional cookies to enhance your experience.