Jump to content
  • 0
Sign in to follow this  
mybitch

Q> How to reduce damage of all the skills of gunslinger?

Question

I'm using a very old yet stable hercules SVN that doesn't have the latest update. What I just want to do is to reduce the damage of all gunslinger skills to 50%

 

Is it possible? If yes, where can I change it? Do I just need to change it in skill_db.txt? or?

 

TIA!

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Maybe...

 

battle.c

 

find

if(!flag.rh && wd.damage)				wd.damage=0; if(!flag.lh && wd.damage2)				wd.damage2=0;

 

add below.

if(skill_id && dstsd->class_&MAPID_BASEMASK) == MAPID_GUNSLINGER) {	wd.damage = wd.damage/2;	wd.damage2 = wd.damage2/2;}

Share this post


Link to post
Share on other sites
  • 0

i it's much easier to use the map zone for this

Note what he said: I'm using a very old yet stable hercules SVN that doesn't have the latest update.

 

maybe he doesn't have map_zone_db.conf

 

 

I'm using a very old yet stable hercules SVN that doesn't have the latest update. What I just want to do is to reduce the damage of all gunslinger skills to 50%

 

Is it possible? If yes, where can I change it? Do I just need to change it in skill_db.txt? or?

 

TIA!

 

try to use map_zone_db.conf if it is available on your db/re or db/pre-re

Share this post


Link to post
Share on other sites
  • 0

 

i it's much easier to use the map zone for this

Note what he said: I'm using a very old yet stable hercules SVN that doesn't have the latest update.

 

maybe he doesn't have map_zone_db.conf

 

 

>I'm using a very old yet stable hercules SVN that doesn't have the latest update. What I just want to do is to reduce the damage of all gunslinger skills to 50%

 

Is it possible? If yes, where can I change it? Do I just need to change it in skill_db.txt? or?

 

TIA!

 

try to use map_zone_db.conf if it is available on your db/re or db/pre-re

 

 

I will try. I'll update you. Thanks! Gracias!

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.