summaryrefslogtreecommitdiff
path: root/npc/003-0
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-03-02 15:30:57 -0300
committerJesusaves <cpntb1@ymail.com>2020-03-02 15:30:57 -0300
commitafc9162a334f1491c3f2424fa561bdb03c3e8dd5 (patch)
treeee46569a0354578265c773c2ff668a51ed5a08e6 /npc/003-0
parentae2a2980c9d7c41b39c0f57f1bd6a9c8aee4f434 (diff)
downloadserverdata-afc9162a334f1491c3f2424fa561bdb03c3e8dd5.tar.gz
serverdata-afc9162a334f1491c3f2424fa561bdb03c3e8dd5.tar.bz2
serverdata-afc9162a334f1491c3f2424fa561bdb03c3e8dd5.tar.xz
serverdata-afc9162a334f1491c3f2424fa561bdb03c3e8dd5.zip
Extra reward at MQ 2-5
Diffstat (limited to 'npc/003-0')
-rw-r--r--npc/003-0/mainquest.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/npc/003-0/mainquest.txt b/npc/003-0/mainquest.txt
index 1b1c79ed1..8edf60189 100644
--- a/npc/003-0/mainquest.txt
+++ b/npc/003-0/mainquest.txt
@@ -61,11 +61,13 @@ OnAssassinDefeat:
.@n$=instance_npcname(.name$);
delcells "MQ2Wall"+getcharid(0);
LUA_ASKED_TO_SAVE_PROFESSOR=false;
- dispbottom col(l("SCRIPT ERROR (%s/%s)", .@m$, .@n$), 1);
- if (is_night())
- dispbottom l("An error happened: professor_thankyou() error");
- else
- dispbottom l("An error happened: mission_well_done() error");
+ getexp 16, 5; // Extra bonus :>
+
+ if (is_night()) {
+ unittalk(getnpcid(instance_npcname(.name$)), l("Thanks for the help, I guess...?"));
+ } else {
+ dispbottom l("A mission well done. I should report to lua now.");
+ }
end;
OnInit: