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!

Strange Warlock Bug

I put it at 100, it still just stands there, does corruption, does COA and stands there never draining, that's what I can't understand

Here is the exact code from the CC:

Code:
        if (combatChecks && Me.CurrentTarget.HealthPercent > drainLifeMinTargetHealth &&
            Me.HealthPercent < drainLifePercent && SpellManager.CanCastSpell("Drain Life")) {
            slog("Dots: Cast Drain Life");
            DrainLife();
        }
You can try setting drainLifeMinTargetHealth to 0 and drainLifePercent to 101. That will make the conditions always true.
 
[22:43:18:153] Took 62 ms to cast:Curse of Agony
[22:43:18:872] CastSpellById: 7648
[22:43:18:969] Took 110 ms to cast:Corruption
[22:43:20:341] CastSpellById: 7648
[22:43:21:859] Took 1529 ms to cast:Corruption
[22:43:39:82] CastSpellById: 7648
[22:43:40:602] Took 1544 ms to cast:Corruption
[22:43:43:197] CastSpellById: 11711
[22:43:44:717] Took 1544 ms to cast:Curse of Agony

Just stands there in between :(
 
And if that doesn't work, we'll set up a teamviewer session and I'll look at your setup myself.
 
Drains life now!! just doesnt lifetap, even if i set it to 90% lol!! :( Over one hurdle!! Sorry to be such a pain!
 
Hmm looks like he lifetaps out of combat but not in, go figure, will have to keep an eye on it, I hope to god you make that CC soon! lol
 
Drains life now!! just doesnt lifetap, even if i set it to 90% lol!! :( Over one hurdle!! Sorry to be such a pain!

Don't worry about it, it helps me refine and fix issues in the CC.

Here is the code for Life Tap
Code:
        else if (Me.HealthPercent > lifeTapMinHealth &&
            Me.ManaPercent < lifeTapMaxMana && SpellManager.CanCastSpell("Lifetap")) {
            slog("DPS: Lifetap");
            LifeTap();
        }
Can you set lifeTapMinHealth to 10 and lifeTapMaxMana to 90 and confirm that it is lifetapping right?
 
Sec he's just flying to org on his own, not gunna interupt sitting here in awe! (I think i spelt it right!) will change it in a sec tho :D
 
Sec he's just flying to org on his own, not gunna interupt sitting here in awe! (I think i spelt it right!) will change it in a sec tho :D

K, I need to head home from work so I'll check back in an hour or so.
 
I'll be off to bed in about 10 mins so i'll post tomorrow after work, tyvm for your help though mate, will update you tomorrow!!
 
Aye the one you posted in here still wont lifetap during combat only after, so im draining loads of mana having 100% etc =/ will try the new one now mate :)
 
Back
Top