Jump to content
  • 0

Desperado Issue


Question

Posted

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

9 answers to this question

Recommended Posts

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

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

  • 0
Posted (edited)

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
  • 0
Posted (edited)
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
  • 0
Posted (edited)
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
  • 0
Posted
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 

  • 0
Posted

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

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