diff options
Diffstat (limited to 'npc/012-1/guards.txt')
-rw-r--r-- | npc/012-1/guards.txt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 1ba911112..c136ead37 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -19,7 +19,7 @@ close; L_Admus: - mes col(l("Protip: Use @hide to don't interfer."), 9); + mesc l("Protip: Use @hide to don't interfer."); mes l("Determine Team Size (If everyone is ready and stdby at Tulimshar, use: @@. Minimum 2 players.)", getusers(1)-1); input $@BG1_SIZE; if ($@BG1_SIZE < 2) close; @@ -272,21 +272,21 @@ OnInit: mesq l("As soon that Saulc GM get back, we can start."); close; } - mes col(l("Hurnscald Liberation Day special event"), 3); + mesc l("Hurnscald Liberation Day special event"), 3; mes ""; - mes col(l("The objective of this event is to ##Bslay the Monster Admiral##b."), 9); - mes col(l("If you die, you ##Bwon't##b be able to rejoin, but you won't suffer the penalty."), 9); + mesc l("The objective of this event is to ##Bslay the Monster Admiral##b."); + mesc l("If you die, you ##Bwon't##b be able to rejoin, but you won't suffer the penalty."); next; - mes col(l("If all players there die, Hurnscald WON'T BE LIBERATED."), 9); - mes col(l("This basically means that it'll be another day without it."), 9); - mes col(l("Also, the more players survive, the better rewards will be given."), 9); + mesc l("If all players there die, Hurnscald WON'T BE LIBERATED."); + mesc l("This basically means that it'll be another day without it."); + mesc l("Also, the more players survive, the better rewards will be given."); next; - mes col(l("Right click on this NPC to join the Hurnscald Alliance."), 3); - mes col(l("The number of players must be precise, meaning if someone doesn't joins,"), 9); - mes col(l("the event won't start and HURNSCALD WON'T BE LIBERATED."), 9); + mesc l("Right click on this NPC to join the Hurnscald Alliance."), 3; + mesc l("The number of players must be precise, meaning if someone doesn't joins,"); + mesc l("the event won't start and HURNSCALD WON'T BE LIBERATED."); next; - mes col(l("Once you join the Alliance, you won't be able to talk with people outside it."), 9); - mes col(l("Additionaly, all your movement will be restricted until either you're warped or log out."), 9); + mesc l("Once you join the Alliance, you won't be able to talk with people outside it."); + mesc l("Additionaly, all your movement will be restricted until either you're warped or log out."); close; OnSet: |