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: BeBot Hyborian 0.5.2.r9 is out  (Read 5059 times)

0 Members and 1 Guest are viewing this topic.

Offline Vrykolas

  • BeBot Apprentice
  • ***
  • Posts: 100
  • Karma: +0/-0
BeBot Hyborian 0.5.2.r9 is out
« on: July 21, 2008, 08:19:34 pm »
A new version of BeBot Hyborian has been released with some of the features you have been requesting - support for !raid for one...

A word of warning however, whilst this fixes the afk status changes it may raise some issues in custom modules due to the way the buddy event handling has been modified - it now passes what has happened rather that the old 1/0 (see the example module for details).

If you have not updated for a while you may have problems with the SVN update due to a reset of SVN that came with the release of BeBot Hyborian 0.5.2.  If this affects you, copy the settings from your conf folder then remove your bot folders, re-checkout the bot and re-edit the conf files.



Offline nhoople

  • BeBot Rookie
  • *
  • Posts: 6
  • Karma: +0/-0
    • The Older Gamers
Re: BeBot Hyborian 0.5.2.r9 is out
« Reply #1 on: July 22, 2008, 12:43:37 am »
Not sure if points are working. Did a test raid, users joined, locked raid, awarded points to raid, checked points --> had 0 points, ended raid, checked points --> had 0 points.

Also tried out loot module.  Everything worked except for the add clicky for people to click in loot list. If you hover over it, it shows /tell <bot> !add <slot>, think it's supposed to be /tell <bot> !loot add <slot>.


I also tried using the !points give <name> <points> and then !points all, the people I had manually given points to did not show up in points list.  I even looked in the raid_points table in the mysql database and it was empty.
« Last Edit: July 22, 2008, 02:20:01 am by nhoople »

Offline Vrykolas

  • BeBot Apprentice
  • ***
  • Posts: 100
  • Karma: +0/-0
Re: BeBot Hyborian 0.5.2.r9 is out
« Reply #2 on: July 22, 2008, 01:11:22 am »
Not sure what's happening with the raid module - I'll look into it tomorrow.

The Loot module should now be fixed in SVN.

Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
Re: BeBot Hyborian 0.5.2.r9 is out
« Reply #3 on: July 22, 2008, 01:52:24 am »
Already Fixed in AO Version

Offline nhoople

  • BeBot Rookie
  • *
  • Posts: 6
  • Karma: +0/-0
    • The Older Gamers
Re: BeBot Hyborian 0.5.2.r9 is out
« Reply #4 on: July 22, 2008, 02:03:31 am »
In the news module there are two locations where raid needs to be changed to raids for the raids news to work, they are on line 88 and on line 124.

Offline Vrykolas

  • BeBot Apprentice
  • ***
  • Posts: 100
  • Karma: +0/-0
Re: BeBot Hyborian 0.5.2.r9 is out
« Reply #5 on: July 22, 2008, 12:24:05 pm »
Thanks for the info nhoople, there are fixes for the raid and news modules in SVN - I'll look at the !points give not adding later today.

Offline grasfer

  • BeBot User
  • **
  • Posts: 22
  • Karma: +0/-0
Re: BeBot Hyborian 0.5.2.r9 is out
« Reply #6 on: July 22, 2008, 12:40:01 pm »
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /home/gegbot/bebot/modules/Raid.php on line 433

With rev 11

Question: Is there anyway to turn off the 'You have no crafting information set and you are above level 40. Please use '!setcraft [class1] [class2]'. Classes can be Alchemist, Architect, Armorsmith, Gemcutter and Weaponsmith. If you havn't picked crafting classes yet this may be the time to do it.' spam users get when they have not set their crafting? Maybe add a NONE option.

Solution: settings craftclasses *thanks noer*
« Last Edit: July 22, 2008, 12:59:14 pm by grasfer »

Offline Noer

  • BeBot Apprentice
  • ***
  • Posts: 107
  • Karma: +0/-0
Re: BeBot Hyborian 0.5.2.r9 is out
« Reply #7 on: July 22, 2008, 12:46:20 pm »
Question: Is there anyway to turn off the 'You have no crafting information set and you are above level 40. Please use '!setcraft [class1] [class2]'. Classes can be Alchemist, Architect, Armorsmith, Gemcutter and Weaponsmith. If you havn't picked crafting classes yet this may be the time to do it.' spam users get when they have not set their crafting? Maybe add a NONE option.

In settings you can set "Remind" to false for the module and it wont send this message.

Offline Vrykolas

  • BeBot Apprentice
  • ***
  • Posts: 100
  • Karma: +0/-0
Re: BeBot Hyborian 0.5.2.r9 is out
« Reply #8 on: July 22, 2008, 01:09:25 pm »
you're right Grasfer - I accidentally deleted something before comitting..... should be corrected now

Offline grasfer

  • BeBot User
  • **
  • Posts: 22
  • Karma: +0/-0
Re: BeBot Hyborian 0.5.2.r9 is out
« Reply #9 on: July 22, 2008, 01:38:18 pm »
you're right Grasfer - I accidentally deleted something before comitting..... should be corrected now

Works fine for me now, even tested creating a raid and stuff :)

Offline durroch

  • BeBot User
  • **
  • Posts: 43
  • Karma: +0/-0
Re: BeBot Hyborian 0.5.2.r9 is out
« Reply #10 on: July 22, 2008, 02:40:18 pm »
Updated to newest release (13 I believe) and it seems to be working great :).  Although when I started up the bot I got a whole bunch of these lines:
Code: [Select]
Ivbot [2008-07-22 12:19:23]     [ERROR] [AOChatWrapper_Core]    I was unable to get the user id for user: 'Durroch'

Not really sure what it means heh.

Offline durroch

  • BeBot User
  • **
  • Posts: 43
  • Karma: +0/-0
Re: BeBot Hyborian 0.5.2.r9 is out
« Reply #11 on: July 22, 2008, 03:15:27 pm »
Also something else...not sure if it's me or code.google.com but when I use svn update in lynix it gives this error:
Code: [Select]
svn: REPORT request failed on '/svn/!svn/vcc/default'
svn: No results returned from filesystem read operation.

Also when I tried to use TortoiseSVN to update my local copy it gave the same error.  So I'm guessing it's google code?

Offline Noer

  • BeBot Apprentice
  • ***
  • Posts: 107
  • Karma: +0/-0
Re: BeBot Hyborian 0.5.2.r9 is out
« Reply #12 on: July 22, 2008, 07:05:00 pm »
As noted in earlier notes the repository was reset when the 0.5.2 code was applied. You need to checkout the code to a new directory and copy your configuration files over.

Offline Organizer

  • BeBot Apprentice
  • ***
  • Posts: 135
  • Karma: +0/-0
Re: BeBot Hyborian 0.5.2.r9 is out
« Reply #13 on: July 22, 2008, 11:58:41 pm »
Since I switched from r34 to r9 I'm again getting a similar error as I did with an earlier version of the bot, items are likely not checked against your database and registered, there is an error shown in the console...

Any ideas on what to do?

[GROUP]  [MSG]   [~Guild] Clauwy: anyone can use <a style="text-decoration:none" href="itemref://3803484/3803484/60/71
0dfb0:ae545140:58d99879:58230ede/710dfb0:ae545140:58d99879:58230ede">[Kurbankohl's Anguish][/link]?

Warning: socket_connect(): unable to connect
  • : A socket operation was attempted to an unreachable host.

 in G:\bebot\main\14_Tools.php on line 137

Offline Noer

  • BeBot Apprentice
  • ***
  • Posts: 107
  • Karma: +0/-0
Re: BeBot Hyborian 0.5.2.r9 is out
« Reply #14 on: July 23, 2008, 12:32:35 am »
Can you try do do a "ping aocdb.lunevo.net" from the server you have to bot on?

 

* 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: 248
  • 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