From 3aa9de13e52c2544811c4ce7e4f3d1aeaaa81e04 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Mon, 19 Feb 2018 15:27:32 -0300 Subject: Hide and Seek sprites! --- npc/005-1/aahna.txt | 6 +++--- npc/005-1/ayasha.txt | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'npc/005-1') diff --git a/npc/005-1/aahna.txt b/npc/005-1/aahna.txt index c679ca07d..f270ad189 100644 --- a/npc/005-1/aahna.txt +++ b/npc/005-1/aahna.txt @@ -1,10 +1,10 @@ -005-1,61,43,0 script Aahna NPC_GUARD1,{ +005-1,61,43,0 script Aahna NPC_ELVEN_FEMALE,{ mesn; mesq l("Hello, What a lovely day for a stroll."); close; OnInit: - .sex = G_MALE; - .distance = 3; + .sex = G_FEMALE; + .distance = 5; end; } diff --git a/npc/005-1/ayasha.txt b/npc/005-1/ayasha.txt index 8ae4ec54d..65c6d63d1 100644 --- a/npc/005-1/ayasha.txt +++ b/npc/005-1/ayasha.txt @@ -86,7 +86,7 @@ L_KidsTally: setq CandorQuest_HAS, 2; } speech S_FIRST_BLANK_LINE | S_LAST_NEXT, - l("Oh! You found me. Well played!"); + l("Oh! You found me. Good job!"); narrator("You receive 5 exp."); getexp 5,0; close; @@ -107,7 +107,7 @@ L_Already: return; } -005-1,69,90,0 script Charda NPC_GUARD1,{ +005-1,69,90,0 script Charda NPC_CHILD8,{ @kids = 0; if (getq(CandorQuest_HAS) == 1) { @@ -124,7 +124,7 @@ OnInit: .distance = 1; end; } -005-1,23,84,0 script Faris NPC_GUARD1,{ +005-1,23,84,0 script Faris NPC_CHILD7,{ @kids = 1; if (getq(CandorQuest_HAS) == 1) { @@ -139,7 +139,7 @@ OnInit: .distance = 1; end; } -005-1,84,21,0 script Ghada NPC_HUMAN_M_ARTIS,{ +005-1,84,21,0 script Ghada NPC_CHILD5,{ @kids = 2; if (getq(CandorQuest_HAS) == 1) { @@ -169,7 +169,7 @@ OnInit: .distance = 1; end; } -005-1,18,43,0 script Rasin NPC_HUMAN_M_ARTIS,{ +005-1,18,43,0 script Rasin NPC_CHILD3,{ @kids = 4; if (getq(CandorQuest_HAS) == 1) { @@ -184,7 +184,7 @@ OnInit: .distance = 1; end; } -005-1,38,65,0 script Djinx NPC_GUARD1,{ +005-1,38,65,0 script Lilly NPC_CHILD6,{ @kids = 5; if (getq(CandorQuest_HAS) == 1) { -- cgit v1.2.3-60-g2f50