From 6d1070255bc244168fd40234f840632d2a97d7f3 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Wed, 7 Feb 2018 12:40:18 -0200 Subject: We still have an issue here and there, but the main bulk is now gone. --- npc/005-1/ayasha.txt | 12 ++++++------ npc/005-1/movetest.txt | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'npc/005-1') diff --git a/npc/005-1/ayasha.txt b/npc/005-1/ayasha.txt index a59b586df..8a6338455 100644 --- a/npc/005-1/ayasha.txt +++ b/npc/005-1/ayasha.txt @@ -80,7 +80,7 @@ function script CheckEnfant { getexp 5,0; close; } -005-1,69,90,0 script Charda 451,{ +005-1,69,90,0 script Charda NPC_GUARD1,{ if (getq(CandorQuest_HAS) == 1) { CheckEnfant(); @@ -91,7 +91,7 @@ OnInit: .distance = 1; end; } -005-1,23,84,0 script Faris 451,{ +005-1,23,84,0 script Faris NPC_GUARD1,{ if (getq(CandorQuest_HAS) == 1) { CheckEnfant(); @@ -102,7 +102,7 @@ OnInit: .distance = 1; end; } -005-1,84,21,0 script Ghada 445,{ +005-1,84,21,0 script Ghada NPC_HUMAN_M_ARTIS,{ if (getq(CandorQuest_HAS) == 1) { CheckEnfant(); @@ -113,7 +113,7 @@ OnInit: .distance = 1; end; } -005-1,38,58,0 script Latif 445,{ +005-1,38,58,0 script Latif NPC_HUMAN_M_ARTIS,{ if (getq(CandorQuest_HAS) == 1) { CheckEnfant(); @@ -124,7 +124,7 @@ OnInit: .distance = 1; end; } -005-1,18,43,0 script Rasin 445,{ +005-1,18,43,0 script Rasin NPC_HUMAN_M_ARTIS,{ if (getq(CandorQuest_HAS) == 1) { CheckEnfant(); @@ -135,7 +135,7 @@ OnInit: .distance = 1; end; } -005-1,38,65,0 script Djinx 451,{ +005-1,38,65,0 script Djinx NPC_GUARD1,{ if (getq(CandorQuest_HAS) == 1) { CheckEnfant(); diff --git a/npc/005-1/movetest.txt b/npc/005-1/movetest.txt index 21868c2d9..dcec64459 100644 --- a/npc/005-1/movetest.txt +++ b/npc/005-1/movetest.txt @@ -12,13 +12,13 @@ OnTimer1000: OnInit: initpath "move", 44, 35, - //"dir", TOP, 0, + "dir", UP, 0, "wait", 2, 0, "move", 51, 81, - //"dir", DOWN, 0, + "dir", DOWN, 0, "wait", 2, 0,"" "Mmove", 50, 88, - //"dir", DOWN, 0, + "dir", DOWN, 0, "wait", 2, 0; initialmove; -- cgit v1.2.3-60-g2f50