Full Version : Label Numbers?
xmlspawner >>Scripting Support >>Label Numbers?


<< Prev | Next >>

gizmo- 06-30-2006
I tried looking around the scripts and what not. I cant seem to find the Label Numbers of items. Reason Being is that I wanted to script in the new ML stuff but I just dont know where to look for the label numbers for the item names. Any help or clues would be wonderful. thanks.

olsyke- 07-01-2006

ArteGordon:
QUOTE

this is from the RunUO docs describing the Layer enum which contains all of the valid layers




Layer (Enum)

Invalid = 0,
FirstValid = 1,
OneHanded = 1,
TwoHanded = 2,
Shoes = 3,
Pants = 4,
Shirt = 5,
Helm = 6,
Gloves = 7,
Ring = 8,
Unused_x9 = 9,
Neck = 10,
Hair = 11,
Waist = 12,
InnerTorso = 13,
Bracelet = 14,
Unused_xF = 15,
FacialHair = 16,
MiddleTorso = 17,
Earrings = 18,
Arms = 19,
Cloak = 20,
Backpack = 21,
OuterTorso = 22,
OuterLegs = 23,
InnerLegs = 24,
LastUserValid = 24,
Mount = 25,
ShopBuy = 26,
ShopResale = 27,
ShopSell = 28,
Bank = 29,
LastValid = 29



ArteGordon- 07-01-2006
you will need a cliloc viewer for that.

Here are some that will do that
http://runuo.com/forums/showthread.php?t=69788
http://runuo.com/forums/showthread.php?t=58594
http://runuo.com/forums/showthread.php?t=30309
http://runuo.com/forums/showthread.php?t=14968

gizmo- 07-01-2006
much thanks man, many many thanks. spent some time looking. Guess just not hard enough.