Issue Information
-
#008036
-
0 - None Assigned
-
Fixed
Issue Confirmations
-
Yes (1)No (0)
Please kindly check the damage of Sura's Gate Of Hell, it's kind of over powered. Thanks
Shura - No items (Full HP)
Warlock w/ items
I think this is not normal
Shura - No items (Full HP)
Warlock w/ items
I think this is not normal
find src/map/battle.c
find:
case SR_GATEOFHELL:
ATK_ADD (sstatus->max_hp - status_get_hp(src));
if(sc && sc->data[SC_COMBOATTACK] && sc->data[SC_COMBOATTACK]->val1 == SR_FALLENEMPIRE){
ATK_ADD (sstatus->max_sp * (1 + skill_lv * 2 / 10)) + 40 * status->get_lv(src) );
}else{
ATK_ADD (sstatus->sp * (1 + skill_lv * 2 / 10)) + 10 * status->get_lv(src) );
}
break;
}
change to:
case SR_GATEOFHELL:
ATK_ADD (sstatus->max_hp - status_get_hp(src));
if(sc && sc->data[SC_COMBOATTACK] && sc->data[SC_COMBOATTACK]->val1 == SR_FALLENEMPIRE){
ATK_ADD ( ((int64)sstatus->max_sp * (1 + skill_lv * 2 / 10)) + 40 * status->get_lv(src) );
}else{
ATK_ADD ( ((int64)sstatus->sp * (1 + skill_lv * 2 / 10)) + 10 * status->get_lv(src) );
}
break;
}
i not sure that will be good for you or not .
find:
case SR_GATEOFHELL:
ATK_ADD (sstatus->max_hp - status_get_hp(src));
if(sc && sc->data[SC_COMBOATTACK] && sc->data[SC_COMBOATTACK]->val1 == SR_FALLENEMPIRE){
ATK_ADD (sstatus->max_sp * (1 + skill_lv * 2 / 10)) + 40 * status->get_lv(src) );
}else{
ATK_ADD (sstatus->sp * (1 + skill_lv * 2 / 10)) + 10 * status->get_lv(src) );
}
break;
}
change to:
case SR_GATEOFHELL:
ATK_ADD (sstatus->max_hp - status_get_hp(src));
if(sc && sc->data[SC_COMBOATTACK] && sc->data[SC_COMBOATTACK]->val1 == SR_FALLENEMPIRE){
ATK_ADD ( ((int64)sstatus->max_sp * (1 + skill_lv * 2 / 10)) + 40 * status->get_lv(src) );
}else{
ATK_ADD ( ((int64)sstatus->sp * (1 + skill_lv * 2 / 10)) + 10 * status->get_lv(src) );
}
break;
}
i not sure that will be good for you or not .
Maybe because you don't have anything equipped. GOH deal more DAMAGE if your HP is low.
Also, GOH should ignore FLEE.. in the current one it misses to the character with High Flee
I can confirm this one
test on aegis damage looks good, but I confirm for flee. High flee reduce damage.
and by the way, there are 2 types of Gate of Hell in RO.
Level 1-5 : Considered as MELEE and cannot be blocked by PNEUMA and can be reduced by melee defense.
Level 6-10: Considered as RANGE and can be blocked by PNEUMA and any range defense.
On screenshot, how many Level of Gates of Hell did the attacker do?
Level 1-5 : Considered as MELEE and cannot be blocked by PNEUMA and can be reduced by melee defense.
Level 6-10: Considered as RANGE and can be blocked by PNEUMA and any range defense.
On screenshot, how many Level of Gates of Hell did the attacker do?
changed status to: Fixed
My damage comparison
Aegis Server - Lvl 10 Gate of Hell Damage result:
Same Stats and no weapon
FULL HP
Arch Bishop with Cranial Guard, Immune Muffler, Feather Beret equipped.
~~~
Additional bug: On Aegis, Gate of Hell bypasses Assumptio reduction buff.
Aegis Server - Lvl 10 Gate of Hell Damage result:
- no weapon
- ATK: 118 + 0
- Sura HP: 21,112 <-- FULL HP
- Str: 41 + 16
- Dex: 99 +17
- Vit: 50+ 5
- 1.6k per HIT upto 2.3k per HIT
Same Stats and no weapon
FULL HP
- 2.7k per HIT upto 3.1k per HIT
Arch Bishop with Cranial Guard, Immune Muffler, Feather Beret equipped.
~~~
Additional bug: On Aegis, Gate of Hell bypasses Assumptio reduction buff.
For the damage it's not a skill formula problem. The problem come from the max HP/SP of hercules. But if you got the exact same max HP/SP damage are the same ^^
I will get a look for assumptio
I will get a look for assumptio
I'm keeping my HP/SP on the same count both in Aegis and here in Hercules and still, it is overpowered here in Hercules.For the damage it's not a skill formula problem. The problem come from the max HP/SP of hercules. But if you got the exact same max HP/SP damage are the same ^^
I will get a look for assumptio
Hercules
Aegis
I use GOH lvl 10 for both and as you can see I have exact same max hp/sp on herc and on aegis (it's a beta hp/sp patch I use for hercules)
As you can see damage are almoste identical =)
The reason why our damage comparison is different is because I equipped a Cranial Guard.
The bug here is that Thara Frog Card is not working properly.
So it's not a GOH problem you should make a bug report for racial reduction =)
Alright, no prob