SphereServer BugTracker - SphereServer
View Issue Details
0001934SphereServerexecutable - linux buildpublic23-03-11 21:2123-11-14 20:56
wuffel 
Ben 
normalminoralways
resolvedfixed 
 
0.56c Nightly 
Automated (specify build number)
None
None
0001934: Tiledata is ignored at dynamic items
Setting:
Item A with flags wall | impassable | noshoot and height=5
Item B with flags Background | Surface | noshoot and height=0

Place a line of Item A on height 0.
Place a line of Item B above A on height 5 (doesnt matter: 6,7 and so on are doing the same for this test)
with gm=0 you aren't able to walk on Item B cause Item A blocks the way. To make this works you need an explicit ITEMDEF for Item A. Its not enough to put height=5 in an existing itemdef as long as item A is in the dupelist.
this means you need:

[Itemdef ID_OF_ITEM_A]
height=5

sphere doesnt take care of the tiledata-height, although there is no height-definition in the script.
look above
No tags attached.
Issue History
23-03-11 21:21wuffelNew Issue
23-11-14 20:56BenNote Added: 0002575
23-11-14 20:56BenStatusnew => resolved
23-11-14 20:56BenFixed in Version => 0.56c Nightly
23-11-14 20:56BenResolutionopen => fixed
23-11-14 20:56BenAssigned To => Ben

Notes
(0002575)
Ben   
23-11-14 20:56   
This seems to have been resolved...