can we use this to prospect and mill?
it is a passive DPS rotation (SPQR - The passive DPS rotation) bot/program so if it isn't casting spells for dps at the moment it doesn't do it.
Scenarios are not bound to the action-bar's buttons, I don't see your point.
The logic you made is out of World of Warcraft, you can define whatever you want in your CC's file, any logic, any whatever, even create threads, ticks, launching notepad, open a brower, parse the web, really, anything you can code.
Anthraxbot & SPQR Creator / Administrator
Nonowmana, how to add MySPQR.Classes.WoWAura.IsMine to the spell:
if(!TARGET.HasAurabyId((int)Auras.Agony))
MySPQR.Internals.ActionBar.CastSpellById((int)Spells.Agony);
I think in raid dont cast any spell if another warlock put the same debuffs... thanks
Nonowmana, any ETA on the new version? Have you been able to fix the auras?
Thanks man!
----------
Last edited by lockslash; 04-07-2014 at 03:16 PM.
I'm working on CPU, trying to figure what is wrong. one update will be available today for the ReadyRunecountByType.
Anthraxbot & SPQR Creator / Administrator
I added the latest update, with GetReadyRuneCountByType(Patchables.Enums.WoWRuneType runeType), and "should" fix the CPU usage you might have in huge party / crown.
Anthraxbot & SPQR Creator / Administrator
I still can't even detect if avenging wrath is active... I've tried with:
If I use the function, the rotation won't do nothing at all. I've tried by looking at the auras list, but it doesn't work eitherPHP Code:
private bool avengingWrathActive()
{
return MySPQR.Internals.ObjectManager.WoWLocalPlayer.HasAurabyId((int)Auras.AvengingWrath);
}
How come that some auras work and some doesn't?PHP Code:
private bool avengingWrathActive()
{
return MySPQR.Internals.ObjectManager.WoWLocalPlayer.AuraList.Any(aura => aura.Id == (int)Auras.AvengingWrath);
}
(Just to make it clearer, the problem is not that I get a wrong value, the problem is that all the rotation stops working, and it's not even throwing an exception)
Last edited by nrgd; 04-08-2014 at 03:11 PM.
Auras are a bit tricky to detect out of process, I have all aura working on my side, on all my characters, will check what might be wrong in my code thanks to your report. What level are you ?
The working thread exit, randomly, will test it on my Paladin to see what appens.
Anthraxbot & SPQR Creator / Administrator
I cant seem to get this to work as feral druid? in Cat forum ?
Any idea why it not workin ? atm i am level 10 tryin it out. maybe cause my level to low ?
Last edited by Elyxiatic; 04-08-2014 at 05:04 PM.
been trying to write a feral profile and same i can get thrash to work and rake, but combo point detection and mangle will not fire even though i've tried ever mangle spell id.
And with the new update is it supposed to be constantly moving the screen trying to face the target? if so its kind of annoying due to the fact i'm constantly moving my mouse to see mobs around me.
Last edited by Koha; 04-08-2014 at 06:03 PM.