Jump to content
  • 0

edit Skill Gunslinger


Tio Akima

Question


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  191
  • Reputation:   138
  • Joined:  09/24/12
  • Last Seen:  

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

 

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   337
  • Joined:  10/17/12
  • Last Seen:  

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.
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  191
  • Reputation:   138
  • Joined:  09/24/12
  • Last Seen:  

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.
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  06/24/15
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  804
  • Reputation:   230
  • Joined:  01/30/13
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  06/24/15
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  804
  • Reputation:   230
  • Joined:  01/30/13
  • Last Seen:  

Yes whenever you modify any c file you need to compile again.

Link to comment
Share on other sites

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.

×
×
  • Create New...