• Visit Rebornbuddy
  • Public Fire Mage

    Discussion in 'Mage' started by greenbrad, Sep 12, 2016.

    1. greenbrad

      greenbrad Community Developer

      Joined:
      Aug 10, 2012
      Messages:
      105
      Likes Received:
      0
      Trophy Points:
      16
      A very basic, Fire Mage PvE combat routine.

      Rotation is based off of what is being used in Simcraft, for the most part; like I said though, extremely simple CR for those of you mages that don't have anything except singular. This is putting out around 280k dps single target on dungeons on my mage.
       

      Attached Files:

      Last edited: Sep 12, 2016
    2. rytmy

      rytmy New Member

      Joined:
      Jan 12, 2012
      Messages:
      257
      Likes Received:
      0
      Trophy Points:
      0
      Great !! will test it today and report my thoughts :)
       
    3. rytmy

      rytmy New Member

      Joined:
      Jan 12, 2012
      Messages:
      257
      Likes Received:
      0
      Trophy Points:
      0
      btw, why in main folder: Pubfiremage is again folder Pubfiremage with the same contend as in main Pubfiremage? :D
       
    4. greenbrad

      greenbrad Community Developer

      Joined:
      Aug 10, 2012
      Messages:
      105
      Likes Received:
      0
      Trophy Points:
      16
      I'm not sure, it's something 7zip keeps doing and I"m not sure how to fix it. Just delete the extra PubFireMage folder.
       
    5. rytmy

      rytmy New Member

      Joined:
      Jan 12, 2012
      Messages:
      257
      Likes Received:
      0
      Trophy Points:
      0
      yeah i figured that out,

      now to the routine: everything very nice and quick but
      mage is not using Flame On, just put it in the routine when fireblats and phoenix flames are on CD :)

      and next would be great if you add AOE rotation when there are 3+mobs :) :) :)

      but gz nice job
       
    6. greenbrad

      greenbrad Community Developer

      Joined:
      Aug 10, 2012
      Messages:
      105
      Likes Received:
      0
      Trophy Points:
      16
      This was not intended to be the best. This was intended for the community to use freely. It was based off of dagradt's profiles, and singular. If you'd like something better the Buddy Store is always open =).
       
    7. rytmy

      rytmy New Member

      Joined:
      Jan 12, 2012
      Messages:
      257
      Likes Received:
      0
      Trophy Points:
      0

      nah iam just saying that you can do this and the profile will be perfect :) :) no offence :)
       
    8. greenbrad

      greenbrad Community Developer

      Joined:
      Aug 10, 2012
      Messages:
      105
      Likes Received:
      0
      Trophy Points:
      16
      I did do that, in a private version of it, well, and a lot more also but yea.
       
    9. rytmy

      rytmy New Member

      Joined:
      Jan 12, 2012
      Messages:
      257
      Likes Received:
      0
      Trophy Points:
      0
      gj master for this :):) rly simply and nice dps :)

      will there be AOE rotation in future??
       
    10. greenbrad

      greenbrad Community Developer

      Joined:
      Aug 10, 2012
      Messages:
      105
      Likes Received:
      0
      Trophy Points:
      16
      Highly doubtful, I don't have access to the developers who are knowledgable on Honorbuddies API and interfaces/classes, etc. Plus the community is just not what it used to be. I did this one because I play a mage.
       
    11. wownzxm

      wownzxm New Member

      Joined:
      Sep 2, 2016
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      thanks for your share.
       
    12. Nosed

      Nosed New Member

      Joined:
      Sep 29, 2011
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      isn't it like more detectable when it spamms buttons like this fast? I have so many more key presses..
       
    13. greenbrad

      greenbrad Community Developer

      Joined:
      Aug 10, 2012
      Messages:
      105
      Likes Received:
      0
      Trophy Points:
      16
      I doubt it. Keypresses are local and client side, if you can't cast an ability it will just reject it. I doubt they would log every time someone is rejected an action, it would be extremely cumbersome on their end to even have to sift through that mess.
       
    14. luquetastop

      luquetastop New Member

      Joined:
      May 13, 2014
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      How i can load this routine ?
       
    15. Gaap

      Gaap New Member

      Joined:
      Mar 7, 2012
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      1
      Quest profiles don't work using this routine. Bot just stands still. What's wrong?
       
    16. greenbrad

      greenbrad Community Developer

      Joined:
      Aug 10, 2012
      Messages:
      105
      Likes Received:
      0
      Trophy Points:
      16
      The Combat Routine is extremely simple. Meaning, it does NOT contain movement. You MUST move it yourself.
       
    17. winifix

      winifix Member

      Joined:
      Dec 25, 2011
      Messages:
      164
      Likes Received:
      16
      Trophy Points:
      18
      AOE detection is hardly difficult - just update the below for a ranged class

      PHP:
      static IEnumerable<WoWUnitUnfriendlyUnits
      {
          
      get { return ObjectManager.GetObjectsOfType<WoWUnit>(truefalse).
                  
      Where(=> !u.IsDead && 
                        
      u.CanSelect && 
                        
      u.Attackable && 
                        !
      u.IsFriendly && 
                        
      u.IsWithinMeleeRange); }
      }
      PHP:
       if (UnfriendlyUnits.Count() >= 2// if I must execute AOE
       
      {
          
      //Do  stuff
       
      }
       
    18. greenbrad

      greenbrad Community Developer

      Joined:
      Aug 10, 2012
      Messages:
      105
      Likes Received:
      0
      Trophy Points:
      16
      I don't recall saying it was hard. i recall saying I didn't have access to the material I needed at the time. I also made it extremely clear that it was not something that I intended on keeping updated. Aside from that, you can't put an if statement in a decorator, it errors every time.
       
    19. Qck

      Qck New Member

      Joined:
      May 7, 2012
      Messages:
      76
      Likes Received:
      0
      Trophy Points:
      0
      hey,

      how do i get this running? If I copy it into the routine folder I cannot change my CC after restarting HB. Do I do anything wrong?
       
    20. greenbrad

      greenbrad Community Developer

      Joined:
      Aug 10, 2012
      Messages:
      105
      Likes Received:
      0
      Trophy Points:
      16
      All you should be doing is putting the Combat Routine folder in to the Routines folder. You may need to reinstall honorbuddy if it's not compiling on the Honorbuddy startup.
       

    Share This Page