uox3 redone vendors

Got any custom DFN additions/tweaks you think other people would like to see? Post 'em 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

uox3 redone vendors

Post by dragon slayer »

I have redone all the vendors on uox3.

Made better use of get tag from basevendor
Removed countless items off vendors to reduce world saves and help on loading.
redressed all vendors to current osi style
Added couple new itemlists with vendors.

You find any bug, please post

Download zip and add them to your npcs folder.

then go into your itemslist.dfn and add this to the bottom
// vendor shirts
[ITEMLIST 73]
{
0x1efd
0x1517
0x1f7b
}

// vendor shoes
[ITEMLIST 74]
{
0x170b
0x170d
0x170f
0x1711
}

// female vendor pants
[ITEMLIST 75]
{
0x152F
0x1531
0x1538
}

// male vendor pants
[ITEMLIST 76]
{
0x152E
0x1539
}

// vendor shirts
[listobject73]
{
itemlist=73
}

// vendor shoes
[listobject74]
{
itemlist=74
}

// female vendor pants
[listobject75]
{
itemlist=75
}

// male vendor pants
[listobject76]
{
itemlist=76
}
Attachments
Vendors.zip
Vendors version 1.0
(3.02 KiB) Downloaded 158 times
Post Reply