View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001648SphereServerexecutable - genericpublic29-08-09 17:5910-09-09 21:42
ReporterKucheNdieB 
Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionno change required 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0001648: LAYERs not working
DescriptionTried 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.
TagsNo tags attached.
Nightly Version09-09-2008
Experimental FlagsNone
Option FlagsNone
Internal Build Number
Attached Files

- Relationships

-  Notes
(0000269)
MrSugarCube (administrator)
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 (reporter)
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 (administrator)
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.

- Issue History
Date Modified Username Field Change
29-08-09 17:59 KucheNdieB New Issue
29-08-09 17:59 KucheNdieB Nightly Version => 09-09-2008
29-08-09 17:59 KucheNdieB Experimental Flags => None
29-08-09 17:59 KucheNdieB Option Flags => None
05-09-09 16:27 MrSugarCube Status new => closed
05-09-09 16:27 MrSugarCube Note Added: 0000269
05-09-09 16:27 MrSugarCube Resolution open => unable to reproduce
06-09-09 15:14 KucheNdieB Status closed => feedback
06-09-09 15:14 KucheNdieB Resolution unable to reproduce => reopened
06-09-09 15:14 KucheNdieB Note Added: 0000271
10-09-09 21:42 MrSugarCube Status feedback => closed
10-09-09 21:42 MrSugarCube Note Added: 0000273
10-09-09 21:42 MrSugarCube Resolution reopened => no change required


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker