summaryrefslogtreecommitdiff
path: root/npc/006-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-01-19 23:26:47 -0300
committerJesusaves <cpntb1@ymail.com>2020-01-19 23:26:47 -0300
commit67cad3e5c11261cb6af6890701afb462b192dadc (patch)
treecadb66931037f5990325679834a59343da3a9996 /npc/006-1
parente8cc3fd631485a7274f165abb69405c6e488a126 (diff)
downloadserverdata-67cad3e5c11261cb6af6890701afb462b192dadc.tar.gz
serverdata-67cad3e5c11261cb6af6890701afb462b192dadc.tar.bz2
serverdata-67cad3e5c11261cb6af6890701afb462b192dadc.tar.xz
serverdata-67cad3e5c11261cb6af6890701afb462b192dadc.zip
Favor for kamibroadcast()
Diffstat (limited to 'npc/006-1')
-rw-r--r--npc/006-1/crazyfefe.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt
index 01c298214..deb8a65cc 100644
--- a/npc/006-1/crazyfefe.txt
+++ b/npc/006-1/crazyfefe.txt
@@ -151,8 +151,7 @@ function Challenge {
@crazypoints=1;
initnpctimer;
.@msg$=$@FEFE_CAVE_HERO$+" invites everyone to a challenge against Candor Cave. It'll start in "+FuzzyTime($@FEFE_DELAY,2,2)+". Prepare yourselves!";
- announce .@msg$, bc_all|bc_npc;
- channelmes("#world", .@msg$);
+ kamibroadcast(.@msg$);
mesn;
mesq l("Please wait, the fight will start in @@, as requested.", FuzzyTime($@FEFE_DELAY,2,2));
close;
@@ -341,6 +340,7 @@ OnTimer300000:
.@msg$=$@FEFE_CAVE_HERO$+" invites everyone to a challenge against Candor Cave. It'll start in "+FuzzyTime($@FEFE_DELAY,2,2)+". Prepare yourselves!";
announce .@msg$, bc_all|bc_npc;
//channelmes("#world", .@msg$);
+ //kamibroadcast(.@msg$);
initnpctimer;
end;