SphereServer BugTracker - SphereServer
View Issue Details
0002533SphereServerexecutable - genericpublic02-07-15 11:4610-07-15 09:58
Rizz 
XuN 
normalmajoralways
closedfixed 
 
0.56c Nightly 
Automated (specify build number)
None
None
2364
0002533: s_poison doesn't work
If you cast s_poison on someone, it take 0.1 seconds to disappear without causing any damage
No tags attached.
Issue History
02-07-15 11:46RizzNew Issue
04-07-15 05:11CorujaNote Added: 0002900
04-07-15 09:46RizzNote Added: 0002901
08-07-15 10:51XuNNote Added: 0002908
10-07-15 09:07RizzNote Added: 0002912
10-07-15 09:58XuNNote Added: 0002913
10-07-15 09:58XuNStatusnew => closed
10-07-15 09:58XuNAssigned To => XuN
10-07-15 09:58XuNResolutionopen => fixed
10-07-15 09:58XuNFixed in Version => 0.56c Nightly

Notes
(0002900)
Coruja   
04-07-15 05:11   
are you using MAGICF_OSIFORMULAS?
(0002901)
Rizz   
04-07-15 09:46   
MagicFlags=01|04|08|010|0400|0800
(0002908)
XuN   
08-07-15 10:51   
It's working fine here, try with latest version ... it had some problems some time ago.
(0002912)
Rizz   
10-07-15 09:07   
Still the same problem, I don't know... I didn't have any problem on the last build and I didn't change anything..

[Spell 20]
// NOTE: Does poison need a duration or are they stuck with it until cured ??
DEFNAME=s_poison
NAME=Poison
SOUND=snd_SPELL_POISON
RUNES=IN
CAST_TIME=3.0
RESOURCES=i_reag_nightshade
LAYER=layer_flag_poison
RUNE_ITEM=i_rune_POISON
SCROLL_ITEM=i_scroll_POISON
FLAGS=spellflag_dir_anim|SPELLFLAG_TARG_CHAR | SPELLFLAG_DIR_ANIM | SPELLFLAG_HARM | SPELLFLAG_FX_TARG | SPELLFLAG_RESIST
EFFECT_ID=i_fx_curse
EFFECT=1,3
DURATION=1.0,20.0
MANAUSE=9
TITHINGUSE=0
SKILLREQ=MAGERY 30.0
INTERRUPT=0.0,0.0

ON=@GETHIT
IF (<ARGN2>&dam_poison) || (<ARGN2>&dam_acidic)
    
    IF (<findid.i_rune_poison>)
        
    
        findid.i_rune_poison.MOREY=<Def0.PoisonType_<Eval <findid.i_rune_poison.Tag0.Poison.Level>>_strength>
        ARGN1=<Def0.PoisonType_<Eval <findid.i_rune_poison.Tag0.Poison.Level>>_Dam>


there isn't something that block the spell...
(0002913)
XuN   
10-07-15 09:58   
Look at default s_poison in sphere_spells.scp, you didn't update it:

EFFECT=100,750 //Only used without Magicf_OsiFormulas