Jump to content
  • 0

edit Skill Gunslinger


Question

Posted
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

 

6 answers to this question

Recommended Posts

  • 0
Posted

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.
  • 0
Posted

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.
  • 0
Posted

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

  • 0
Posted

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  /oops

 

and after i modify in battle.c, i must to compile server ...right ?  /thx  /thx

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.   Paste as plain text instead

  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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...