L* R*
HOME FORUM DOWNLOADS
Content
  Links
     Browse SVN
     SVN Commit log
     Documentation (Wiki)
  Developers
     Taskmanager
User
Welcome, Guest. Please login or register.
Did you miss your activation email?
October 07, 2008, 04:39:09 AM

Login with username, password and session length
Search



Advanced search
Support GoPHP5.org
BeBot - An Anarchy Online/Age Of Conan chat automaton > Forum > Support > BeBot 0.5 support > Topic: Probs with relay from guest channel to org chat.
Pages: [1] 2   Go Down
« previous next »
Print
Author Topic: Probs with relay from guest channel to org chat.  (Read 860 times)
0 Members and 1 Guest are viewing this topic.
Daynjer
Freshman
*
Offline Offline

Posts: 8


Probs with relay from guest channel to org chat.
« on: April 09, 2008, 02:16:13 AM »

Someone had another bot set up until recently to solve this issue, but the bot has been taken down. Now I have the problem that orgchat is seen in the guest channel, howeverm guest channel is not relayed to org channel. Any suggestions?

[Error] The setting named gcname for setting group relay does not exist!

To [Stalkernet]: !set Relay Gcname Stalkernet [Stalkernet]: Setting Gcname for module Relay does not exisit.
« Last Edit: April 09, 2008, 02:25:55 AM by Daynjer » Logged
Blueeagle
Omnipotent
BeBot Developer
Expert
********
Offline Offline

Gender: Male
Posts: 313



Re: Probs with relay from guest channel to org chat.
« Reply #1 on: April 09, 2008, 06:07:41 AM »

Yes, I just fixed that along with guests showing up in the members section of the online list.

Ooops.. That was 0.5 bot you were running.

I'm working on getting that issue resolved.

The two things that needs to be done is to execute a MySQL query to alter table settings and set type to 'string' for Gcname as this has been set to NULL.

Also you need to change a line where function send_to_gc checks if a value is 'Pgorup' instead of checking if it's gc or somesuch.

I might be done with this tonight after work.
« Last Edit: April 09, 2008, 06:14:29 AM by Blueeagle » Logged

The only problem that can't be solved by adding another wrapper is having too many wrappers.
Daynjer
Freshman
*
Offline Offline

Posts: 8


Re: Probs with relay from guest channel to org chat.
« Reply #2 on: April 09, 2008, 02:47:44 PM »

Any help would this would be awesome!!! Thanks for the response!  Grin
Logged
Blueeagle
Omnipotent
BeBot Developer
Expert
********
Offline Offline

Gender: Male
Posts: 313



Re: Probs with relay from guest channel to org chat.
« Reply #3 on: April 10, 2008, 12:20:58 AM »

http://svn.shadow-realm.org/index.py/BeBot/trunk/modules/Relay.php?view=co

You still need to either drop the settings table or the setting where module=Relay and setting=Gcname.

If you do not drop these the new module will not re-create them.
Logged

The only problem that can't be solved by adding another wrapper is having too many wrappers.
Daynjer
Freshman
*
Offline Offline

Posts: 8


Re: Probs with relay from guest channel to org chat.
« Reply #4 on: April 10, 2008, 01:10:39 PM »

Ok, copied and pasted the new PHP into relay.php, but have no idea where/how to drop the tables/settings you were talking about. Any help please?
Logged
Temar
BeBot Developer
Grandmaster
********
Online Online

Gender: Male
Posts: 773



WWW
Re: Probs with relay from guest channel to org chat.
« Reply #5 on: April 10, 2008, 01:33:48 PM »

he means drop then from your mysql table as the modules only add settings if they don't exist
Logged
Daynjer
Freshman
*
Offline Offline

Posts: 8


Re: Probs with relay from guest channel to org chat.
« Reply #6 on: April 10, 2008, 01:39:19 PM »

 Huh
Ok, how do I go about dropping the values from MySQL? I have downloaded the MySQL GUI tools if it is easier done through there than command line, but help with either would be great! Or just drop the entire table named botname_settings?

Went ahead and dropped the table botname_settings and restarted bot. Still recieving the same errors when tryot to turn on the relay from guest channel to org channel.
[Error] The setting named gcname for setting group relay does not exist.
« Last Edit: April 10, 2008, 01:52:01 PM by Daynjer » Logged
Temar
BeBot Developer
Grandmaster
********
Online Online

Gender: Male
Posts: 773



WWW
Re: Probs with relay from guest channel to org chat.
« Reply #7 on: April 10, 2008, 02:03:46 PM »

if you droped the entire table then restarted it would of remade the table and put all setting in as there defaults and should of fixed the prob asumeing its fixed in the module
Logged
Daynjer
Freshman
*
Offline Offline

Posts: 8


Re: Probs with relay from guest channel to org chat.
« Reply #8 on: April 14, 2008, 08:00:32 AM »

The relay between org chat and guest is working. However, in the console window of the bot, there is still the error message the the setting named Gcnamed for the setting group relay does not exist.
Logged
dontask
Freshman
*
Offline Offline

Posts: 7


Re: Probs with relay from guest channel to org chat.
« Reply #9 on: May 06, 2008, 10:26:13 PM »

Bump for this problem. It's still a problem in today's release.
Logged
Blueeagle
Omnipotent
BeBot Developer
Expert
********
Offline Offline

Gender: Male
Posts: 313



Re: Probs with relay from guest channel to org chat.
« Reply #10 on: May 07, 2008, 10:12:13 AM »

This bug is in our bug handling system as FS# 59.

Thank you for reminding us of this bug.
Logged

The only problem that can't be solved by adding another wrapper is having too many wrappers.
Zeephonz
Rookie
**
Offline Offline

Gender: Male
Posts: 20


Re: Probs with relay from guest channel to org chat.
« Reply #11 on: July 13, 2008, 12:29:56 AM »

Heyas....

Has this been resolved as yet?
Logged
Hacre
Freshman
*
Offline Offline

Posts: 13


Re: Probs with relay from guest channel to org chat.
« Reply #12 on: September 04, 2008, 05:30:13 PM »

How do we go about just making it so that things said in the guest channel can be seen in guild chat and vice versa?  Huh
Logged
Temar
BeBot Developer
Grandmaster
********
Online Online

Gender: Male
Posts: 773



WWW
Re: Probs with relay from guest channel to org chat.
« Reply #13 on: September 05, 2008, 12:29:34 AM »

!settings relay status On
Logged
Hacre
Freshman
*
Offline Offline

Posts: 13


Re: Probs with relay from guest channel to org chat.
« Reply #14 on: September 06, 2008, 07:38:10 AM »

How do I make it possible for people other than the bot Owner to do that?

I've done that btw, and I'm getting spammed with:

[SETTINGS]      [ERROR] The setting named gcname for setting group relay does not exisit.
Logged
Pages: [1] 2   Go Up
Print
BeBot - An Anarchy Online/Age Of Conan chat automaton > Forum > Support > BeBot 0.5 support > Topic: Probs with relay from guest channel to org chat.
« previous next »
 
Jump to:  

Recent
TWC
by Temar
[Today at 02:49:27 AM]

raid/point system suggest...
by Vain
[October 06, 2008, 08:53:00 PM]

!items database
by cthulhu
[October 05, 2008, 11:36:16 AM]

Supplies needed module
by viper
[October 05, 2008, 11:11:13 AM]

Assist
by Foxy
[October 05, 2008, 05:09:02 AM]

How's 0.5.x coming? Wonde...
by Hyde
[October 04, 2008, 04:59:20 PM]

Org in AoC
by Alreadythere
[October 04, 2008, 04:50:00 AM]

OnlineOrg
by Slacklin
[October 04, 2008, 03:06:00 AM]

Learning .NET, Mono, C#, ...
by Vhab
[October 04, 2008, 02:39:03 AM]

guild taxes module for ag...
by Elesar1
[October 03, 2008, 09:06:09 AM]
Stats
Members
Total Members: 983
Latest: Titerris
Stats
Total Posts: 10743
Total Topics: 1448
Online Today: 10
Online Ever: 168
(July 01, 2007, 09:30:02 PM)
Users Online
Users: 4
Guests: 47
Total: 51
Noer
Wolfbiter
Temar
IKShadow

Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC
TinyPortal v0.9.8 © Bloc | NewDef design by Bloc
Page created in 0.197 seconds with 29 queries. (Pretty URLs adds 0.044s, 4q)
Loading...