Jump to content
  • 0
Sign in to follow this  
ThyroDree

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

Question

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;
">
Edited by ThyroDree

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

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

Edited by Garr

Share this post


Link to post
Share on other sites
  • 0

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.?

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.