Jump to content
  • 0

Desperado Issue


Armony

Question


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  39
  • Reputation:   2
  • Joined:  01/17/18
  • Last Seen:  

Merry Christmas dev's by rAthena
Days ago I am dealing with that skill but I have overcome the problem is that: The skill does a 2k damage but after
Spam it a 3 times the damage of double bone that of 2k rises to
4-5k

Thanks in advance

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  398
  • Reputation:   246
  • Joined:  07/04/19
  • Last Seen:  

10 hours ago, Armony said:

Merry Christmas dev's by rAthena
Days ago I am dealing with that skill but I have overcome the problem is that: The skill does a 2k damage but after
Spam it a 3 times the damage of double bone that of 2k rises to
4-5k

Thanks in advance

you can nerf the skill damage on

db/skill_damage_db

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  39
  • Reputation:   2
  • Joined:  01/17/18
  • Last Seen:  

6 hours ago, BeWan said:

you can nerf the skill damage on

db/skill_damage_db

That is not my problem, the problem is that the skill starts hitting 2k after a few hits the damage increases by x2 or more

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  39
  • Reputation:   2
  • Joined:  01/17/18
  • Last Seen:  

Here is a video to make it a bit clearer the problem I have is to say that it has no equipment or card simply the weapon

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  39
  • Reputation:   2
  • Joined:  01/17/18
  • Last Seen:  

Here is a video to make it a bit clearer the problem I have is to say that it has no equipment or card simply the weapon

 

Desperado Issue

 

Sorry doble Post LAG internet /sry

Edited by Armony
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  398
  • Reputation:   246
  • Joined:  07/04/19
  • Last Seen:  

34 minutes ago, Armony said:

Here is a video to make it a bit clearer the problem I have is to say that it has no equipment or card simply the weapon

 

Desperado Issue

 

Sorry doble Post LAG internet /sry

if the desperado damage you're talking about you can edit on 
db/skill_damage_db
to control the damage output

 

if you want to edit the multiple hits.

skill_cast_db.txt.

Edited by BeWan
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  39
  • Reputation:   2
  • Joined:  01/17/18
  • Last Seen:  

On 12/27/2019 at 11:15 AM, BeWan said:

if the desperado damage you're talking about you can edit on 
db/skill_damage_db
to control the damage output

 

if you want to edit the multiple hits.

skill_cast_db.txt.

if you watched the video above you can notice how desperado damage start and how end.

Edited by Armony
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  416
  • Reputation:   73
  • Joined:  05/16/19
  • Last Seen:  

sounds like your fallen angel status is being taken into effect some how

 

or crit ? idk could be a pvp thing i dont know about 

Edited by Naruto
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  39
  • Reputation:   2
  • Joined:  01/17/18
  • Last Seen:  

On 12/28/2019 at 5:15 PM, Naruto said:

sounds like your fallen angel status is being taken into effect some how

 

or crit ? idk could be a pvp thing i dont know about 

i think is not about pvp coz i tested with a dummy and the damage has the same problem 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  416
  • Reputation:   73
  • Joined:  05/16/19
  • Last Seen:  

Hmmm only thing i can see that may cause a problem is the fact that 

You are running on PRE RENEWAL system

and the code is universal 

		case GS_DESPERADO:
			skillratio += 50 * (skill_lv - 1);
			if (sc && sc->data[SC_FALLEN_ANGEL])
				skillratio *= 2;
			break;

Do yourself a favor a delete the bottom part

		case GS_DESPERADO:
			skillratio += 50 * (skill_lv - 1);
//			if (sc && sc->data[SC_FALLEN_ANGEL])
//				skillratio *= 2;
			break;

 

No idea otherwise

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...