[APPROVED] Fix to cut up leather and fur

Want to contribute to the Ultima Offline eXperiment? Submit your JS/DFN/Code fixes and/or other UOX3 improvements here!
Post Reply
dragon slayer
UOX3 Guru
Posts: 776
Joined: Thu Dec 21, 2006 7:37 am
Has thanked: 4 times
Been thanked: 26 times

Fix to cut up leather and fur

Post by dragon slayer »

cut up leather and fur wasnt pileable so i fixed that.

Code: Select all

[0x1081]
{ W
get=base_item
name=cut up leather
id=0x1081
weight=100
value=7 3
decay=1
good=44
pileable=1
}

[0x1082]
{ S
get=base_item
name=cut up leather
id=0x1082
weight=100
value=7 3
movable=1
decay=1
good=44
pileable=1
}

[0x11F4]
{
get=base_item
name=a fur
id=0x11F4
weight=1000
value=4 2
restock=20
decay=1
good=44
pileable=1
}

[0x11F8]
{
get=base_item
name=a fur
id=0x11F8
weight=1000
value=4 2
restock=20
decay=1
good=44
pileable=1
}
User avatar
Xuri
Site Admin
Posts: 3704
Joined: Mon Jun 02, 2003 9:11 am
Location: Norway
Has thanked: 48 times
Been thanked: 8 times
Contact:

Post by Xuri »

Including this plus the same for items 0x1067 and 0x1068 in my next CVS commit.
-= Ho Eyo He Hum =-
Post Reply