SphereServer BugTracker - SphereServer
View Issue Details
0001829SphereServerexecutable - genericpublic08-10-10 02:3124-07-14 20:58
Incanus 
XuN 
normalminoralways
resolvedfixed 
 
0.56c Nightly 
Automated (specify build number)
None
Command_Sysmsgs, FileCommands, NoHouseMuteSpeech, Buffs, NoPrefix
1343
0001829: Explosion potions remove paralyzed flag from invulnerable npcs
Explosion potions remove paralyzed flag from invulnerable npcs
- add an ogre
- set the ogres flags to 05 (invul, paralyzed)
- cast a lightning on him -> paralyzed flag stays intact
- throw an explosion potion on him -> the ogre receives no damage, but the paralyed flag is removed
No tags attached.
Issue History
08-10-10 02:31IncanusNew Issue
24-07-14 20:58XuNNote Added: 0002372
24-07-14 20:58XuNStatusnew => resolved
24-07-14 20:58XuNFixed in Version => 0.56c Nightly
24-07-14 20:58XuNResolutionopen => fixed
24-07-14 20:58XuNAssigned To => XuN

Notes
(0002372)
XuN   
24-07-14 20:58   
Fixed: Explosion potions will read flags from s_explosion spell, if FLAGS & SPELLFLAG_NOUNPARALYZE, potion will not unfreeze either.