summaryrefslogtreecommitdiff
path: root/npc/018-2-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-09 19:08:31 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-09 19:08:31 -0200
commitf17bdfb197fa163f4a11b475b3d351f90ba395f9 (patch)
treec3554ca2f3c26e98c4d674c44c23a0e335c60855 /npc/018-2-1
parent8ed1f40e40bbadc283dd2454656b975a241e80b1 (diff)
downloadserverdata-f17bdfb197fa163f4a11b475b3d351f90ba395f9.tar.gz
serverdata-f17bdfb197fa163f4a11b475b3d351f90ba395f9.tar.bz2
serverdata-f17bdfb197fa163f4a11b475b3d351f90ba395f9.tar.xz
serverdata-f17bdfb197fa163f4a11b475b3d351f90ba395f9.zip
Fix bugs at Call Of Dusty
Diffstat (limited to 'npc/018-2-1')
-rw-r--r--npc/018-2-1/dustman.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/018-2-1/dustman.txt b/npc/018-2-1/dustman.txt
index 089725d26..03736fe72 100644
--- a/npc/018-2-1/dustman.txt
+++ b/npc/018-2-1/dustman.txt
@@ -132,6 +132,8 @@ L_SkipIntro:
if (.state == 0) {
mesn;
mesq l("The event starts hourly, when the minute clock hits zero. I'll tell everyone on this room when it starts and ends.");
+ next;
+ mesn;
mesc l("Do you want to exchange some of your @@ @@ for items?", countitem(BottledDust), getitemlink(BottledDust));
mes "";
if (askyesno() == ASK_YES) {
@@ -141,6 +143,7 @@ L_SkipIntro:
close;
}
+ mesc l("Do you want to participate on Call Of Dusty?");
// Do you want to participate?
if (askyesno() == ASK_YES) {
mes "";
@@ -205,13 +208,13 @@ OnInit:
OnMinute00:
.state=1;
donpcevent("#COD_BossManager::OnEventStart");
- npctalk l("Call Of Dusty: Event Start!");
+ npctalk("Call Of Dusty: Event Start!");
end;
OnCoDEnd:
OnMinute15:
.state=0;
- npctalk l("Call Of Dusty: Event End!");
+ npctalk("Call Of Dusty: Event End!");
end;
OnMinute30: