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 v0.6.2 released  (Read 20013 times)

0 Members and 2 Guests are viewing this topic.

Offline Alreadythere

  • BeBot Maintainer
  • BeBot Hero
  • ******
  • Posts: 1288
  • Karma: +0/-0
BeBot v0.6.2 released
« on: January 24, 2009, 10:17:02 pm »
This release is a maintenance release, fixing several issues as well as delivering an updated server list for due to the Age of Conan server merges.

As this release moves the server list into a dedicated file any updates there will be easier in the future.

Downloads
[BeBot 0.6.2 Tar GZ Archive]
[BeBot 0.6.2 Zip Archive]

Changelog
- Fixed a bug in buddy list handling of the Roster core.
- setcraft now has the option to set it as None, Update by gerborg
- Moved ServerList into conf folder and Checked US server List, 9 Updated, 6 Added
- Logon Spam now has Setting as to what user level they have to be for logon spam, Default Member Only
- Fixed Command Links for Guild in AoC
- Enabled BotStatistics for AoC, Fixed Dim Issue, Fixed Output issue
- Fixed Issue with !admin del <group> <name> not working when name has number
- Fixed issue of Guest always being added to notify regardless of settings
- Fixed bug were user removed from notify stay in online
- Updated All US and some EU Servers with New names and ip's
- Added sending of shutdown/restart reason
- Now allows password to be entered on loading of StartBot.php
« Last Edit: January 24, 2009, 10:19:13 pm by Alreadythere »

Offline Serbaa

  • BeBot User
  • **
  • Posts: 22
  • Karma: +0/-0
Re: BeBot v0.6.2 released
« Reply #1 on: January 25, 2009, 02:35:01 am »
Tyranny Port is still wrong needs to be 7003 :) serverlist has it as 7009.   

$server_list['aoc']['Tyranny'] = array('server'=>'208.82.194.6', 'port'=>7003);

Offline Serbaa

  • BeBot User
  • **
  • Posts: 22
  • Karma: +0/-0
Re: BeBot v0.6.2 released
« Reply #2 on: January 25, 2009, 03:34:39 am »
Hey one more quick thing.

The crafting option set to none was causing the following error in the console when setting crafts to none.

Skybot [TELL]   [INC]   Deadybear: !setcraft none none
MySQL error (# 0) on query: UPDATE whois set craft1 = 'None', craft2 = 'None' WHERE nickname = 'Deadybear'
Data truncated for column 'craft1' at row 1
Skybot [TELL]   [OUT]   -> Deadybear: Thank you for updating your crafting information.



and the following error when the user that set craft to none logged on or off (coming from the whois database)

MySQL error (# 0) on query: INSERT INTO whois (id, nickname, level, class, craft1, craft2, location, online, updated) VA
LUES ('184785414', 'Deadybear', '80', 'Necromancer', 'None', 'None', 96591, 1, '1232849982') ON DUPLICATE KEY UPDATE id
= VALUES(id), level = VALUES(level), class = VALUES(class), craft1 = VALUES(craft1), craft2 = VALUES(craft2), online = V
ALUES(online), location = VALUES(location),  updated = VALUES(updated)
Data truncated for column 'craft1' at row 1




i tracked it down and did a manual update to the DB using the following command that will probably have to be added for people that are not installing from scratch and already have this table existing.

the whois.php that is specific to AoC is that is. :)


mysql>ALTER TABLE whois MODIFY craft2 enum('','Alchemist','Architect','Armorsmith','Gemcutter','Weaponsmith','None');
Query OK, 155 rows affected (0.13 sec)
Records: 155  Duplicates: 0  Warnings: 0




Offline Serbaa

  • BeBot User
  • **
  • Posts: 22
  • Karma: +0/-0
Re: BeBot v0.6.2 released
« Reply #3 on: January 25, 2009, 04:11:54 am »
one more thing

i THINK that i may have solved this issue

 WARNING: The following entries timed out: Kaoken.

This happens when a char lets say Kaoken ID 23 was moved to a new server and had to have his name changed because Kaoken was already exisiting as a name, but the user had him registered as an alt so when you do a !is on his main you get this error


« Last Edit: January 25, 2009, 07:16:17 am by Temar »

Offline Serbaa

  • BeBot User
  • **
  • Posts: 22
  • Karma: +0/-0
Re: BeBot v0.6.2 released
« Reply #4 on: January 25, 2009, 04:15:52 am »
oh and a quick one that will only take you 2 seconds but isnt big .. when you do !irconline it says 3 users only reports 2 i made mine say 2 users but i suppose you could make him say 3 users and put his name in there as well (his being the bot)

Great job on 0.6.2 the ghosting appears to be gone so far ;)



Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
Re: BeBot v0.6.2 released
« Reply #5 on: January 25, 2009, 07:06:15 am »
Tyranny Port is still wrong needs to be 7003 :) serverlist has it as 7009.   

$server_list['aoc']['Tyranny'] = array('server'=>'208.82.194.6', 'port'=>7003);

Fixed in SVN

Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
Re: BeBot v0.6.2 released
« Reply #6 on: January 25, 2009, 07:11:14 am »
Fixed Issues with whois table
it was a simple bug in the update function preventing it was actually running
simply getting the latest /core/aoc/Whois.php will update table

Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
Re: BeBot v0.6.2 released
« Reply #7 on: January 25, 2009, 07:21:25 am »
oh and a quick one that will only take you 2 seconds but isnt big .. when you do !irconline it says 3 users only reports 2 i made mine say 2 users but i suppose you could make him say 3 users and put his name in there as well (his being the bot)

Great job on 0.6.2 the ghosting appears to be gone so far ;)

unable to reproduce this
[Leet] Chris05: !irconline
[Leet] Leetchat: 2 users in #Leet: q, temar

this was with 0.7 but there has been no change that would affect that command between 0.6 and 0.7

Offline Serbaa

  • BeBot User
  • **
  • Posts: 22
  • Karma: +0/-0
Re: BeBot v0.6.2 released
« Reply #8 on: January 25, 2009, 09:33:41 am »
Skybot [GROUP]  [MSG]   [Sacrosanct] Dacaro: !irconline
Skybot [GROUP]  [MSG]   [Sacrosanct] Skybot: 2 users in #Skybot: serbaa,
Total Count: 58120
Count: 1


thats all i get

Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
Re: BeBot v0.6.2 released
« Reply #9 on: January 25, 2009, 04:17:17 pm »
going by the , after ur name it seems there is a blank entry in the list of names, duno why its there but thats why is says 2

Offline Dabaron

  • BeBot Apprentice
  • ***
  • Posts: 163
  • Karma: +0/-0
Re: BeBot v0.6.2 released
« Reply #10 on: January 25, 2009, 10:01:48 pm »
I have seen this as well.  When I tested it the only 2 people in IRC was me and the bot.  It appears his is counting himself but showing the name as " ".

Offline Hyde

  • BeBot Apprentice
  • ***
  • Posts: 92
  • Karma: +0/-0
Re: BeBot v0.6.2 released
« Reply #11 on: January 26, 2009, 04:02:05 am »
Just an FYI the "Downloads" link on the web pages is starting to get pretty stale (still shows 0.5.2).
Doctorhyde/Jexyll/Goraud@RK2

Offline Khalem

  • BeBot Founder
  • Administrator
  • ********
  • Posts: 1169
  • Karma: +0/-0
    • http://www.ancarim.com
Re: BeBot v0.6.2 released
« Reply #12 on: January 26, 2009, 09:19:04 am »
I'll look into getting the downloads section fixed as soon as i get a chance.
BeBot Founder and Fixer Kingpin

Offline DarkGord

  • BeBot Rookie
  • *
  • Posts: 9
  • Karma: +0/-0
Re: BeBot v0.6.2 released
« Reply #13 on: July 28, 2009, 10:07:07 am »
hi, i am atm using 0.6.4 pre2, so i assume that has the latest whois.php file, however anyone using none in setting their crafts produces still the error described above. do i need to do the manual table update as described above ?

Offline Khalem

  • BeBot Founder
  • Administrator
  • ********
  • Posts: 1169
  • Karma: +0/-0
    • http://www.ancarim.com
Re: BeBot v0.6.2 released
« Reply #14 on: July 28, 2009, 05:16:37 pm »
I have a fairly good idea of what happened here.
I'll have it fixed for 0.6.4 final.
BeBot Founder and Fixer Kingpin

 

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