collapse collapse

Menu


* User Info

 
 
Welcome, Guest. Please login or register.
Did you miss your activation email?

* Search



* Shoutbox

Refresh History
  • Shoutbox is not for support!
  • Kyr: Quote
    Live free or die.


    March 03, 2010, 03:28:21 AM
  • Kyr: cancel that
    March 03, 2010, 03:27:53 AM
  • Kyr: I never do!
    March 03, 2010, 03:27:41 AM
  • Kyr: I never use it
    March 03, 2010, 03:26:11 AM
  • TBK: nope :P
    March 01, 2010, 10:17:40 PM
  • WeZoN: no one uses this shoutbox ? :P
    February 26, 2010, 07:11:06 AM
  • WeZoN: check out aoc custom modules ^^  alliance chat from Borgan is up
    February 03, 2010, 06:48:24 AM
  • Yite: I see dead people
    February 02, 2010, 06:47:32 AM
  • squattinbull: I love Bebot!
    January 12, 2010, 12:16:03 PM
  • Riccarr: First Shout of 2010! Woohoo!
    January 07, 2010, 01:09:48 PM
  • Shakor: Happy new year!
    December 31, 2009, 01:04:18 PM
  • Shelly: Merry Christmas Everyone!
    December 25, 2009, 09:17:35 PM
  • Iheaca: Happy Christmas to all !
    December 24, 2009, 04:07:01 AM
  • Getrix: Happy xmas everytone! =)
    December 24, 2009, 01:07:49 AM
  • Temar: why does forum keep rolling back
    December 23, 2009, 02:05:48 PM
  • Shakor: Bebot not working for AoC patch 1.06 :)
    December 13, 2009, 06:33:00 PM
  • Khalem: Seems there is something wrong with the dutch language files :\
    December 10, 2009, 06:12:35 AM
  • WeZoN: i thnk you guys should check your footer.php ^^
    December 04, 2009, 08:12:07 AM
  • BongTechnician: O.o
    December 03, 2009, 09:39:54 PM
  • PBbot: Hi
    November 17, 2009, 11:12:10 AM

* Board Stats

  • stats Total Members: 1448
  • stats Total Posts: 14818
  • stats Total Topics: 2015
  • stats Total Categories: 7
  • stats Total Boards: 31
  • stats Most Online: 168

Author Topic: BeBot v0.6.2 released  (Read 3619 times)

0 Members and 1 Guest are viewing this topic.

Offline Alreadythere

  • BeBot Maintainer
  • Administrator
  • ********
  • Posts: 1288
BeBot v0.6.2 released
« on: January 24, 2009, 04: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, 04:19:13 PM by Alreadythere »

Offline Serbaa

  • BeBot User
  • **
  • Posts: 22
Re: BeBot v0.6.2 released
« Reply #1 on: January 24, 2009, 08:35:01 PM »
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
Re: BeBot v0.6.2 released
« Reply #2 on: January 24, 2009, 09:34:39 PM »
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
Re: BeBot v0.6.2 released
« Reply #3 on: January 24, 2009, 10:11:54 PM »
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, 01:16:17 AM by Temar »

Offline Serbaa

  • BeBot User
  • **
  • Posts: 22
Re: BeBot v0.6.2 released
« Reply #4 on: January 24, 2009, 10:15:52 PM »
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

  • Developer
  • ********
  • Posts: 1131
    • AoFiles
Re: BeBot v0.6.2 released
« Reply #5 on: January 25, 2009, 01: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
MSN messenger: chris_smith96 at hotmain dot com
Xfire: chriss96
Bot or Forum Hosting: http://hosting.aofiles.com

Offline Temar

  • Developer
  • ********
  • Posts: 1131
    • AoFiles
Re: BeBot v0.6.2 released
« Reply #6 on: January 25, 2009, 01: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
MSN messenger: chris_smith96 at hotmain dot com
Xfire: chriss96
Bot or Forum Hosting: http://hosting.aofiles.com

Offline Temar

  • Developer
  • ********
  • Posts: 1131
    • AoFiles
Re: BeBot v0.6.2 released
« Reply #7 on: January 25, 2009, 01: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
MSN messenger: chris_smith96 at hotmain dot com
Xfire: chriss96
Bot or Forum Hosting: http://hosting.aofiles.com

Offline Serbaa

  • BeBot User
  • **
  • Posts: 22
Re: BeBot v0.6.2 released
« Reply #8 on: January 25, 2009, 03: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

  • Developer
  • ********
  • Posts: 1131
    • AoFiles
Re: BeBot v0.6.2 released
« Reply #9 on: January 25, 2009, 10:17:17 AM »
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
MSN messenger: chris_smith96 at hotmain dot com
Xfire: chriss96
Bot or Forum Hosting: http://hosting.aofiles.com

Offline Dabaron

  • Posts: 163
Re: BeBot v0.6.2 released
« Reply #10 on: January 25, 2009, 04: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: 90
Re: BeBot v0.6.2 released
« Reply #11 on: January 25, 2009, 10:02:05 PM »
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: 1014
    • http://www.ancarim.com
Re: BeBot v0.6.2 released
« Reply #12 on: January 26, 2009, 03:19:04 AM »
I'll look into getting the downloads section fixed as soon as i get a chance.
BeBot Founder and Fixer Kingpin
Madman coder and destroyer of good code

Offline DarkGord

  • BeBot Rookie
  • *
  • Posts: 9
Re: BeBot v0.6.2 released
« Reply #13 on: July 28, 2009, 03: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: 1014
    • http://www.ancarim.com
Re: BeBot v0.6.2 released
« Reply #14 on: July 28, 2009, 10:16:37 AM »
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
Madman coder and destroyer of good code

 


* Recent Posts

Raid armor search module by TBK
[Today at 12:32:45 PM]


AOChat Lib for Java by TBK
[Today at 12:27:40 PM]


AoChatwrapper_Core error by the hundreds by Yite
[Today at 11:03:52 AM]


AoC Raid weapon search module by TBK
[Today at 08:19:06 AM]


Instance Bound Tracker by Getrix
[Today at 01:03:52 AM]


* Who's Online

  • Dot Guests: 11
  • Dot Hidden: 0
  • Dot Users: 3
  • Dot Users Online:

* Forum Staff

Khalem admin Khalem
Administrator
admin Alreadythere
Administrator
Temar gmod Temar
Developer