• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • KingWoW Mage

    Discussion in 'Archives' started by attilio76, Nov 22, 2012.

    1. Exelon

      Exelon New Member

      Joined:
      Aug 20, 2012
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      Fire Mage - Combustion Tips 5.3 - YouTube

      Check around 6 min. (his gear sucks, but his reasoning doesnt)
      @Mariola, I'd love to see that implemented too, but i dont think its very easy. So for fire you want to have pyro up, heatingup up, cast alter time, NUKE PYRO, NUKE INFERNO BLAST (to activate another pyro), NUKE PYRO AGAIN, then release alter time, and do the nuking of pyro and inferno blast again, BEFORE hitting combustion. (all of that in the 4 second ignite on the boss)

      That should get you one killer combust. But that requires a very good scripted CC. But as always, im still very happy with this CC. Best there is for mages :)

      edit: So in terms of scripts, the CC should check if alter time is up, then use the combo to get 4 pyros in 4 seconds incl combustion, and if alter time isnt up, it should work with condition... Thats what i think would give the best dps

      edit2: tried this manually which is pretty hard to master, but it doesnt always give me the high number i was hoping for. Maybe in raids its different. If anyone can confirm this tactic for extreme pew pew....?
       
    2. jasper2622

      jasper2622 New Member

      Joined:
      Jul 23, 2013
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      0
      why is it that when I am getting ganked doing dailys etc all it does is stand there and let my pet attack and not even try and defend itself, even if I drop a LB on the target it still just sits there like a rag-doll
       
    3. Exelon

      Exelon New Member

      Joined:
      Aug 20, 2012
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      try downloading hb again with a clean version of kingwow. It should work then. Often it's a setting thats bugging it out.
       
    4. El Fuego

      El Fuego Member

      Joined:
      Jun 18, 2013
      Messages:
      298
      Likes Received:
      2
      Trophy Points:
      18
      Is it possible to make this CR lead with Nether Tempest? I'd like to use it to farm Tricksters but they move quite fast, and the time it takes to cast Arcane Blast or Frostbolt is WAY to long when you want to pull a large amount of mobs in a short amount of time.
       
    5. attilio76

      attilio76 Well-Known Member Buddy Store Developer

      Joined:
      May 26, 2010
      Messages:
      1,858
      Likes Received:
      34
      Trophy Points:
      48
      you can set the min and max number for multidot with NT via GUI.
      for pull we can add Bomb spell....
       
    6. vibrator

      vibrator New Member

      Joined:
      Nov 10, 2011
      Messages:
      322
      Likes Received:
      1
      Trophy Points:
      0
      Atillo there is still something wrong with the range check with oversized Hitboxes for bosses with water elemental pet gets stuck and spam clicks Pet Freeze and never casts because it says its out of range but its only out of range from the range checks you have inside the CR not from the game itself because I can cast it manually with out moving closer. Log attached View attachment 8020 2013-08-14 20.12.zip
       
    7. attilio76

      attilio76 Well-Known Member Buddy Store Developer

      Joined:
      May 26, 2010
      Messages:
      1,858
      Likes Received:
      34
      Trophy Points:
      48
      hi vibrator and ty for report.
      I know this issue and there are 2 solution:
      1) disable pet freeze because is useless on boss
      2) modify

      Code:
      if (FrostMageSettings.Instance.UsePetFreeze && utils.CanCastPetAction(FREEZE) && target.Distance - target.CombatReach - 1 <= 35)
                      {........}
      into

      Code:
      if (FrostMageSettings.Instance.UsePetFreeze && utils.CanCastPetAction(FREEZE) && target.Distance /*- target.CombatReach - 1*/ <= 35)
                      {..........}

      this because CC detect correctly it can cast freeze on target but when it does

      Code:
      return SpellManager.ClickRemoteLocation(target.Location);
      then fails because target.Location will be greater than 35
       
    8. vibrator

      vibrator New Member

      Joined:
      Nov 10, 2011
      Messages:
      322
      Likes Received:
      1
      Trophy Points:
      0
      Thanks for the help!! On a side note Pet freeze still gives a Fingers of Frost Proc on the boss I wouldn't call it useless.
       
    9. razzle

      razzle Member

      Joined:
      Nov 3, 2012
      Messages:
      188
      Likes Received:
      1
      Trophy Points:
      18
      SVN not working? I tried to use it and it gives me a closed connection error? how do i fix this?
       
    10. vibrator

      vibrator New Member

      Joined:
      Nov 10, 2011
      Messages:
      322
      Likes Received:
      1
      Trophy Points:
      0
      Try deleting and re doing the SVn just checked and I connected fine
       
    11. attilio76

      attilio76 Well-Known Member Buddy Store Developer

      Joined:
      May 26, 2010
      Messages:
      1,858
      Likes Received:
      34
      Trophy Points:
      48
      do you have svn > 1.8 version?
       
    12. Evilnipple

      Evilnipple New Member

      Joined:
      Oct 11, 2012
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      0
      Any plans to optimize it for Grind Bot? As he's not using Arcane Barrage at all with Grind Bot.
       
    13. Zardoz1

      Zardoz1 New Member

      Joined:
      Dec 6, 2011
      Messages:
      246
      Likes Received:
      1
      Trophy Points:
      0

      You don?t use Infernoblast in Combustion Chain.
      Its like this: Wait f?r Pyro up, heating up, PoM, Alter Time, Pyro until you have no instant Pyro, Altertime, Pyro until you have no instant Pyro, Combustion, PoM Pyro. You don?t want to have the last PoM Pyro in your comb, cause it has less damage then a hotstreak pyro.

      case 1: Pyro doesnt crit, you lose Heating up, fire off the PoM Pyro and hit Alter Time
      case 2: Pyro crits, you get another Hotstreak Pyro and firing it off, that can either crit or nonecrit, you?ll have to fire off the PoM Pyro. If the second Pyro crits AND the PoM Pyro crits you?ll get another Hotstreak Pyro, firing it off and hitting Alter Time

      After Altertime you got PoM, heating up and hotstreak buff back.

      you fire off the Pyro hoping for a crit. If its a crit, fire off the next pyro and use Combustion.

      Combustion will only use the ignite of the last 4 seconds, so its not usefull to wait for the second PoM Pyro.

      Nope, Thats wrong.

      Patch 5.2

      Water Elemental

      Freeze no longer does damage and only provides Fingers of Frost on a successful freeze.
       
    14. vibrator

      vibrator New Member

      Joined:
      Nov 10, 2011
      Messages:
      322
      Likes Received:
      1
      Trophy Points:
      0
      Freeze - Spell - World of Warcraft I must be confused about this tooltip for the spell then it says grants a FoF for every target HIT doesnt matter if they are snared/trapped just has to hit them so.......I'd love to see where you get that pet freeze on a boss is useless and doesnt grant the FoF proc please link
       
    15. Zemus213

      Zemus213 New Member

      Joined:
      Sep 28, 2011
      Messages:
      114
      Likes Received:
      0
      Trophy Points:
      0
      VERY nice CC. I was wondering if you have already done some pre-emptive beta work for the mastery changes to frost. It's hard to know exactly how to write it, so I know it's close to impossible and alot would be speculation. Again, just curious.
       
    16. Not2Legit

      Not2Legit Member

      Joined:
      Jul 17, 2012
      Messages:
      145
      Likes Received:
      0
      Trophy Points:
      16
      Not trying to hijack or redirect the follow of the topic, just interjecting to extend an offer to anyone interested. A couple of us from the community are trying to get a raid group of botted players. If anyone is interested, please follow the link in my signature.
      We currently need 4 more roles filled to complete the team. However, based on availability, some may be willing to shift roles to accommodate, to ensure a full team. Aiming for completion by 5.4.

      Happy botting!
       
    17. saintgod

      saintgod New Member

      Joined:
      Nov 29, 2012
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      Glad to see you guys teaming up! I was getting a bit worried about what I was gonna play when the patch drops. Frost still seems week even with the combustion nerf to fire. Given the amount of movement in SoO i think Fire still gonna be top dog. We shall see soon, Good luck creating the greatest Fire CC ever you two <3
       
    18. mariola

      mariola Member

      Joined:
      Jul 25, 2012
      Messages:
      221
      Likes Received:
      2
      Trophy Points:
      18
      Any news from Attilio and Shiro?
       
    19. siberain

      siberain New Member

      Joined:
      Nov 12, 2012
      Messages:
      128
      Likes Received:
      0
      Trophy Points:
      0
      Ok so at this moment, Arcane looks to be the highest dpsing spec coming for 5.4, will there be any modifications to the Arcane rotation to take advantage of this? Fire got a nerf ;(
       
    20. jasper2622

      jasper2622 New Member

      Joined:
      Jul 23, 2013
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      0
      Hey Atillo is there any chance you can make a setting for frost to cast frostjaw on cooldown with a selection of either target or focus and also cast poly on focus target, in arena he never seems to poly at all.
      cheers bud
       

    Share This Page