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!
  • Shaidar: haha, sorry about the spam. Was trying to search :D
    August 21, 2010, 10:20:00 AM
  • Drizzurdeen: on holiday
    August 06, 2010, 04:04:41 AM
  • dillinger: Where is Getrixxxxx?? :/
    August 01, 2010, 04:17:36 PM
  • Yite: oh noes
    July 27, 2010, 09:07:27 AM
  • Khalem: Vacation time, expect things to be more quiet than usual for a week or two
    July 26, 2010, 04:26:32 PM
  • WeZoN: neve too late to make you even more nuts ^^
    July 22, 2010, 02:19:47 PM
  • Khalem: I've been nute for years. Too late :)
    July 21, 2010, 01:10:19 PM
  • Glarawyn: Driving you nuts with suggestions yet Khalem?
    July 13, 2010, 11:05:18 PM
  • Tyrence: I can't seem to reply to a thread either.  Says "Database Error"
    July 08, 2010, 11:51:29 AM
  • risenlore: shouty shout
    June 27, 2010, 06:34:06 PM
  • risenlore: yo
    June 27, 2010, 06:33:58 PM
  • ubermensch: i need halp! :P
    June 15, 2010, 06:48:01 AM
  • Getrix: PM bugging again :S waiting tomorrow to reply some ItemDB requests
    June 13, 2010, 04:29:50 PM
  • Yite: for what it's worth I got a PM from someone :)
    June 07, 2010, 04:08:59 AM
  • Khalem: PM's appear to be sent as intended, but for some reason things are timing out. Will investigate tomorrow.
    June 03, 2010, 03:16:59 PM
  • Getrix: Looks like the PM on forum have some problem.. Getting white page when trying to send
    June 02, 2010, 04:11:06 PM
  • Patromonus: not sure of my PM's are working :S
    June 02, 2010, 12:18:55 PM
  • Bhaltair: Yite, you are the best!
    May 19, 2010, 10:53:03 PM
  • Yite: Ah that's not the items (db) module but the gitems (items craftable by guild) you're looking for [url]http://bebot.shadow-realm.org/aoc-0-6-x-customunofficial-modules/items-crafted-by-guild/msg12293/#msg12293[/url]
    May 18, 2010, 03:19:48 AM
  • Bhaltair: I was pretty sure that was doable before. I think that was for gemcutting only.
    May 17, 2010, 09:23:46 PM

* Board Stats

  • stats Total Members: 1633
  • stats Total Posts: 15863
  • stats Total Topics: 2158
  • stats Total Categories: 7
  • stats Total Boards: 31
  • stats Most Online: 168

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

0 Members and 1 Guest are viewing this topic.

Offline Alreadythere

  • BeBot Maintainer
  • BeBot Hero
  • ******
  • 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: 1133
    • 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: 1133
    • 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: 1133
    • 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: 1133
    • 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: 1109
    • 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: 1109
    • 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

Autogratz Modul for Verison 0.6.5 by Yite
[Today at 02:42:16 AM]


Online Active Users by Argothep
[September 02, 2010, 05:47:40 PM]


New Central itemDB (!item[s|reg]) by Tsamoonia
[September 02, 2010, 01:10:32 PM]


Changing time by Tsamoonia
[September 02, 2010, 11:25:04 AM]


Autoinvite not working? by lulifuz
[September 02, 2010, 07:18:51 AM]


* Who's Online

  • Dot Guests: 14
  • Dot Hidden: 0
  • Dot Users: 1
  • Dot Users Online:

* Forum Staff

Khalem admin Khalem
Administrator
Temar gmod Temar
Developer