Thanks for the update...
But still no Rapid fire using...![]()
It doesnt use Rapid fire, and where can i set it to use Focus fire ?
private static bool ShouldFocusFire() {
if (Target == null)
return false;
return Me.GotAlivePet && !Me.HasAura("The Beast Within") &&
(Helpers.GetSpellCooldown("Bestial Wrath").TotalSeconds > 9 ||
!Helpers.SpellOnCooldown("Bestial Wrath") &&
(Target.HealthPercent <= 200000 || !Me.HasAnyAura("Rapid Fire","Bestial Wrath","Heroism","Bloodlust")));
}
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),
I had a quick look at Ur problems and stumbled upon the following.
Focus Fire:
So it seems Target.HealthPercent has to be Target,CurrentHealth.PHP:private static bool ShouldFocusFire() { if (Target == null) return false; return Me.GotAlivePet && !Me.HasAura("The Beast Within") && (Helpers.GetSpellCooldown("Bestial Wrath").TotalSeconds > 9 || !Helpers.SpellOnCooldown("Bestial Wrath") && (Target.HealthPercent <= 200000 || !Me.HasAnyAura("Rapid Fire","Bestial Wrath","Heroism","Bloodlust"))); }
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.
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
Hey thanks for the time you are taking to reply to me and I know I am a little slow.No need, just update the developer version. If u were using public, I suggest temporarily switching to the developer SVN.
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?
it works fine for me, anyways:The link to the PVE talent build does not work properly.
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.
This mainly PvP or PvE?
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.
So, question is, since this is the new Falldowns CC, is this better than his previous at the moment? as far as DPS?
1) I want to, but can't for the next 3-4 days. cannot access my pc.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
PvE & PvP are both supported, this version is Bowman & Beast Mastery in One actually.This mainly PvP or PvE?






