BeBot - An Anarchy Online and Age Of Conan chat automaton

Archive => Anarchy Online Archive => 0.4.x Custom/Unofficial Modules => Topic started by: Glarawyn on July 31, 2007, 06:42:23 pm

Title: Ventrilo
Post by: Glarawyn on July 31, 2007, 06:42:23 pm
Here it is, a module to display the status of your Ventrilo server.

Pre-Installation:
This module needs The ventrilo_status program to function. The ventrilo_status program for Windows, Linux i386, Solaris SPARC, Solarias x86, FreeBSD x86, NetBSD x86, and Mac OSX PowerPC can be found in the server version of Ventrilo. Download from Ventrilo.com (http://www.ventrilo.com/download.php). This module will obviously only work on the platforms supported by the Ventrilo binaries.

Disclaimer: Ventrilo's license does not allow unauthorized redistribution of their binaries, as such they are not included with this module. Also, I do not want the responsibility of ensuring that a binary executable is free from viruses and other security risks. You should only download ventrilo_status from Ventrilo.com

Pre-Installation (Cont.):
Download the Ventrilo server and locate the ventrilo_status (or ventrilo_status.exe for windows users) and place it somewhere on your harddrive. The default location for this module is in your BeBot's extras directory. 

Required Configuration
Before you can use the Ventrilo module, you must configure it.

/tell yourbot !set Ventrilo server <hostname or ip address> (Required!)
/tell yourbot !set Ventrilo port <port number> (Required!)

Optional Configuration
/tell yourbot !set Ventrilo password <password> (Only required if your Ventrilo server requires a password to obtain status via ventrilo_status. If your server does not require this, don't set it!!! If your server requires a password, you must set a port!)

/tell yourbot !set Ventrilo prgpath <path to ventrilo_status> (Only required if you put ventrilo_status somewhere besides your BeBot's extras directory. Default: ./extras/. Example: c:\ventrilo\, /usr/local/bin/)

/tell yourbot !set Ventrilo showclient <On|Off> (Enables and disables showing client information such as ping and time connected)
/tell yourbot !set Ventrilo showserver <On|Off> (Enables and disables showing server information)

Usage
Use the !vent command in tell, private group, or guild chat to display the status. Ventrilo admins will be displayed in red. Protected rooms will be highlighted in orange.

Current Version:: 2.0.1 (2007-12-29)

Download: Ventrilo-2.0.1.zip (http://zibby.isa-geek.net/BeBot_0.4/Ventrilo/Ventrilo_2.0.1.zip)

Enjoy!

Changelog:
2.0.1: Fixed Client parsing for Ventrilo 3.0.
2.0.0: Updated for BeBot 0.4.
1.0.6: Fixed error messages displayed on bot console when no clients are connected to the Ventrilo server.
1.0.5: Fixed for Windows bot hosts and updated to use v2.0.3 of Module Settings
1.0.1: SVN and Release were not in sync. Whoops.
1.0.0: Initial Release
Title: Re: Ventrilo
Post by: bmoscato on December 04, 2007, 06:06:48 pm
Does anyone have this module running on 4.3?  I had it running on all the 2.x but I can't get it to function w/ 4.x.
Title: Re: Ventrilo
Post by: Alreadythere on December 04, 2007, 06:09:47 pm
Changelog:
2.0.0: Updated for BeBot 0.4.
Are you using v2.0.0?
Title: Re: Ventrilo
Post by: Glarawyn on December 04, 2007, 06:12:51 pm
I've heard Ventrilo made changes in the latest release that break this module. I'll have to check the output from vent_status on the latest Ventrilo server release. (My guild reported the issue, but I'm not exactly playing AO at the moment.) :)

For BeBot 0.4.X, make sure you download the latest version of the module.
Title: Re: Ventrilo
Post by: bmoscato on December 04, 2007, 06:32:09 pm
Hi,

I'm using Bebot 4.3, Vent Server 3.0.2 and PHP vent status script 2.3.0.  These are all the latest files I can download.

I have the ventrilo_status file in the C:\Program Files\VentSrv and I direct the bot to that location to utilize file.

Settings for Ventrilo

showserver:  On
  Description: Display server information.
  Change to: [ On | Off ]

showclient:  On
  Description: Display client information.
  Change to: [ On | Off ]

server:  127.0.0.1
  Description: Hostname or IP Address of Ventrilo Server.
/tell Exobot2 !set Ventrilo server <new value>

port:  3784
  Description: Port of Ventrilo server.
/tell Exobot2 !set Ventrilo port <new value>

password:  ************
  Description: Status password for Ventrilo Server. If a password is set, you must set a port.
/tell Exobot2 !set Ventrilo password <new value>

prgpath:  C:\Program Files\VentSrv\'
  Description: Path to ventrilo_status program.
  Change to: [ ./extra/ | .\extra\ | C:\Program Files\VentSrv\ ]
Title: Re: Ventrilo
Post by: Glarawyn on December 04, 2007, 10:50:11 pm
When you do /tell yourbot !vent, do you get an error on the bot console?
Title: Re: Ventrilo
Post by: bmoscato on December 04, 2007, 10:52:57 pm
No, it just returns the form w/ all the base information.

Channel Info:

+ Lobby


Ventrilo Server Status

Name:
Phonetic:
Comment:
Auth:
Max Clients:
Voice Codec:
Voice Format:
Uptime:
Platform:
Version:
Channel Count:
Client Count:

User Info:

No clients connected to Ventrilo server.
Title: Re: Ventrilo
Post by: Xuryxus on December 05, 2007, 12:49:26 am
Had some problems with this, too.
Got it to run with setting Ventrilo server to localhost (!set Ventrilo server localhost). But normal ip adresses like 127.0.0.1 don't seem to work.

Title: Re: Ventrilo
Post by: bmoscato on December 05, 2007, 02:06:59 am
Yeah, I tried localhost, 127.0.0.1 and the internal ip address of the NIC; all w/o any luck.
Title: Re: Ventrilo
Post by: Glarawyn on December 30, 2007, 07:41:12 am
Ventrilo servers no longer give out the UID for connected clients, which broke parsing of connected Ventrilo users. Easy fix.

:)

Update to v2.0.1. See first post for download links.
Title: Re: Ventrilo
Post by: keirou on January 27, 2009, 04:37:06 pm
does this still work?
running 6.2
in Age of Conan

I put the Ventrilo.php ventrilostatus.php in custom / aoc
and i put ventrilo_status.exe in extra
Title: Re: Ventrilo
Post by: Glarawyn on January 27, 2009, 08:00:06 pm
Module hasn't been updated for BeBot 0.6. Works fine in BeBot 0.4.
Title: Re: Ventrilo
Post by: IKShadow on January 28, 2009, 01:17:20 am
Module hasn't been updated for BeBot 0.6. Works fine in BeBot 0.4.

Any plans to update it ?
Title: Re: Ventrilo
Post by: Dabaron on January 28, 2009, 02:01:08 am
Using the .4 compatibility module I have this working in .6 just fine.
http://bebot.link/0-5-x-customunofficial-modules/0-4_support-for-latest-0-5/
Title: Re: Ventrilo
Post by: shadowrik on January 02, 2010, 07:32:34 am
I get setting port for mudle Ventrilo does not exist...any ideas
Title: Re: Ventrilo
Post by: MysterF on January 03, 2010, 03:50:32 pm
in all honesty, maybe someone will redo this very very helpful plug-in, using Temar's TS ideas (announcing when ppl login/log off TS) and  more "raid useful"  options -) i tried myself but I failed (bit rusty).
Title: Re: Ventrilo
Post by: Glarawyn on January 03, 2010, 05:09:40 pm
Announcing in chat when people log on/off seems redundant as Vent does that via voice.
Title: Re: Ventrilo
Post by: MysterF on January 04, 2010, 01:20:13 am
1. It helps ppl who aren't logged on Vent/TS, to see in guildchat, in real-time, who is logging on/off, not just announcing ppl that are already on vent that a new client has logged.

2. Most ppl have that wave sound announcement  disabled, due to the annoying "noise" plus it interferes with the RL voice-) and it doesn't say exactly who is logging on or off.

 Anyways would be nice to have this module updated to 0.6x version. :D With our without the announcement option.
SimplePortal 2.3.7 © 2008-2024, SimplePortal