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!

Getting Wow process id with HB?

cowdude

Active Member
Joined
Feb 17, 2010
Messages
337
Hey,

I need to grab a screenshot of the Wow window for my monitoring plugin. I currently find the game's PID using Blackmagic library, which gives me one or more results if you're running multiple wow.exe at once.... Is there any way to find out which one is linked to HonorBuddy?

Thanks for your support
 
If you look in the log for the HB folder you're checking on you can see which pid hb attached to.

Code:
[2:21:01 PM:22] Authorization Success!
[2:21:34 PM:984] Honorbuddy 1.249 started.
[2:21:34 PM:984] Using wow with process id:3356

You can view the log in realtime to see the pid.
 
Last edited:
Do you only take a ScreenShot or are you doing more?

My monitoring tool takes a screenshot and reads a few offsets.

Because i don't bot with my Main Acc i have a switch for not monitoring my battle.net Account.
Most of my used patterns are public available on mmowned before i come home after work (EU Server ;-) ), so the work for an update is around 15 minutes or so.


edit: I don't think that Bossland or Hawker or Nesox will provide you with information on how they "mark" the attached process.
 
Try MMOwned.com, if I remember correctly, then there is a few guides there :D
 
Well, all I need is something like Global.Honorbuddy.WowPID... that'd be wonderful ("just keep dreaming", I know).

Frymy, Mess: I'm coding an HB plugin => no memory offsets and awful low-level stuff to mess with. :-) I'm only taking a screenshot with system DLL that need the window PID.

I'll try to parse the debug log as you suggest, ski. Thanks!
 
Back
Top