summaryrefslogtreecommitdiff
path: root/npc/003-1/eomie.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-02 15:56:45 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-02 15:56:45 -0300
commitc5bdd2669c8348aa1d8b0084685370219a062dc0 (patch)
tree5581e703b6e1f0a3b626c26d56b8e025fcc40649 /npc/003-1/eomie.txt
parent7091b2de1026f8b1488bdd3db5bbffdf78cb448d (diff)
downloadserverdata-c5bdd2669c8348aa1d8b0084685370219a062dc0.tar.gz
serverdata-c5bdd2669c8348aa1d8b0084685370219a062dc0.tar.bz2
serverdata-c5bdd2669c8348aa1d8b0084685370219a062dc0.tar.xz
serverdata-c5bdd2669c8348aa1d8b0084685370219a062dc0.zip
Anwar quest template (no quest there yet)
Diffstat (limited to 'npc/003-1/eomie.txt')
-rw-r--r--npc/003-1/eomie.txt14
1 files changed, 9 insertions, 5 deletions
diff --git a/npc/003-1/eomie.txt b/npc/003-1/eomie.txt
index 57a355248..e338bbae3 100644
--- a/npc/003-1/eomie.txt
+++ b/npc/003-1/eomie.txt
@@ -1,5 +1,9 @@
+// TMW2 Script
// Author:
// Saulc
+// Jesusalva
+// Description:
+// Part of Anwar Field quest
// Notes: Eomie did the bug bomb at Candor
003-1,68,24,0 script Eomie NPC_ELF_F,{
@@ -7,11 +11,11 @@
hello;
OnInit:
- .@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
+ .@npcId = getnpcid(0, .name$);
+ //setunitdata(.@npcId, UDT_HEADTOP, PinkieHat);
+ setunitdata(.@npcId, UDT_HEADMIDDLE, ValentineDress);
+ setunitdata(.@npcId, UDT_HEADBOTTOM, CottonTrousers);
+ //setunitdata(.@npcId, UDT_WEAPON, DeepBlackBoots); // Boots
setunitdata(.@npcId, UDT_HAIRSTYLE, 10);
setunitdata(.@npcId, UDT_HAIRCOLOR, 12);