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!

PureRotation V2

Stormchaser can you check this snippet of code from the "PureRotation.cs" file

public void CheckCurrentTarget()
{
CheckTarget(StyxWoW.Me.CurrentTarget, ref _lastCheckCurrTargetGuid, "YourCurrentTarget");
}

private void CheckTarget(WoWUnit woWUnit, ref ulong _lastCheckCurrTargetGuid, string p)
{
throw new NotImplementedException();
}
public void CheckPetCurrentTarget()
{
CheckPetTarget(StyxWoW.Me.Pet.CurrentTarget, ref _lastCheckPetsCurrTargetGuid, "PetsCurrentTarget");
}

private void CheckPetTarget(WoWUnit woWUnit, ref ulong _lastCheckPetsCurrTargetGuid, string p)
{
throw new NotImplementedException();
}

had to remove ", (x) => { }" from the pet target line for the references to work.
 
Last edited:
Stormchaser me and my team will be maintaining PureRotation. We have it in a somewhat working state already, working on fixing rotations


Edit: There's quite a lot more problems than at first glance. This is a big project.
 
Last edited:
Stormchaser me and my team will be maintaining PureRotation. We have it in a somewhat working state already, working on fixing rotations


Edit: There's quite a lot more problems than at first glance. This is a big project.

if it happens that would be a great feat-having a decent alternative to the pay raiding routines would be sweet
 
if it happens that would be a great feat-having a decent alternative to the pay raiding routines would be sweet

That is our aim, but sadly the code has quite a lot of deprecated functions in it. Currently we are debating if salvaging the project is worth while or if it would be a better idea to start from scratch.

Ultimately it's my choice what is done and i'm siding with start from scratch. However certain people on the team seem to think that its as easy as copy-pasting in the new methods.
 
My Suggestion:Start from scratch,use some stuff (some classspecifics and some Common stuff like getting aoe count or List auf Units,dpstracking) from
Purerotation ... I know there is a lot of code in there,also many useless,outdated,deprecated,bad workarounds :) ... I've already rewritten the whole Routine ... The rewriting und examining of missing functions took around 4 weeks ... Starting from scratch will take Only 1 week ... And u'll need some coding guidelines !!! If have looked at the code u'll have Seen what 10 developers will do to a Routine when noone Looks at all the stuff :)
 
Will be releasing my All-in-One rotation soon... barring anymore server troubles. Intended to be built in the spirit of PureRotation.
 
I don't get the Point
Enyo can be get on the store and is in no Relation with this Combat Routine

This still not being supported I heared this CR for boomy does liek 12k more single target. I tried using uggla and singular and they both pull only 25k for single target i ranked around 22% in my bracket everytime and that unnacceptable.
 
Take a look at the first page. No updates for this cr since months.

Support canceled with release of wod
 
Back
Top