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

Recent Posts

Pages: 1 ... 7 8 [9] 10
81
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).
82
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.
83
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.
84
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
85
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 ?
86
AoC 0.6.x Custom/Unofficial modules / Re: New Central itemDB (!item[s|reg])
« Last post by Ruskebusk on February 09, 2019, 05:42:37 pm »
Yo!

Its been years since i played AoC, but i have stille mantained the itemDB (Not much work, super-uber-stable-host)..
But have come to the day where im doing a server/host cleanup and moving to new hosts..


Is there anyone playing the game and feel this DB is still  must have?


Some DB stats:
500 bots added, from start..

Search queried:
+------+--------+
| year | total  |
+------+--------+
| 2009 | 424226 |
| 2010 | 945343 |
| 2011 | 472590 |
| 2012 | 233203 |
| 2013 | 145303 |
| 2014 |  70917 |
| 2015 |  36604 |
| 2016 |  17572 |
+------+--------+

Items added:
+------+-------+
| year | total |
+------+-------+
| 2009 | 45287 |
| 2010 | 55280 |
| 2011 | 21423 |
| 2012 |  7706 |
| 2013 |  3349 |
| 2014 |  1192 |
| 2015 |   758 |
| 2016 |   358 |
+------+-------+

Hi! I know this is way to late but I would like to have it up and running again if possible.

I can host it myself if I get the details needed.

Would be so awesome to have it working!
87
AoC 0.6 support / Re: Bot can't connect-fixed. Now disconnecting issues.
« Last post by Cromite on October 27, 2018, 01:13:21 pm »
Anyone willing to link their working bebot setup?
88
AoC 0.6 support / Re: Bot can't connect
« Last post by Cromite on October 27, 2018, 01:11:27 pm »
Fixed above issue by changing CharacterServerConnection.php file. Done that by adding $stream->ReadUInt32(); to end of case RPC_TERRITORY_CHARACTERLIST chapter as follows:

            case RPC_TERRITORY_CHARACTERLIST:
                {
                $login = 0;
                $playerid = $stream->ReadUInt32();
                $characters = $stream->ReadVecSize();

                // Prepare an array of all characters returned
                for ($i = 0; $i < $characters; $i++) {
                    $stream->ReadUInt32(); // characterID
                    $stream->ReadUInt32(); // playerID

                    $characterID = $stream->ReadUInt32();
                    $characterName = $stream->ReadString();
                    $dimensionID = $stream->ReadUInt32();
                    $loginState = $stream->ReadUInt32();
                    $date = $stream->ReadString();
                    $stream->ReadUInt32(); // PlayTime
                    $stream->ReadUInt32(); // Playfield
                    $level = $stream->ReadUInt32(); // Level
                    $stream->ReadUInt32(); // Class
                    $stream->ReadUInt32(); // ?? State
                    $stream->ReadUInt32(); // ?? Login1
                    $stream->ReadUInt32(); // ?? Login2
                    $stream->ReadUInt32(); // Gender
                    $stream->ReadUInt32(); // Race
                    $language = $stream->ReadString();
                    $blocked = $stream->ReadUInt32();
                    $stream->ReadUInt32(); // ?? Offline levels
                    $stream->ReadString(); // ?? Blob MD5
                    $stream->ReadUInt32();


Now there is another issue, wheres bot disconnects after short while. With or without any input. Any ideas?
89
AoC 0.6 support / Bot can't connect-fixed. Now disconnecting issues.
« Last post by Cromite on October 22, 2018, 01:13:01 am »
Tried multiple Php versions up to 5.6.9 nts, as well as multiple Bebot versions. Here's issue i have:


===================================================

    _/_/_/              _/_/_/                _/

   _/    _/    _/_/    _/    _/    _/_/    _/_/_/_/

  _/_/_/    _/_/_/_/  _/_/_/    _/    _/    _/

 _/    _/  _/        _/    _/  _/    _/    _/

_/_/_/      _/_/_/  _/_/_/      _/_/        _/_/

         An Anarchy Online Chat Automaton

                     And

          An Age of Conan Chat Automaton

         v.0.6.9.(Snapshot) - PHP 5.4.8

                 OS: Windows_NT

        Your operating system is detected as 32bit

===================================================

Curl extension loaded
MySQL database connection test successfull
Creating MySQL class!
Creating AOChat class!
Creating main Bot class!
Archiver [MAIN] [DIR]   Loading main functions of the bot
Archiver [MAIN] [LOAD]  00_BotError.php
Archiver [MAIN] [LOAD]  01_BasePassiveModule.php
Archiver [MAIN] [LOAD]  02_BaseActiveModule.php
Archiver [MAIN] [LOAD]  03_Security.php
Archiver [MAIN] [LOAD]  05_Maintenance.php
Archiver [MAIN] [LOAD]  06_Preferences.php
Archiver [SETTINGS]     [LOAD]  Loaded settings from database.
Archiver [MAIN] [LOAD]  06_Settings.php
Archiver [MAIN] [LOAD]  09_AccessControl.php
Archiver [MAIN] [LOAD]  10_Roster.php
Archiver [MAIN] [LOAD]  11_FlexibleSecurity.php
Archiver [MAIN] [LOAD]  12_ConfigMagik.php
Archiver [MAIN] [LOAD]  14_Queue.php
Archiver [MAIN] [LOAD]  14_Tools.php
Archiver [MAIN] [LOAD]  15_AOChatWrapper.php
Archiver [MAIN] [LOAD]  15_BotHelp.php
Archiver [MAIN] [LOAD]  15_ChatQueue.php
Archiver [MAIN] [LOAD]  15_Colors.php
Archiver [MAIN] [LOAD]  15_CommandAlias.php
Archiver [MAIN] [LOAD]  15_Log.php
Archiver [MAIN] [LOAD]  15_Notify.php
Archiver [MAIN] [LOAD]  15_OnlineDB.php
Archiver [MAIN] [LOAD]  15_Timer_Core.php

Archiver [CORE] [DIR]   Loading core-modules
Archiver [CORE] [LOAD]  Alias.php
Archiver [CORE] [LOAD]  Alts.php
Archiver [CORE] [LOAD]  BotStatistics.php
Archiver [CORE] [LOAD]  Buddy_Queue.php
Archiver [CORE] [LOAD]  FunFilters.php
Archiver [CORE] [LOAD]  Logon_Notifies.php
Archiver [CORE] [LOAD]  ModuleCatcher.php
Archiver [CORE] [LOAD]  PlayerNotes.php
Archiver [CORE] [LOAD]  Professions.php
Archiver [CORE] [LOAD]  ShortCuts.php
Archiver [CORE] [LOAD]  Statistics.php
Archiver [CORE] [LOAD]  StringFilter.php
Archiver [CORE] [LOAD]  Time.php
Archiver [CORE] [LOAD]  User.php

Archiver [CORE] [DIR]   Loading Game Specific core-modules
Archiver [CORE] [LOAD]  Whois.php

Archiver [MOD]  [DIR]   Loading modules
Archiver [MOD]  [LOAD]  About.php
Archiver [MOD]  [LOAD]  AccessControlUI.php
Archiver [MOD]  [LOAD]  AdminsUI.php
Archiver [MOD]  [LOAD]  AFK.php
Archiver [MOD]  [LOAD]  AltsUI.php
Archiver [MOD]  [LOAD]  BanManagerUI.php
Archiver [MOD]  [LOAD]  Bid.php
Archiver [MOD]  [LOAD]  BotStatisticsUI.php
Archiver [MOD]  [LOAD]  Calc.php
Archiver [MOD]  [LOAD]  ColorConfigUI.php
Archiver [MOD]  [LOAD]  CommandAliasUI.php
Archiver [MOD]  [LOAD]  Countdown.php
Archiver [MOD]  [LOAD]  FlexibleSecurityUI.php
Archiver [SETTINGS]     [SAVED] connected for module irc set to FALSE as datatyp
e bool
Archiver [MOD]  [LOAD]  IRC.php
Archiver [MOD]  [LOAD]  Is.php
Archiver [MOD]  [LOAD]  Logon.php
Archiver [MOD]  [LOAD]  Mail.php
Archiver [MOD]  [LOAD]  MassMsg.php
Archiver [MOD]  [LOAD]  ModulesControlUI.php
Archiver [MOD]  [LOAD]  News.php
Archiver [MOD]  [LOAD]  Notify.php
Archiver [MOD]  [LOAD]  nroll.php
Archiver [MOD]  [LOAD]  OnlineCount.php
Archiver [MOD]  [LOAD]  OnlineDisplay.php
Archiver [MOD]  [LOAD]  Ping.php
Archiver [MOD]  [LOAD]  PlayerNotesUI.php
Archiver [MOD]  [LOAD]  Points.php
Archiver [MOD]  [LOAD]  PreferencesUI.php
Archiver [MOD]  [LOAD]  Raffle.php
Archiver [MOD]  [LOAD]  Raid.php
Archiver [MOD]  [LOAD]  Rally.php
Archiver [MOD]  [LOAD]  Relay.php
Archiver [MOD]  [LOAD]  Roll.php
Archiver [MOD]  [LOAD]  Roster.php
Archiver [MOD]  [LOAD]  Say.php
Archiver [MOD]  [LOAD]  SettingsUI.php
Archiver [MOD]  [LOAD]  ShortCutsUI.php
Archiver [MOD]  [LOAD]  Shutdown.php
Archiver [MOD]  [LOAD]  StringFilterUI.php
Archiver [MOD]  [LOAD]  TimerRelay.php
Archiver [MOD]  [LOAD]  TimerUI.php
Archiver [MOD]  [LOAD]  Whois.php

Archiver [MOD]  [DIR]   Loading game specific modules
Archiver [MOD]  [LOAD]  Autouseradd.php
Archiver [MOD]  [LOAD]  Blacklist.php
Archiver [MOD]  [LOAD]  Chuck.php
Archiver [MOD]  [LOAD]  City.php
Archiver [MOD]  [LOAD]  craftclasses.php
'Archiver [MOD] [LOAD]  Gemcutting.php
Archiver [MOD]  [LOAD]  Loot.php
Archiver [MOD]  [LOAD]  Quotes.php

Archiver [MOD-CUSTOM]   [DIR]   Loading additional modules in directory custom/m
odules/


Archiver [LOGIN]        [STATUS]        Authenticating
[Conan Login Server] Connected to aoc-us-um.live.ageofconan.com:7010
[Conan Login Server] Received character server address [ dm09-nj4.ageofconan.com
:7011 ]
[Conan Login Server] Disconnected. [Done]
[Conan Char Server ] Connected to dm09-nj4.ageofconan.com:7011
[BinaryStream][ReadString]  [pos:487] invalid length :27759 since it will read o
utside of buffer.
[BinaryStream][ReadString]  [pos:525] invalid length :29552 since it will read o
utside of buffer.
[BinaryStream][ReadString]  [pos:535] invalid length :28710 since it will read o
utside of buffer.
[BinaryStream][ReadString]  [pos:549] invalid length :15720 since it will read o
utside of buffer.
[BinaryStream][ReadString]  [pos:559] invalid length :30583 since it will read o
utside of buffer.
[BinaryStream][ReadString]  [pos:597] invalid length :26740 since it will read o
utside of buffer.
[BinaryStream][ReadString]  [pos:607] invalid length :15730 since it will read o
utside of buffer.
Did not find the bot 'Archiver' from the 3 characters on account

Warning: Invalid argument supplied for foreach() in C:\Program Files\bebot\Sourc
es\AocLogin\CharacterServerConnection.php on line 218
[Conan Char Server ] Disconnected. [Error while handling packets for characterse
rver]

Notice: Error while handling packets for Characterserver (dm09-nj4.ageofconan.co
m:7011) in C:\Program Files\bebot\Sources\AOChat.php on line 520
Archiver [CONN] [ERROR] Failed authenticating to server. Retrying in 60 seconds.


Any ideas?
90
Generic custom modules / Re: [module] YouTube-Query
« Last post by Membreno on October 12, 2018, 03:12:35 pm »
Did you get this mod to work, Tulia?
Pages: 1 ... 7 8 [9] 10
* 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: 497
  • 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