SphereServer BugTracker - SphereServer
View Issue Details
0002181SphereServerscript packpublic27-07-13 23:1631-07-13 23:39
Coruja 
Ben 
normalminorN/A
resolvedfixed 
 
 
Automated (specify build number)
None
None
0002181: Incorrect DUPELIST on i_keg_wood
on /items/sphere_item_profession_cook_barkeep_baker.scp:

[ITEMDEF 01940]
DEFNAME=i_keg_wood
DUPELIST=01ad6,01ad7 //i_keg_wood doesnt have dupelist, so this line must be removed

and a few lines below these others 2 items must be fixed too, heres the fixed DUPELIST/DUPEITEM value:

[ITEMDEF 01ad6]
DUPELIST=01ad7

[ITEMDEF 01ad7]
DUPEITEM=01ad6
No tags attached.
Issue History
27-07-13 23:16CorujaNew Issue
28-07-13 19:05BenNote Added: 0001601
28-07-13 20:13xwerswoodxNote Added: 0001604
28-07-13 22:28xwerswoodxNote Edited: 0001604bug_revision_view_page.php?bugnote_id=0001604#r511
30-07-13 04:52CorujaNote Added: 0001605
31-07-13 23:39BenStatusnew => resolved
31-07-13 23:39BenResolutionopen => fixed
31-07-13 23:39BenAssigned To => Ben

Notes
(0001601)
Ben   
28-07-13 19:05   
[ITEMDEF 01ad6]
[ITEMDEF 01ad7]

Those 2 items are also Kegs... I don't understand
(0001604)
xwerswoodx   
28-07-13 20:13   
(edited on: 28-07-13 22:28)
Yes but he said their dupeitem settings are wrong they connected with each other so their's dupeitem should be 01940 because of 01940's dupelist setting

However, I check my scripts are;

[ITEMDEF 01ad6]
//keg
DUPEITEM=01940
CATEGORY=Items by Professions
SUBSECTION=BarKeep
DESCRIPTION=Keg

[ITEMDEF 01ad7]
DEFNAME=i_KEG_WOOD_2
DUPEITEM=01940

(0001605)
Coruja   
30-07-13 04:52   
Because 01940 (i_keg_wood) is a single item that doesnt have left/right side, so it doesnt need flip or DUPELIST

But 01ad6 and 01ad7 are the same item on left/right side so thats why these 2 items can flip and 01940 not