Fixed: ingame commands ("-say hi") are useable again.
/!\ Added now conf option: "allowgamecmd"
+ fixed debugger working directory
29 lines
580 B
Modula-2
29 lines
580 B
Modula-2
#permission=255
|
|
|
|
// PSEUWOW DEF_SCRIPT WORLD-ENTER FILE
|
|
|
|
OUT * World entered, executing appropriate script...
|
|
|
|
// not yet implemented
|
|
// CASTSPELL 836
|
|
|
|
// MaNGOS: make PseuWoW invincible
|
|
SAY .gmon
|
|
|
|
// you can also teleport on every startup to a certain player...
|
|
// simple: use the .goname command as usual.
|
|
// SAY .goname Gamemaster
|
|
|
|
// to know everything worked fine, etc
|
|
SAY [${@version_short}] login successful.
|
|
|
|
// yaay we are online. Ready!
|
|
// 126 = TEXTEMOTE_READY
|
|
EMOTE 126
|
|
|
|
|
|
// add your own stuff here
|
|
// ...
|
|
|
|
|
|
OUT * finished executing script. |