mojo_client/bin/scripts/_enterworld.def
False.Genesis 9d0dd30a0c * fixed channels & linked them with DefScript
* functions: joinchannel, leavechannel
* added script: chan.def (say on channels)
* fixed DefScript loaddef & reloaddef
* misc stuff
2007-01-21 22:02:16 +00:00

35 lines
679 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
// join some channels...
JOINCHANNEL generalchat
JOINCHANNEL help
JOINCHANNEL tradee
// ...
// add your own stuff here
// ...
OUT * finished executing script.