summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseeds <abby.hulka@gmail.com>2021-06-13 01:06:33 +0000
committerseeds <abby.hulka@gmail.com>2021-06-13 01:06:33 +0000
commit7989b1795287943f514c421e06733fd313493436 (patch)
tree3809872477e751ee3041dc431bad0713a1c759e9
parent47daa126bf421370a83dd3a8d1982360371e1698 (diff)
downloadserverdata-7989b1795287943f514c421e06733fd313493436.tar.gz
serverdata-7989b1795287943f514c421e06733fd313493436.tar.bz2
serverdata-7989b1795287943f514c421e06733fd313493436.tar.xz
serverdata-7989b1795287943f514c421e06733fd313493436.zip
Replace pouf.txt
-rw-r--r--npc/006-2-5/pouf.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/006-2-5/pouf.txt b/npc/006-2-5/pouf.txt
index 0df2f4f8f..4d974e96d 100644
--- a/npc/006-2-5/pouf.txt
+++ b/npc/006-2-5/pouf.txt
@@ -18,7 +18,7 @@ function script PoufMobCount {
}
// Report progress
- dispbottom l("@@/@@", .@t+1, 8);
+ dispbottom l("@@/@@", .@t+1, 12);
return;
}
@@ -72,7 +72,7 @@ function poufChallenge {
function poufQuest { // L_Quest:
mes "";
mesn;
- mesq l("Defeat 8 of my bravest @@ to prove yourself a warrior, brave of heart and strong of arm!", getmonsterlink(PiouKnight));
+ mesq l("Defeat 12 of my bravest @@ to prove yourself a warrior, brave of heart and strong of arm!", getmonsterlink(PiouKnight));
next;
select
l("Point the way! Little yellow birds can't be that hard."),
@@ -123,15 +123,15 @@ function poufQuestFinished { // L_Finished:
.@r = rand2(3);
if (.@r == 0)
{
- mesq l("I bid you a good %s, brave knight.", (is_night() ? l("evening") : l("day")));
+ npctalk3 l("I bid you a good %s, brave knight.", (is_night() ? l("evening") : l("day")));
}
else if (.@r == 1)
{
- mesq l("Fight bravely for Queen +seeds and country, honorable knight!");
+ npctalk3 l("Fight bravely for Queen +seeds and country, honorable knight!");
}
else
{
- mesq l("I wish you success on your ventures, Knight @@.", strcharinfo(0));
+ npctalk3 l("I wish you success on your ventures, Knight @@.", strcharinfo(0));
}
return;
}