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 | |
parent | 0a86f31bd38cb247dc8d06a30a0a82afe922762e (diff) | |
download | serverdata-server-20180219.tar.gz serverdata-server-20180219.tar.bz2 serverdata-server-20180219.tar.xz serverdata-server-20180219.zip |
Hide and Seek sprites!server-20180219
-rw-r--r-- | db/constants.conf | 11 | ||||
-rw-r--r-- | npc/005-1/aahna.txt | 6 | ||||
-rw-r--r-- | npc/005-1/ayasha.txt | 12 |
3 files changed, 20 insertions, 9 deletions
diff --git a/db/constants.conf b/db/constants.conf index 0f4097b7b..3ffa9553f 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3946,6 +3946,17 @@ constants_db: { NPC_MONA: 450 NPC_GUARD1: 451 + NPC_CHILD1: 148 + NPC_CHILD2: 149 + NPC_CHILD3: 150 + NPC_CHILD4: 151 + NPC_CHILD5: 152 + NPC_CHILD6: 153 + NPC_CHILD7: 154 + NPC_CHILD8: 155 + NPC_CHILD9: 156 + NPC_CHILD0: 157 + NPC_SOUL_NORMAL: 700 NPC_SOUL_DESERT: 701 NPC_SOUL_SNOW: 702 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)
{
|