Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

Thread: Guild Bots.

  1. #11

    Default

    I ended up clearning the user table It kept all the login messages, alts and what not. People just have to re-register themselves on the bot.
    Getta
    Guild Leader of socialRejects
    Crom: Georgetta (necro) | Georgett (guard) | Getta (dt)
    Fury: Georgena

    Visit Us at: http://www.srejects.com/

  2. #12

    Default

    Yeah, that is what I just ended up doing myself. The whole issue is the character ids were changed. These ids are used by Funcom and our bots to identify each character, so the char_id field in the bot_users table was wrong.

    So it appears a simple solution is to clear the table out, so it can re-fill with correct character ids. This makes me think some random characters out there will have access to different bots if the user tables aren't all reset, hehe.

    Edit:
    Can't believe I didn't notice the other thread here in the technical issues forum where Scaevacas wrote a little Script which will update character ids. Haven't tested it since I cleared the users from my guilds bot already, but it looks like a good solution for others.

    http://forums.ageofconan.com/showthr...99#post2063999
    Last edited by tapwater; 12th September 2013 at 01:58.

  3. #13

    Default

    Quote Originally Posted by Dimchik View Post
    change in file: Bot.conf
    Code:
      $dimension = "Crom";
    change in file: ServerList.php
    Code:
    $server_list['aoc']['Crom'] = $server_list['aoc']['US'];
    	$server_list['aoc']['Rage'] = $server_list['aoc']['US'];
    	$server_list['aoc']['Fury'] = $server_list['aoc']['US'];
    i thought all i had to do was change this section
    Code:
     	// AOC
    	$server_list['aoc']['EU']           = array('server'=>'dm09-nj4.ageofconan.com', 'port'=>7010);
    	$server_list['aoc']['US']           = array('server'=>'dm09-nj4.ageofconan.com', 'port'=>7010);
    	$server_list['aoc']['Aoctestlive']  = array('server'=>'testlive.ageofconan.com', 'port'=>7010);
    and i left this alone
    Code:
    	// all US servers use the same login server
    	$server_list['aoc']['Gwahlur']      = $server_list['aoc']['US'];
    	$server_list['aoc']['Set']          = $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'];
    was i supposed to change anything hear?
    and i also noticed all the items DB is all messed up how would i fix that?
    thanks for any info that you can give me

  4. #14

    Default

    Tried Scaeves script - works fine. Bot back up and running as per normal again.
    Yangrin | Yangbear | Krem | Marsheesh | Oforawesome | Pappalegba | Yangryn
    -------------------
    Age of Conan Wiki | Still waiting for Half Life 3 - FU Gabe Newell! / May 2014 Update! It's apparently been "worked on"!!!!! #Sarcasm | PvP approach: The 'Cup of Tea' stratagem. That upon finding myself in a PvP zone & being attacked, I get up, walk away from the keyboard and go and make a cup of tea.

  5. #15

    Default

    im not having a issue with people in the bot the bot is picking them up as they dot up in guild chat im just haveing a issue on the Item Database because i think is because i ahd to change my bots name but i want to make sure

  6. #16

    Default

    Thanks for the information!
    Last edited by Konarc; 13th September 2013 at 19:18.

  7. #17

    Default

    My bot is shown as offline, even though it is online. Anyone know of a fix for this?

  8. #18

    Default

    I add it to friends list. It fixes that most of the time
    Getta
    Guild Leader of socialRejects
    Crom: Georgetta (necro) | Georgett (guard) | Getta (dt)
    Fury: Georgena

    Visit Us at: http://www.srejects.com/

  9. #19

  10. #20

    Default

    Have the server address's or ports changed? My bot was offline for a few days due to internet connection issues and now it keeps being rejected from connecting - says the address or port is wrong. But I haven't changed anything.
    Yangrin | Yangbear | Krem | Marsheesh | Oforawesome | Pappalegba | Yangryn
    -------------------
    Age of Conan Wiki | Still waiting for Half Life 3 - FU Gabe Newell! / May 2014 Update! It's apparently been "worked on"!!!!! #Sarcasm | PvP approach: The 'Cup of Tea' stratagem. That upon finding myself in a PvP zone & being attacked, I get up, walk away from the keyboard and go and make a cup of tea.

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •