SphereServer BugTracker - SphereServer
View Issue Details
0002098SphereServerexecutable - windows buildpublic24-09-12 02:2907-10-12 03:54
lazarus 
Ben 
normalmajoralways
resolvedno change required 
 
 
Automated (specify build number)
None
DrinkIsFood
1535
0002098: The EquippedCast=0 on sphere.ini Doesn't works. The weapon never unequip.
The EquippedCast=0 on sphere.ini Doesn't works. The weapon never unequip. Have Terrikate r1535 17.09.12 this nightly
Open a server with the equippedcast 0
on old sphere.ini
and new sphere.ini too...
In others builds works fine...
No tags attached.
Issue History
24-09-12 02:29lazarusNew Issue
25-09-12 03:19lazarusNote Added: 0001390
25-09-12 03:27lazarusNote Added: 0001391
07-10-12 03:54BenNote Added: 0001405
07-10-12 03:54BenStatusnew => resolved
07-10-12 03:54BenResolutionopen => no change required
07-10-12 03:54BenAssigned To => Ben

Notes
(0001390)
lazarus   
25-09-12 03:19   
Home fix:

ON=@SpellCast
   SRC.FINDLAYER(LAYER_HAND2).UNEQUIP
    if !(<findlayer.1.type>==t_spellbook) && !(<findlayer.1.type>==t_spellbook_necro) && !(<findlayer.1.type>==t_wand)
      SRC.FINDLAYER(LAYER_HAND1).UNEQUIP
endif
(0001391)
lazarus   
25-09-12 03:27   
So... now works :| that's strange.
(0001405)
Ben   
07-10-12 03:54   
you say it works... I can't replicate it... it must work :)