// Author:
// Saulc
003-1,66,30,0 script Tinris NPC_ELF,{
// Placeholder dialog
mesn;
mesq l("We elves have greater affinity for magic than humans.");
next;
mesq l("However, our skill growth rate is much smaller than those of humans.");
next;
mesq l("In the end, elves would have quite the age to rivalize with human wizards.");
close;
OnInit:
.@npcId = getnpcid(0, "Tinris");
//setunitdata(.@npcId, UDT_HEADTOP, 2929);
setunitdata(.@npcId, UDT_HEADMIDDLE, 1308);
setunitdata(.@npcId, UDT_HEADBOTTOM, 2207);
setunitdata(.@npcId, UDT_WEAPON, 1802); // Boots
setunitdata(.@npcId, UDT_HAIRSTYLE, 3);
setunitdata(.@npcId, UDT_HAIRCOLOR, 19);
.sex = G_MALE;
.distance = 5;
end;
}