Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #005088

  • 0 - None Assigned

  • Fixed

Issue Confirmations

  • Yes (3)No (0)
Photo

Kaizel resurrection works during WoE

Posted by Hercules Bot on 11 November 2011 - 06:50 AM

Originally posted by missingshrink
http://www.eathena.w...er&showbug=5088

Kaizel's resurrection is not supposed to work in WoE, but it does.

Tested on fresh 14988 SQL compilation, agitstart, Prontera castle map, GM level 0 character.


Originally posted by GodLesZ
Should the effect be ignored only, or is it also not castable during WoE?

Originally posted by Brian
Blame goes to [rev=14929/trunk/src/map/status.c]

status.c line 808
-        if( !(flag&8) && sc && sc->data[SC_KAIZEL] )
+        if( sc && sc->data[SC_KAIZEL] )

I'm not sure, can we just revert that line or would it affect other stuff?

Originally posted by Ind
i don't see how that flag&8 would mean woe oo in any case a !map_flag_gvg(target->m) would fix

Originally posted by Ind
Fixed in [rev=15101]

Originally posted by Brian

[21:17] <mistah_j> and then this thread got locked
[21:17] <mistah_j> http://rathena.org/b...rks-during-woe/
[21:17] <mistah_j> but it should be checking for battlegrounds, too
[21:17] <mistah_j> and i can't reply
[21:17] <mistah_j> :D



Originally posted by Ind
need source on that information, i haven't found it on irowiki for instance.