diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-19 15:27:32 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-19 15:27:32 -0300 |
commit | 3aa9de13e52c2544811c4ce7e4f3d1aeaaa81e04 (patch) | |
tree | e7271ac148d1ba92ada10c375021d359b8a09d08 /npc | |
parent | 0a86f31bd38cb247dc8d06a30a0a82afe922762e (diff) | |
download | serverdata-3aa9de13e52c2544811c4ce7e4f3d1aeaaa81e04.tar.gz serverdata-3aa9de13e52c2544811c4ce7e4f3d1aeaaa81e04.tar.bz2 serverdata-3aa9de13e52c2544811c4ce7e4f3d1aeaaa81e04.tar.xz serverdata-3aa9de13e52c2544811c4ce7e4f3d1aeaaa81e04.zip |
Hide and Seek sprites!server-20180219
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-1/aahna.txt | 6 | ||||
-rw-r--r-- | npc/005-1/ayasha.txt | 12 |
2 files changed, 9 insertions, 9 deletions
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)
{
|