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!

[Test BotBase] AlexBot Modified Raidbot with A Lazyraider function

Status
Not open for further replies.

Xcesius

Community Developer
Joined
May 1, 2011
Messages
2,050
So, the story begins when a russian hc raider tells me he gets better dps using LazyRaider. So I start investigating this, I started removing flags to see if that was the case. However what Bobby didn't know, is that he wrote a simple code that makes the framelock more efficient during execution of the rotation.

Now here's the small code that does some magic :

Code:
 private Composite CreateFrameFactory(params Composite[] children)        {
            if (LockMemorySettingEnabled)
                return new FrameLockSelector(children);


            return new PrioritySelector(children);
        }

I was kinda surprised with the result from a very small sample of testers. All of them which had gained a small to a medium dps boost, so I give you AlexBot! A modified RaidBot with the LazyRaider code.

So please test and give feedback!

Small negative impact : You might notice a little more fps drop than usual, but the dps should be higher.

Does not work on Laptop's, if you are on a laptop. Use Tyrael or Raid Bot

This will be added to Tyrael in near future if the results are positive. This has NO Arena/RBG/BG Support, as it is RaidBot from Base. I do not wish to support PvP due to HB reasons.

Credits goes out to Apoc for the RaidBot base and Bobby for the LazyRaider code snippet.
 

Attachments

First quick tests on my rogue:
All done with Waldo routine for Sublety.

Raidbot with framelock at 30: 275K dps
Tyrael with normal settings (30 framelock): 260K dps
Alexbot with framelock at 30: 290K dps

These are merely quick 3 mins tests. But i've run them several times with matching results.
 
as a beta tester, I'll say its giving my DK +10k dps from RaidBot/Tyrael
Alex did a great found and good PvE botbase!
 
And somehow it's a very messed up logic that it improves DPS, since it doesn't do anything special at all. The code only calls our old-fashioned framelock code when "setting" is enabled while it doesn't have any rocket science in it ... I'm to be honest very sceptical about these tests. You should flatten out the numers, let your test run for 15 minutes or so to take trinkets/cd's and clipping into account.
 
And somehow it's a very messed up logic that it improves DPS, since it doesn't do anything special at all. The code only calls our old-fashioned framelock code when "setting" is enabled while it doesn't have any rocket science in it ... I'm to be honest very sceptical about these tests. You should flatten out the numers, let your test run for 15 minutes or so to take trinkets/cd's and clipping into account.

I made 200kk test for 13 minutes and still this one got 8-11k more
 
I think its just random. For me it did -10k dps in the last 2 tries.
Fighting a dummy 1-5 times is a waste of time anyway.

My dps varies between ~220k and ~300k dps. Its just (bad) luck, nothing else i guess. :D
 
Should be doing the tests with removing all 'proc' items - trinkets, legendary cloak etc. Will help to normalize the numbers, and remove the RNG factor.
 
Should be doing the tests with removing all 'proc' items - trinkets, legendary cloak etc. Will help to normalize the numbers, and remove the RNG factor.

Yeah, i also can attack naked. =D
 
Gonna test this with TuanHA Hunter Special Edition vs Tyrael ;) I will let you know the results

EDIT: I saw a DPS drop of 50% with a lot of micro stuttering in the routine, think you NEED to turn on vsync for this to work? Will try this myself now.

EDIT 2: I dropped from 290k stable on my hunter with Tyrael to 145k with this botbase. It doesn't seem to do the trick for TuanHAs routines :(
 
Gonna test this with TuanHA Hunter Special Edition vs Tyrael ;) I will let you know the results

EDIT: I saw a DPS drop of 50% with a lot of micro stuttering in the routine, think you NEED to turn on vsync for this to work? Will try this myself now.

EDIT 2: I dropped from 290k stable on my hunter with Tyrael to 145k with this botbase. It doesn't seem to do the trick for TuanHAs routines :(

use alex' routines. They're better anyway.

/hate
 
Ok, i did the test:

Setup
Hard Framelock @ 45
Length: 5 Minutes
PC: i7 4700K @ 4.5Ghz, GTX 670

Routine: Demonic Premium
Settings: AoE Off
Gear: ilvl 571; I took off both trinkets as well as legendary cloak (effective ilvl 462) to eliminate some RNG.

AlexBot
BhQpWQz.png


Tyrael
ETKuXpM.png


So yeah, can't really confirm what others are saying.
 
Status
Not open for further replies.
Back
Top