summaryrefslogtreecommitdiff
path: root/npc/003-1/sarah.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1/sarah.txt')
-rw-r--r--npc/003-1/sarah.txt13
1 files changed, 11 insertions, 2 deletions
diff --git a/npc/003-1/sarah.txt b/npc/003-1/sarah.txt
index c5c6e7def..76a285b80 100644
--- a/npc/003-1/sarah.txt
+++ b/npc/003-1/sarah.txt
@@ -1,7 +1,7 @@
// Author:
// Saulc
-003-1,90,144,0 script Sarah NPC_MONA,{
+003-1,90,144,0 script Sarah NPC_FEMALE,{
.cake = CherryCake;
.reward = FancyHat;
@@ -73,8 +73,17 @@
close;
OnInit:
+ .@npcId = getnpcid(0, "Sarah");
+ //setunitdata(.@npcId, UDT_HEADTOP, 2936);
+ //setunitdata(.@npcId, UDT_HEADMIDDLE, 1311);
+ setunitdata(.@npcId, UDT_HEADMIDDLE, 1319); // TODO
+ setunitdata(.@npcId, UDT_HEADBOTTOM, 2201);
+ setunitdata(.@npcId, UDT_WEAPON, 1803); // Boots
+ setunitdata(.@npcId, UDT_HAIRSTYLE, 19);
+ setunitdata(.@npcId, UDT_HAIRCOLOR, 16);
+
.sex = G_FEMALE;
- .distance = 3;
+ .distance = 5;
end;
}