Jump to content
  • 0
Sign in to follow this  
Tio Akima

edit Skill Gunslinger

Question

Hello people
I need a help.
 
The skill Gunslinger GROUND DRIFT leaves a bomb on the ground.
 
Mina_do_Justiceiro.gif
 
But this bomb disappears after a few seconds.
 
How to increase this duration??????
 
Second doubt.
 
When using the skill again ... It puts a second bomb.
 
How to make it, to use the skill AND take the pump back.
Instead of using another bomb, he take the bomb that used the ground.
 
thanks

 

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

For the duration of the skill, you can change it from the skill_db.conf in your db/re folder. 

 

To remove previous bombs, go to skill_unitsetting in skill.c and navigate to where the "case GS_GROUNDDRIFT:" is. Add 

skill->clear_group(src, 1);

after that. I didn't test it but maybe you need to check if there is a bomb placed so it doesn't crash or something like that. Also make sure it does not remove bombs from other gunslingers.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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