Log in

View Full Version : Rez effects and buffs


DanCanDo
06-28-2016, 05:49 PM
I noticed on a gitpull (today), the changelog mentioned:

Noudess: Resurrection effects now block certain buffs like on live.

I was just curious if there was somewhere I could take a peek at the actual
change which shows the "certain buffs" that are blocked ?

Something else I was curious about, because I can't remember if it was normal
on EQ Live back when I played it, but when I rez a toon and immediately cast
a few low level buffs on it, (SoW,HoS,Temp), when the HoS lands, the rez effect
poofs. Is that normal ? (chuckle) Sow and Temp don't interfere with the timer,
just the HoS buff.

Uleat
06-28-2016, 06:05 PM
I think this is the spell stacking check: https://github.com/EQEmu/Server/blob/master/zone/spells.cpp#L2753

And this is what was removed: https://github.com/EQEmu/Server/commit/59ec184208695e914f67eef5f6f3f64eb6896c13#diff-8ab3ae654eb7710c2b2d90c6b1d90a66L2778

DanCanDo
06-28-2016, 06:24 PM
Thanks Uleat. I have two different server/db setups. I use one for testing updates before
I update the one I am working on. I noticed the HoS did not remove the rez effect on the
server I hadn't updated yet. (I usually do that within a day after the testing server).