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

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

    1. attilio76

      attilio76 Well-Known Member Buddy Store Developer

      Joined:
      May 26, 2010
      Messages:
      1,858
      Likes Received:
      34
      Trophy Points:
      48
      You can already configure everything in my CC.
      For example in 5.3 dicipline will use penance more in direct healing rather than atonement (you can already disable penance in atonement)
      Mage will use more AOE spell (just tune GUI)
      enhancement Shaman will have some buff but no major rotation change
      Anyway as soon as i will be notified of something wrong in my CC i am always ready for fast patch.... you know how fast i'm developing my CC and how fast as possible implement users suggestions ;-)
       
    2. xXxExpertxXx

      xXxExpertxXx New Member

      Joined:
      Aug 12, 2012
      Messages:
      318
      Likes Received:
      1
      Trophy Points:
      0
      can u add the use of cone of cold? as well as cold snap! and blizzard. How come alot of spells arent supported? :(
       
      Last edited: May 19, 2013
    3. vibrator

      vibrator New Member

      Joined:
      Nov 10, 2011
      Messages:
      322
      Likes Received:
      1
      Trophy Points:
      0
      I couldn't find the gui to disable frost nova im thinking there may be a typo or something so it doesn't show but you can go into the cs file and delete this part of the code and it will stop using frost nova
      if (Me.Combat && (utils.AllAttaccableEnemyMobsInRange(12).Count() >= 1) && utils.CanCast(FROST_NOVA))
      {
      utils.LogActivity(FROST_NOVA);
      utils.Cast(FROST_NOVA);
      }
       
    4. vibrator

      vibrator New Member

      Joined:
      Nov 10, 2011
      Messages:
      322
      Likes Received:
      1
      Trophy Points:
      0
      Blizzard is the worst spell in the game
       
    5. vibrator

      vibrator New Member

      Joined:
      Nov 10, 2011
      Messages:
      322
      Likes Received:
      1
      Trophy Points:
      0
      You may be having the same problem I had, it's a range check issue on targets with large hitboxes (good example Sha of Fear) even though you maybe only be 30 yards away from the target in game terms because of its large hitbox size the CC or honorbuddy (not sure which) doesn't see HB size and just stops attacking all together but if you get so far away even though you are in range by WoW you can test this by moving closer to the boss and see if it starts attacking again good bosses to test this on are Horridon Megaera and Durumu in lfr if that's the issue simply go in to the cs file for frostmage and change everything in the range code lines to 80 from 40 like this

      {
      target = utils.getTargetToAttack(80, tank);
      }
      else if (FrostMageSettings.Instance.TargetTypeSelected == FrostMageSettings.TargetType.SEMIAUTO)
      {
      target = Me.CurrentTarget;
      if (target == null || target.IsDead || !target.InLineOfSpellSight || target.Distance - target.BoundingRadius > 80)
      target = utils.getTargetToAttack(40, tank);
      }
      if (target != null && !target.IsDead && target.InLineOfSpellSight && target.Distance - target.BoundingRadius <= 80)
      {

      EDIT: you can do the same with firemage.cs also
       
      Last edited: May 20, 2013
    6. xXxExpertxXx

      xXxExpertxXx New Member

      Joined:
      Aug 12, 2012
      Messages:
      318
      Likes Received:
      1
      Trophy Points:
      0
      well it would only be usefull for like 5++ targets! so its not that important but at least cone of cold n cold snap (and other talents too) :)
       
    7. vibrator

      vibrator New Member

      Joined:
      Nov 10, 2011
      Messages:
      322
      Likes Received:
      1
      Trophy Points:
      0
      to much can clutter and slow down the CR this is mainly pve
       
    8. Mario27

      Mario27 Banned

      Joined:
      Jan 15, 2010
      Messages:
      6,336
      Likes Received:
      4
      Trophy Points:
      0
      awsome how is your shammy in arena rbg im planning on starting playing wow in 5.3 or abit later i have almost evryclass and a few accounts to bot on to make gold one thing does youre shammy play well in pvp as healer?
       
    9. Rainermist

      Rainermist Member

      Joined:
      Jan 1, 2012
      Messages:
      246
      Likes Received:
      2
      Trophy Points:
      18


      thanks 4 ur help,but it doesn?t runs :(
      ive got a red *!* now at this cc .
       
    10. vibrator

      vibrator New Member

      Joined:
      Nov 10, 2011
      Messages:
      322
      Likes Received:
      1
      Trophy Points:
      0
      you have to change it in all the code I just copypasted part of it for an example
      also everytime he pushes updates you have to delete the old kingwow and DL the new one and make the changes again
      or it will give a merge failed conflicting file error and make the folder have a RED! next to it and say conflicted files
       
      Last edited: May 23, 2013
    11. Rainermist

      Rainermist Member

      Joined:
      Jan 1, 2012
      Messages:
      246
      Likes Received:
      2
      Trophy Points:
      18

      can you please post the complete cl in the notes, I'm not sure what i must to chance
       
    12. vibrator

      vibrator New Member

      Joined:
      Nov 10, 2011
      Messages:
      322
      Likes Received:
      1
      Trophy Points:
      0
      unfortunately no I cant 1st it would be to big second its not my coding and I would need permission from Attilio its really simple though just open Microsoft Visual C++ 2010 go to open file, open the Frostmage.cs file and every where you see a range setting in the code that says 40 just change the 4 to an 8


      if (target == null || target.IsDead || !target.InLineOfSpellSight || target.Distance - target.BoundingRadius > 80)
      target = utils.getTargetToAttack(40,tank);
      __________________________________________________^ see above its 40 in your frostmage.cs file
      __________________________ ^ see the 40 here at the getTargetToattack(40,tank) change it to an 80 go through the file and adjust them all

      don't change anything that has to do with Flamestrike or pet nova these things will read/have numbers like this 30*30 or 40*40 those stay the same


      BOLD and ITALIC is code
       
      Last edited: May 23, 2013
    13. Staffix

      Staffix Banned

      Joined:
      Dec 20, 2012
      Messages:
      1,085
      Likes Received:
      8
      Trophy Points:
      0
      did you do 340k burst and 180k sustained in frost spec? or fire spec?...
      and on what boss :) ? (just curious if you had a + % dmg!)
       
    14. swgplaya09

      swgplaya09 Member

      Joined:
      Sep 12, 2012
      Messages:
      332
      Likes Received:
      1
      Trophy Points:
      18
      Seems like frost spec just is not casting like it used too...my toon is having alot of downtime...no filler spell of frost bolt it seems like...this is on the new beta that is out, with tyreal as a the bot base. I dont think it used Altertime as well. I have it all set on Use on CD.
      Will attach log. I mean im on a 527 Frost mage....my burst on a target dummy shouldnt be 100k haha maybe i have a setting wrong or something..




      View attachment 4600 2013-05-24 15.40.txt
       
    15. EnterUsernameHere

      EnterUsernameHere New Member

      Joined:
      May 9, 2013
      Messages:
      40
      Likes Received:
      0
      Trophy Points:
      0
      I'm not sure whether it's a CC problem or it's the new Beta release but when I press "start" it does nothing but pop all my CD's and just stand there. Doesn't cast anything.


      View attachment 3500 2013-05-25 04.54.txt
       
    16. swgplaya09

      swgplaya09 Member

      Joined:
      Sep 12, 2012
      Messages:
      332
      Likes Received:
      1
      Trophy Points:
      18
      Yah im having the same issue.
       
    17. attilio76

      attilio76 Well-Known Member Buddy Store Developer

      Joined:
      May 26, 2010
      Messages:
      1,858
      Likes Received:
      34
      Trophy Points:
      48
      HB is little bugged atm. Many CC have same issues so i will dont modify my CC until a stable HB will be released. I suppose there are some problem with auras in HB

      EDIT:
      Testing HonorbuddyBETA 2.5.7082.244 seems working good with latest my CC update that uses some new api: Update svn and test this new beta rev.
       
      Last edited: May 24, 2013
    18. KathyThomas

      KathyThomas New Member

      Joined:
      Apr 12, 2013
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      Plz help me, where can i deactivate Frost Nova in the rotation? Doesn't find an option for this ...

      Thx, Kathy
       
    19. attilio76

      attilio76 Well-Known Member Buddy Store Developer

      Joined:
      May 26, 2010
      Messages:
      1,858
      Likes Received:
      34
      Trophy Points:
      48
      SVN UPDATE:
      Frost Nova enable/disable config added in GUI
       
    20. KathyThomas

      KathyThomas New Member

      Joined:
      Apr 12, 2013
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      Now it works perfectly, many thx :)
       

    Share This Page