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: Funcom changed EU server again  (Read 11314 times)

0 Members and 2 Guests are viewing this topic.

Offline WeZoN

  • Global Moderator
  • *****
  • Posts: 92
  • Karma: +0/-0
Funcom changed EU server again
« on: March 21, 2013, 06:54:50 pm »
Hi.

Some might see the issue with login to the funcom servers

Change the line in ServerList.ph to:

Thanks to Nocebo

New code:
Code: [Select]
$server_list['aoc']['EU']           = array('server'=>'dm10-nj4.ageofconan.com', 'port'=>7000);
« Last Edit: May 14, 2013, 12:53:47 pm by WeZoN »

Offline Ankou

  • BeBot User
  • **
  • Posts: 23
  • Karma: +0/-0
Re: Funcom changed EU server again
« Reply #1 on: March 21, 2013, 08:01:46 pm »
Thank you

Offline SudL

  • BeBot Rookie
  • *
  • Posts: 4
  • Karma: +0/-0
Re: Funcom changed EU server again
« Reply #2 on: March 21, 2013, 09:18:03 pm »
Thank you

Offline Astotherous

  • BeBot Rookie
  • *
  • Posts: 3
  • Karma: +0/-0
Re: Funcom changed EU server again
« Reply #3 on: March 25, 2013, 12:16:04 am »
Thank you !!!!

Regards,

Offline Khalem

  • BeBot Founder
  • Administrator
  • ********
  • Posts: 1169
  • Karma: +0/-0
    • http://www.ancarim.com
Re: Funcom changed EU server again
« Reply #4 on: March 29, 2013, 11:01:44 pm »
Thanks for the update
BeBot Founder and Fixer Kingpin

Offline nocebo

  • BeBot Rookie
  • *
  • Posts: 2
  • Karma: +0/-0
Re: Funcom changed EU server again
« Reply #5 on: May 14, 2013, 12:44:41 am »
The address changed again after the move to American soil.

Code: [Select]
$server_list['aoc']['EU']           = array('server'=>'dm10-nj4.ageofconan.com', 'port'=>7000);

Offline Emirri

  • BeBot Rookie
  • *
  • Posts: 2
  • Karma: +0/-0
Re: Funcom changed EU server again
« Reply #6 on: May 14, 2013, 02:46:01 am »
The address changed again after the move to American soil.

Code: [Select]
$server_list['aoc']['EU']           = array('server'=>'dm10-nj4.ageofconan.com', 'port'=>7000);

Works like a charm. Thanks m8 :)

Offline Astotherous

  • BeBot Rookie
  • *
  • Posts: 3
  • Karma: +0/-0
Re: Funcom changed EU server again
« Reply #7 on: May 14, 2013, 04:03:07 am »
Worked for me too, Thank you m8 !!!!!

Appreciated, honours!

Regards,

Offline Patromonus

  • BeBot Rookie
  • *
  • Posts: 12
  • Karma: +0/-0
Re: Funcom changed EU server again
« Reply #8 on: May 14, 2013, 05:24:38 pm »
thank you all for info  ;D

greetings,
Pat

here is a link with serverlist.php
http://dfiles.eu/files/0c9qht49l
Cotsbot/Crimsonbot/Doomsbot/Hotbot/Crubot

Offline Getrix

  • Contributor
  • *******
  • Posts: 509
  • Karma: +0/-0
Re: Funcom changed EU server again
« Reply #9 on: May 15, 2013, 07:08:48 am »
Thanks for the update!

Pastebin of file:
http://pastebin.com/u1BDT60Q#
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 Patromonus

  • BeBot Rookie
  • *
  • Posts: 12
  • Karma: +0/-0
Re: Funcom changed EU server again
« Reply #10 on: May 15, 2013, 05:46:16 pm »
New serverlist.

http://pastebin.com/PGV3M54b

i changed all servers now , first was only the crom server so for all other old EU servers it works now aswell.
all you have to do is copy/paste it into the serverlist.php
Cotsbot/Crimsonbot/Doomsbot/Hotbot/Crubot

Offline Bear1968

  • BeBot Rookie
  • *
  • Posts: 9
  • Karma: +0/-0
  • "Is that my beer?"
    • Death Before Dishonor
Re: Funcom changed EU server again
« Reply #11 on: May 25, 2015, 04:55:17 am »
Some members of my Gaming Community wanted to revisit AoC so of course I started up Bebot for them. I used the latest Server list provided in this thread but it seems that it is out of date.
Can anyone provide me with the new Server info or at least tell me where to locate it and what is needed to locate it?
"There are three kinds of people in this world .... Those that know how to count and those that don't."

Offline WeZoN

  • Global Moderator
  • *****
  • Posts: 92
  • Karma: +0/-0
Re: Funcom changed EU server again
« Reply #12 on: May 26, 2015, 11:56:36 pm »
Code: [Select]
<?php
// AO
$server_list['ao']['Testlive']      = array('server'=>'chat.dt.funcom.com''port'=>7109);
$server_list['ao']['Atlantean']     = array('server'=>'chat.d1.funcom.com''port'=>7101);
$server_list['ao']['Rimor']         = array('server'=>'chat.d2.funcom.com''port'=>7102);
$server_list['ao']['Die neue welt'] = array('server'=>'chat.d3.funcom.com''port'=>7103);

// AOC
 
$server_list['aoc']['EU']           = array('server'=>'dm10-nj4.ageofconan.com''port'=>7000);
$server_list['aoc']['US']           = array('server'=>'aoc-us-um.live.ageofconan.com''port'=>7010);
$server_list['aoc']['Aoctestlive']  = array('server'=>'testlive.ageofconan.com''port'=>7010);

// all EU servers use the same login server
$server_list['aoc']['Bloodbrand' $server_list['aoc']['EU'];
$server_list['aoc']['Ahriman' $server_list['aoc']['EU'];
$server_list['aoc']['Bori' $server_list['aoc']['EU'];
$server_list['aoc']['Dagon' $server_list['aoc']['EU'];
$server_list['aoc']['Ymir' $server_list['aoc']['EU'];
$server_list['aoc']['Hyrkania' $server_list['aoc']['EU'];
$server_list['aoc']['Aquilonia' $server_list['aoc']['EU'];
$server_list['aoc']['Twilight' $server_list['aoc']['EU'];
$server_list['aoc']['Corinthia' $server_list['aoc']['EU'];

// Merged Servers
$server_list['aoc']['Crom']             = $server_list['aoc']['US'];
$server_list['aoc']['Fury']             = $server_list['aoc']['US'];


// Spanish Servers
$server_list['aoc']['Zingara']      = $server_list['aoc']['EU'];
$server_list['aoc']['Indomitus']    = $server_list['aoc']['EU'];

// French Servers
$server_list['aoc']['Ishtar']       = $server_list['aoc']['EU'];
$server_list['aoc']['Ferox']        = $server_list['aoc']['EU'];
$server_list['aoc']['Stygia']       = $server_list['aoc']['EU'];
$server_list['aoc']['Strix']        = $server_list['aoc']['EU'];

// German Servers
$server_list['aoc']['Asura']        = $server_list['aoc']['EU'];
$server_list['aoc']['Ibis']         = $server_list['aoc']['EU'];
$server_list['aoc']['Aries']        = $server_list['aoc']['EU'];
$server_list['aoc']['Titus']        = $server_list['aoc']['EU'];
$server_list['aoc']['Asgard']       = $server_list['aoc']['EU'];

// all US servers use the same login server
$server_list['aoc']['Gwahlur']      = $server_list['aoc']['US'];
$server_list['aoc']['Wiccana']      = $server_list['aoc']['US'];
$server_list['aoc']['Bloodspire']   = $server_list['aoc']['US'];
$server_list['aoc']['Ironspine']    = $server_list['aoc']['US'];
$server_list['aoc']['Tyranny']      = $server_list['aoc']['US'];
$server_list['aoc']['Cimmeria']     = $server_list['aoc']['US'];
$server_list['aoc']['Agony']        = $server_list['aoc']['US'];

?>


Offline Khalem

  • BeBot Founder
  • Administrator
  • ********
  • Posts: 1169
  • Karma: +0/-0
    • http://www.ancarim.com
Re: Funcom changed EU server again
« Reply #13 on: May 27, 2015, 02:39:01 pm »
Pushed updated serverlist to gitrepo.

Thanks WeZoN
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: 522
  • 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