collapse collapse
* User Info
 
 
Welcome, Guest. Please login or register.
* Search

* Board Stats
  • stats Total Members: 989
  • stats Total Posts: 18363
  • stats Total Topics: 2500
  • stats Total Categories: 7
  • stats Total Boards: 35
  • stats Most Online: 1144

Author Topic: 0.5.3 Issues in AoC  (Read 4847 times)

0 Members and 1 Guest are viewing this topic.

Offline Elesar1

  • BeBot User
  • **
  • Posts: 47
  • Karma: +0/-0
0.5.3 Issues in AoC
« on: September 27, 2008, 09:10:03 pm »
This is going to be a list of all issues that I find with the bot in AoC.
Not really a complaint as much as a cumulative post so that people know what is not working, and we can hopefully find some answers to.

This is 0.5.3 with These Changes
Also using the Ventrilo Info and Script modules.

1. Autouseradd - Currently does not function. Members must be manually input to the bot.
    Fixed : modules/aoc/Autouseradd.php
2. !quote - Crashes the bot, bot restarts.
    Fixed : modules/aoc/Quotes.php
3. !say - Does not work in /tell, cannot announce things to alliance guilds through their bot (I am the owner of their bot).
    Fixed : modules/Say.php
4. !whois - Does not show crafting information on players that have it set.
    Fixed : modules/aoc/craftclasses.php

There is also a lack of information on how to setup the ChatRelay using the DataBase method. I would like to attempt this, but don't know where to start. Also, AoC does not have privategroup channels, so I don't think that I could do an IRC relay.

Any help would be greatly appreciated. I will update the list with more issues and/or fixes as I find them.
« Last Edit: September 30, 2008, 06:58:09 am by Elesar1 »

Offline Alreadythere

  • BeBot Maintainer
  • BeBot Hero
  • ******
  • Posts: 1288
  • Karma: +0/-0
Re: 0.5.3 Issues in AoC
« Reply #1 on: September 28, 2008, 11:28:50 am »
Let's give autouseradd another try...

New version: modules/aoc/Autouseradd.php

Offline Alreadythere

  • BeBot Maintainer
  • BeBot Hero
  • ******
  • Posts: 1288
  • Karma: +0/-0
Re: 0.5.3 Issues in AoC
« Reply #2 on: September 28, 2008, 12:08:06 pm »
2. !quote - Crashes the bot, bot restarts.
3. !say - Does not work in /tell, cannot announce things to alliance guilds through their bot (I am the owner of their bot).
Please provide some more information about the quote crash, looking at the code I can't find any obvious error. If the bot crashes there should be some error output on the console or in php_errors.txt if you got that enabled.

I've modified the Say module, in the old state it wasn't supposed to sent output to org when called in tells. In the new version you can define the behaviour via setting now.
New version: modules/Say.php

Offline Elesar1

  • BeBot User
  • **
  • Posts: 47
  • Karma: +0/-0
Re: 0.5.3 Issues in AoC
« Reply #3 on: September 28, 2008, 02:09:07 pm »
wow, thanks :D

Updating with the two fixes posted.

I will look for the errors on the !quote crash, or enable logging and call the command to try and catch it.

Offline Elesar1

  • BeBot User
  • **
  • Posts: 47
  • Karma: +0/-0
Re: 0.5.3 Issues in AoC
« Reply #4 on: September 28, 2008, 02:37:41 pm »
Autouseradd - Is working, thank you.
!whois - Does show crafting information after a player either re-logs, levels, or changes instances/zones, or the bot is restarted.
!quote - appears to be ok for now. I did not have error logging on when it was crashing the bot. I will keep an eye out for it.

!say - Always results in "/tell botname !help" now.

Offline Alreadythere

  • BeBot Maintainer
  • BeBot Hero
  • ******
  • Posts: 1288
  • Karma: +0/-0
Re: 0.5.3 Issues in AoC
« Reply #5 on: September 28, 2008, 03:08:13 pm »
Redownload Say.php for a new version.

Offline Elesar1

  • BeBot User
  • **
  • Posts: 47
  • Karma: +0/-0
Re: 0.5.3 Issues in AoC
« Reply #6 on: September 28, 2008, 03:49:51 pm »
About to raid, will try later today. Thanks for all your help :D

Offline Alreadythere

  • BeBot Maintainer
  • BeBot Hero
  • ******
  • Posts: 1288
  • Karma: +0/-0
Re: 0.5.3 Issues in AoC
« Reply #7 on: September 28, 2008, 11:02:41 pm »
Updated !setcraft and !quotes modules.

In modules/aoc/Quotes.php there weren't any functional changes, just added support for table prefixes.

!setcraft now updates the whois table too, so any info should show up on !whois at once.
New file: modules/aoc/craftclasses.php

Offline Elesar1

  • BeBot User
  • **
  • Posts: 47
  • Karma: +0/-0
Re: 0.5.3 Issues in AoC
« Reply #8 on: September 29, 2008, 12:01:28 am »
Updated the three modules.

!say is now generating an error that is pointing toward it not loading properly.
Code: [Select]
[TELL] [INC] Elesar: !say testing testing....
[CORE] [ERROR] Module 'setting' does not exist of is not loaded.
[ERROR] [setting] Undefined function get(Say, OutputChannel)!
[CORE] [ERROR] Module 'setting' does not exist of is not loaded.
[ERROR] [setting] Undefined function get(Say, OutputChannel)!
[OUTPUT] [ERROR] Broken plugin, type: [error:  ]the module [setting] returned the error [undefined function get(say, outputchannel)!] is unknown to me; source: Elesar, message: say testing testing....

Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
Re: 0.5.3 Issues in AoC
« Reply #9 on: September 29, 2008, 02:28:51 am »
should be settings not setting redownload i have fixed it

Offline Elesar1

  • BeBot User
  • **
  • Posts: 47
  • Karma: +0/-0
Re: 0.5.3 Issues in AoC
« Reply #10 on: September 29, 2008, 05:24:58 am »
Ok, updated and working...kinda.

It functions properly except that the word "say" is at the start of anything that it says.

Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
Re: 0.5.3 Issues in AoC
« Reply #11 on: September 29, 2008, 06:56:56 am »
done

Offline Elesar1

  • BeBot User
  • **
  • Posts: 47
  • Karma: +0/-0
Re: 0.5.3 Issues in AoC
« Reply #12 on: September 29, 2008, 05:40:55 pm »
Latest version of say is back to responding with "/tell botname !help"

Offline Alreadythere

  • BeBot Maintainer
  • BeBot Hero
  • ******
  • Posts: 1288
  • Karma: +0/-0
Re: 0.5.3 Issues in AoC
« Reply #13 on: September 29, 2008, 06:16:34 pm »
Try again please.

Offline Elesar1

  • BeBot User
  • **
  • Posts: 47
  • Karma: +0/-0
Re: 0.5.3 Issues in AoC
« Reply #14 on: September 30, 2008, 06:50:17 am »
Updating the Say file now.

Any hints on how to setup a DB relay for AoC? Does this method require a pgroup channel?

EDIT:
Say works perfectly now. Thank you all.

For the ChatRelay, I looked at This Wiki Doc, but it doesn't seem to be up to date with 0.5.3, as I don't see a good deal of the settings described there.
« Last Edit: September 30, 2008, 06:59:27 am by Elesar1 »

 

* Recent Posts
[AoC] special char for items module by bitnykk
[February 09, 2024, 09:41:18 pm]


0.8.x updates for AoC by bitnykk
[January 30, 2024, 11:16:08 pm]


0.8.x updates for AO by bitnykk
[January 30, 2024, 11:15:37 pm]


BeBot still alive & kicking ! by bitnykk
[December 17, 2023, 12:58:44 am]


Bebot and Rasberry by bitnykk
[November 29, 2023, 11:04:14 pm]

* Who's Online
  • Dot Guests: 677
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.
* Forum Staff
bitnykk admin bitnykk
Administrator
Khalem admin Khalem
Administrator
WeZoN gmod WeZoN
Global Moderator
SimplePortal 2.3.7 © 2008-2024, SimplePortal