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:50:26 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 2563 times)
0 Members and 8 Guests 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: 1052


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: 1052


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
********
Online Online

Gender: Male
Posts: 773



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

Fixed
Logged
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
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: 48
Total: 52
cthulhu
Noer
Wolfbiter
Temar

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.178 seconds with 29 queries. (Pretty URLs adds 0.031s, 4q)
Loading...