collapse collapse
* User Info
 
 
Welcome, Guest. Please login or register.
* Search

* Board Stats
  • stats Total Members: 989
  • stats Total Posts: 18368
  • stats Total Topics: 2501
  • stats Total Categories: 7
  • stats Total Boards: 35
  • stats Most Online: 1144

Recent Posts

Pages: 1 ... 7 8 [9] 10
81
News / Re: Website back up and quick status update
« Last post by bitnykk on June 17, 2019, 12:26:29 am  »
Again, website was down for the longest time ever (several weeks, may be nearly 2 monthes ?). Thanx to whom put it back online, just feel free to contact me so i can help keeping it up.
82
AO 0.6 support / 2019 AO Server
« Last post by bitnykk on March 10, 2019, 07:36:07 pm  »
To connect to new RK6 AO server, you first need a toon from a paid account ; remember to guild it if you want it to be a guildbot.

First, go edit your ServerList.php file into conf/ folder of the bot. This can be of 2 shapes :

1- older versions have template like :
Code: [Select]
$server_list['ao']['Rubi-Ka']     = array('server'=>'chat.d1.funcom.com', 'port'=>[b]7105[/b]);Duplicate this line to obtain something like :
Code: [Select]
$server_list['ao']['RK2019']     = array('server'=>'chat.d1.funcom.com', 'port'=>7106);Most important is the port to land into the correct chat (7106) ; also you must avoid to have twice the same server name in the file, hence we changed it to 'RK2019'.

2- newer versions have template like :
Code: [Select]
$server_list['ao']['[b]Rubi-Ka[/b]'] = array(
    'server' => 'chat.d1.funcom.com',
    'port' => [b]7105[/b],
    'dim' => [b]5[/b]
);
In this case, make a copy of the template, changing name/port/dim values like this :
Code: [Select]
$server_list['ao']['[b]RK2019[/b]'] = array(
    'server' => 'chat.d1.funcom.com',
    'port' => [b]7106[/b],
    'dim' => [b]6[/b]
);

Second step, go into the Bot.php file of the /Sources folder and find the connect() function ; in its switch, duplicate this part right under itself :
Code: [Select]
case "5";
$dimension = "Rubi-Ka";
break;
As we did earlier, change the values of the copy for the same than upper :
Code: [Select]
case "6";
$dimension = "RK2019";
break;

Final step, edit your bot.conf file accordingly in /conf folder : login, password, etc, plus 2 critical elements that need a change for RK2019 :
Code: [Select]
$dimension = "6";
Code: [Select]
$guild_id = 1234;This number depends of your guild RK6 ID on http://people.anarchy-online.com and is surely not the same number you had on old Rubi-Ka (RK5), so beware !

Then start the bot like usually, it should get in RK6's orbit. Congrats !
83
Generic custom modules / Re: Instance Bound Tracker b2.x.x
« Last post by Ruskebusk on March 01, 2019, 05:11:10 pm  »
Its not much needed anymore since there is a lockout window in age of conan. Still I have updated this module to work with all raids up to Tier 6 and I also added the Raid Finder main quest cooldown.

If your bot already runs this module you need to reset the "bound_instance" and "bound" tables.

Link: https://www.dropbox.com/s/on5ggjmn2uat54m/bound.php?dl=0
84
AO 0.6.x Custom/Unofficial modules / Re: [AO] Items module v1.2.1
« Last post by Ruskebusk on March 01, 2019, 04:59:50 pm  »
I was thinking more of the items.php module for Age of Conan  :)

Or does this work for both games?

And do you have the items.php file? The link seems to not work anymore.
85
News / Re: Website back up and quick status update
« Last post by bitnykk on February 27, 2019, 11:37:41 am  »
Hi. I am very interested in keeping this project alive! For me this is a very good place to learn PHP and some SQL.

Hi Kjellis ! That's indeed an interesting point to learn of PHP/SQL & object-oriented programming, indeed. Just make sure you use a testbot that can crash/restart anytime as you tweak your code around :)

PS : about the !items command specifically, i've replied in our dedicated topic here http://bebot.link/ao-0-6-x-customunofficial-modules/(ao)-items-module-v1-2-1/
86
AO 0.6.x Custom/Unofficial modules / Re: [AO] Items module v1.2.1
« Last post by bitnykk on February 27, 2019, 11:35:12 am  »
My current project is to find a way to make the !items module work again.

Please first check what URL your module code features to connect. Most of the old CIDB (eg xyphos or vhab) are now offline, unfortunately. The only i know still working & updated by now is http://cidb.botsharp.net/ maintained by Demoder (the coder also behind aoitems.com).
87
AoC 0.6 support / Re: Bot can't connect-fixed. Now disconnecting issues.
« Last post by Ruskebusk on February 18, 2019, 11:22:39 pm  »
This should be working. I have just removed my own bot specific files also not removed php files/dlls not sure how that will affect it working.

Link: https://www.dropbox.com/sh/qkkst45kuf5hk46/AACtb09rU5Ct56hJoLHLiXkVa?dl=0

Tell me if it does not work.
88
AoC 0.6 support / Re: Bot can't connect-fixed. Now disconnecting issues.
« Last post by Ruskebusk on February 18, 2019, 11:30:42 am  »
When I set up my bot it didn't find the character I wanted to use. I asked someone and they told me I had to have the bot character on top as the first character when you log in. Basically only the bot character on that account. Not sure if it would help with your errors.

When I am home from work I can share my working bot here.
89
News / Re: Website back up and quick status update
« Last post by Ruskebusk on February 11, 2019, 05:33:11 am  »
Hi. I am very interested in keeping this project alive! For me this is a very good place to learn PHP and some SQL. I would say I am a novice in both but I still learn how it works.

I have already updated the !bound module on my own bot to work with the latest raids. My current project is to find a way to make the !items module work again.

Please tell me how I can help to keep it alive
90
News / Re: Website back up and quick status update
« Last post by bitnykk on February 10, 2019, 08:50:35 pm  »
Forum was down last week and now back online.
Whoever fixed it, thanx a lot :)

I'm trying to post some new content for latest Bebot when i can ...
Is there anyone else than me wanting to keep this project up ?
Pages: 1 ... 7 8 [9] 10
* Recent Posts
0.8.x updates for AO by bitnykk
[January 02, 2025, 07:17:13 pm ]


0.8.x updates for AoC by bitnykk
[January 02, 2025, 07:17:00 pm ]


Com bot module by bitnykk
[November 25, 2024, 05:36:11 pm ]


[AoC] special char for items module by bitnykk
[February 09, 2024, 09:41:18 pm ]


BeBot still alive & kicking ! by bitnykk
[December 17, 2023, 12:58:44 am ]

* Who's Online
  • Dot Guests: 288
  • 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-2025, SimplePortal