Issue information

Issue ID
#8036
Status
Fixed
Severity
None
Started
kyeme
Feb 20, 2014 5:50
Last Post
kyeme
Mar 6, 2014 8:20
Confirmation
Yes (1)
No (0)

kyeme - Feb 20, 2014 5:50

Please kindly check the damage of Sura's Gate Of Hell, it's kind of over powered. Thanks

Shura - No items (Full HP)
[img]http://i.imgur.com/tIDE1Eq.jpg[/img]

Warlock w/ items
[img]http://i.imgur.com/xFRJIYM.jpg[/img]

I think this is not normal

This post has been edited by kyeme on Feb 20, 2014 6:43

leeshengbin - Feb 20, 2014 6:52

find src/map/battle.c

[b]find:[/b]
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;
}



[b]change to:[/b]

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

Hadeszeus - Feb 20, 2014 9:41

Maybe because you don't have anything equipped. GOH deal more DAMAGE if your HP is low.

karazu - Feb 24, 2014 1:40

Also, GOH should ignore FLEE.. in the current one it misses to the character with High Flee

karazu - Feb 24, 2014 1:52

I can confirm this one

Michieru - Mar 2, 2014 9:55

test on aegis damage looks good, but I confirm for flee. High flee reduce damage.

Jezu - Mar 3, 2014 15:01

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?

Michieru - Mar 4, 2014 22:17

Fix in : [url="https://github.com/HerculesWS/Hercules/commit/d554d61417a6e7f48de96efcc69872e0b7b65da3"]https://github.com/HerculesWS/Hercules/commit/d554d61417a6e7f48de96efcc69872e0b7b65da3[/url]

Mega thanks to Ind, I forgot to put in the changelog :(

kyeme - Mar 5, 2014 1:45

My damage comparison

[b][color=#ff0000]Aegis Server[/color][/b] - Lvl 10 Gate of Hell Damage result:[list]
[*]no weapon
[*]ATK: 118 + 0
[*]Sura HP: 21,112 <-- [color=#0000ff]FULL HP[/color]
[*]Str: 41 + 16
[*]Dex: 99 +17
[*]Vit: 50+ 5
[*][size=5][b]1.6k per HIT upto 2.3k per HIT[/b][/size]
[/list]
[b][color=#ff0000]Hercules Server[/color][/b] - Lvl 10 Gate of Hell Damage result:
Same Stats and no weapon
[color=rgb(0,0,255)]FULL HP[/color][list]
[*][size=5][b]2.7k per HIT upto 3.1k per HIT[/b][/size]
[/list]
[b]Target:[/b]
Arch Bishop with Cranial Guard, Immune Muffler, Feather Beret equipped.

~~~
[size=5]Additional bug: On Aegis, Gate of Hell bypasses Assumptio reduction buff.[/size]

This post has been edited by kyeme on Mar 5, 2014 7:42

Michieru - Mar 5, 2014 8:21

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

kyeme - Mar 5, 2014 10:57

[quote name="Michieru" timestamp="1394007710"]
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[/quote]
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.

Michieru - Mar 5, 2014 19:50

Hercules
[url="http://www.hostingpics.net/viewer.php?id=243876herc1.jpg"][img]http://img11.hostingpics.net/thumbs/mini_243876herc1.jpg[/img][/url]

[url="http://www.hostingpics.net/viewer.php?id=627444herc2.jpg"][img]http://img11.hostingpics.net/thumbs/mini_627444herc2.jpg[/img][/url]

Aegis
[url="http://www.hostingpics.net/viewer.php?id=670443aegis1.jpg"][img]http://img11.hostingpics.net/thumbs/mini_670443aegis1.jpg[/img][/url]

[url="http://www.hostingpics.net/viewer.php?id=711161aegis2.jpg"][img]http://img11.hostingpics.net/thumbs/mini_711161aegis2.jpg[/img][/url]

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 =)

This post has been edited by Michieru on Mar 5, 2014 19:53

kyeme - Mar 6, 2014 1:07

[quote name="Michieru" timestamp="1394049013"]
Hercules
[url="http://www.hostingpics.net/viewer.php?id=243876herc1.jpg"][img]http://img11.hostingpics.net/thumbs/mini_243876herc1.jpg[/img][/url]

[url="http://www.hostingpics.net/viewer.php?id=627444herc2.jpg"][img]http://img11.hostingpics.net/thumbs/mini_627444herc2.jpg[/img][/url]

Aegis
[url="http://www.hostingpics.net/viewer.php?id=670443aegis1.jpg"][img]http://img11.hostingpics.net/thumbs/mini_670443aegis1.jpg[/img][/url]

[url="http://www.hostingpics.net/viewer.php?id=711161aegis2.jpg"][img]http://img11.hostingpics.net/thumbs/mini_711161aegis2.jpg[/img][/url]

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 =)[/quote]

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.

Michieru - Mar 6, 2014 7:44

So it's not a GOH problem you should make a bug report for racial reduction =)

kyeme - Mar 6, 2014 8:20

Alright, no prob :)