Tio Akima Posted September 5, 2016 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
0 Stolao Posted September 5, 2016 Posted September 5, 2016 Duration is defined in skill_cast_db.txt And one instance should be skill_db.txt the maxcount defined // 13 maxcount: max amount of skill instances to place on the ground when // player_land_skill_limit/monster_land_skill_limit is enabled. For skills // that attack using a path, this is the path length to be used. Quote
0 Tio Akima Posted September 6, 2016 Author Posted September 6, 2016 Duration is defined in skill_cast_db.txt And one instance should be skill_db.txt the maxcount defined // 13 maxcount: max amount of skill instances to place on the ground when // player_land_skill_limit/monster_land_skill_limit is enabled. For skills // that attack using a path, this is the path length to be used. The truth is that I'm trying to turn this skill into a status of skill to enjoy the sprite. So I want to change everything, and leave this skill to changes of status. Quote
0 sonofcereal Posted September 29, 2016 Posted September 29, 2016 my client is 2013... how i can modify damage of this skill ? such as increase damage this skill > > > Ex. lv.10 damage XXXXX per hit [Fix damage] or XXX% ATK. how i do this ? ps. sorry for my bad english Quote
0 Playtester Posted September 29, 2016 Posted September 29, 2016 Maybe just use skill_damage_db, that's easiest: https://github.com/rathena/rathena/blob/master/db/skill_damage_db.txt You can also edit the damage formula in battle.c, search for GS_GROUNDDRIFT, you'll find both the percentual damage formula for renewal and the absolute damage addition for pre-renewal. Quote
0 sonofcereal Posted September 29, 2016 Posted September 29, 2016 Maybe just use skill_damage_db, that's easiest: https://github.com/rathena/rathena/blob/master/db/skill_damage_db.txt You can also edit the damage formula in battle.c, search for GS_GROUNDDRIFT, you'll find both the percentual damage formula for renewal and the absolute damage addition for pre-renewal. oh , i forget battle.c but i always found in skill.c and after i modify in battle.c, i must to compile server ...right ? Quote
0 Playtester Posted October 1, 2016 Posted October 1, 2016 Yes whenever you modify any c file you need to compile again. Quote
Question
Tio Akima
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.