EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Bug Reports (https://www.eqemulator.org/forums/forumdisplay.php?f=591)
-   -   Critical Nukes (https://www.eqemulator.org/forums/showthread.php?t=26622)

janusd 10-24-2008 10:09 AM

Critical Nukes
 
Getting reports over on PEQ that spell criticals for non-evocation based spells aren't happening. Evocation based spells are still critting just fine, but for some reason spells based on say alteration or conjuration are not critting.

So_1337 10-24-2008 10:30 AM

That could explain the lack of critical heals from lifetaps (alteration based). Though that's more to do with Theft of Life (improved healing chance) than Fury of Magic (improved critical damage chance, which also improves healing from lifetaps as a result), I would imagine. Still, it's a place to look.

Thanks, JD.

janusd 10-24-2008 10:48 AM

Actually I think my lifetaps ARE crit-healing. I'll run in-game and start tapping away to watch the crit heals and get back with ya on that one.

So_1337 10-24-2008 11:13 AM

Okay, could be just the critical damage portion that isn't working. Was going off what I read in this post:

Quote:

Critical Affliction still doesn't work.
I suspect critical affliction prevents the Theft of Life ability from working too.

trevius 10-24-2008 06:23 PM

Denivia posted a suggested fix on my forums for Lifetaps not doing Crit Damage:

http://stormhavenserver.com/forums/v...php?f=16&t=505

effects.cpp
Change line 148

from
Code:

                if(tt == ST_Target || tt == ST_Summoned || tt == ST_Undead) {

to
Code:

                if(tt == ST_Target || tt == ST_Tap || tt == ST_Summoned || tt == ST_Undead) {
Looks like a good fix to me.

janusd 10-26-2008 12:40 AM

Just a note, Theft of Life does indeed work.


All times are GMT -4. The time now is 06:35 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.