User Info
|
|
Search
|
|
Board Stats
|
Total Members: 989
Total Posts: 18368
Total Topics: 2501
Total Categories: 7
Total Boards: 35
Most Online: 1144
|
|
91
« 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!
92
« Last post by Cromite on October 27, 2018, 01:13:21 pm »
Anyone willing to link their working bebot setup?
93
« 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?
94
« 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?
95
« Last post by Membreno on October 12, 2018, 03:12:35 pm »
Did you get this mod to work, Tulia?
96
« Last post by bitnykk on June 08, 2018, 11:47:01 am »
For bot to work on nux, you'll prolly need to pre-install a LAMP package (or separate elements) to get : - PHP in version 5+ adviced (7 is more recent than bebot core) - (my)SQL DB (or any branch like Maria) ; at home i use 4.1.4 Then you should be able to run your bot from command line directly (can use screen or nohup for persistence). Some more links to help you on various steps : http://bebot.link/helpful-posts/bebot-on-linux/http://bebot.link/wiki/installationhttp://forums-archive.ageofconan.com/showthread.php?192348-bebot-installation
97
« Last post by Fong on May 24, 2018, 10:04:56 pm »
Hey Guys looking for someone who can help me set up a bot under Ubuntu 16 with php 7.2. I do not have much experience myself and need urgent help.
Thanks in advance Best regards
98
« Last post by Kakahu on May 16, 2018, 09:22:47 pm »
So !items no longer works. I imagine the hosting is gone?
Not much action here Lol, but it was still helpful.
I can't imagine that server took much bandwidth or even saw much usage. It is probably something any of us could have running on a spare computer.
99
« Last post by Halfdead on April 29, 2018, 03:43:48 am »
So !items no longer works. I imagine the hosting is gone?
Not much action here Lol, but it was still helpful.
100
« Last post by bitnykk on February 17, 2018, 01:49:04 pm »
This !recipe command must be followed by any keyword(s) or item, then it'll search & eventually sort corresponding tradeskill's recipe(s) in a readable link. This is adapted from Budabot's work by Tyrence, itself inspired of Mercury Dragons RecipeBook from Rageballs & Windguaerd. Source : http://budabot.com/forum/viewtopic.php?t=1036NB : i've also added Pyramid of Home recipes over it as this new dungeon's been released after the source.
|
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 ]
|
Forum Staff
|
|
|