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!

TuanHA Hunter - The Ultimate Experience

A lot of the time, the MM hunter will just sit there and will not do anything. I am getting

System.AccessViolationException: Could not read bytes from 41BF3E54 [299]!

You will see where I had to help it out and play manually. People were wondering why my dps was so low.

Here is the log

View attachment 4448 2013-03-12 23.32.txt
 
I think "Capturing" means "Erobern" in german client (although I do not know what it is, it has something to do with pvp I guess?)
 
can u link me "capturing" spell from wowhead?
There no spell for that in WoWhead.

When you channelling a flag to claim it in Arathi Basin, the cast spell name capturing.

While someone capturing, you can interrupt it with a single attack.
 
There no spell for that in WoWhead.

When you channelling a flag to claim it in Arathi Basin, the cast spell name capturing.

While someone capturing, you can interrupt it with a single attack.

Maybe this would help, taken from ownedcore

Code:
            var cappers = from player in Core.ObjectManager.Players
                          from flag in
                              from gameObject in Core.ObjectManager.GameObjects
                              where gameObject.Name.Contains("Flag") || gameObject.Name.Contains("Banner")
                              select gameObject
                          where !player.IsCasting && !player.IsChanneling
                            && player.CurrentAnimation == Animation.Crafting
                            && player.DistanceTo(flag) < 8
                          select new { Player = player, Flag = flag };

Animation.Crafting is 123.

You could probably search for the crafting animation
 
Last edited:
Ok guys, new build bring Survival Hunter to the king position of AoE fight :D

Just add an impossibility on CR: It now can keep Serpent Sting on 20 mobs xD The dps on AoE fight is just insane. Testing right now and it really cool.

Also improve performance: I got ~40 FPS on 25man LFR with LazyRaider, Computer using nVidia 660 at 1920x1080 resolution, wow graphic set to High.

Please update and enjoy
 
Doing 85k dps on dummies on AoE style mode while in ilevel 472 PvP Mix Malevolent and Dreadful... omg that h@cked :D

PS: lol just won 50g xD

Challenge a Balance druid on 10mill dmg race, he have full Malevolent gear and result is embarassing:
Me: 81k dps
His: 42k dps

The reason I challenge druid is because both Survival Hunter and Balance druid can do insane dps with multi-doting. The benchmark result mean Surv rotation is nearly completed xD

Oh well, picture as it happen :P

SurvivalBenchmark.jpg
 
Last edited:
Doing 85k dps on dummies on AoE style mode while in ilevel 472 PvP Mix Malevolent and Dreadful... omg that h@cked :D

PS: lol just won 50g xD

Challenge a Balance druid on 10mill dmg race, he have full Malevolent gear and result is embarassing:
Me: 81k dps
His: 42k dps

The reason I challenge druid is because both Survival Hunter and Balance druid can do insane dps with multi-doting. The benchmark result mean Surv rotation is nearly completed xD

Oh well, picture as it happen :P

SurvivalBenchmark.jpg

You never disappointing Tuan!
 
Tested the newest revision in BM and it was amazing!!! Although I did notice that whenever Glaive Toss would come off cooldown it would not use it right away, sometimes it would wait a few seconds and cast cobra shot or arcane shot instead. Idk if that is intended or what. Was in a bg and used the PvP preset. LOG INC!

View attachment 3888 2013-03-13 10.12.txt
 
Last edited:
Glave Toss is not in high priority, it below Kill Command. BM need improve rotation too, unlike Survival and Markmanship which are nearly completed.
 
Yes, but it on low priority and don't cast often especially in AoE
 
Tested the newest revision in BM and it was amazing!!! Although I did notice that whenever Glaive Toss would come off cooldown it would not use it right away, sometimes it would wait a few seconds and cast cobra shot or arcane shot instead. Idk if that is intended or what. Was in a bg and used the PvP preset. LOG INC!

View attachment 84500


You are getting same error:
System.AccessViolationException: Could not read bytes from 2A6B9610 [299]!
 
Just test on PvP and I have 70% chance get rogue out of stealth hehe
 
You are getting same error:
System.AccessViolationException: Could not read bytes from 2A6B9610 [299]!
That error is something to do with HB and accessing memory. Tuan's been having issues with that for a while now, even before patch 5.2. He had it almost completely fixed before 5.2 came out, but then when the patch came it really messed things up completely again. He's now back to trying to work with HB and finding a workaround so that the memory access error doesn't happen as much. It's not very easy to fix. It took him a while, pre-patch, to find a good workaround for it. :(
 
Yes it's true, new patch, new hb always produce new problem.

I remember the API GetThreadInfo never produce [299] error and suddenly when 5.2 come out, it print a wall of red errors text.

There are many other API that unidentified and I have to test it manually and find logic to work aroud too...

It's not easy and take a lot of time... but I'm keep trying.
 
Mother of god. Thank you.


Edited : not sure if it does this on boss, but if you have bestial wrath enabled in cooldowns and you are survi, it won't do readiness on dummy. After I disabled BW did it fine
 
Last edited:
Back
Top