ThyroDree 3 Posted July 31, 2014 (edited) 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 July 31, 2014 by ThyroDree Quote Share this post Link to post Share on other sites
0 Garr 117 Posted July 31, 2014 (edited) 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 July 31, 2014 by Garr Quote Share this post Link to post Share on other sites
0 ThyroDree 3 Posted July 31, 2014 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.? Quote Share this post Link to post Share on other sites
0 Garr 117 Posted July 31, 2014 All that matters is for such ID to exist, even if it's custom it should work. Quote Share this post Link to post Share on other sites
0 ThyroDree 3 Posted July 31, 2014 Already work.. Thanks Garr. Quote Share this post Link to post Share on other sites
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?
Share this post
Link to post
Share on other sites