SphereServer BugTracker - SphereServer
View Issue Details
0001648SphereServerexecutable - genericpublic29-08-09 17:5910-09-09 21:42
KucheNdieB 
 
normalminorhave not tried
closedno change required 
 
 
09-09-2008
None
None
0001648: LAYERs not working
Tried to work with layers in .56b from Sept 2008. Those between 54 and 85 don't seem to work. It is not possible to put items into these layers by defining for example 'LAYER=55'. It was possible to do so in prior versions.
No tags attached.
Issue History
29-08-09 17:59KucheNdieBNew Issue
29-08-09 17:59KucheNdieBNightly Version => 09-09-2008
29-08-09 17:59KucheNdieBExperimental Flags => None
29-08-09 17:59KucheNdieBOption Flags => None
05-09-09 16:27MrSugarCubeStatusnew => closed
05-09-09 16:27MrSugarCubeNote Added: 0000269
05-09-09 16:27MrSugarCubeResolutionopen => unable to reproduce
06-09-09 15:14KucheNdieBStatusclosed => feedback
06-09-09 15:14KucheNdieBResolutionunable to reproduce => reopened
06-09-09 15:14KucheNdieBNote Added: 0000271
10-09-09 21:42MrSugarCubeStatusfeedback => closed
10-09-09 21:42MrSugarCubeNote Added: 0000273
10-09-09 21:42MrSugarCubeResolutionreopened => no change required

Notes
(0000269)
MrSugarCube   
05-09-09 16:27   
All appears to be working fine here, tested with the following script on both the latest prerelease and automated builds:

[ITEMDEF i_layertest]
ID=i_gold
TYPE=t_eq_script
LAYER=60
NAME=Test Layer

ON=@Equip
    SRC.SYSMESSAGE Equipped item to layer <LAYER>
    RETURN 2

ON=@UnEquip
    SRC.SYSMESSAGE Unequipped item from layer <LAYER>
    RETURN 2

[FUNCTION testeqlayer]
SERV.NEWITEM i_layertest
EQUIP <NEW.UID>
RETURN
(0000271)
KucheNdieB   
06-09-09 15:14   
Having run another test I discovered that especially layer=54 is not working. All other layers indeed seem to be working fine. Layer=54 will result in: "You can't equip that."
(0000273)
MrSugarCube   
10-09-09 21:42   
Layer 54 is an 'auction' layer than can only hold containers (t_container):


15-05-2008, Shadow Dragon
- Added LAYER_AUCTION that can contain container on character for script purposes, like auction system.