diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-23 10:35:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-23 10:35:23 -0300 |
commit | d02088c8c417dc61745ca66cf6dec9a1771531e8 (patch) | |
tree | 73eb7ce688bdceb39c255cc90eee4a67a163d83a /npc | |
parent | 966cc70b39e42da301e9a23f9590235143a61247 (diff) | |
download | serverdata-d02088c8c417dc61745ca66cf6dec9a1771531e8.tar.gz serverdata-d02088c8c417dc61745ca66cf6dec9a1771531e8.tar.bz2 serverdata-d02088c8c417dc61745ca66cf6dec9a1771531e8.tar.xz serverdata-d02088c8c417dc61745ca66cf6dec9a1771531e8.zip |
Fix some announces
Diffstat (limited to 'npc')
-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; |