• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [UCR] The Bestia Magister

    Discussion in 'Archives' started by Mirabis, Jan 11, 2013.

    1. pumba82

      pumba82 New Member

      Joined:
      Oct 9, 2012
      Messages:
      128
      Likes Received:
      1
      Trophy Points:
      0
      Thanks for the update...
      But still no Rapid fire using... :(
       
    2. mrlooolz

      mrlooolz New Member

      Joined:
      Jan 11, 2013
      Messages:
      79
      Likes Received:
      0
      Trophy Points:
      0
      It doesnt use Rapid fire, and where can i set it to use Focus fire ?
       
    3. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      I had a quick look at Ur problems and stumbled upon the following.
      Focus Fire:
      PHP:
      private static bool ShouldFocusFire()        {
                  if (
      Target == null)
                      return 
      false;
                  return 
      Me.GotAlivePet && !Me.HasAura("The Beast Within") &&
                         (
      Helpers.GetSpellCooldown("Bestial Wrath").TotalSeconds ||
                          !
      Helpers.SpellOnCooldown("Bestial Wrath") &&
                          (
      Target.HealthPercent <= 200000 || !Me.HasAnyAura("Rapid Fire","Bestial Wrath","Heroism","Bloodlust")));
              }
      So it seems Target.HealthPercent has to be Target,CurrentHealth.

      Rapid Fire
      PHP:
      Spell.BuffSelf("Rapid Fire"ret => CooldownSettings.RapidFire && Lists.TargetIsBoss(Target) && (Helpers.SpellOnCooldown("Bestial Wrath") || 
      !
      CooldownSettings.BestialWrath) && !Me.HasAnyAura("The Beast Within""Bloodlust""Heroism""Time Warp""Ancient Hysteria") && Target.CurrentHealth 400000),
      seems alright to me , make sure u have it on at Ur CooldownSettings.

      Commited a fix to the Dev. svn for Focus Fire.
       
    4. mrlooolz

      mrlooolz New Member

      Joined:
      Jan 11, 2013
      Messages:
      79
      Likes Received:
      0
      Trophy Points:
      0
      Great but i have no idea how to apply what you told me :( , could you give me basic instructions on how to access and alter this PHP code
       
    5. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      No need, just update the developer version. If u were using public, I suggest temporarily switching to the developer SVN.
       
    6. mrlooolz

      mrlooolz New Member

      Joined:
      Jan 11, 2013
      Messages:
      79
      Likes Received:
      0
      Trophy Points:
      0
      Hey thanks for the time you are taking to reply to me and I know I am a little slow.

      I lost tracks of what I am using. I believe I downloaded the 1.0.5 from the front page in zip. but now i see the public available is 1.0.10 ? where do i get this from. I am told this is the faster one and doesnt drop the DPS.

      Also If i am to switch to the temporary developer that means using the ones from the SVN link correct?
       
    7. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      Yes, I'm at college so I'll update the main thread in about 2 hours if I have enough time in my break.
      But using the svn is recommended.

      EDIT: Might take a bit longer, travelling time increased by snow...
       
      Last edited: Feb 12, 2013
    8. mrlooolz

      mrlooolz New Member

      Joined:
      Jan 11, 2013
      Messages:
      79
      Likes Received:
      0
      Trophy Points:
      0
      I appreciate this alot. I will check the page tonight. I will download both the public and the SVN and update you on how its going. I am undergeared so i Can give feedback to the hunters that are still not as geared.
       
    9. Staffix

      Staffix Banned

      Joined:
      Dec 20, 2012
      Messages:
      1,085
      Likes Received:
      8
      Trophy Points:
      0
      i'll test it on Sha if thats possible as soon as i hit 90 on my hunter ;D
       
    10. xonoma

      xonoma Member

      Joined:
      Apr 1, 2012
      Messages:
      97
      Likes Received:
      0
      Trophy Points:
      16
      The link to the PVE talent build does not work properly.
       
    11. Staffix

      Staffix Banned

      Joined:
      Dec 20, 2012
      Messages:
      1,085
      Likes Received:
      8
      Trophy Points:
      0
      it works fine for me, anyways:
      crouching tiger,
      wyvern sting,
      aspect,
      direbeast,
      crows,
      and last but not least - glaive toss.
       
    12. mrlooolz

      mrlooolz New Member

      Joined:
      Jan 11, 2013
      Messages:
      79
      Likes Received:
      0
      Trophy Points:
      0
      Any luck posting the latest public version Mirabis is it the 1.1.7 in the svn folder ?
      also i still cannot find focus fire on the class config. could you help me locate it.
       
    13. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      Oh I did update the version numbers etc, but now I assume u mean the .zip files?
       
    14. Doublexereau

      Doublexereau New Member

      Joined:
      Oct 20, 2012
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      0
      It doesn't use my grenade belt even though I have use belt enchant clicked. Only thing i noticed it doesn't do for me.
       
    15. LegendaryXX

      LegendaryXX Member

      Joined:
      Oct 15, 2012
      Messages:
      94
      Likes Received:
      0
      Trophy Points:
      6
      So, question is, since this is the new Falldowns CC, is this better than his previous at the moment? as far as DPS?
       
    16. mrlooolz

      mrlooolz New Member

      Joined:
      Jan 11, 2013
      Messages:
      79
      Likes Received:
      0
      Trophy Points:
      0
      Mirabis friend i have a few questions for you and i hope you can answer them

      1) Please post the lastest Zip file for the public beta.

      What i have figured out is in you svn the TRUNK is public the branches/developer is the developer one. Which should i use?

      2) in 1.0.5 you have an option to choose between your rotation and falldown. what happened to that in the recent version.?

      3) Last but not least please tell where i can find the focus fire option in the class config so i can enable it.


      thank you so much for everything
       
    17. cameronmc88

      cameronmc88 Member

      Joined:
      Jun 25, 2012
      Messages:
      241
      Likes Received:
      1
      Trophy Points:
      18
      This mainly PvP or PvE?
       
    18. mrlooolz

      mrlooolz New Member

      Joined:
      Jan 11, 2013
      Messages:
      79
      Likes Received:
      0
      Trophy Points:
      0
      PVE.

      you can find the bowman pvp profile in another post
       
    19. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      As far as I know, falldown has not yet coded that in. Will put it on top of the to-do list.

      It's a rewrite and should outdps the old one yes. A few posts ago I posted a comparison between the two by a ilvl 500+ HC Hunter.

      1) I want to, but can't for the next 3-4 days. cannot access my pc.
      2) Dev= Dev, trunk = Public :)

      PvE & PvP are both supported, this version is Bowman & Beast Mastery in One actually.
       
    20. mrlooolz

      mrlooolz New Member

      Joined:
      Jan 11, 2013
      Messages:
      79
      Likes Received:
      0
      Trophy Points:
      0
      Mirabis thnx everything fine but number 3 where is the focus fire option! <3 its good so far
       

    Share This Page