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

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

Recent Posts

Pages: 1 ... 6 7 [8] 9 10
71
AO 0.6.x Custom/Unofficial modules / Stats module
« Last post by bitnykk on April 16, 2020, 04:45:43 pm  »
This module allows you to access some hidden skills of your character (crit, xp bonus, add all def, many others).

It's based on Buda version from Tyrence, adapted for Bebot compatibility. Add the file to your "modules" folder (in its root or "ao" subfolder, eg) and restart to use.

PS : you must be logged in this forum to see the file link !
72
0.5.x Custom/Unofficial Modules / Re: OnlineOrg
« Last post by Hell on February 28, 2020, 11:21:55 pm  »
Hello everyone, just wondering if we ever got this one to work with 0.6.x version of Bebot?

Thanks :]
73
General discussion / Re: AO Bots - discord server
« Last post by Ruskebusk on January 23, 2020, 04:17:04 pm  »
I'd like an invite.
74
General discussion / AO Bots - discord server
« Last post by bitnykk on January 09, 2020, 12:18:41 pm  »
There's now a discord server offering chat & support over most existing bots : Bebot, Budabot, Tyrbot, etc. It's named AO Bots.

To join it, just make a request here (in this thread or by PM or /tell to me) and you'll be provided with an invitation link to be used within 24h.
75
AoC 0.6.x Custom/Unofficial modules / Re: Offline AA training timer module
« Last post by Ruskebusk on August 29, 2019, 11:12:14 pm  »
I added a logon notify if the user does not have a timer set.

Wanted to share it as I find it usefull  :D

EDIT: Didnt get it to work properly :(

EDIT2: Got it to work! If it doesnt work for you please tell me.

https://www.dropbox.com/s/muwlf87cvsenbcv/TimerAA.php?dl=0
77
AoC 0.6.x Custom/Unofficial modules / Re: New Central itemDB (!item[s|reg])
« Last post by Halfdead on July 27, 2019, 05:26:31 am  »
You'll have to get a hold of Getrix somehow I think  :-\
78
AO 0.6 support / Re: 2019 AO Server
« Last post by bitnykk on June 22, 2019, 09:41:32 pm  »
Bump & update of upper guide as RK6/2019 XML is now available on PORK, so bots can see new server toons, do !whois and org roster updates !
79
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.
80
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 !
Pages: 1 ... 6 7 [8] 9 10
* Recent Posts
Com bot module by bitnykk
[November 25, 2024, 05:36:11 pm ]


0.8.x updates for AO by bitnykk
[June 23, 2024, 03:19:47 pm ]


0.8.x updates for AoC by bitnykk
[June 23, 2024, 03:19:44 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: 171
  • 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