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!

CLU (Codified Likeness Utility) - (Pt. 2)

Status
Not open for further replies.
Shadow Priest won't event start. Using SVN CLU 3.3.2 and HB v2.5.6287.459 on a level 12 Shadow Priest.

Log is attached, good luck bug hunting! :)
 

Attachments

UPDATE

  • Current Demonic Fury Changed missed the return in the lua call in the spell method // thanks Nuok
  • just created a new Castdebuff that takes the overridden spell..should fix some stupid shit with warlocks and Mages
  • Fixed Mages Living Bomb, Nether Tempest, Frozen Bomb shit for good...stupid overrides :P
  • Frost strike replaced with Blood Strike in Dagradts PvP rotation..also PvPRotation was being called even when set to solo..was DG the dummy lulz.
  • Warlock demonology is Double casting Soul Fire..but fixed most things with Demonology warlock..until storm returns.
  • Fixed Recklessness being used even with cool-downs set to off.
  • Fix for Blade Flurry not cancelling on german clients - fixed once and for all

I haven't checked Affliction or destruction warlocks ..im going for coffee, been on this all morning :P


Shadow Priest won't event start. Using SVN CLU 3.3.2 and HB v2.5.6287.459 on a level 12 Shadow Priest.

Log is attached, good luck bug hunting! :)

Heya zeress, Get to Level: 21 - you do not have mindblast yet :P


REQUEST: Can you add a keybind option to enable/disable movement please? For the times when we want to take over temporarily during BG's or even questing. Thanks!

After some coffee...yes.

When using CLU for questing I ran into a combat issue. My toon will not attack unless I attack first. then the bot will start using abilities.

Doesnt have an issue with Singular.

I suggest we use the Subtlety Rogue rotation. Revision: $Rev: 361 $

we cannot attaack unless behind the target...Please use CLU+Questing with Combat spec Rogue *ONLY*. Remember CLU is a RAID CC :P
 
Last edited:
Wulf, any chance you can at least add turn to face target so while farming bot doesn't just stand there and get beat up from behind? .... please
 
Wulf, any chance you can at least add turn to face target so while farming bot doesn't just stand there and get beat up from behind? .... please


From Movement.cs class in CLU.

// Are we Facing the target?
// Is the Target in line of site?
// Face Target
new DecoratorContinue(ret => onUnit(ret) != null && !StyxWoW.Me.IsSafelyFacing(onUnit(ret), 45f) && onUnit(ret).InLineOfSight,
new Sequence(
new Action(ret => WoWMovement.Face(onUnit(ret).Guid)))),

It has this already..please attach a log if its not working. You may have been loading Tiles/Meshes..or its some QuestBot/DungeonBuddy/BGBuddy stuff going on that I have no control over :P
 
Last edited:
From Movement.cs class in CLU.



It has this already..please attach a log if its not working. You may have been loading Tiles/Meshes..or its some QuestBot/DungeonBuddy/BGBuddy stuff going on that I have no control over :P

K will check it out again, been just using gb since nothing else really works and seems to just stand there unless he is facing but I'll get a log... thanks for all your hard work :)
 
UPDATE

Frost Mage Updated, big thanks to Condemned! and might I just say...Holy shit!! this Frost Mage is insane, both AoE and Single Target!!
 
Last edited:
Just wanted to stop by and tell you that resto druid is healing like a BEAST. Thanks for the hard work Wulf and crew!
 
For warlock demonology,

Wrong spell ids:
Metamorphosis: Touch of Chaos (112089)
Metamorphosis: Doom (124913)

Currently is goes into demon form and stands there :o

You also missed the return in the lua call in the spell method

Code:
        public static int CurrentDemonicFury
        {
            get { return Lua.GetReturnVal<int>("return UnitPower(\"player\", SPELL_POWER_DEMONIC_FURY)", 0); }
        }
        public static int CurrentBurningEmber
        {
            get { return Lua.GetReturnVal<int>("return UnitPower(\"player\", SPELL_POWER_BURNING_EMBERS, true)", 0); }
        }

Thanks for looking at the code but these routines are obsolete, i'm using HB api for Demonic Fury,Burning Embers and Soul Shards, return is not needed in this call i tested this multiple times and it was working for demo and destro. But like i said... i switched to HB api a week ago, so these routines are obsolete and can be removed
 
UPDATE

Spriest Leveling rotation was terrible. so I tweaked it a bit ;)

  • Big improvement to Shadow Priest, Rolling renews/PW:S/FoL - Smart application of DoT's - improved Kill Priority.
  • Druid - addition of rejuv for questing
  • Delete your settings files.please! HB\Settings\CLUSettings_xxx_Class.xml


For Spriest levelling be sure to select Class Specific > Shadow Spec > Rotation Selector > Leveling
 
Last edited:
i still got a terrible behaviour with my destro warlock, do you still woring on it?

Thanks for this genius cc!!

Keep it up!

Jang0
 
Used this with ret and mm for hunter with the bgbuddy on 2.5 and wow - its just brilliant;

Keep up the brilliant work please and thank you for your time and effort.
 
Used this with ret and mm for hunter with the bgbuddy on 2.5 and wow - its just brilliant;

Keep up the brilliant work please and thank you for your time and effort.
 
So I guess I can't use this then as you said till I get Mind blast (as you said)? A shame since singular doesn't work atm either till mind blast either (I think).
 
Last edited:
UPDATE

Spriest Leveling rotation was terrible. so I tweaked it a bit ;)

  • Big improvement to Shadow Priest, Rolling renews/PW:S/FoL - Smart application of DoT's - improved Kill Priority.
  • Druid - addition of rejuv for questing
  • Delete your settings files.please! HB\Settings\CLUSettings_xxx_Class.xml


For Spriest levelling be sure to select Class Specific > Shadow Spec > Rotation Selector > Leveling
Wulf, is the Spriest update only for questing or for lvl 85's too? I tried it again yesterday and it's not good. Continously cancelling it's own channeling (Mind Flay and Mind Sear) after .5 or 1 sec. It does not spam VT anymore so that's good, but still; only 13K DPS on a 85 non-boss dummy with ilvl 388 is not that good :)
 
Status
Not open for further replies.
Back
Top