Cydh
New member
First, please don't feel strange if I make new post as suggestion here. Thank you.
We know that on of many differences between Hercules and other emu is on item_db.conf. I feel 'the new' format file & item_db structure can provides some item_db values that currently are separated, like item_buyingstore.txt, item_delay.txt, item_trade.txt, item_nouse.txt, item_stack.txt, and item_avail.txt.
I have suggestion to move those separated file to item_db.conf format:
When those files are merged, then, the sql table for item_db can stores those values too.
And maybe, later some db files can be merge to be one file like mob_db, skill, item creation, etc.
(actually I'm doing something on 'other' emu related SQL - TXT databases then found that Herc's item_db.conf the only one can merges some separated item dbs)
We know that on of many differences between Hercules and other emu is on item_db.conf. I feel 'the new' format file & item_db structure can provides some item_db values that currently are separated, like item_buyingstore.txt, item_delay.txt, item_trade.txt, item_nouse.txt, item_stack.txt, and item_avail.txt.
I have suggestion to move those separated file to item_db.conf format:
- Buyingstore: Yes //item_buyingstore.txt
- Delay: <duration> //item_delay.txt
- Trade: <flag>,<override> //item_trade.txt
- Nouse: <flag>,<override> //item_nouse.txt
- Stack: <amount>,<flag> //or sperated values instead of use a flag, <inventory>,<cart>,<storage>,<guild storage> //item_stack.txt
- Sprite: <item_id> //item_avail.txt
When those files are merged, then, the sql table for item_db can stores those values too.
And maybe, later some db files can be merge to be one file like mob_db, skill, item creation, etc.
(actually I'm doing something on 'other' emu related SQL - TXT databases then found that Herc's item_db.conf the only one can merges some separated item dbs)
Last edited by a moderator: