UFCFreak89
New Member
- Joined
- Jul 26, 2011
- Messages
- 292
- Reaction score
- 0
Fifty new version has MutaRaidBT 3.3 and MutaRaidBT 4.0
??!?!?!?!!?! confused!!!
??!?!?!?!!?! confused!!!

Fifty new version has MutaRaidBT 3.3 and MutaRaidBT 4.0
??!?!?!?!!?! confused!!!![]()
I've pushed a new version to the SVN, which fixes a minor bug which could occur when your focus target dies mid-combat, and another which caused the CC to try and reapply rupture too early. I've also added a very early, alpha version of an Arms raiding CC I've been working on.
Look out for further updated to this CC in the near future, including combat and (possibly) sub raiding support.
Tried your cc and its not working for me in some way.
I made the spec on page one. stats are ilvl 382 / hit 15 % spell hit 17 % 23 % crit and 19 % haste with 13 % mastery.
Applied poisons as mentioned, still im doing 11 k unbuffed aprox on hero training dummy.
Weird you do 12 k in greens and blues on a newly dinged 85 so i guess i should be doing more
Maybe you can help me out with whatever im doing wrong
View attachment 37863
Nice, just downloaded it, and cant really figure out where to put it all.
Like the Helpers Folder, does that go into the CC folder or do I extraxt them one by one?
EDIT: I think I have got it to work, jsut extracted all the files into the CC folder. and I upped my DPS 1-2k now on the raider training dummy
Gonna try it out tonite in DS![]()
// M
I'd recommend re-SVNing MutaRaidBTv4, I've fixed a few bugs with the latest revision (including a major issue with backstab) and readded focus target tricksing.
Thanks for the feedback again, good to hear you're having such a good experience haha.
The latest SVN version now has automatic trinket usage (lines up with your cooldowns) and, for the time being, every mob will be treated as a boss -- this means that cooldowns and trinkets will be used on every mob you fight. This will be changed once I finish off the area detection code.
Cheers!
Hey, I've looked over your log and there's nothing that looks wrong with the log output, really. With that said you do have a load of compiliation errors etc, so I'd suspect those are your culprit. Please try again with a fresh install of HB and let me know.For the best results use the version from my SVN fiftypence - Revision 17: /trunk/MutaRaidBTv4.
For reference, here's my character's armoury. I can get just shy of 17k dps on a dummy with my gear.
Tried again now, and doing 16 k on heroic target dummy, have yet to try it in dungeon / raid but im happy for now.
Thanks a lot !
Could you implement Orcs racial into the trinket coding? Also maybe if a mobs health is close to execute range hold off on blowing trinkets unless Heroism/Bloodlust or Vendetta is detected. Using trinkets/Racials on cooldown sometimes will hinder dps.
static public bool IsSpecialTarget(WoWUnit unit)
{
return true;
}
static public bool IsSpecialTarget(WoWUnit unit)
{
return false;
}
Tried again now, and doing 16 k on heroic target dummy, have yet to try it in dungeon / raid but im happy for now.
Thanks a lot !
Thanks for the feedback again, good to hear you're having such a good experience haha.
The latest SVN version now has automatic trinket usage (lines up with your cooldowns) and, for the time being, every mob will be treated as a boss -- this means that cooldowns and trinkets will be used on every mob you fight. This will be changed once I finish off the area detection code.
Cheers!
Sounds good mate..
Really love this, aint tried it in PvP yet, using sub in PvP due to Arena beeing my main event to play.
oh, yeah, is there a special slot I need the trinkets to be in? (actually atm I dont have and Use trinkets, but still)
// M
Nope, the trinkets will active themselves automagically when the time comes. You don't have to do anything.
BTW, the UI is, at the moment, non-functional. The only mode that works is "Raid" -- that is to say, every context you use the CC in will be treated as if you are raiding. PvP and levelling stuff will be coming in the near future.![]()
am 382 and no tier bonus yet, that makes a difference, im spell hit capped![]()
Hi again,
There is 1 thing I have noticed, and that is that once I start the bot, my char begin to lag alot, not in fps, just the screen locks up like I have low fps..
dunno what that is, had the same problem when I have another CC on my sub and the plugin Glue enabled..
cheers mate, 49k dps on single target boss random HC .. wiiiie!!
// M
Helpers.Trinkets.UseTrinkets(ret => Helpers.Spells.IsAuraActive(Me.CurrentTarget, "Rupture") &&
Helpers.Spells.IsAuraActive(Me, "Slice and Dice") &&
(Helpers.Spells.IsAuraActive(Me.CurrentTarget, "Vendetta") ||
Helpers.Spells.GetSpellCooldown("Vendetta") != 0)),
This is because of the Lua code that is executed every frame to check if your trinkets are usuable. My computer is really powerful so I don't notice the fps drop but with RaidBot on a not-so-powerful computer it'd probably be noticeable. I'll fix this soon, the current solution is only temporary. For now if you remove
Code:Helpers.Trinkets.UseTrinkets(ret => Helpers.Spells.IsAuraActive(Me.CurrentTarget, "Rupture") && Helpers.Spells.IsAuraActive(Me, "Slice and Dice") && (Helpers.Spells.IsAuraActive(Me.CurrentTarget, "Vendetta") || Helpers.Spells.GetSpellCooldown("Vendetta") != 0)),
from MutaRaidBT.cs it should probably fix it.
new Decorator(ret => Helpers.Area.IsSpecialTarget(Me.CurrentTarget),
new PrioritySelector(
Helpers.Spells.CastCooldown("Vendetta", ret => Helpers.Spells.IsAuraActive(Me.CurrentTarget, "Rupture") &&
Helpers.Spells.IsAuraActive(Me, "Slice and Dice")),
new Decorator(ret => Helpers.Spells.CanCast("Vanish") && !Helpers.Spells.IsAuraActive(Me, "Overkill") &&
Helpers.Spells.IsAuraActive(Me.CurrentTarget, "Rupture") &&
Helpers.Spells.IsAuraActive(Me, "Slice and Dice") &&