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?
December 02, 2008, 10:26: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 > Information > News > Topic: BeBot v0.5.2 released (development version)
Pages: 1 [2]   Go Down
« previous next »
Print
Author Topic: BeBot v0.5.2 released (development version)  (Read 3396 times)
0 Members and 1 Guest are viewing this topic.
Blueeagle
Omnipotent
BeBot Developer
Expert
********
Offline Offline

Gender: Male
Posts: 313



Re: BeBot v0.5.2 released (development version)
« Reply #15 on: June 01, 2008, 01:31:46 PM »

That may have happened when you share the online table between bots. I am not sure what would be the preferred way of handling this as it depends on your setup. In a botnet for guild allies !announce and !massinv might want to announce and invite all players in the botnet. However for separate raidbots this is not the best behaviour.

One could ofcourse limit this by $other_bots, as of now however it will only announce to members of the current bot.

If this is not the case for you, I see no solution other than dropping the online table and restarting the bot so it can be re-created.
Logged

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

Posts: 126


Re: BeBot v0.5.2 released (development version)
« Reply #16 on: June 01, 2008, 05:01:39 PM »

autoinvite for guests is broken too?

they get the news spam, the you've been added/removed spam, but no invite when they log on.
Logged
Blueeagle
Omnipotent
BeBot Developer
Expert
********
Offline Offline

Gender: Male
Posts: 313



Re: BeBot v0.5.2 released (development version)
« Reply #17 on: June 01, 2008, 08:03:04 PM »

Quote from: Dracutza on June 01, 2008, 05:01:39 PM
autoinvite for guests is broken too?

they get the news spam, the you've been added/removed spam, but no invite when they log on.
Have you checked "!preferences show autoinv" to see that they are set to on? They are off by default.
Logged

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

Posts: 126


Re: BeBot v0.5.2 released (development version)
« Reply #18 on: June 01, 2008, 08:45:27 PM »

ummm... I'm missing preferences??

Quote
To [bot]: !preferences
bot: /tell bot !help

Quote
!oe: [G] [G] [G] [ AN | G | M | L | A | SA | O | D ]
!online: [G] [G] [G] [ AN | G | M | L | A | SA | O | D ]
!pb: [G] [G] [G] [ AN | G | M | L | A | SA | O | D ]
!peter:
  • [ AN | G | M | L | A | SA | O | D ]
!ping:
  • [ AN | G | M | L | A | SA | O | D ]
!points: [N/A] [N/A] [G] [ AN | G | M | L | A | SA | O | D ]
!quote: [G] [G] [G] [ AN | G | M | L | A | SA | O | D ]
!quotes: [G] [G] [G] [ AN | G | M | L | A | SA | O | D ]

Quote
modules news notes notify oe online pb peter ping points quote quotes raffle raid raids rally relaytimer rem remteam remtimer reroll restart roll rosterupdate rtimer say security server setleader settings shortcuts shutdown sm startteam sws symb t2 target teamadmin teamname teams theme time timer tokens tracert trickle verify victory whois whosaidthat
Logged
Dracutza
Apprentice
***
Offline Offline

Posts: 126


Re: BeBot v0.5.2 released (development version)
« Reply #19 on: June 01, 2008, 08:48:39 PM »

[2008-06-02 01:48:44]   [MAIN]   [LOAD]   06_Preferences.php

I have that loading... but the command in the bot produces nothing.
Logged
Alreadythere
BeBot Maintainer
Administrator
Grandmaster
********
Offline Offline

Posts: 1085


Re: BeBot v0.5.2 released (development version)
« Reply #20 on: June 02, 2008, 03:12:07 AM »

You need modules/Preferences_UI.php too.
Logged
Dracutza
Apprentice
***
Offline Offline

Posts: 126


Re: BeBot v0.5.2 released (development version)
« Reply #21 on: June 02, 2008, 07:05:20 AM »

Quote from: Alreadythere on June 02, 2008, 03:12:07 AM
You need modules/Preferences_UI.php too.

I'll give that a shot later, but then this might pop up again.

Quote from: Blueeagle on June 01, 2008, 12:48:56 PM
Quote from: Dracutza on June 01, 2008, 12:07:28 PM
Fatal error: Cannot redeclare class Preferences_GUI in E:\bots\modules\PreferencesUI.php on line 66
remove modules/Preferences.php
Logged
Dracutza
Apprentice
***
Offline Offline

Posts: 126


Re: BeBot v0.5.2 released (development version)
« Reply #22 on: June 02, 2008, 05:58:11 PM »

well I was close

[2008-06-02 22:54:23]   [TELL]   [INC]   Dracutza: preferences
[2008-06-02 22:54:23]   [ERROR]   [Preferences_GUI]   Undefined function show_modules(Dracutza)!
[2008-06-02 22:54:23]   [TELL]   [OUT]   -> Dracutza: Error: The module Preferences_GUI returned the error Undefined function show_modules(Dracutza)!
Logged
Alreadythere
BeBot Maintainer
Administrator
Grandmaster
********
Offline Offline

Posts: 1085


Re: BeBot v0.5.2 released (development version)
« Reply #23 on: June 03, 2008, 03:05:37 AM »

You seem to have a miss-match of preferences UI and preferences main file.
Logged
Dracutza
Apprentice
***
Offline Offline

Posts: 126


Re: BeBot v0.5.2 released (development version)
« Reply #24 on: June 03, 2008, 09:02:41 AM »

Quote from: Alreadythere on June 03, 2008, 03:05:37 AM
You seem to have a miss-match of preferences UI and preferences main file.

anything else it could be?  I DL'd any files from the SVN that were updated recently.
Logged
Dracutza
Apprentice
***
Offline Offline

Posts: 126


Re: BeBot v0.5.2 released (development version)
« Reply #25 on: June 05, 2008, 02:11:35 PM »

fresh install +all 4 files that are "4 days" old and still that error.
Logged
Temar
BeBot Developer
Grandmaster
********
Offline Offline

Gender: Male
Posts: 877



WWW
Re: BeBot v0.5.2 released (development version)
« Reply #26 on: June 06, 2008, 12:01:57 AM »

Fixed
Logged

MSN messenger: chris_smith96 at hotmain dot com
Xfire: chriss96
Dracutza
Apprentice
***
Offline Offline

Posts: 126


Re: BeBot v0.5.2 released (development version)
« Reply #27 on: June 06, 2008, 05:00:26 PM »

yeap, error gone now.

it seems though that guests do not get a auto invite even if bot is configured as such.  still testing this for verification.
Logged
Pages: 1 [2]   Go Up
Print
BeBot - An Anarchy Online/Age Of Conan chat automaton > Forum > Information > News > Topic: BeBot v0.5.2 released (development version)
« previous next »
 
Jump to:  

Recent
Log playtime from buddys ...
by IKShadow
[Today at 06:48:12 AM]

[request] Raid timers
by Elesar1
[December 01, 2008, 04:41:09 PM]

Shared DB online list
by Temar
[December 01, 2008, 01:55:47 AM]

relay colors
by Temar
[December 01, 2008, 01:54:56 AM]

BeBot v0.6.0 released
by Alreadythere
[November 30, 2008, 05:32:00 PM]

Change to Bid.php
by Temar
[November 30, 2008, 11:41:44 AM]

OnlineOrg
by Jiheld
[November 29, 2008, 12:44:27 PM]

Silly Newbie Question.
by Temar
[November 29, 2008, 12:00:02 PM]

massive_pvp_time_table 1
by gerborg
[November 29, 2008, 06:55:35 AM]

Bot not see Guild Chat
by Delvar
[November 28, 2008, 08:30:34 AM]
Stats
Members
Total Members: 1243
Latest: Whackoeng
Stats
Total Posts: 11145
Total Topics: 1505
Online Today: 15
Online Ever: 168
(July 01, 2007, 09:30:02 PM)
Users Online
Users: 3
Guests: 11
Total: 14
gerborg
Jiheld
xlDanek

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