Jump to content
  • 0
Sign in to follow this  
Aurora

Skill modifications

Question

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 Aurora

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

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.

Share this post


Link to post
Share on other sites
  • 0

 

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!

Share this post


Link to post
Share on other sites
  • 0

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! :)

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.