What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

RebornBuddyCN r202

Version 133
Code:
Add CommonTasks.CanLand() and CanLand(Vector3)
These are useful to about 100 yards and then due to issues with the games raycast system they become horribly inaccurate.

Modifications have been made to the way the client communicates to the navigaiton server, versions prior to this will no longer be able to connect to the navigation server.
 
error
[03:41:09.923 N] Bot Thread Started.
[03:41:10.023 N] [Ultima] Loading: Botanist
[03:41:20.639 N] Connection closed! 23.88.178.194:31215
[03:41:31.210 N] Connection to 23.88.178.194:31215 established.
[03:41:31.223 D] NetworkCommsDotNet.ConnectionSetupException: Error during TCP connection establish with destination ([TCP-E-S] 0.0.0.0:0 -> 23.88.178.194:31215). Destination may not be listening or connect timed out. NetworkCommsDotNet.ConnectionSetupException: Timeout waiting for remoteEndPoint to accept TCP connection.
在 NetworkCommsDotNet.Connections.TCP.TCPConnection.ConnectSocket()
在 NetworkCommsDotNet.Connections.TCP.TCPConnection.ConnectSocket()
在 NetworkCommsDotNet.Connections.TCP.TCPConnection.EstablishConnectionSpecific()
在 NetworkCommsDotNet.Connections.Connection.EstablishConnection()
在 NetworkCommsDotNet.Connections.TCP.TCPConnection.GetConnection(ConnectionInfo connectionInfo, SendReceiveOptions defaultSendReceiveOptions, TcpClient tcpClient, Boolean establishIfRequired, SSLOptions sslOptions)
在 ...ctor()
在 ff14bot.Navigation.GaiaNavigator..ctor(Single pathPrecision)
在 ff14bot.BotBases.OrderBot.Start()
在 ff14bot.TreeRoot.<>c.()
在 System.Threading.ThreadHelper.ThreadStart_Context(Object state)
在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
在 System.Threading.ThreadHelper.ThreadStart()
 
error
[03:41:09.923 N] Bot Thread Started.
[03:41:10.023 N] [Ultima] Loading: Botanist
[03:41:20.639 N] Connection closed! 23.88.178.194:31215
[03:41:31.210 N] Connection to 23.88.178.194:31215 established.
[03:41:31.223 D] NetworkCommsDotNet.ConnectionSetupException: Error during TCP connection establish with destination ([TCP-E-S] 0.0.0.0:0 -> 23.88.178.194:31215). Destination may not be listening or connect timed out. NetworkCommsDotNet.ConnectionSetupException: Timeout waiting for remoteEndPoint to accept TCP connection.
在 NetworkCommsDotNet.Connections.TCP.TCPConnection.ConnectSocket()
在 NetworkCommsDotNet.Connections.TCP.TCPConnection.ConnectSocket()
在 NetworkCommsDotNet.Connections.TCP.TCPConnection.EstablishConnectionSpecific()
在 NetworkCommsDotNet.Connections.Connection.EstablishConnection()
在 NetworkCommsDotNet.Connections.TCP.TCPConnection.GetConnection(ConnectionInfo connectionInfo, SendReceiveOptions defaultSendReceiveOptions, TcpClient tcpClient, Boolean establishIfRequired, SSLOptions sslOptions)
在 ...ctor()
在 ff14bot.Navigation.GaiaNavigator..ctor(Single pathPrecision)
在 ff14bot.BotBases.OrderBot.Start()
在 ff14bot.TreeRoot.<>c.()
在 System.Threading.ThreadHelper.ThreadStart_Context(Object state)
在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
在 System.Threading.ThreadHelper.ThreadStart()

Need entire log
 
未处理System.Exception
HResult=-2146233088
Message=仅完成部分的 ReadProcessMemory 或 WriteProcessMemory 请求。, at addr: 00000000, Size: 1
Source=GreyMagic
StackTrace:
在 GreyMagic.ExternalProcessMemory.ReadByteBuffer(IntPtr addr, Void* buffer, Int32 count)
在 GreyMagic.MemoryBase.Read[T](IntPtr addr)
在 ff14bot.Ext.NoCacheRead[T](ExternalProcessMemory mem, IntPtr address)
在 ff14bot.Managers.MovementManager.get_IsFlying()
在 ff14bot.Managers.MovementManager.MoveForwardStop()
在 ff14bot.Navigation.SlideMover.MoveStop()
在 ExBuddy.Navigation.FlightEnabledSlideMover.MoveStop() 位置 e:\BUDDYbot\RebornbuddyCN 133\Plugins\OrderBotTags\ExBuddy\Navigation\FlightEnabledSlideMover.cs:行号 152
在 ff14bot.Navigation.Navigator.Clear()
在 ff14bot.TreeRoot.<>c. ()
在 System.Threading.ThreadHelper.ThreadStart_Context(Object state)
在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
在 System.Threading.ThreadHelper.ThreadStart()
InnerException:
Seems exbuddy error
View attachment 493672 2015-12-03 14.40.txt
 
Last edited:
Back
Top