diff options
-rw-r--r-- | npc/001-7/celestia_bossfight.txt | 2 | ||||
-rw-r--r-- | npc/012-1/guards.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-7/celestia_bossfight.txt b/npc/001-7/celestia_bossfight.txt index a357bf9c4..2c88178e6 100644 --- a/npc/001-7/celestia_bossfight.txt +++ b/npc/001-7/celestia_bossfight.txt @@ -34,7 +34,7 @@ L_Survivor: if ($YETIKING_WINNER$ == "") { $YETIKING_WINNER$=strcharinfo(0); channelmes("#world", $YETIKING_WINNER$+" is the first player to finish Yeti King Quest!! GG, dude! %%N"); - announce l("All hail ##B@@##b, first to complete the ##3Yeti King Quest!", $YETIKING_WINNER$), bc_all|bc_npc; + announce "All hail ##B"+$YETIKING_WINNER$+"##b, first to complete the ##3Yeti King Quest!", bc_all|bc_npc; Karma=Karma+1; getexp 0, 200; getitem SilverGift, 1; diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 956c08c91..492ef05a0 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -60,7 +60,7 @@ L_Admus: disablenpc "Tezzerin"; disablenpc "Luffyx"; disablenpc "Shoppa Kep"; - announce l("##1Hear ya, hear ya! There are @@ vacant slots at Hurnsguard to LIBERATE HURNSCALD!", $@BG1_SIZE-1), bc_all | bc_npc; + announce "##1Hear ya, hear ya! There are "+str($@BG1_SIZE-1)+" vacant slots at Hurnsguard to LIBERATE HURNSCALD!", bc_all | bc_npc; mes "##1You are assigned to Monster Forces. Do not leave Hurnscald."; close; |