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

[WIP] Singular - A community driven All-In-One CC - It Just Plain Works

Status
Not open for further replies.
Ret Paladin Rotation (Priority based)

At 3 holy Power:

Inquisition not up: use inquisition
Inquisition up: Templar's Verdict

Art of War Procs: Use Exorcism

Hammer of Wrath usable: Hammer of Wrath

Less than 3 Holy Power:
Crusader Strike usable: Crusader Strike
Judgement Usable: Judgement
Holy Wrath Usable: Holy Wrath

Seal of Truth always used

Healing:
Crusader Proc up after combat, missing > 30% health --> Cast Holy Light on Self
In combat, 3 holy power, >40% health missing, Word of Glory
 
Add mount check to summon pet and fel link for warlock; done as a patch diff in tortoise
 

Attachments

Add mount check to summon pet and fel link for warlock; done as a patch diff in tortoise

Thanks for the patch, but you're a bit late! Update from SVN, and you'll see that I forced all buff behaviors to be ignored while mounted (or in flight form).
 
I think you jumped at-least 2 revisions from what i had patched anyway :)
 
I check EJ quite a lot, however, they're mostly tuned for high-level, and end-game raiding. As we know, HB isn't really capable of raiding, so the rotations don't quite apply.
I implemented all the EJ rotations for DK in my CC and it is usually top DPS or top 2 in heroics using all PvP gear and the weapon from Crucible of Carnage. So they do apply quite well to dungeons as well. At least for DKs.
 
for singular i suggest to use the following excerpt from shamwow and not try to cast any spell while being in a vehicle:

Code:
  public static bool InVehicle()
  {
 int inVehicle = Lua.GetReturnVal<int>("return UnitInVehicle(\"player\")", 0);
 return inVehicle == 1;
 }
 
I implemented all the EJ rotations for DK in my CC and it is usually top DPS or top 2 in heroics using all PvP gear and the weapon from Crucible of Carnage. So they do apply quite well to dungeons as well. At least for DKs.

Agreed. While they may be made with top raid dps in mind, the rotations are almost always the best PVE rotations possible anyway. I would check the class forums on EJ for rotations, they're all superb.
 
Does Honorbuddy support non-rotations, as shadow priests don't generally rotate if they want most dps. Just proritized spells
 
Can you focus a little on making a decent all around healbot... I have YET to find a decent healbot for any of my classes
 
Can you focus a little on making a decent all around healbot... I have YET to find a decent healbot for any of my classes

I'm trying to focus on DPS first, since every class needs some form of DPS to bot normally.

Healing/Tanking are more 'specialty' things, that will be added in time. But are NOT our main focus right now.
 
Hi, sorry for my bad inglish!

I don't know how to use mountcheck.patch for warlocks, and i i can't find the link for download singular, please help me ,

Thx all

PS: sorry i have blogged this post, but it's a mistake.... delete my blogpost please!
 
Last edited:
Hi, sorry for my bad inglish!

I don't know how to use mountcheck.patch for warlocks, and i i can't find the link for download singular, please help me ,

Thx all

PS: sorry i have blogged this post, but it's a mistake.... delete my blogpost please!

You dont you need to download all the files from the svn
 
I check EJ quite a lot, however, they're mostly tuned for high-level, and end-game raiding. As we know, HB isn't really capable of raiding, so the rotations don't quite apply.

lol i wouldt consider raiding without HB :P
All specs should have a lvl 1-84 rotation for levleing and an 85 max dps spec from EJ
 
lol i wouldt consider raiding without HB :P
All specs should have a lvl 1-84 rotation for levleing and an 85 max dps spec from EJ

As odd as it sounds; "max DPS" usually works for regular grinding.

However, your rotations change in instances/BGs, which is why the framework allows 3 different rotations depending on where you are.
 
singular woork but nothing happens with archeologybddy.... the bot doen't start if i have no pet...

Just cast Soul Link.

plz help me
 
Last edited:
Revision 43:
Some paladin fixes:
-range, los, facing (basically stolen from the hunter with lower range :) )
-Seal of truth spam check
-Seal of Righteousness added for those too low to use truth

Just as some feedback: has issues with drinking and mana but im sure you aware of that anyway
 

Attachments

Revision 43:
Some paladin fixes:
-range, los, facing (basically stolen from the hunter with lower range :) )
-Seal of truth spam check
-Seal of Righteousness added for those too low to use truth

Just as some feedback: has issues with drinking and mana but im sure you aware of that anyway

Thanks for the patch. Applied!
 
Is this actually working for anybodys toons? Reason I am asking is since its submission and all the recent patches/revision changes you did Apoc and others. Is on the two toons I have tried this on (Pally both prot/ret and Warlock Demo) these are the results each time using the Combat/Heal Bot with movement code removed as I don't afk bot and just want a rotation spammer.
I would love to help you all out on this project but I am not having any luck converting all my toons CC's to use BT as I still code in the legacy style.

warlock
1). just spams Demon armor and Fel armor. Tweaked the code(added another aura check... for some reason its not using your first wrapper but defaulting to the second one) a bit to stop having it spam armor buff but when in combat all it does is spam pet attack and nothing else.

Paladin
1). Pretty much the same issue with the lock just spamming seal of truth over and over and over...
 
Status
Not open for further replies.
Back
Top