From 7bb2379a317df898e7a348c37e3dd8deb325d58a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 1 Apr 2019 10:49:30 -0300 Subject: Baktar Quest (woo, a totally useless quest) --- npc/012-2/khafar.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'npc/012-2') diff --git a/npc/012-2/khafar.txt b/npc/012-2/khafar.txt index 5820b86b8..dc60285c5 100644 --- a/npc/012-2/khafar.txt +++ b/npc/012-2/khafar.txt @@ -24,6 +24,16 @@ close; OnInit: + .@npcId = getnpcid(.name$); + setunitdata(.@npcId, UDT_HEADTOP, FairyHat); + setunitdata(.@npcId, UDT_HEADMIDDLE, ForestArmor); + setunitdata(.@npcId, UDT_HEADBOTTOM, CottonShorts); + setunitdata(.@npcId, UDT_WEAPON, LousyMoccasins); + setunitdata(.@npcId, UDT_HAIRSTYLE, 24); + setunitdata(.@npcId, UDT_HAIRCOLOR, 7); + + .sex = G_MALE; + .distance = 5; npcsit; end; } -- cgit v1.2.3-70-g09d2