• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Warlock CC] skiWarlock 3.0 for HB2 - ALL TREES -

    Discussion in 'Archives' started by ski, May 26, 2010.

    Thread Status:
    Not open for further replies.
    1. djlorenzo

      djlorenzo New Member

      Joined:
      May 20, 2010
      Messages:
      38
      Likes Received:
      1
      Trophy Points:
      0
      Yes, dont loop trough all the ranks. Just retrieve the player level and cast the correct one. It upgrades every 8 levels from level 24 for sacrifice and 26 for consume shadows.

      I've leveled my warlock till 60 with the voidwalker using this alteration to the cc and haven't crashed wow yet, so it seems its a safe amount of lua this way.
       
    2. Raged

      Raged New Member

      Joined:
      Apr 24, 2010
      Messages:
      61
      Likes Received:
      1
      Trophy Points:
      0
      The cc has trouble with casting souldrain.
      Usually it tries to cast it to late of it doesnt casts at all.

      And with adds it keeps switching between the adds. I want him to send the demon over to the add and kill the first mob itself by dotting it and life draining it.
       
    3. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      It will finish casting the current spell before checking to see if its life drain time, which it may often miss if you're killing the mob too fast. You can set the lifedrain % higher and it will usually work better (I have it set to 20% by default, I think).
       
    4. Raged

      Raged New Member

      Joined:
      Apr 24, 2010
      Messages:
      61
      Likes Received:
      1
      Trophy Points:
      0
      Thx for the tip guess ill have to set it to 30%.
      Is there no way to make it cast souldrain while its still casting another spell? For example when drainlife got the mob to 20% souldrain will auto kickin?

      And my HB was bugging out.
      The mobs where 1 cm away kicking the shit out of my demon.
      http://freetexthost.com/tdabkisnca
       
    5. Xanathos

      Xanathos Active Member

      Joined:
      Jul 25, 2010
      Messages:
      1,030
      Likes Received:
      6
      Trophy Points:
      38
      Is there any way to easily edit the use of the CC toggling the raid target icons? This becomes problematic when I'm in a group (for a quest or instance) and I'm using CodenameG's Mr. AutoFight plug-in.
       
    6. Xanathos

      Xanathos Active Member

      Joined:
      Jul 25, 2010
      Messages:
      1,030
      Likes Received:
      6
      Trophy Points:
      38
      There's no way to hard force it to switch, no. But the best thing you can do is set the UseDrainSoulAsFinisher variable (at the very top) to true. Then in the section dealing with your spec make sure to set the % to 25. That way when it does work (which is more often then not, even with multi-mob fights) you'll get the quad damage and finish them off.

      Oh, it also helps to set your minimum dot % to be at 25%, as well, that way you are really limiting its options if it has a chance to "think" when the mob is at 25% or below.
       
    7. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      I like you.
       
    8. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      Find the lua code for setraidtarget and remove it would be the easiest way (I think its only in 2 places).
       
    9. Xanathos

      Xanathos Active Member

      Joined:
      Jul 25, 2010
      Messages:
      1,030
      Likes Received:
      6
      Trophy Points:
      38
      I've found that. It sets raid target 7 for the pet's target and raid target 8 for your target. I grok that.

      It looks like, for example, it sets the pet raid target when it tells the pet to attack. So just rem'ing out that line will cause the pet to not attack. So I'll have to be careful with that one.

      Looks like the raid target 8 is just a straight up line that can get remarked out.
       
    10. Xanathos

      Xanathos Active Member

      Joined:
      Jul 25, 2010
      Messages:
      1,030
      Likes Received:
      6
      Trophy Points:
      38
      Well that was simple.

      Changed this:

      Code:
      Lua.DoString("PetAttack(); if (GetRaidTargetIndex('target') ~= 7) then SetRaidTarget('target', 7); end");
      
      to this:

      Code:
      Lua.DoString("PetAttack()");
      Just remarked out the other line.
       
    11. thedrunk

      thedrunk New Member

      Joined:
      Apr 1, 2010
      Messages:
      207
      Likes Received:
      8
      Trophy Points:
      0
      The standing still is a HB problem i believe. What is the last log entry when the standing still occurs?
       
    12. thedrunk

      thedrunk New Member

      Joined:
      Apr 1, 2010
      Messages:
      207
      Likes Received:
      8
      Trophy Points:
      0
      +1 for you
       
    13. thedrunk

      thedrunk New Member

      Joined:
      Apr 1, 2010
      Messages:
      207
      Likes Received:
      8
      Trophy Points:
      0
      I have added the variable 'useRaidIcons' in the next revision.
       
    14. thedrunk

      thedrunk New Member

      Joined:
      Apr 1, 2010
      Messages:
      207
      Likes Received:
      8
      Trophy Points:
      0
      What are the problems in PVP?

      I dont PVP personally, too much risk of player reports.
       
    15. thedrunk

      thedrunk New Member

      Joined:
      Apr 1, 2010
      Messages:
      207
      Likes Received:
      8
      Trophy Points:
      0
      Thank you for the bug report. This has been fixed in rev 59+
       
    16. thedrunk

      thedrunk New Member

      Joined:
      Apr 1, 2010
      Messages:
      207
      Likes Received:
      8
      Trophy Points:
      0
      Here is rev 60. RAF is UNTESTED and incomplete
      Please let me if RAF works as im unable to test RAF
      Please check the variables, this is my DEV version and the default variables might be unsuitable for you
      Code:
      NeedRest(): Add Life Tap check - for extremely low level characters
      useRaidIcons: Enabled/disable Raid Icons
      RAF: Added basic targeting code for follower - UNTESTED
       

      Attached Files:

    17. emooheo

      emooheo New Member

      Joined:
      May 4, 2010
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      Good CC for the most part. One thing i noticed is that once it casts immolate and gets it off sucessfully it will cast it again, so it basically casts immolate twice instead of just once. Also, when there is a mob that is fire immune it will continue to cast immolate over and over again. (playing demo level 50).
       
    18. Xanathos

      Xanathos Active Member

      Joined:
      Jul 25, 2010
      Messages:
      1,030
      Likes Received:
      6
      Trophy Points:
      38
      As a Dotlock it seemed to handle PvP just fine in combat (especially with the Mr. AutoFight plugin).
       
    19. Xanathos

      Xanathos Active Member

      Joined:
      Jul 25, 2010
      Messages:
      1,030
      Likes Received:
      6
      Trophy Points:
      38
      Awesome. I'll test it out later if I can.
       
    20. AEther

      AEther New Member

      Joined:
      Jun 11, 2010
      Messages:
      61
      Likes Received:
      0
      Trophy Points:
      0
      maybe you could make a CC configuration screen(config CC button) and give us the ability to change everything via a small pop up window insted of having to edit the CC script. sorry if its been suggested before. would make things a hell of alot simpler
       
    Thread Status:
    Not open for further replies.

    Share This Page