SphereServer BugTracker - SphereServer
View Issue Details
0001877SphereServerscript packpublic27-12-10 00:2328-12-10 21:49
Coruja 
ShiryuX 
normalminoralways
resolvedfixed 
 
0.56c Nightly 
09-09-2008
None
None
0001877: Incorrect dupelist on "chair stool" itemdef
sphere_item_deco_furniture.scp:

[ITEMDEF 0a2b]
// chair - dark stool
DEFNAME=i_chair_stool
TYPE=t_chair
FLIP=1
WEIGHT=3
CATEGORY=Decoration - Furniture
SUBSECTION=Chairs
DESCRIPTION=Foot Stool
SKILLMAKE=CARPENTRY 11.0, t_carpentry
RESOURCES=9 i_log

[ITEMDEF 0b5e]
// chair - light stool
DUPEITEM=0a2b

0a2b works fine like any chair, but 0b5e doesnt act like a chair and the char doesnt sit on the chair stool. The problem is: you get an working chair (0a2b), drop it on the ground and it will flip to 0b5e (that doesnt works)
So the DUPELIST/DUPEITEM/FLIP attributes must be removed from these itemdefs
No tags attached.
Issue History
27-12-10 00:23CorujaNew Issue
27-12-10 02:15ShiryuXNote Added: 0000805
27-12-10 02:15ShiryuXNote Edited: 0000805bug_revision_view_page.php?bugnote_id=0000805#r78
27-12-10 08:05CorujaNote Added: 0000806
28-12-10 21:49ShiryuXNote Added: 0000807
28-12-10 21:49ShiryuXStatusnew => resolved
28-12-10 21:49ShiryuXFixed in Version => 0.56c Nightly
28-12-10 21:49ShiryuXResolutionopen => fixed
28-12-10 21:49ShiryuXAssigned To => ShiryuX

Notes
(0000805)
ShiryuX   
27-12-10 02:15   
FLIP=0 fix this?

(0000806)
Coruja   
27-12-10 08:05   
Maybe will fix, but the correct is remove the DUPELIST/DUPEITEM link, and without dupelist/dupeitem theres no reason to use FLIP

an "DARK stool" is not a fliped item of an "LIGHT stool". They are different items, not a "fliped version" of each other :D
(0000807)
ShiryuX   
28-12-10 21:49   
I just copied the definitions and changed the defname, removed dupelist/item.
That should do it.