Create a Doram Item

SirKalimus

New member
Messages
6
Points
0
Hello.
I want to create a item in my Database, that can be equiped only by Doram Race.
But i just don't kwon what do i have to put in "equip_jobs", since my database does not have any Doram Item yet,
so i can not just copy it.

Does anyone has any clue about that?
Thank you a lot

doram.png.efef26f10bb30853ec7c79215e0ac3c1.png

 
Hello.
I want to create a item in my Database, that can be equiped only by Doram Race.
But i just don't kwon what do i have to put in "equip_jobs", since my database does not have any Doram Item yet,
so i can not just copy it.

Does anyone has any clue about that?
Thank you a lot

View attachment 4033
reading item from SQL is not supported on herc.

For item_db.conf, you can have it as:

Job: {
Summoner: true
}


if you want to use it for flux, you can have it on your item_db.conf and use the db2sql plugin(provided with hercules repo), to convert the conf to sql(yet, sql db won't be read by server, its purely for external uses)

 
Back
Top