mojo_client/bin/conf/ScriptConfig.conf.default
False.Genesis 1bd487445a * added new var in ScriptConfig.conf: OnGUIClose=0
-> set to 1 to close PseuWoW when the GUI is closed
2007-12-08 14:26:56 +00:00

45 lines
1.0 KiB
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=.
// MaNGOS does also accept ! as cmd identifier. put here all identifiers that can trigger a server command!
other_cmd_chars=.!
// Set to 1 if PseuWoW should exit after the GUI is closed (if there is a GUI)
ExitOnGUIClose=0
[#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!