View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001877SphereServerscript packpublic27-12-10 00:2328-12-10 21:49
ReporterCoruja 
Assigned ToShiryuX 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version0.56c Nightly 
Summary0001877: Incorrect dupelist on "chair stool" itemdef
Descriptionsphere_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
TagsNo tags attached.
Nightly Version09-09-2008
Experimental FlagsNone
Option FlagsNone
Internal Build Number
Attached Files

- Relationships

-  Notes
(0000805)
ShiryuX (developer)
27-12-10 02:15
edited on: 27-12-10 02:15

FLIP=0 fix this?

(0000806)
Coruja (developer)
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 (developer)
28-12-10 21:49

I just copied the definitions and changed the defname, removed dupelist/item.
That should do it.

- Issue History
Date Modified Username Field Change
27-12-10 00:23 Coruja New Issue
27-12-10 02:15 ShiryuX Note Added: 0000805
27-12-10 02:15 ShiryuX Note Edited: 0000805 View Revisions
27-12-10 08:05 Coruja Note Added: 0000806
28-12-10 21:49 ShiryuX Note Added: 0000807
28-12-10 21:49 ShiryuX Status new => resolved
28-12-10 21:49 ShiryuX Fixed in Version => 0.56c Nightly
28-12-10 21:49 ShiryuX Resolution open => fixed
28-12-10 21:49 ShiryuX Assigned To => ShiryuX


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker