FIXED Mytic Mastery Spell Nether Blast Mana Rip

Magus Zeal

Expert II
Supporter
Hi guys,

I just wanted to make sure we got this right. The mana rip debuff associated with Nether Blast states this on uo.com:

netherblast Nether BlastThe mystic releases a wave of nether energy that pulses on attacked targets based on mastery level and does chaos damage based on mysticism skill, and focus or imbuing skill. Can apply a mana rip debuff to targets that are hit which will cause the target to lose extra mana and restores that mana to the Nether Blast caster.

Currently targets that run out of mana still return mana to the caster. I don't believe this is worded that way. It could be poorly worded and am wondering if this could be tested on EA.
 

Dexter

Staff Member
Administrator
Game Master
It's already in there.
Post automatically merged:

Code:
                    int manaRip = Math.Max(m.Mana, damage / 4);

                    if (manaRip > 0)
                    {
                        m.Mana -= manaRip;
                        Caster.Mana += manaRip;
                    }
Post automatically merged:

ohhh i see, logic is reversed!
 

PLAY NOW

Heritage

Address
play.trueuo.com
Port
2593
Uptime
19 hours
Players Online
6
Houses
860
Vendors
297
Gold
4,987,005,776gp
Top Bottom