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

CLU (Codified Likeness Utility)

Status
Not open for further replies.
Hi Digitalmocking, thanks for your contribution I am sure allot of people will be happy you have taken the time to put this together. I will Polish the edges and add it to CLU soonish. :)

Glad to help, I was able to successfully run LFR last night with CLU on my elemental shaman, and for the terrible gear on my shaman (377 crafted PVP/heroic dungeon) it did quite well, especially considering singular and shamwow won't even DPS the last 3 bosses for some reason.

One thing I did find was that the bot wouldn't dps Gariona (the drake) during phase 2 of the boat encounter in dragon soul, so I just targeted the warmaster instead.
 
One thing I did find was that the bot wouldn't dps Gariona (the drake) during phase 2 of the boat encounter in dragon soul, so I just targeted the warmaster instead.

Tested Shadow Priest and saw exactly the same scenario.

Btw. Priest is good, but multidotting the drakes before ultraxion was really "strange", cant tell what was wrong. :D
 
testing elemental shaman atm.
first: had some issues when standing near the boss, bot only called totems and used lavaburst.
second: bot didn't use elemental mastery at all. think that's not implemented yet?
third: had some minor frame lags (around 8fps with Raid Bot botbase), maybe i'm going to try lazyraider 2.0 for the next boss...
fourth: i have a feeling like he only puts totems when in meleerange, afterwards he gives a shit.

also i think, there are some problems with earthquake/aoe management... at warlord zon'ozz he tried to put earthquake next to the boss, when the orb came near the boss, but he didn't really put it... the trash to yor'sahj he also had the same problems and didn't use chain lightning at all...


so far all that i saw...

edit: aoe - trying to use fire nova like enhancer...
 
Last edited:
Thank you all for your feedback. I have summarized the following issues.

  1. CLU not DPS-ing Gariona (the drake) in DS boat encounter // Are you guys targeting Gariona and CLU does nothing at all? (Does CLU refresh a DoT or cast something while moving?)
  2. Hunter PET Selection // Hmm....
  3. multidotting "strange" // I am wanting to enhance/modify the way multi-dotting is managed by CLU, I think it can be done allot better. stay tuned :)


Elemental issues:
  1. had some issues when standing near the boss, bot only called totems and used lavaburst. // Will spec Elemental and test tonight
  2. bot didn't use elemental mastery at all. // I Will add.
  3. had some minor frame lags // This can happen. Is it during AoE phases, can you tell me where you encounter the frame lag?
  4. problems with earthquake/aoe management // Will spec Elemental and test tonight
  5. aoe - trying to use fire nova like enhancer // I will remove.
 
i noticed stormstrike in the elemental rotation, not really sure why thats there

also what this CC will do is not correct of elemental ... if you want to change it go ahead it doesn not impact preformance
 
i noticed stormstrike in the elemental rotation, not really sure why thats there

also what this CC will do is not correct of elemental ... if you want to change it go ahead it doesn not impact preformance

Thanks Beast, adding to the list, I should have tested the rotation before I implemented it....my bad.
EDIT: Elemental will be fully tweaked tonight (There is quite a bit wrong with it)...expect some good numbers soon.
 
Last edited:
Thanks Beast, adding to the list, I should have tested the rotation before I implemented it....my bad.
EDIT: Elemental will be fully tweaked tonight (There is quite a bit wrong with it)...expect some good numbers soon.

Looking forward to this one too, Wulf. I also have an elemental shaman to use CLU with. Yay!
 
  1. CLU not DPS-ing Gariona (the drake) in DS boat encounter // Are you guys targeting Gariona and CLU does nothing at all? (Does CLU refresh a DoT or cast something while moving?)


this should happen with Singular too.
Warlocks have the same problem (with CLU), it does nothing until u move mouch nearer to Gariona (End Time - Murozond same issue)
CLU (and Singular, and some other CCs) do not calculate the range in the correct way

for singular i did some tweaks to detect the range (but this is done by lua and could slow down the CC ... never did performance testings on that)
PHP:
inRange = LUA.GetReturnVal<int>("IsSpellInRange(\"spellName\", \"unit\")");if(inRange==1)
{
//Casting stuff
}
else
{
//Log we have a range issue!!! ... maybe do not log, it does spam all the time, log removed
}

This Lua returns much more accurate values for the range
reference: API IsSpellInRange - WoWWiki - Your guide to the World of Warcraft

know issues:
- could slow down CC
- haven't tested the snippet, maybe there'S a typo
 
this should happen with Singular too.
Warlocks have the same problem (with CLU), it does nothing until u move mouch nearer to Gariona (End Time - Murozond same issue)
CLU (and Singular, and some other CCs) do not calculate the range in the correct way

for singular i did some tweaks to detect the range (but this is done by lua and could slow down the CC ... never did performance testings on that)
PHP:
inRange = LUA.GetReturnVal<int>("IsSpellInRange(\"spellName\", \"unit\")");if(inRange==1)
{
//Casting stuff
}
else
{
//Log we have a range issue!!! ... maybe do not log, it does spam all the time, log removed
}

This Lua returns much more accurate values for the range
reference: API IsSpellInRange - WoWWiki - Your guide to the World of Warcraft

know issues:
- could slow down CC
- haven't tested the snippet, maybe there'S a typo

Thanks Stormchasing,

I am about to push the elemental changes but before I do, Im going to test DistanceToTargetBoundingBox() for range check..it returns a smaller value than unit.Distance which may help resolve it.
 
Last edited:
Change Log
-------------

* 03/5/2012 [2.5.4] Shaman Updates, Massive Elemental overhaul!

All previous Elemental issues fixed, Totems fixed, etc let me know if either shaman spec is not up to par now :)
 
Change Log
-------------

* 03/5/2012 [2.5.4] Shaman Updates, Massive Elemental overhaul!

All previous Elemental issues fixed, Totems fixed, etc let me know if either shaman spec is not up to par now :)

You're a machine Wulf! Thanks a lot for your hard work!
 
Awesome, glad to see my original hack to elemental get some love, thanks Wulf and others for pointing out the needed changes!
 
Change Log
-------------

* 03/5/2012 [2.5.4] Shaman Updates, Massive Elemental overhaul!

All previous Elemental issues fixed, Totems fixed, etc let me know if either shaman spec is not up to par now :)


Where can i download 2.5.4 ? I only see 2.5.3 and does it use UE?
 
Where can i download 2.5.4 ? I only see 2.5.3 and does it use UE?

Hi hueyz, see "How to get the latest Version" on the first post...short answer you can get the latest and greatest from the SVN link. :)

Yes, CLU makes use of Unleash Elements whilst moving.
 
Last edited:
Ignore my previous post. I actually took the time to read and not act like an idiot. I must say, i fucking love you. from 15k dps ( lazyraider/singular) to 20-22k. !!!!
 
Ignore my previous post. I actually took the time to read and not act like an idiot. I must say, i fucking love you. from 15k dps ( lazyraider/singular) to 20-22k. !!!!


what does

[9:05:01 PM:904] Lua failed! Status: #SWb

mean?
 
Status
Not open for further replies.
Back
Top