diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-10-10 22:17:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-10-10 22:17:19 -0300 |
commit | f28f5ea283b8972320f470a3b9b3d5138c7049c5 (patch) | |
tree | 4549e11b5ff4914f42f4aaa7d7f23fdd8370e689 /npc | |
parent | 29f71ccfa9e899e12a88133f311d484b375af994 (diff) | |
download | serverdata-f28f5ea283b8972320f470a3b9b3d5138c7049c5.tar.gz serverdata-f28f5ea283b8972320f470a3b9b3d5138c7049c5.tar.bz2 serverdata-f28f5ea283b8972320f470a3b9b3d5138c7049c5.tar.xz serverdata-f28f5ea283b8972320f470a3b9b3d5138c7049c5.zip |
Fix a few "typos"
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-1/rewards.txt | 2 | ||||
-rw-r--r-- | npc/017-3/nico.txt | 4 | ||||
-rw-r--r-- | npc/functions/mkbot.txt | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt index dcf82d092..6a73dbe4b 100644 --- a/npc/001-1/rewards.txt +++ b/npc/001-1/rewards.txt @@ -6,7 +6,7 @@ 001-1,243,26,0 script Aeros Trader NPC_M_COINKEEPER,{ mesn; - mesq l("Oh, hello there! Welcome to the Mana Plain Of Existence!"); + mesq l("Oh, hello there! Welcome to the Mana Plane Of Existence!"); next; mesn; mesq l("In this wonderful realm, you can find and earn many @@, our currency!", getitemlink(StrangeCoin)); diff --git a/npc/017-3/nico.txt b/npc/017-3/nico.txt index a7e02967f..19dd79e95 100644 --- a/npc/017-3/nico.txt +++ b/npc/017-3/nico.txt @@ -145,7 +145,7 @@ L_Main: delitem .@card, 1; getitem @menuret, 1; break; - // Buy Card + // Evolve Card case 2: mesn; mesq l("Give me %s copies of the same card and %s GP, and I'll improve its tier.", b(l("three")), fnum(25000)); @@ -269,7 +269,7 @@ L_Main: break; } break; - // Evolve Card + // TODO: Play minigame case 3: mesn; mesq l("...Are you trying to troll me?"); diff --git a/npc/functions/mkbot.txt b/npc/functions/mkbot.txt index 019c60ca5..2a585b6aa 100644 --- a/npc/functions/mkbot.txt +++ b/npc/functions/mkbot.txt @@ -104,7 +104,7 @@ OnTimer90000: // The Monster King will not move anymore because story if ($GAME_STORYLINE == 0 || - $GAME_STORYLINE == 5) { + $GAME_STORYLINE >= 5) { if (.mp$ != "boss") unitwarp($@MK, "boss", 45, 45); initnpctimer; |