New CreateDFNItemList
Posted: Sun Aug 01, 2021 12:54 am
CreateDFNItemlist(mChar.socket, mChar, "ITMELIST 1", AMOUNT, "ITEM", true, COLOR);
Code: Select all
var myItem1 = CreateDFNItem( socket, socket.currentChar, "listobject33", 1, "ITEM", true );Code: Select all
// Male Fancy Shoes & Boots
[listobject33]
{
itemlist=33
}Code: Select all
// Male Fancy Shoes & Boots
[ITEMLIST 33]
{
0x170b
0x170f
0x1711
}Code: Select all
//Random Treasure (Paintings)
[ITEMLIST fishtreasure]
{
0x0ec8
0x0ee7
0x0ea0
0x0ea1
0x0ea2
0x0ea5
0x0ea6
}Code: Select all
[fishtreasure] // Name here can be anything, but helps if it identifies the itemlist
{
itemlist=fishtreasure
}Code: Select all
var myItem1 = CreateDFNItem( socket, socket.currentChar, "fishtreasure", 1, "ITEM", true );