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

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

    1. rocknlock

      rocknlock New Member

      Joined:
      Feb 9, 2011
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      as Mage

      Elegon = Alter time = Fail

      falling down

      :mad:
       
    2. eset

      eset New Member

      Joined:
      Apr 21, 2013
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      0
      Hey attilio76
      Thank you for this awesome CC, it worked great while leveling 1-87 so far!

      I made a little adjustment to get it working super-great while leveling in Pandaria - the pet usage seemed to cause my mage to be stuck in combat.

      I use my Pet on "Passive" now, with a few lines added to the FrostMage.cs
      - SPELLS AND AURAS
      Code:
      private const string WATERBOLT = "Waterbolt";
      and somewhere below
      Code:
      // Cast WATERBOLT from Pet while "Passive"
      
                      if (utils.CanCastPetAction(WATERBOLT) && target.Distance2DSqr <= 40*40)
                      {
                          utils.LogActivity(WATERBOLT, target.Name);
                          utils.CastPetAction(WATERBOLT);
      
                      }
      It seems to work quite well to avoid combat stucks. The Pet kept attaking wrong targets while it was on Assist/Defensive before. I just took the Pet-Freeze routine with the distance check and replaced it with WATERBOLT, I've tried it without the distance check first, but it caused some bad results.
       
      Last edited: Apr 25, 2013
    3. attilio76

      attilio76 Well-Known Member Buddy Store Developer

      Joined:
      May 26, 2010
      Messages:
      1,858
      Likes Received:
      34
      Trophy Points:
      48
      This post just to clarify some rumors: this CR is not dead! I will come back asap. I'm assembling a new pc cause mine is gone cause electic problem at home.
      Hope complete it next week. I will reinstall everithing and for 5.3 we are ready for new featured and fix.

      ATM i have no PC, no wow, no fun!!!
      TY all people support this CR
       
    4. Exelon

      Exelon New Member

      Joined:
      Aug 20, 2012
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      Dear Attilio76

      As far as I know, your combat routine still works amazingly well. So, I am a very happy user!

      I got 1 request to make it just super amazing. Is it possible to make an arena/pvp setting to enable/disable "sheeping" on the 2th target.

      So basically when you are in an arena (or bg), you pick your target, it autosheeps the other target when it gets in range. A bit like the multidotting with Nether tempest

      It is just an idea, but I would absolutely love this!



      edit: I prefer your cr above purerotation. Purerotation hasnt got that little something i seek.

      + apparently this is my first post here... what a leecher I am! I'll have to change that

      edit2: Now that I'm thinking bout this. If you are considering this, try to combine it with presence of mind. Anyway, thx again for everything so far! We love you!
       
      Last edited: Apr 29, 2013
    5. trialbuddy

      trialbuddy New Member

      Joined:
      Dec 23, 2010
      Messages:
      99
      Likes Received:
      2
      Trophy Points:
      0
      Hi attilio76, please check your inbox ;)
       
    6. Reflex11

      Reflex11 New Member

      Joined:
      Jun 23, 2012
      Messages:
      119
      Likes Received:
      1
      Trophy Points:
      0
      How's the performance of this CR in Arena? RBGs?
       
    7. trialbuddy

      trialbuddy New Member

      Joined:
      Dec 23, 2010
      Messages:
      99
      Likes Received:
      2
      Trophy Points:
      0
      Just cancel altertime manually, it not a AFK routine, it has to be supervised in order not to fail...
       
    8. dopefiend

      dopefiend New Member

      Joined:
      Apr 29, 2013
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      Is anyone else having an issue with this CC and the honorbuddy beta that was just recently updated? After the update it wont attack anything at all now.
       
    9. Harle

      Harle New Member

      Joined:
      Jan 19, 2013
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      0
      Hi Attilio

      Im a Frost mage, my Gearscore is 512, but my Damage Output is to low for my Gear.
      Using Hb with Lazyraider and your routines King wow. My Dps is at 70k to 90k single target. Simcraft says with my gear the damage Output must to be 130k.
      Why does my Damage too low?
       
    10. attilio76

      attilio76 Well-Known Member Buddy Store Developer

      Joined:
      May 26, 2010
      Messages:
      1,858
      Likes Received:
      34
      Trophy Points:
      48
      just dont use lazyraider: best performance with tyrael's
      disable plugins and enable tyrael's framelock
       
    11. nomnomnom

      nomnomnom Well-Known Member

      Joined:
      Feb 18, 2011
      Messages:
      1,506
      Likes Received:
      73
      Trophy Points:
      48
      Tyrael isnt in your supported botbase list though ;).

      "Bot supported:
      Lazyraider
      RaidBot
      Questing
      GB2"
       
    12. attilio76

      attilio76 Well-Known Member Buddy Store Developer

      Joined:
      May 26, 2010
      Messages:
      1,858
      Likes Received:
      34
      Trophy Points:
      48
      added in first page ty.
       
    13. attilio76

      attilio76 Well-Known Member Buddy Store Developer

      Joined:
      May 26, 2010
      Messages:
      1,858
      Likes Received:
      34
      Trophy Points:
      48
      SVN UPDATE:
      Added PVP GUI Settings: SPELLSTEAL and POLYMORPH for mages.


      ATM this is the list of Spellsteal: "Innervate", "Hand of Freedom", "Hand of Protection", "Regrowth", "Rejuvenation", "Lifebloom", "Renew", "Hand of Salvation", "Power Infusion", "Power Word: Shield", "Arcane Power", "Hot Streak!", "Avenging Wrath", "Elemental Mastery", "Nature's Swiftness", "Divine Plea", "Divine Favor", "Icy Veins", "Ice Barrier", "Holy Shield", "Divine Aegis", "Bloodlust", "Time Warp", "Brain Freeze"

      CC will cast spellsteal prior on focused unit else in current target.

      Polymorf is casted on focused target.
      By default this options are disabled so enable and test them in PVP... I need some feedback.


      TANKS Phelon for some code inspiration
       
      Last edited: May 4, 2013
    14. CaptainSkeet

      CaptainSkeet New Member

      Joined:
      Jan 31, 2013
      Messages:
      50
      Likes Received:
      1
      Trophy Points:
      0
      I've always been a fan of your cc, and used it even when it wasn't updated..When I try to use poly in arenas it never cast for some reason. If you could make it cast on non-focused target I believe it would help more...otherwise you poly current target and as soon as you hit him he de-morphes. So if you could make it like a constant buff on non-targeted player I think it would be more efficient. Also if you need help tweaking my char is a 90 frost with all pvp power and hits like a train. So just pm and I'll test for you.
       
    15. attilio76

      attilio76 Well-Known Member Buddy Store Developer

      Joined:
      May 26, 2010
      Messages:
      1,858
      Likes Received:
      34
      Trophy Points:
      48
      Did you enabled in GUI (default is disabled)? Did you delete all previus configuration kingwow xml?
       
    16. vibrator

      vibrator New Member

      Joined:
      Nov 10, 2011
      Messages:
      322
      Likes Received:
      1
      Trophy Points:
      0
      Hey attilio76, its been awhile recently went back to playing mage and I noticed you removed the settings for combustion, was there any particular reason why? if not could you put it back in and you would be like super awesome
       
    17. attilio76

      attilio76 Well-Known Member Buddy Store Developer

      Joined:
      May 26, 2010
      Messages:
      1,858
      Likes Received:
      34
      Trophy Points:
      48
      I will try enable this option back asap.
       
    18. Reflex11

      Reflex11 New Member

      Joined:
      Jun 23, 2012
      Messages:
      119
      Likes Received:
      1
      Trophy Points:
      0
      How's this for PvP? Recognizes FoF, uses deep freeze and cds properly for ridic frost burst? Auto iceblock?
       
    19. CaptainSkeet

      CaptainSkeet New Member

      Joined:
      Jan 31, 2013
      Messages:
      50
      Likes Received:
      1
      Trophy Points:
      0
      Ok, I reset all of my cache and also emptied the settings folder so all would be new. It does cast poly but they automatically come out within 1-2 seconds and kill me with majority of their cc's because it just interupts my casts so I just turned it off. Also what is the current rotation of this build if you don't mind me asking? It seems to be with my talents - nether tempest, ice lance, frostfire bolt. Instead of frostfire, could you implement frostbolt? Or give us some suggestions on talents for highest dps? Im iLvl 483 atm with all pvp power.
       
    20. vibrator

      vibrator New Member

      Joined:
      Nov 10, 2011
      Messages:
      322
      Likes Received:
      1
      Trophy Points:
      0
      for now I did a quick fix and just went and edited out your //combustion info so it just doesn't cast it at all now and I use a stopcast cast combustion macro 340k dps burst 180k sustained with LB mutlidot enabled max 2 over 8 minutes 511 ilvl with 4 pce t 15
       

    Share This Page