About Item_db2/db.conf.. [ + Item ]

ThyroDree

New member
Messages
556
Points
0
Location
Philippines
Github
bosxkate23
Emulator
Hi,

Anyone can support me using/editing item_db2.conf because i'm new to Hercules Item db conf file. x.x i just want to know how to add a script..

example//

Alice Doll [1]

Give 10% Increase Damage to Demi-Human

[ + Gentlemans Pipe ] <

Enable use of Level 1 Hiding <

how can i add combo items? like this ^^

 also this

Take 50% more damage from Wind Property Attack.. < what script on item_db i can use in this item information?

my ALICE DOLL Item_db.conf

 Id: 5137


AegisName: "Alice_Doll"
Name: "Alice Doll"
Type: 5
Buy: 20
Weight: 500
Slots: 1
Job: 0xFFFFFFFE
Loc: 256
EquipLv: 30
Refine: false
View: 208
Script: <"
bonus2 bAddRace,RC_DemiHuman,10;
">
 
Last edited by a moderator:
About making combos, there's completely new file, db/(pre-)re/item_combo_db.txt.

In your case add there such line:

5137:5377, { skill TF_HIDING,1; }

About taking 50% more damage from Wind Property Attack, this should work:

bonus2 bSubEle,Ele_Wind,-50;
You can find item bonuses list in doc/item_bonus.txt

 
Last edited by a moderator:
About making combos, there's completely new file, db/(pre-)re/item_combo_db.txt.

In your case add there such line:

5137:5377, { skill TF_HIDING,1; }

About taking 50% more damage from Wind Property Attack, this should work:

bonus2 bSubEle,Ele_Wind,-50;
You can find item bonuses list in doc/item_bonus.txt
even if my combo item is custom item? ill put it in  db/(pre-)re/item_combo_db.txt.?

 
All that matters is for such ID to exist, even if it's custom it should work.

 
Back
Top