mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
[Spells] Update SPA158 Reflect (#1590)
* update * updates * updates * update * update * Update ruletypes.h * Apply extra spell dmg Mob with the reflect effect apply its Extra Spell Damage from item stat to the reflected spell. Updated portion of formula for extra damage based on live parsing. * correct formula
This commit is contained in:
@@ -2043,7 +2043,7 @@ void Mob::InstillDoubt(Mob *who) {
|
||||
//temporary hack...
|
||||
//cast fear on them... should prolly be a different spell
|
||||
//and should be un-resistable.
|
||||
SpellOnTarget(229, who, false, true, -2000);
|
||||
SpellOnTarget(229, who, 0, true, -2000);
|
||||
//is there a success message?
|
||||
} else {
|
||||
MessageString(Chat::LightBlue,NOT_SCARING);
|
||||
|
||||
Reference in New Issue
Block a user