diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-03-02 15:30:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-03-02 15:30:57 -0300 |
commit | afc9162a334f1491c3f2424fa561bdb03c3e8dd5 (patch) | |
tree | ee46569a0354578265c773c2ff668a51ed5a08e6 /npc/003-0/mainquest.txt | |
parent | ae2a2980c9d7c41b39c0f57f1bd6a9c8aee4f434 (diff) | |
download | serverdata-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/mainquest.txt')
-rw-r--r-- | npc/003-0/mainquest.txt | 12 |
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: |