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: select nickname  (Read 7673 times)

0 Members and 1 Guest are viewing this topic.

Offline angro

  • BeBot Rookie
  • *
  • Posts: 9
  • Karma: +0/-0
select nickname
« on: July 12, 2009, 01:30:12 am »
1 account:
Bloodbrand - nickname "Bot"
Ahriman - nickname "Bot"
Bori - nickname "Bot"
Crom - nickname "Bot"
Dagon - nickname "Bot"

How to choose "$bot_name" ?


Sorry my English

Offline rmb

  • BeBot User
  • **
  • Posts: 33
  • Karma: +0/-0
Re: select nickname
« Reply #1 on: July 12, 2009, 02:40:42 am »
You also have to specify the server name in a conf file so I guess your bot should work.

Offline Khalem

  • BeBot Founder
  • Administrator
  • ********
  • Posts: 1169
  • Karma: +0/-0
    • http://www.ancarim.com
Re: select nickname
« Reply #2 on: July 12, 2009, 07:44:26 am »
The simplest way is to pass the botname as an argument to the startup script.

Ie: php StartBot.php <nickname>

In conf/   you create one configfile for each bot named: <nickname>.Bot.Conf where you configure the server it is to use.
BeBot Founder and Fixer Kingpin

Offline angro

  • BeBot Rookie
  • *
  • Posts: 9
  • Karma: +0/-0
Re: select nickname
« Reply #3 on: July 12, 2009, 03:05:37 pm »
All nickname account - same(identical)

Two Eagles - "Unknown dimension Two eagles"
Two - ok

original nickname ("7erhd89wi") - ok
same(identical) nickname - bad

Offline Khalem

  • BeBot Founder
  • Administrator
  • ********
  • Posts: 1169
  • Karma: +0/-0
    • http://www.ancarim.com
Re: select nickname
« Reply #4 on: July 12, 2009, 04:58:46 pm »
The actual botname is set inside the <botname>.bot.conf file.

Thus you can do:
php StartBot.php MyBotOnMitra

This will read MyBotOnMitra.bot.conf where you can have the botname set as the name of the bot.
BeBot Founder and Fixer Kingpin

Offline angro

  • BeBot Rookie
  • *
  • Posts: 9
  • Karma: +0/-0
Re: select nickname
« Reply #5 on: July 12, 2009, 10:03:53 pm »

Offline Khalem

  • BeBot Founder
  • Administrator
  • ********
  • Posts: 1169
  • Karma: +0/-0
    • http://www.ancarim.com
Re: select nickname
« Reply #6 on: July 12, 2009, 10:22:13 pm »
Simplified example, language barrier is an issue here :\

Bot1
conf/Bloodbrand.bot.conf
Code: [Select]
  $bot_name = "Nickiretuf";   
  $dimension = "Bloodbrand";

php StartBot.php Bloodbrand

Bot2
conf/Ahrimand.bot.conf
Code: [Select]
  $bot_name = "Nickiretuf";   
  $dimension = "Ahriman";

php StartBot.php Ahrimand

And so on.
BeBot Founder and Fixer Kingpin

Offline angro

  • BeBot Rookie
  • *
  • Posts: 9
  • Karma: +0/-0
Re: select nickname
« Reply #7 on: July 13, 2009, 12:45:37 am »
bot cant choose a char on accaunt couse all chars have same nick's
 its not a problem to shoose connection manualy

Offline Khalem

  • BeBot Founder
  • Administrator
  • ********
  • Posts: 1169
  • Karma: +0/-0
    • http://www.ancarim.com
Re: select nickname
« Reply #8 on: July 13, 2009, 01:10:47 am »
I think i understand what you are getting at.

Does the bot display any errors in console? And I'm going to have to get DJKrose to see if he can investigate this issue.

Under the old system at the very least this would not be a problem as far as i know of as each character was tied to the chatserver. But now that the universe server is being used, this could be an entirely different ballgame.
BeBot Founder and Fixer Kingpin

Offline angro

  • BeBot Rookie
  • *
  • Posts: 9
  • Karma: +0/-0
Re: select nickname
« Reply #9 on: July 13, 2009, 01:49:54 am »
Sorry translator sleeps  ;D

1.stop on step Roster.
2. no guild, yes tell
3. no guild, no tell

imho:
arbitrary connection 1 char.

Offline angro

  • BeBot Rookie
  • *
  • Posts: 9
  • Karma: +0/-0
Re: select nickname
« Reply #10 on: July 13, 2009, 01:56:29 am »
Moon of Blood, Two Eagles, Scarlet Citadel.
Code: [Select]
Bot.php 235
die("Unknown dimension " . $this -> dimension);

Blood, Eagles, Scarlet.
 OK  :)

imho:
Code: [Select]
die("Unknown dimension " . $this -> dimension . "\n");

Offline Khalem

  • BeBot Founder
  • Administrator
  • ********
  • Posts: 1169
  • Karma: +0/-0
    • http://www.ancarim.com
Re: select nickname
« Reply #11 on: July 13, 2009, 02:30:16 am »
I suddenly wish i spoke polish or russian i think :)

I checked around a bit and Age of Conan has been released in localized versions for Poland and Russia alongside new servers, Moon of Blood, Two Eagles and Scarlet Citadel being some of them.

From what little information i can find, i assume those servers are Russian?
We need to find out what universe manager those servers use, but possibly european one.

If you are running BeBot 0.6.4 from http://bebot.link/bebot-0-6-support/aoc-and-patch-1-05/msg13201/#msg13201

Edit your conf/ServerList.php and add:
Code: [Select]
$server_list['aoc']['Scarlet Citadel'] = $server_list['aoc']['EU'];
$server_list['aoc']['Two Eagles'] = $server_list['aoc']['EU'];
$server_list['aoc']['Moon of Blood'] = $server_list['aoc']['EU'];

See if that works.
BeBot Founder and Fixer Kingpin

Offline angro

  • BeBot Rookie
  • *
  • Posts: 9
  • Karma: +0/-0
Re: select nickname
« Reply #12 on: July 13, 2009, 12:48:09 pm »
Use full download cvs version "stable-0.6" revision 88

Code: (ServerList.php) [Select]
// AOC
$server_list['aoc']['EU']           = array('server'=>'aoc-eu-um.live.ageofconan.com', 'port'=>7000);
$server_list['aoc']['US']           = array('server'=>'aoc-us-um.live.ageofconan.com', 'port'=>7000);
$server_list['aoc']['Testlive']     = array('server'=>'testlive.ageofconan.com', 'port'=>7000);

// all RU servers use the same login server
$server_list['aoc']['Two Eagles']    = $server_list['aoc']['EU'];
$server_list['aoc']['Moon of Blood'] = $server_list['aoc']['EU'];
$server_list['aoc']['Scarlet Citadel'] = $server_list['aoc']['EU'];
+
Code: (Bot.conf) [Select]
$dimension = "Moon of Blood";
=
Code: (SSH Console) [Select]
Bots [2009-07-13 10:34:46]      [MOD]   [LOAD]  Loot.php
Bots [2009-07-13 10:34:46]      [MOD]   [LOAD]  Quotes.php


Unknown dimension Moon of blood



Two Eagles - PVP Russia + Poland
Moon of Blood - PVP Russia
Scarlet Citadel - PVE Russia
« Last Edit: July 13, 2009, 01:02:51 pm by angro »

Offline rmb

  • BeBot User
  • **
  • Posts: 33
  • Karma: +0/-0
Re: select nickname
« Reply #13 on: July 13, 2009, 12:54:34 pm »
[OFF TOPIC]

I could help with Polish but very little with Russian and I'm afraid angro is from Russia. But I'm more then sure that we have here members from Russia so maybe someone will help with that?
 
One day I saw on a list of users logged in "Idr Ingvard" who was very helpful and informative on aoc official forum.
[/OFF TOPIC]


Offline Khalem

  • BeBot Founder
  • Administrator
  • ********
  • Posts: 1169
  • Karma: +0/-0
    • http://www.ancarim.com
Re: select nickname
« Reply #14 on: July 13, 2009, 02:21:43 pm »
As a feared it appears that the russian servers at least do not share universe manager with europe.

This means someone needs to figure out the hostname of the universe manager for the Russian and Polish servers (and yes i already checked aoc-ru-um.live.ageofconan.com and aoc-po-um.live.ageofconan.com)
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: 683
  • 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