SphereServer BugTracker - SphereServer
View Issue Details
0002115SphereServerexecutable - genericpublic23-11-12 11:5824-11-12 03:03
darksun84 
Ben 
normalminoralways
resolvedfixed 
 
0.56c Nightly 
Automated (specify build number)
Script_Profiler
Command_Sysmsgs
1551
0002115: Cutting custom hide when always produce default Cut Leather Item

Cutting i_morti_hide with scissors always create the default i_hides_cut instead of i_morti_hide_cut.
The color of this cut leather is properly inherited , even if it's the default one.
Those are the custom hide and cut leather :
[ITEMDEF i_morti_hide]
ID=01078
NAME=Pelle raccapricciante
TYPE=t_hide
TDATA1 = i_morti_hide_cut

ON=@CREATE
    COLOR=0480

[ITEMDEF i_morti_hide_cut]
NAME= Pelle raccapricciante lavorata
ID=01067
RESOURCES = 1 i_morti_hide

TYPE=T_LEATHER
DYE=1
WEIGHT=1

-Click scissors and target custom hide
-Default i_cut_hides is created in the backpack.
No tags attached.
Issue History
23-11-12 11:58darksun84New Issue
24-11-12 03:03BenNote Added: 0001435
24-11-12 03:03BenStatusnew => resolved
24-11-12 03:03BenFixed in Version => 0.56c Nightly
24-11-12 03:03BenResolutionopen => fixed
24-11-12 03:03BenAssigned To => Ben

Notes
(0001435)
Ben   
24-11-12 03:03   
It wasn't buged, it was the intended result. BUT...
I changed it so that TDATA1 can hold the ID or DEFNAME of cut item.
Yes, I said item since it doesn't have to be a leather type, it can be anything.