mojo_client/bin/scripts/_enterworld.def
false_genesis 442670af16 * delay more packets with missing names
* fixed problem with player name request looping
* cleaned up channels in _enterworld.def
* added MemoryDataHolder namespace, but not using it for now. will come handy in future (multi-instancing). UNTESTED yet!
2008-01-05 17:58:43 +00:00

36 lines
774 B
Modula-2

#permission=255
// PSEUWOW DEF_SCRIPT WORLD-ENTER FILE
LOG * World entered, executing appropriate script...
// MaNGOS: make PseuWoW invincible
// CMD gmon
// you can also teleport on every startup to a certain player...
// simple: use the .goname command as usual.
// SAY .goname Gamemaster
// or teleport to a specific loacation...
// CMD tele gmisland
// 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 General
JOINCHANNEL LookingForGroup
// and a custom channel
JOINCHANNEL generlachat
// Spell 836 = LoginEffect
CASTSPELL 836
// add your own stuff here
// ...
LOG * finished executing script.