SphereServer BugTracker - SphereServer
View Issue Details
0001512SphereServerexecutable - genericpublic07-09-08 06:0407-09-08 15:33
Coruja 
nazghul 
normalminoralways
resolvedfixed 
 
20-09-2009, 0.56b Prerelease 
Not Available
None
None
0001512: Invisibility doesn't remove Stealth effect
If someone use invisibility spell/potion AFTER stealth, the char will stand with hidden+invisible flags. With this, ppl can walk hundred of steps without being revealed.

To fix this, the invisibility effect must remove stealth effect on use. Just go on spell 44 (sphere_spells.scp) and add this:
ON=@Effect
IF (<FLAGS> & statf_hidden)
 FLAGS &= ~statf_hidden
ENDIF
It's a old bug, not a problem appeared on new 06/09 release :)
No tags attached.
Issue History
07-09-08 06:04CorujaNew Issue
07-09-08 06:04CorujaNightly Version => 06-09-2008
07-09-08 06:04CorujaExperimental Flags => None
07-09-08 06:04CorujaOption Flags => None
07-09-08 15:33nazghulNightly Version06-09-2008 => Not Available
07-09-08 15:33nazghulStatusnew => resolved
07-09-08 15:33nazghulFixed in Version => 0.56c Nightly
07-09-08 15:33nazghulResolutionopen => fixed
07-09-08 15:33nazghulAssigned To => nazghul

There are no notes attached to this issue.