summaryrefslogtreecommitdiff
path: root/npc/004-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-24 17:21:21 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-24 17:21:21 -0300
commit9062cc1fe5b015aca92edd26d5939adaed447d88 (patch)
treec26c3dea4475281a97cf0cedbb7967d79376e52d /npc/004-1
parent50a15db68c48f6fb92650f3c92447355066cff9d (diff)
downloadserverdata-9062cc1fe5b015aca92edd26d5939adaed447d88.tar.gz
serverdata-9062cc1fe5b015aca92edd26d5939adaed447d88.tar.bz2
serverdata-9062cc1fe5b015aca92edd26d5939adaed447d88.tar.xz
serverdata-9062cc1fe5b015aca92edd26d5939adaed447d88.zip
@Saulc, stop breaking scripts :mouboo:
Diffstat (limited to 'npc/004-1')
-rw-r--r--npc/004-1/anwar.txt15
1 files changed, 5 insertions, 10 deletions
diff --git a/npc/004-1/anwar.txt b/npc/004-1/anwar.txt
index d1eb78ff8..3e8215e57 100644
--- a/npc/004-1/anwar.txt
+++ b/npc/004-1/anwar.txt
@@ -4,9 +4,6 @@
// Jesusalva
// Description:
// Part of Anwar Field quest
-// movement: 0 a c k b r f i b d m a o p b q g a h l b j n b f s
-// loc: a93.84 b95.83 c84.60 d 93.64 e 87.78 f 94.80 g89.82 H105.78 I130.73 J109.69 K117.64 L114
-
004-1,107,67,0 script Anwar NPC_RAIJIN,{
.@q=getq(TulimsharQuest_AnwarField);
@@ -127,6 +124,9 @@ L_Weak:
L_Close:
close;
+OnTimer1000:
+ domovestep;
+
OnInit:
.@npcId = getnpcid(0, .name$);
//setunitdata(.@npcId, UDT_HEADTOP, 2929); // TODO: This NPC is an Elf and therefore, CANNOT use NPCEyes.
@@ -137,13 +137,8 @@ OnInit:
setunitdata(.@npcId, UDT_HAIRCOLOR, 14);
.sex = G_MALE;
- .distance = 4;
- end;
-
-OnTimer1000:
- domovestep;
+ .distance = 5;
-OnInit:
initpath "move", 93, 84,//A
"dir", RIGHT, 0,
"wait", 30, 0,
@@ -222,6 +217,6 @@ OnInit:
initialmove;
initnpctimer;
- .distance = 5;
+ end;
}