User Info
|
|
Search
|
|
Board Stats
|
- Total Members: 989
- Total Posts: 18366
- Total Topics: 2501
- Total Categories: 7
- Total Boards: 35
- Most Online: 1144
|
|
91
« 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?
92
« 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?
93
« Last post by Membreno on October 12, 2018, 03:12:35 pm »
Did you get this mod to work, Tulia?
94
« 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
95
« 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
96
« 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.
97
« 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.
98
« 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.
99
« Last post by bitnykk on February 04, 2018, 11:07:24 pm »
Here's a complementary plugin including about 10.000 buff items on all possible skills. This is inspired from Tyrence & Unk plugin for Budabot : http://budabot.com/forum/viewtopic.php?f=4&t=1379 Thanx a lot to them ! !whatbuff will let you select a slot, then a skill you want to buff in this slot, and finally offering links toward !items command (that should be already installed & that you can link to Demoder's aoitems DB) for various resulting gear.
100
« Last post by bitnykk on October 04, 2017, 11:53:10 am »
Ideally, bebot would need a revamp to work for PHP 5.5 and, why not dreaming, 7. But this would need a huge amount of dull tasks ... i'd never jump in such nightmare by myself
|
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 ]
|
Forum Staff
|
|
|