Armony Posted December 26, 2019 Posted December 26, 2019 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 Quote
0 BeWan Posted December 27, 2019 Posted December 27, 2019 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 Quote
0 Armony Posted December 27, 2019 Author Posted December 27, 2019 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 Quote
0 Armony Posted December 27, 2019 Author Posted December 27, 2019 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 bandicam 2019-12-27 10-10-36-768.avi Quote
0 Armony Posted December 27, 2019 Author Posted December 27, 2019 (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 Edited December 27, 2019 by Armony Quote
0 BeWan Posted December 27, 2019 Posted December 27, 2019 (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 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 December 27, 2019 by BeWan Quote
0 Armony Posted December 28, 2019 Author Posted December 28, 2019 (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 December 28, 2019 by Armony Quote
0 Naruto Posted December 28, 2019 Posted December 28, 2019 (edited) 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 December 28, 2019 by Naruto Quote
0 Armony Posted December 31, 2019 Author Posted December 31, 2019 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 Quote
0 Naruto Posted December 31, 2019 Posted December 31, 2019 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 Quote
Question
Armony
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.