summaryrefslogtreecommitdiff
path: root/npc/003-1/eomie.txt
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-02-11 17:12:56 +0100
committerSaulc <lucashelaine14@gmail.com>2018-02-11 17:12:56 +0100
commit4ff349e57a5b8efd89fbe3f2e6389b5ccf175c32 (patch)
tree3ff317500bffe312923b4b48cab779afbf7af220 /npc/003-1/eomie.txt
parent817b39ebe3195c231773426b2610c621a8562e28 (diff)
parent91e35411240fed391bb2a873c8d42e38aef98d01 (diff)
downloadserverdata-4ff349e57a5b8efd89fbe3f2e6389b5ccf175c32.tar.gz
serverdata-4ff349e57a5b8efd89fbe3f2e6389b5ccf175c32.tar.bz2
serverdata-4ff349e57a5b8efd89fbe3f2e6389b5ccf175c32.tar.xz
serverdata-4ff349e57a5b8efd89fbe3f2e6389b5ccf175c32.zip
Merge branch 'master' of gitlab.com:TMW2/serverdata
Diffstat (limited to 'npc/003-1/eomie.txt')
-rw-r--r--npc/003-1/eomie.txt14
1 files changed, 11 insertions, 3 deletions
diff --git a/npc/003-1/eomie.txt b/npc/003-1/eomie.txt
index d3f406139..57a355248 100644
--- a/npc/003-1/eomie.txt
+++ b/npc/003-1/eomie.txt
@@ -2,12 +2,20 @@
// Saulc
// Notes: Eomie did the bug bomb at Candor
-003-1,68,24,0 script Eomie NPC_MONA,{
+003-1,68,24,0 script Eomie NPC_ELF_F,{
hello;
OnInit:
- .sex = G_MALE;
- .distance = 3;
+ .@npcId = getnpcid(0, "Eomie");
+ //setunitdata(.@npcId, UDT_HEADTOP, 2929);
+ setunitdata(.@npcId, UDT_HEADMIDDLE, 1319);
+ setunitdata(.@npcId, UDT_HEADBOTTOM, 2207);
+ //setunitdata(.@npcId, UDT_WEAPON, 1802); // Boots
+ setunitdata(.@npcId, UDT_HAIRSTYLE, 10);
+ setunitdata(.@npcId, UDT_HAIRCOLOR, 12);
+
+ .sex = G_FEMALE;
+ .distance = 5;
end;
}