• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Warlock CC] skiWarlock 5.0 -Ok, probably doesn't work right now-

    Discussion in 'Archives' started by ski, Nov 16, 2010.

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

      Klovnene Member

      Joined:
      Aug 30, 2010
      Messages:
      666
      Likes Received:
      19
      Trophy Points:
      18
      Hey ski :)
      My warlock keeps using Rain of Fire. also when single rotation.
      Log attatched
       

      Attached Files:

    2. lolas1

      lolas1 New Member

      Joined:
      Nov 2, 2010
      Messages:
      30
      Likes Received:
      0
      Trophy Points:
      0
      There is something wrong with the CC.
      I changed my specc to Demo and after I activate this specc and pushed the bot start button, it changed to the default profile.
      This happens all the time since 5.13

      Edit: The default profile spams Rain of Fire ...
       
    3. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      Edit: Looks like I left masspull and userof on in the default profile. Fixing and reuploading.
       
    4. clarinetfreak

      clarinetfreak New Member

      Joined:
      May 2, 2010
      Messages:
      49
      Likes Received:
      0
      Trophy Points:
      0
      Ski, this CC is absolutely amazing.

      One small idea I had though, he is using Soul Harvest quite often, (which is fine since he's also using Soul Burn at every opportunity),

      Would it be possible to add an option to Life tap right before Soul Harvest if Mana is <100? (or some configurable amount) Your going to be regaining the health anyways.
       
    5. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      514 should have a corrected default profile.
       
    6. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      The profile is not set based on your spec, you have to set it. To change from the default, click demo, then click the Instance/Grind/PvP button to assign the profile to that aspect of the game. See the profile instructions in the first post.
       
    7. clarinetfreak

      clarinetfreak New Member

      Joined:
      May 2, 2010
      Messages:
      49
      Likes Received:
      0
      Trophy Points:
      0
      Problem starts at 4:47 in log.

      My Lock is targeting a mob that is moving around, and he is just walking back and forth not attacking. It looks like he is just trying to stay within a certain range, but he won't attack. He is stuck in this loop and won't get out of it without my intervention.
       

      Attached Files:

      • log.txt
        File size:
        13.9 KB
        Views:
        28
    8. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      Its not a Gorloc Waddler by any chance is it? I don't know why, but every few weeks someone uses the CC near those Gorlocs and it just runs around like an asshole for no reason.
       
    9. canntbal

      canntbal Guest

      Doesnt Apply precombat buffs.
      lvl 80 lock
       

      Attached Files:

      Last edited by a moderator: Nov 17, 2010
    10. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      What version? Is this after I fixed it in 513?
       
    11. canntbal

      canntbal Guest

      i am to slow :D its 509 :x i'll test it
       
    12. clarinetfreak

      clarinetfreak New Member

      Joined:
      May 2, 2010
      Messages:
      49
      Likes Received:
      0
      Trophy Points:
      0
      They are in the immediate area, but the issue happened whilst targeting a Marsh Caribou. Strange. =\
       
    13. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      There's something weird about that spot that breaks things. I honestly have no idea what it is.
       
    14. Klovnene

      Klovnene Member

      Joined:
      Aug 30, 2010
      Messages:
      666
      Likes Received:
      19
      Trophy Points:
      18
      Hey ski thx for the quick update. Testing atm. Looking good :) Your CC actually plays better than me :p and it dosent look bottish at ALL :D i love it :D
       
    15. clarinetfreak

      clarinetfreak New Member

      Joined:
      May 2, 2010
      Messages:
      49
      Likes Received:
      0
      Trophy Points:
      0
      I have demon leap and all of the metamorphasis abilities checked true but it won't use them. He just morphs into Metamorphasis and does the normal spell rotation.
       
    16. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      Right now, it will only use them if its close enough to the adds for them to be within range (10 yards or so). If its out of range, it won't use them and it won't move towards them. I will fix that eventually, but its going to be harder to implement correctly.

      Code:
      			// Do we have the Metamorphosis buff?
      			if (Me.HasAura("Metamorphosis"))
      			{
      
      				// Start Auto-Attack for Shadow Cleave
      				if (Me.GotTarget && Me.CurrentTarget.Distance <= 10 && !Me.IsAutoAttacking)
      				{
      					drlog("{0}: Metamorphosis: Starting Auto-Attack", logPrefix);
      					LuaDo("StartAttack()");
      				}
      				// Immolation Aura: if any Add is within distance
      				if (!Me.HasAura("Immolation Aura") && AddList.FindAll(obj => (obj.Distance <= 10)).Count > 0 && Settings.UseImmolationAura && SpellManager.CanCast("Immolation Aura"))
      				{
      					drlog("{0}: Metamorphosis: Immolation Aura", logPrefix);
      					SpellManager.Cast("Immolation Aura");
      					WaitWhileCasting();
      				}				
                                      // Demon Leap: or move if not avaiable
      				if (AddList.FindAll(obj => (obj.Distance <= 5)).Count > 0 && Settings.UseDemonLeap && SpellManager.CanCast("Demon Leap"))
      		 		{
                                              drlog("{0}: Metamorphosis: Demon Leap", logPrefix);
                                              SpellManager.Cast("Demon Leap");
                                              WaitWhileCasting();
      				}
      				// Shadow Cleave: if 2 or more Adds within distance
      				if (SpellManager.CanCast("Shadow Cleave") && AddList.FindAll(obj => (obj.Distance <= 10)).Count >= 2 && Settings.UseShadowCleave)
      				{
      					drlog("{0}: Metamorphosis: Shadow Cleave", logPrefix);
      					SpellManager.Cast("Shadow Cleave");
      					WaitWhileCasting();
      				}
      			}
      
       
    17. clarinetfreak

      clarinetfreak New Member

      Joined:
      May 2, 2010
      Messages:
      49
      Likes Received:
      0
      Trophy Points:
      0
      Okay, cool! Can't wait until it is supported!
       
    18. dphyre

      dphyre New Member

      Joined:
      Aug 12, 2010
      Messages:
      93
      Likes Received:
      0
      Trophy Points:
      0
      I just noticed that about demon leap also, I cant wait till that and immolation aura works correctly :)
       
    19. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      Its tough because any time you get into moving the character, there's a possibility you'll move into adds in an instance, or move into bosses, etc. I'll probably add an option to have the CC control movement when Metamorphed or something.
       
    20. Klovnene

      Klovnene Member

      Joined:
      Aug 30, 2010
      Messages:
      666
      Likes Received:
      19
      Trophy Points:
      18
      Ski, just noticed that it used Felstorm while trying to get to 1 mob, but when on adds, it dosent use.
      Attatching log again :D
       

      Attached Files:

    Thread Status:
    Not open for further replies.

    Share This Page