mojo_client/bin/conf/ScriptConfig.conf.default
False.Genesis 33b8cd4967 * fixed not working autobroadcast due to misconfiguration. thx to keroksi for pointing it out.
after downloading this update, be sure to copy the changes over to your already existing /conf/ScriptConfig.conf file.
2007-05-30 12:59:11 +00:00

39 lines
826 B
Plaintext

// this config file has no effect on the core.
// store variable definitions for scripts only!
// ## GLOBAL SECTION ##
[#uppercase]
[#noprefix]
// special char that is used to trigger server commands (for example ".goname Player")
// (WoWEmu="." MaNGOS="." or "!")
// other servers might be different
cmdchar=.
[#normal]
// ## END OF GLOBAL SECTION ##
// -- section for individual scripts --
[autobroadcast]
enable=0
// 20 mins by default
secs=1200
// the command the server uses to broadcast (.broadcast, .announce, .bc or whatever)
// do NOT put a trailing "." or "!" , only the plain command name!
cmd=announce
// configure your texts here
textcount=3
text1=This is PseuWoW autobroadcast #1
text2=And another one! Autobroadcast #2
text3=The world is round, and so am I!