red hair 1141 Direction/East direction/east/ Name/Lee Douglas/ <--Get a race name Title/The Herbalist/ BodyValue/400/ <--male Female/False/ BodyValue/401/ <--femail Female/True/ Hue/33787/ <--body hue HairItemId/8253/ <--Hair 8253 HairHue/1135/ FacialHairItemId/8255/ <--Beard FacialHairHue/1103/ UNEQUIP,helm,delete/ UNEQUIP,middletorso,delete/ UNEQUIP,innertorso,delete/ UNEQUIP,outertorso,delete/ UNEQUIP,outerlegs,delete/ UNEQUIP,shirt,delete/ UNEQUIP,pants,delete/ EQUIP/Boots/ EQUIP/Shoes/ x EQUIP/Sandals/ EQUIP// EQUIP// EQUIP// x EQUIP// EQUIP// EQUIP// x EQUIP// EQUIP/HalfApron/ EQUIP/FullApron/ EQUIP// EQUIP// EQUIP// EQUIP/{RNDLIST,xxx,xxx,xxx,xxx} ----------------- - Vendor and xmlquestnpc at same time If you want to load an existing .npc file onto anything, you can use the When you specified the ConfigFile, you probably didnt then set the LoadConfig property to true to cause it to actually load the file specified in the configfile property. banker/ATTACH/xmldialog,npcfile ----------------- - you can spawn them with an existing .npc configuration file by either setting the configfile and loadconfig properties on the xmlquestnpc, like this example from katarquest.xml xmlquestnpc,1/name/Katar/configfile/katar quest/loadconfig/true - Or you can just attach an XmlDialog attachment with the name of the .npc file as an argument when you spawn it like xmlquestnpc,1/name/Katar/ATTACH/XmlDialog,katar quest where the .npc file would be named "Katar quest.npc". They will both do exactly the same thing. -----------------