diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-1/bot.txt | 7 | ||||
-rw-r--r-- | npc/commands/warp.txt | 5 |
2 files changed, 3 insertions, 9 deletions
diff --git a/npc/012-1/bot.txt b/npc/012-1/bot.txt index f8d8f48c4..8423567f4 100644 --- a/npc/012-1/bot.txt +++ b/npc/012-1/bot.txt @@ -24,15 +24,14 @@ L_Menu: l("What are the Transcendence Gates?"), L_Gates, l("Thanks for the help."), L_Close; +// TODO: Perhaps it is worth mentioning on JSaves Castle is a Mana Source and thus, magic&skills work better, and weapons work worse? L_Where: mes ""; - /* mesn; - mesq l("If you head west, you'll eventually reach Jesus Saves official residence."); + mesq l("If you head west, you'll eventually reach Jesus Saves' Castle."); next; - */ mesn; - mesq l("West of here, you'll find a small land path leading it it."); + mesq l("Inside it, there'll be a Transcendence Gate."); next; mesn; mesq l("It is a really cool place. You must visit it someday!"); diff --git a/npc/commands/warp.txt b/npc/commands/warp.txt index d347a42fd..c40aa8bb5 100644 --- a/npc/commands/warp.txt +++ b/npc/commands/warp.txt @@ -89,10 +89,5 @@ OnInit: .count = getarraysize(.aliases$[0]); - if (debug > 0) { - bindatcmd "w", "@w::OnCall", 0, 2, 0; - end; - } - bindatcmd "w", "@w::OnCall", 5, 80, 1; } |