summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-08 19:04:30 -0200
committerjesusalva <cpntb1@ymail.com>2018-02-08 19:04:30 -0200
commit4754b528fb5f3ff14f8c508bd3aa98ffc70138d6 (patch)
tree0df65e1c13981ad7b866dc0687a2b2cca188feb4 /npc
parent498461a6f22dd5e2b0d07fae6bd4599a369766a2 (diff)
downloadserverdata-4754b528fb5f3ff14f8c508bd3aa98ffc70138d6.tar.gz
serverdata-4754b528fb5f3ff14f8c508bd3aa98ffc70138d6.tar.bz2
serverdata-4754b528fb5f3ff14f8c508bd3aa98ffc70138d6.tar.xz
serverdata-4754b528fb5f3ff14f8c508bd3aa98ffc70138d6.zip
Updates Ayasha quest.
Diffstat (limited to 'npc')
-rw-r--r--npc/005-1/ayasha.txt30
1 files changed, 24 insertions, 6 deletions
diff --git a/npc/005-1/ayasha.txt b/npc/005-1/ayasha.txt
index 8a6338455..ec20dc7be 100644
--- a/npc/005-1/ayasha.txt
+++ b/npc/005-1/ayasha.txt
@@ -1,6 +1,6 @@
// Author:
// Crazyfefe
-
+// Jesusalva (fixes)
@@ -11,7 +11,7 @@
{
setq CandorQuest_HAS, 1;
speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
- l("Good luck !");
+ l("Good luck!");
close;
}
@@ -19,7 +19,7 @@
if (.@has == 0)
{
speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
- l("Hello! can you help me for find all kids?");
+ l("Hello! Can you help me to find all kids?");
do
{
select
@@ -37,7 +37,7 @@
else if (.@has == 1)
{
speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
- l("You don't find all of them yet.");
+ l("You still haven't found all of them yet.");
close;
}
else if (.@has == 2)
@@ -68,8 +68,8 @@ OnInit:
function script CheckEnfant {
- .questCheck = .questCheck + 1; // NOTE: Do we really want this as a **NPC** variable? These affects other players, right?
- l("Oh Welcome then.");
+ .questCheck = .questCheck + 1; // FIXME: This is broken scope.
+ l("Oh Welcome then."); // NOTE: This will never work
speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
l("Oh! You found me. Well played!");
narrator("You receive 5 exp.");
@@ -84,6 +84,9 @@ function script CheckEnfant {
if (getq(CandorQuest_HAS) == 1)
{
CheckEnfant();
+ } else {
+ mes l("The kid is not paying attention to you.");
+ close;
}
end;
OnInit:
@@ -95,6 +98,9 @@ OnInit:
if (getq(CandorQuest_HAS) == 1)
{
CheckEnfant();
+ } else {
+ mes l("The kid is not paying attention to you.");
+ close;
}
end;
OnInit:
@@ -106,6 +112,9 @@ OnInit:
if (getq(CandorQuest_HAS) == 1)
{
CheckEnfant();
+ } else {
+ mes l("The kid is not paying attention to you.");
+ close;
}
end;
OnInit:
@@ -117,6 +126,9 @@ OnInit:
if (getq(CandorQuest_HAS) == 1)
{
CheckEnfant();
+ } else {
+ mes l("The kid is not paying attention to you.");
+ close;
}
end;
OnInit:
@@ -128,6 +140,9 @@ OnInit:
if (getq(CandorQuest_HAS) == 1)
{
CheckEnfant();
+ } else {
+ mes l("The kid is not paying attention to you.");
+ close;
}
end;
OnInit:
@@ -139,6 +154,9 @@ OnInit:
if (getq(CandorQuest_HAS) == 1)
{
CheckEnfant();
+ } else {
+ mes l("The kid is not paying attention to you.");
+ close;
}
end;
OnInit: