Alright, similiar with the plugin in this thread http://forum.teamspeak.com/showthread.php?t=56218
the purpose of this script is to be able to gather everyone, or sending global announcement to everyone.
We all know that it is possible to mass whisper to everyone in the server now (with the help of whisper to all in the whisper dialog)
However, there are times where people who are not around, so they missed the message, then what?
Here comes the solution for you, the mass move/message/poke script
Changelog
Ver 1.3 - Fixed a Lua update that removed the ... as arg issue
Ver 1.2 - Included self check (so it won't poke/move/message yourself)
Ver 1.1 - Added Copyright Text + mass message command
Ver 1.0 - Initial release
Requirements
1. Must be using client 3.17 or above (because of the new Lua methods)
2. Must have some ways to by pass anti-flood system (because mass poking + messaging would generate ALOT of spam)
3. Must have downloaded this script (duh)
Installation Steps
1. Uncheck the Lua plugin in your plugins window (if you have it checked)
2. extract this zip into a folder named chancontrolmodule (all lower cased) into the "lua_plugin" folder in your ts3's "plugins" folder.
To make it clear, here's an example. If you installed your TeamSpeak 3 in this directory:
then you'd extract this zip to this location:Code:C:\Program Files\TeamSpeak 3 Client
3. check the Lua plugin again in the plugins window. doneCode:C:\Program Files\TeamSpeak 3 Client\plugins\lua_plugin\chancontrolmodule
Usage
/lua run mm - Mass Move - Moves everyone (visible) to your current location
/lua run mp <Your Message Here> - Mass Poke - Pokes everyone (visible) with the message supplied
/lua run mmsg <Your Message Here> - Mass Message - Messages everyone (visible) with the message supplied
/lua run mmp <Your Message Here> - Mass Message + Poke - Pokes + messages everyone (visible) with the message supplied
there's also a g (global) version of the command: /lua run gmm, /lua run gmp, /lua run gmmsg, and /lua run gmmp
The differences is that if a global version of the command is executed, it'll subscribe all possible channel first prior to moving. Meaning, you can decided to just mass move a selective groups of user by utilizing the subscribing channel function.
Feel free to comment on the script. And as for those who know how to code, the scripts are already supplied. Meaning that you can simply just modify the script to your own liking
PS: Oops, did I forgot to mention that ... you do not need to worry to update this script if TS3's API version get upgraded? Because TS3 will update Lua plugin for it automatically, and that's the beauty of this script![]()