First.... FAQ
Q: What is a World Broadcast?
A: An announcement that is announced to everyone in-game.
Q: Wouldn't just be better to do .ann?
A: No, because how will you spread the news if your not online?
Q: What are the benefits?
A: Tell the players of your server what's going on and alert them warnings.
Second...... How to enable this feature
Go to your arcemu-optional.conf and change the following things:
1. <CommonSchedule AutoBroadCast = "1"
change it from 0 to 1
Code:
# AutoBroadCast (MultiLanguages supported)
# Enable/Disable new broadcast system.(cebernic: blizzlike )
# Default: 0(Disable) 1(Enable)
#
# BroadCastInterval
# Contents sending on interval by second
# Default:(Min:10 Max:1440)
#
# BroadCastTriggerPercentCap
# Setup the cap of chance in condition with contents sending in each BroadCastInterval's value
# Notice: OP can setup any of message's priority, this could be adjustment in field `percent` of table `worldbroadcast`
# Default:99 (min:1 max:99, 99 only displaying message on priority 100 set.)
# i.e : If set 50 ,it means all of messages 100% selected(but may not displayed) by higher than '50' priority with each broadcastinterval.
# The total selected messages(>51 priority) chosen at random with send to all players.
#
# BroadCastOrderMode [0-1]
# 0:RandomMode - By Triggering & Conditions
# 1:SerialMode - [ignored both ->field `percent` from table `worldbroadcast` & TriggerPercentCap parameters.]
# Default:0
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
<CommonSchedule AutoBroadCast = "1"
BroadCastInterval = "10"
BroadCastTriggerPercentCap = "2"
BroadCastOrderMode = "0">
Here are the steps to making a world broadcast
1. First open up your database and click on world.
2. Next, inside the world database, go to your world_broadcasts table.
3. Now click on the data tab.
4. The first table will say "entry" this means the id of the announcement. I'd put a 1 there.
5. Next is the easy part. Under the
"text" table, you put the announcement you want.
6. Last is the "percent' table. This determines how often the messege is announced. If I were you, I'd put 20 or 30
And there you go, you repeat these steps if you want more than one broadcast! Only, make the entry id's go up by 1.
Hope this helped you n00bs who do not know how to do this