Development > Generic custom modules

TeamSpeak

(1/4) > >>

Temar:
This module Allows you to View who is on the TeamSpeak Server
this module wasnt originally Created by me However i have Made Lots of improvements including to work with 0.6

1 thing i added was Also for the Bot to monitor TeamSpeak for Changes in User List and announce Joins and Leaves

Download
  http://www.aofiles.com/index.php?action=user_file&owner=temar&file=TeamSpeak

jimango:
very nice module.. thank you!

but where do i put in the servername and password so it can be shown for my members?

I dont see what channel im in, is there something more i need to do then?

Temar:
i dont think it currently shows channels
and as for the server details both for use and show its all under the settings

jimango:
Is there any one that might wanna add channels to it?
I like the design of it very well..
But would be nice to see who changed to PvP channel og away channel.. for example.

MysterF:
I need some help in setting up the teamspeak module.

Tech details:
Im' running bebot v.0.6.2
mySQL v.5.1.31(win32)
PHP v.5.2.8 (win32)
game:Age of Conan

I've downloaded the "Teamspeak.phps" file and renamed it to "Teamspeak.php"
then i copied the file in  "custom\modules\" directory, I've restarted the bot and the file seems to get loaded.

Issue:
Whiles I'm in game and i try the "!ts" command nothing shows so clearly I'm doing something wrong there.
I also edited the following part of the file

--- Code: --- $this -> bot -> core("settings") -> create("TeamSpeak", "cron", FALSE, "Shold bot Keep check TS for User that have joined or left Teamspeak?");
$this -> bot -> core("settings") -> create("TeamSpeak", "ip", "localhost", "What is the Server IP? (used by module)");
$this -> bot -> core("settings") -> create("TeamSpeak", "queryport", 51234, "What is the Server Query Port? (used by module)");
$this -> bot -> core("settings") -> create("TeamSpeak", "port", 8767, "What is the Server Port? (used by users)");
$this -> bot -> core("settings") -> create("TeamSpeak", "name", "", "What is the Server Name?");
$this -> bot -> core("settings") -> create("TeamSpeak", "host", "", "What is the Server Address? (used by users)");
$this -> bot -> core("settings") -> create("TeamSpeak", "password", "", "What is the Server password? (used by users)");

--- End code ---

But again with or without the file settings edited  the "!ts" command still not works.
Any input on this matter is appreciated, I'm clueless at the moment.
I didn't had any problems installing other modules but I'm sure I'm missing  something here.

Navigation

[0] Message Index

[#] Next page

Go to full version