AFAIK there's a Hunt bot out that people are using that is scanning each area for mobs.. any way to implement?
Not a bot, it's a scanner included in the plug-in for FFXIV-APP and it only works if the packet of the monster has been sent to you because you're close enough. Unless you create a bot that combs the entire area (since the Hunt spawns are randomized, and personal research has show that a B Rank mob I've been monopolizing has about 7 different spawn points... so far). Also, you would only be able to deal with the B Rank mobs by yourself since A and S Ranks need at least a party, while the latter at least a Raid team. Although you could always use the HP packet reading which is already implemented via the FATE Boss code, and the bot itself also uses packet reading based on radar range to check which monsters are spawned, it's possible. Though I doubt you'd want a bot that sees a mob, stops and calls to its Linkshell/FC to help it kill the monster and then just stop responding altogether again. That raises some suspicion. But at least it'd be able to farm B Ranks, albeit inefficiently and would actually probably die by itself constantly unless AoE dodging has been implemented.
Looks like they've turned it off again. Could use some kind of message on the bots GUI to tell people when that's the case.
I'm just hoping that there are failsafes in place so that we can't get caught out whenever the game updates. Does RB terminate before anti-cheat can pick it up?
It's the same with all buddy products, after a patch it's always use at your own risk, well... To be fair it's always use at your own risk, but If it's crashing after the update I would wait for an update to the bot.
After the release of Patch 2.3, we have identified a number of players that have used illicit actions to complete certain content. On Jul. 14, 2014, 9 accounts that engaged in illicit activities have been given a temporary ban. I am betting it's due to the radar app/hack.
ROFL 9 accounts. Uploading new version now. Version 149 Code: Updated for latest version of FF14 Memory Library has been updated. -Because of this our install requirements have changed. We now require .NET 4.5.1 and VC++2012 to be installed. Please run the updated Buddy Wizard located here: http://mastahg.com/rebornbuddy/BuddyWizard.exe
[16:46:30.113 D] Exception in Socket Connection! Sleeping for 5 seconds then trying again. System.Net.Sockets.SocketException (0x80004005): No connection could be made because the target machine actively refused it 127.0.0.1:34523 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.Connect(EndPoint remoteEP) at System.Net.Sockets.Socket.Connect(IPAddress address, Int32 port) at TronBonne.NetworkClient.Connect(Boolean async) gettin this error from the fate bot after update, i have the .net and vc++ installed
View attachment 46612 2014-07-15 12.43.txt Getting this error now. Code: [16:46:23.059 D] Exception in Socket Connection! Sleeping for 5 seconds then trying again. System.Net.Sockets.SocketException (0x80004005): No connection could be made because the target machine actively refused it 127.0.0.1:34523 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.Connect(EndPoint remoteEP) at System.Net.Sockets.Socket.Connect(IPAddress address, Int32 port) at TronBonne.NetworkClient.Connect(Boolean async) [16:46:47.069 D] Exception in Socket Connection! Sleeping for 5 seconds then trying again. System.Net.Sockets.SocketException (0x80004005): No connection could be made because the target machine actively refused it 127.0.0.1:34523 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.Connect(EndPoint remoteEP) at System.Net.Sockets.Socket.Connect(IPAddress address, Int32 port) at TronBonne.NetworkClient.Connect(Boolean async) [16:47:11.075 D] Exception in Socket Connection! Sleeping for 5 seconds then trying again. System.Net.Sockets.SocketException (0x80004005): No connection could be made because the target machine actively refused it 127.0.0.1:34523 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.Connect(EndPoint remoteEP) at System.Net.Sockets.Socket.Connect(IPAddress address, Int32 port) at TronBonne.NetworkClient.Connect(Boolean async) [16:47:35.076 D] Exception in Socket Connection! Sleeping for 5 seconds then trying again. System.Net.Sockets.SocketException (0x80004005): No connection could be made because the target machine actively refused it 127.0.0.1:34523 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.Connect(EndPoint remoteEP) at System.Net.Sockets.Socket.Connect(IPAddress address, Int32 port) at TronBonne.NetworkClient.Connect(Boolean async) [16:47:59.076 D] Exception in Socket Connection! Sleeping for 5 seconds then trying again. System.Net.Sockets.SocketException (0x80004005): No connection could be made because the target machine actively refused it 127.0.0.1:34523 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.Connect(EndPoint remoteEP) at System.Net.Sockets.Socket.Connect(IPAddress address, Int32 port) at TronBonne.NetworkClient.Connect(Boolean async) While running OrderBot with the 1-15 profile.
I still can't use this bot, I downloaded the latest one, 1.0.150. Login and then it disappeared without any error message. Can someone help??
Please run the updated Buddy Wizard located here: http://mastahg.com/rebornbuddy/BuddyWizard.exe Might help with your issue.
Still doesn't work after running the buddy wizard.... This is the log file, appreciate the help! [01:28:02.223 N] Logging in... [01:28:04.060 N] T: 5247096727249865446 H: 453371033 [01:28:05.052 D] Microsoft Windows NT 6.2.9200.0 [01:28:06.517 D] System.MissingMethodException: Method not found: 'Int32 System.Runtime.InteropServices.Marshal.SizeOf(!!0)'. at SQLite.SQLiteCommand.(Byte[] ) at SQLite.SQLiteCommand.(IntPtr , Int32 , ColType , Type ) at SQLite.SQLiteCommand..() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at SQLite.SQLiteCommand.ExecuteQuery[T]() at SQLite.TableQuery`1.GetEnumerator() at ff14bot.Managers.DataManager.() at ff14bot.Managers.DataManager.Initialize() at ff14bot.Core.Corze() at ff14bot.App.Current_Startup(Object sender, StartupEventArgs e) at System.Windows.Application.OnStartup(StartupEventArgs e) at System.Windows.Application.<.ctor>b__1(Object unused) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler) at System.Windows.Threading.DispatcherOperation.InvokeImpl() at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Windows.Threading.DispatcherOperation.Invoke() at System.Windows.Threading.Dispatcher.ProcessQueue() at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler) at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg) at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame) at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame) at System.Windows.Threading.Dispatcher.Run() at System.Windows.Application.RunDispatcher(Object ignore) at System.Windows.Application.RunInternal(Window window) at System.Windows.Application.Run(Window window) at ff14bot.App.Main()
hmm i'm not sure what to recommend. Right click run as administrator maybe? if that doesn't work then i think only mastahg can help here.