diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-09-29 10:33:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-09-29 10:33:44 -0300 |
commit | 444796ee318322b0110cf9972d07ffa7c1b55d0c (patch) | |
tree | d65ebcdb31cc5c0b1387e6d2f4e5d6603f9d07df | |
parent | cee743a87e9ab2a867474104d95586c8699ef724 (diff) | |
download | serverdata-444796ee318322b0110cf9972d07ffa7c1b55d0c.tar.gz serverdata-444796ee318322b0110cf9972d07ffa7c1b55d0c.tar.bz2 serverdata-444796ee318322b0110cf9972d07ffa7c1b55d0c.tar.xz serverdata-444796ee318322b0110cf9972d07ffa7c1b55d0c.zip |
Suppress a bunch of silly/stupid bugs on Assassination Attempt Main Quest
-rw-r--r-- | npc/003-0/mainquest.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/npc/003-0/mainquest.txt b/npc/003-0/mainquest.txt index 39b8914fa..6d18f8c75 100644 --- a/npc/003-0/mainquest.txt +++ b/npc/003-0/mainquest.txt @@ -70,31 +70,26 @@ OnBegin: end; OnTimer15000: - .@m$=getmap(); .@n$=instance_npcname(.name$); unittalk(.ASSASSIN, l("Heh... He gave me a ball, but...")); end; OnTimer20000: - .@m$=getmap(); .@n$=instance_npcname(.name$); unittalk(.ASSASSIN, l("I can do this alone!")); end; OnTimer60000: - .@m$=getmap(); .@n$=instance_npcname(.name$); unittalk(.ASSASSIN, l("Tsc...! I'll need reinforcements!")); end; OnTimer65000: - .@m$=getmap(); .@n$=instance_npcname(.name$); unittalk(.ASSASSIN, l("How was the summoning again...?!")); end; OnTimer75000: - .@m$=getmap(); .@n$=instance_npcname(.name$); unittalk(.ASSASSIN, l("Oh, that's right!")); end; |