SphereServer BugTracker - SphereServer
View Issue Details
0002066SphereServernew feature requestpublic26-03-12 20:3902-11-14 00:33
babidi 
Ben 
normalfeatureN/A
closednot fixable 
20-09-2009, 0.56b Prerelease 
0.56c Nightly 
Automated (specify build number)
None
None
1506
0002066: unequip return 1
i always wondered if the

CHAR @ItemUnEquip
ITEM @UnEquip

does not have
the return 1 to avoid unequiping as other triggers

it is simply implementable by

----

PACKET7=fix_unequip_paralyze

[function fix_unequip_paralyze]
REF1=<HVAL <LOCAL.1>000000+<LOCAL.2>0000+<LOCAL.3>00+<LOCAL.4>>
REF2=<local.char>
if (<ref1.p.z> == <ref1.z>) && (<ref1.cont>==<REF2.UID>) && (<ref2.FINDID.i_rune_paralyze_new>)
    ref2.SENDPACKET 027 00 //deny pick-up
    ref2.update
    return 1
endif
No tags attached.
Issue History
26-03-12 20:39babidiNew Issue
02-11-14 00:33BenNote Added: 0002540
02-11-14 00:33BenStatusnew => closed
02-11-14 00:33BenAssigned To => Ben
02-11-14 00:33BenResolutionopen => not fixable
02-11-14 00:33BenFixed in Version => 0.56c Nightly

Notes
(0002540)
Ben   
02-11-14 00:33   
This can't be implemented as it is triggered once the item is already removed from the layer.
Also preventing unequip in this trigger would cause issues with item removal.

Best to just keep using your script fix