byobodybag
Member
- Joined
- Jul 11, 2012
- Messages
- 204
db beta 394 not picking up gold no matter how big or small.
Does some of this bots maybe require the 64 bits version of C++?
Microsoft Visual C++ 2010 Redistributable Package (x64)
Note: The beta now requires, "Visual C++ Redistributable for Visual Studio 2012" and also make sure you got 2010 installed. you can download them here:
2012: http://download.microsoft.com/downl...-4FF2-B699-5E9B7962F9AE/VSU3/vcredist_x86.exe
2010: http://download.microsoft.com/download/C/6/D/C6D0FD4E-9E53-4897-9B91-836EBA2AACD3/vcredist_x86.exe
Download here: BETA DOWNLOAD
where can i get .391? .393 seems a bit buggy for me
Need Demonbuddy BETA v1.1.1799.391+ or Demonbuddy v1.1.1819.357+ link pls
see first post for .391 DLwhere can i get .391? .393 seems a bit buggy for me
see first post for .391 DL
[Trinity] Clicking UI element Conversation Button (128618496)
Exception when terminating bot thread. System.Exception: Only part of a ReadProcessMemory or WriteProcessMemory request was completed, at addr: 00000198, Size: 12
at GreyMagic.ExternalProcessMemory.ReadByteBuffer(IntPtr addr, Void* buffer, Int32 count)
at GreyMagic.MemoryBase.Read[T](IntPtr addr)
at Zeta.Game.Internals.Actors.DiaObject.get_Position()
at QuestTools.MoveToActor.WithinInteractRange()
at QuestTools.MoveToActor.<CreateBehavior>b__2e(Object ret)
at Zeta.TreeSharp.Decorator.CanRun(Object context)
at Zeta.TreeSharp.Decorator..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.Wait..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.PrioritySelector..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.Sequence..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.PrioritySelector..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.PrioritySelector..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.Common.HookExecutor.Run(Object context)
at Zeta.TreeSharp.Action.RunAction(Object context)
at Zeta.TreeSharp.Action..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.PrioritySelector..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.PrioritySelector..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.Common.HookExecutor.Run(Object context)
at Zeta.TreeSharp.Action.RunAction(Object context)
at Zeta.TreeSharp.Action..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.TreeSharp.PrioritySelector..()
at Zeta.TreeSharp.Composite.Tick(Object context)
at Zeta.Bot.BotMain.()
public static void SafeClickElement(UIElement element, string name = "", bool fireWorldTransfer = false)
{
if (ZetaDia.Me.IsValid)
{
if (IsElementVisible(element))
{
if (fireWorldTransfer)
GameEvents.FireWorldTransferStart();
//Thread.Sleep(250);
Technicals.Logger.Log("Clicking UI element {0} ({1})", name, element.BaseAddress);
element.Click();
//Thread.Sleep(250);
}
}
}