Tio Akima 74 Posted September 5, 2016 Hello people I need a help. The skill Gunslinger GROUND DRIFT leaves a bomb on the ground. 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 Quote Share this post Link to post Share on other sites
0 Nardoth 4 Posted September 15, 2016 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. Quote Share this post Link to post Share on other sites
Share this post
Link to post
Share on other sites