diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-19 23:51:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-19 23:51:01 -0300 |
commit | a0af42878d661c1ce02ddc92bedb7a063c83285e (patch) | |
tree | 9e76a803d63286f92c3299d1cfba9ee41dc265cc /npc | |
parent | 47dd2386de3c6b032777639eedec6fa16cd96ac3 (diff) | |
download | serverdata-a0af42878d661c1ce02ddc92bedb7a063c83285e.tar.gz serverdata-a0af42878d661c1ce02ddc92bedb7a063c83285e.tar.bz2 serverdata-a0af42878d661c1ce02ddc92bedb7a063c83285e.tar.xz serverdata-a0af42878d661c1ce02ddc92bedb7a063c83285e.zip |
Minor translatable stuff on Aeros changed
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-1/eventmaster.txt | 4 | ||||
-rw-r--r-- | npc/001-1/portal.txt | 3 |
2 files changed, 5 insertions, 2 deletions
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: |