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: AoC and Patch 1.05  (Read 37259 times)

0 Members and 2 Guests are viewing this topic.

Offline Huesos

  • BeBot User
  • **
  • Posts: 45
  • Karma: +0/-0
Re: AoC and Patch 1.05
« Reply #90 on: July 21, 2009, 05:08:18 pm »
What I don't understand somewhere in 6.03 it equates to the computers time zone for the raid planner, but somewhere with 6.4 pre it makes it UTC ???
« Last Edit: July 21, 2009, 05:10:20 pm by Huesos »

Offline Khalem

  • BeBot Founder
  • Administrator
  • ********
  • Posts: 1169
  • Karma: +0/-0
    • http://www.ancarim.com
Re: AoC and Patch 1.05
« Reply #91 on: July 21, 2009, 08:49:15 pm »
The reason for this is that BeBot 0.6.4 explicitly sets the timezone to UTC to resolve an issue with massive warning spam from PHP.

You can either override this by setting the timezone you wish by editing Main.php and finding the line:
Code: [Select]
// Set the time zone to UTC
date_default_timezone_set('UTC');

Insert the apropriate timezone for your area (see http://no2.php.net/manual/en/timezones.php for a list of valid timezones)

Or just comment the line out for now.
BeBot Founder and Fixer Kingpin

Offline Huesos

  • BeBot User
  • **
  • Posts: 45
  • Karma: +0/-0
Re: AoC and Patch 1.05
« Reply #92 on: July 22, 2009, 01:51:09 pm »
Nice thanks!

Offline DarkGord

  • BeBot Rookie
  • *
  • Posts: 9
  • Karma: +0/-0
Re: AoC and Patch 1.05
« Reply #93 on: July 28, 2009, 11:17:11 am »
Hello again, a couple questions, first a general one, while loading the bot up i get msgs along the line of:
"XXXX [ERROR] [AOChatWrapper_Core]    I was unable to get the user id for user: 'XXXX'"

i tried removing allantries connected to those apparently no longer existing characters using !admin del XXXX, and though it is saying they are no longer members of the bot i still get the above line at bot start.

The other issue and this seem to have came up only after 1.05 and while using 6.4 pre2 is the -1 member "thing" on bot start i would get the following

"XXXX [BUDDY QUEUE]   [BUDDY-ADD]     -1" trying to remove "-1" from buddy list does not help exactly.

Alrdy tried !buddylist clear, but as soon as i do a roster update i end up with those -1 popping up again.
The other part of it is if people log in sometimes msgs along the line of :
XXXX [GROUP] [MSG]   [XX] XXXX: "-1" (Lvl 19 Herald of Xotli) Logged On :: Alt of 17114350 :: [link]Details[/link]
however after zoning around it tends to recognize them and posts the msg onemore time with the correct info as if they just came on.
Any thoughts?

[edit by Khalem for readability]
« Last Edit: July 28, 2009, 05:19:32 pm by Khalem »

Offline Chaoz

  • BeBot User
  • **
  • Posts: 50
  • Karma: +0/-0
Re: AoC and Patch 1.05
« Reply #94 on: October 04, 2009, 11:26:58 am »
Hm I got the same issue now that I upgraded from 0.6.2 and 0.6.3 to 0.6.5.

I can have a quick peek into it to see why unless it is a known issue :)

Chaoz
AoC Junkie.
Check out conanchat http://www.conanchat.com/index.php?id=3 a windows chat client for Age Of Conan

Offline keirou

  • BeBot Apprentice
  • ***
  • Posts: 90
  • Karma: +0/-0
Re: AoC and Patch 1.05
« Reply #95 on: October 04, 2009, 08:59:28 pm »
my guess is you have had members leave and come again?
as such there are tables such as online, alts, and members which all have same data but when they are removed doesnt removed them from all, nor does re-rolls fully work etc.etc.

atm when i boot up my bot i have about 15 failure to identify user XXXXXXXXXXX (numbers) [Char ID]
then 15 -1 on notifies

\all coz they are ppl that had transfered off, deleted, or so on

Offline Getrix

  • Contributor
  • *******
  • Posts: 509
  • Karma: +0/-0
Re: AoC and Patch 1.05
« Reply #96 on: October 27, 2009, 03:36:38 pm »
Ofc FC did change something in the chatserver on 1.05.6 patch.
I do remember reading from someone that this was most likely to happen and a allready fix was made while it was on TL, could this person step forward and tell us the secret? ;)

v.0.6.6.(snapshot) - PHP 5.2.8 Windows_NT 32bit
Quote
Namebot [2009-10-27 14:36:18]   [LOGIN] [STATUS]        Connecting to aoc server aoc-eu-um.live.ageofconan.com:7000
Namebot [2009-10-27 14:36:18]   [LOGIN] [STATUS]        Authenticating
Read error: EOF

Warning: Error while reading rpc header. () in D:\AgeOfConan\Sources\AOChat.php on line 489
Warning: handleRPCPackets: Packet is not an object (no RPCPacket?) in D:\AgeOfConan\Sources\AOChat.php on line 691
Namebot [2009-10-27 14:36:21]   [CONN]  [ERROR] Failed authenticating to server.
Retrying in 60 seconds.
« Last Edit: October 27, 2009, 03:38:17 pm by Getrix »
Success is not final, failure is not fatal: it is the courage to continue that counts.
- Sorry, i dont have time to reply question on PM. Make a topic.

Offline Margon

  • BeBot Apprentice
  • ***
  • Posts: 80
  • Karma: +0/-0
Re: AoC and Patch 1.05
« Reply #97 on: October 27, 2009, 03:39:03 pm »
yes please post the fix for patch 5.6! :)

Offline Getrix

  • Contributor
  • *******
  • Posts: 509
  • Karma: +0/-0
Re: AoC and Patch 1.05
« Reply #98 on: October 27, 2009, 03:49:04 pm »
Success is not final, failure is not fatal: it is the courage to continue that counts.
- Sorry, i dont have time to reply question on PM. Make a topic.

Offline Noevo

  • BeBot Rookie
  • *
  • Posts: 8
  • Karma: +0/-0
Re: AoC and Patch 1.05
« Reply #99 on: October 27, 2009, 06:53:18 pm »
Not best place, but good as any.

Wanted to say thanks to all for making being a first time Bot user a lot less painful then it could have been.  Now, if i could just teach my guildies to spell  :o

Beers all around to those that continue to help noobs like me!

 

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