Aurora 4 Posted September 18, 2016 (edited) How can I make Shield boomerang/Charge weapon element changeable as well as Acid Terror? How do I increase/descrease skill damage/buffs as well? Thanks! Edited September 18, 2016 by Aurora Quote Share this post Link to post Share on other sites
0 Mystery 594 Posted September 18, 2016 How can I make Shield boomerang/Charge weapon element changeable as well as Acid Terror? How do I increase/descrease skill damage/buffs as well? Thanks! Go to your skill_db.conf --> https://github.com/HerculesWS/Hercules/blob/master/db/pre-re/skill_db.conf and add the Element: "Element Type" value. To increase damage of the skill, you need to go into the battle.c file and change the skill's formula + recompile. Element: "Element Type" (string) (Optional field - Default "Ele_Neutral") (can be grouped by Levels) Types: "Ele_Neutral", "Ele_Water", "Ele_Earth", "Ele_Fire", "Ele_Wind" "Ele_Poison", "Ele_Holy", "Ele_Dark", "Ele_Ghost", "Ele_Undead" "Ele_Weapon" - Uses weapon's element. "Ele_Endowed" - Uses Endowed element. "Ele_Random" - Uses random element. Quote Share this post Link to post Share on other sites
0 Aurora 4 Posted September 19, 2016 How can I make Shield boomerang/Charge weapon element changeable as well as Acid Terror? How do I increase/descrease skill damage/buffs as well? Thanks! Go to your skill_db.conf --> https://github.com/HerculesWS/Hercules/blob/master/db/pre-re/skill_db.conf and add the Element: "Element Type" value. To increase damage of the skill, you need to go into the battle.c file and change the skill's formula + recompile. Element: "Element Type" (string) (Optional field - Default "Ele_Neutral") (can be grouped by Levels) Types: "Ele_Neutral", "Ele_Water", "Ele_Earth", "Ele_Fire", "Ele_Wind" "Ele_Poison", "Ele_Holy", "Ele_Dark", "Ele_Ghost", "Ele_Undead" "Ele_Weapon" - Uses weapon's element. "Ele_Endowed" - Uses Endowed element. "Ele_Random" - Uses random element. Thanks @Mysterious! It's working perfectly. I have one more question if that's okay xD I can't find where to change the effect of skills, (e.g Inc agi will give +100 dex agi instead of 10) TIA! Quote Share this post Link to post Share on other sites
0 Mystery 594 Posted September 19, 2016 Sorry but that I'm not too sure of... don't know where to find it in the source o-o Quote Share this post Link to post Share on other sites
0 Aurora 4 Posted September 19, 2016 Sorry but that I'm not too sure of... don't know where to find it in the source o-o Awww, that's unfortunate. I'll keep looking. Thanks! Quote Share this post Link to post Share on other sites
How can I make Shield boomerang/Charge weapon element changeable as well as Acid Terror?
How do I increase/descrease skill damage/buffs as well?
Thanks!
Edited by AuroraShare this post
Link to post
Share on other sites