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.
Is there any reason why Warrior's "Charge" doesn't work? Saw some other posts here with the same problem.

no there's no reason atm, if u can't provide a log ... noone can fix an unknown problem :)
Charge should always work, as long as the path to the target is fully navigatable!
We could change it to the method it was before, but than the routine could stop working when trying to charge a target that is not chargeable atm ... so i prefer not charging atm, but doin all the other stuff, instead of charging and maybe doin nothing else :)
 
I'll just quote my post from page 201 : U can change this very easy by edditing the CLU\Classes\DeathKnight\Frost.cs ... just edit line 136 to "Spell.CastSpell("Frost Strike", ret => Me.CurrentRunicPower > 40, "Frost Strike")," (I choose 40 Runic Power, because you'll always have 20 Runic Power for Icebound Fortitude)

Frost Dks should now perform much better than before, could remove some redundant code, tweaked some conditions and cleaned up a lil bit
my DK with unenchanted / unreforged / ungemmed gear (some tanking tiles) is dpsing at around 60-75k DPS (iLVL 460, Dualwielding)

atm KM procc is not used perfect, it is used, but could sometimes be safed for obliterate instead of Froststrike ... but ... for now it should perform much better
 
Last edited:
Hi!

Is it possible to disable the use of "Auto Beserk" on Feral druid? I want the bot NOT to use Berserk everytime it's ready from CD and save it for other stuff? :)

Thanx!
 
Frost Dks should now perform much better than before, could remove some redundant code, tweaked some conditions and cleaned up a lil bit
my DK with unenchanted / unreforged / ungemmed gear (some tanking tiles) is dpsing at around 60-75k DPS (iLVL 460, Dualwielding)

atm KM procc is not used perfect, it is used, but could sometimes be safed for obliterate instead of Froststrike ... but ... for now it should perform much better

Nice :-)

I will test it with my 481er 2h-FrostDk when my Druid is 90^^
 
Othey day that i try LFR and mage fire no use trinkets in mobs, i lost high dps, and Elegon no use trinkets and burst in collumns
 
Tested 2h-Frost: overall it works just fine, but it doesn't use Horn of Winter when it got nothing else to do to build runic power.

Log:
View attachment 1692 2012-10-28 11.49.txt

edit: guess i found the problem. Buff.CastBuff("Horn of Winter", ret => CLUSettings.Instance.DeathKnight.UseHornofWinter, "Horn of Winter") is refering uessg the buff.cs I guess. In the Buff.cs CastBuff is checking if I already have the buff:

public static Composite CastBuff(string name, CanRunDecoratorDelegate cond, string label)
{
return new Decorator(
delegate(object a)
{
try
{
if (PlayerHasBuff(name))
return false;

if (!cond(a))
return false;

if (!SpellManager.CanBuff(name, Me))
return false;

return true;
}
catch(Exception ex)
{
CLULogger.TroubleshootLog("[Buff] Failed to cast {0} for {1}, Exception thrown:: {2}",name,label,ex.ToString());
return false;
}

},

maybe it would be better to just use CastSpell for Horn of Winter as an Runic Power generator
 
Last edited:
Balance druid, in a dungeon, just spams healing touch when not in combat

[CLU] 3.3.6: [Casting] Healing Touch on Myself
[CLU] 3.3.6: [Casting] Healing Touch on Myself
[CLU] 3.3.6: [Casting] Healing Touch on Myself
 

Attachments

Last edited:
I have a problem with the CC not casting spells as a BM hunter at certain points, also feign death is not that good in pvp.

Is this only in BGs?


there are 2 completely different Calls for PVP and PVE, be a bit more descriptive than "not casting spells at certain points, feign death in pvp sux"
 
Balance druid, in a dungeon, just spams healing touch when not in combat

[CLU] 3.3.6: [Casting] Healing Touch on Myself
[CLU] 3.3.6: [Casting] Healing Touch on Myself
[CLU] 3.3.6: [Casting] Healing Touch on Myself


Its not spamming healing touch.


For whatever reason you decided to pick the horrible talent of "Dream of Cenarius" in your level 90 talents. The CC, when out of combat, will check if you have the buff, if you don't it will cast one healing touch to apply the buff to you. Get Natures vigil dude, its better, and the CC will stack it with incarnation
 
Balance druid, in a dungeon, just spams healing touch when not in combat

[CLU] 3.3.6: [Casting] Healing Touch on Myself
[CLU] 3.3.6: [Casting] Healing Touch on Myself
[CLU] 3.3.6: [Casting] Healing Touch on Myself

what it tries is casting Healing touch to get the Buff Dream of Cenarius
and this was tried 7 times in 6 minutes long log
could u please check if u have a mob targeted when this happens? cause it should only happen in PreCombat-State (targetting the mob but not pulled) and infight if u don't have already the Buff

From log it looks okay so far, maybe a lil bit confusing if u never played a drood before, but all in all it looks good for me
We can remove it from precombat ... sure ... but i see no reason atm, but thanks for reporting.
 
Can you please add the option for Hunters not to summon a Pet?
I'm trying to tame Loque'nahak and can't because it always calls
a pet.. :(
 
Status
Not open for further replies.
Back
Top