From 9062cc1fe5b015aca92edd26d5939adaed447d88 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 24 Jun 2018 17:21:21 -0300 Subject: @Saulc, stop breaking scripts :mouboo: --- npc/004-1/anwar.txt | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'npc/004-1') 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; } -- cgit v1.2.3-60-g2f50