From a0af42878d661c1ce02ddc92bedb7a063c83285e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 19 Jun 2018 23:51:01 -0300 Subject: Minor translatable stuff on Aeros changed --- npc/001-1/eventmaster.txt | 4 ++-- npc/001-1/portal.txt | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'npc/001-1') diff --git a/npc/001-1/eventmaster.txt b/npc/001-1/eventmaster.txt index 3d695a3b5..2b511659a 100644 --- a/npc/001-1/eventmaster.txt +++ b/npc/001-1/eventmaster.txt @@ -717,10 +717,10 @@ L_Rate: L_EventHandler: if($@GM_EVENT) { - announce l("The event is over!"), bc_all|bc_npc; // I haven't tested this yet. + announce ("The event is over!"), bc_all|bc_npc; // I haven't tested this yet. $@GM_EVENT=0; } else { - announce l("The mana bridge to Aeros is open! To participate on event, talk to ##BSoul Menhir##b!"), bc_all|bc_npc; + announce ("The mana bridge to Aeros is open! To participate on event, talk to ##BSoul Menhir##b!"), bc_all|bc_npc; channelmes("#world", "An event is happening on Aeros! Hurry up!"); $@GM_EVENT=1; } diff --git a/npc/001-1/portal.txt b/npc/001-1/portal.txt index fc3f5e1f2..370b0a1a9 100644 --- a/npc/001-1/portal.txt +++ b/npc/001-1/portal.txt @@ -55,6 +55,9 @@ L_TranslationFix: mes l("Monster Sergeant"); mes l("Monster Soldier"); mes l("Random Bif"); + mes l("All monsters summoned!"); + mes l("Mercy has been granted."); + mes l("Judgement has passed."); close; L_Close: -- cgit v1.2.3-70-g09d2