edit Skill Gunslinger

Tio Akima

New member
Messages
349
Points
0
Age
36
Discord
TioAkima#0636
Github
Tio Akima
Emulator
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



 
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.

 
Back
Top