What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Scan UIElement Error

d133294

Member
Joined
Jun 23, 2013
Messages
59
Reaction score
1
Good evening all,
So recently i have been trying to get the hash from the ui elements like buttons and stuff in the game and i read that Alt+8 will print out the hash and other things.. I cannot get that to work. If someone can explain or show me a video on how to do this, that would be great..

Further, i was trying to use trinity UIElement button i get this error

[Trinity 2.13.81] Error btnClick_ScanUIElement:System.Exception: Only part of a ReadProcessMemory or WriteProcessMemory request was completed, at addr: 00000005, Size: 8
at GreyMagic.ExternalProcessMemory.ReadByteBuffer(IntPtr addr, Void* buffer, Int32 count)
at GreyMagic.MemoryBase.Read[T](IntPtr addr)
at Zeta.Game.Internals.UIElement.1h \.?#1!P;\\3fb8mFtdU\&|U\*$.MoveNext()
at Trinity.Helpers.UIElementExtensions.FindDecedentsWithText(UIElement element, String text) in ...\Plugins\Trinity\Helpers\UIElementExtensions.cs:line 39
at Trinity.Helpers.UIElementExtensions.FindDecedentsWithText(UIElement element, String text) in ...\Plugins\Trinity\Helpers\UIElementExtensions.cs:line 41
at Trinity.Helpers.UIElementExtensions.FindDecedentsWithText(UIElement element, String text) in ...\Plugins\Trinity\Helpers\UIElementExtensions.cs:line 41
at Trinity.Helpers.UIElementExtensions.FindDecedentsWithText(UIElement element, String text) in ...\Plugins\Trinity\Helpers\UIElementExtensions.cs:line 41
at Trinity.UI.TabUi.btnClick_ScanUIElement(Object sender, RoutedEventArgs routedEventArgs) in ...\Plugins\Trinity\UI\TabUI.cs:line 601
 
You can ignore that button it was for some other nefarious debugging purpose.

ALT+8 should work. try this.

1) You need DB logged in
2) put both windows side by side (Diablo3 in windowed mode)
3) Make Diablo3 window the active window by clicking on it
4) Hover mouse over an element like a skill button or something.
5) While its over the element (and while d3 window still top most / active window) hold ALT and then press 8 key.

it should print some text in the log window:

m0sl7zt.png
 
thanks man for the explanation. really appreciate it. FYI cinder switch in the trinity item list.. cheers
 
thanks man for the explanation. really appreciate it. FYI cinder switch in the trinity item list.. cheers

Np,

There are no crafted items on the list. Hasn't been an issue so far since DB doesn't give us a way to craft items.
 
Back
Top