mojo_client/bin/scripts/_enterworld.def
False.Genesis d044ef7138 * fixed WorldSocket. this fixed crypt errors hopefully.
* fixed problem with not sent packets that appeared [85]
* fixed infinite spam-loop when whispering to self with enabled autoreply
* fixed a bug (asking for playername although object is an item)
2007-03-07 17:09:39 +00:00

40 lines
918 B
Modula-2

#permission=255
// PSEUWOW DEF_SCRIPT WORLD-ENTER FILE
LOG * World entered, executing appropriate script...
// 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
// or teleport to a specific loacation...
// .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 generalchat
JOINCHANNEL help
JOINCHANNEL tradee
// ...
// Spell 836 = LoginEffect
CASTSPELL 836
// uncomment the following line to enable the autobroadcast script (first broadcast will happen after the timer (check the script) has expired)
// LOADDEF autobroadcast
// add your own stuff here
// ...
LOG * finished executing script.