How can i disable automatic trinket use in firekitteh
How can i disable automatic trinket use in firekitteh
Question for firepong if you would be so kind to allow me a moment of your time, what are your current plans, if any, on symbiosis handling? Also, will I be fortunate enough to be able to enjoy an updated profile for level 90 written by you upon MoP release?
Thanks firepong, +rep for your efforts.
Remove Profession buff's or comment:
Out of the rotation to get rid of Auto trinket usage. Truthfully though, you would still want to stack all of this for the best DPS possible. Is it a PvP trinket you using going off or something? And is it going off in a battleground?PHP Code:
local slot = {10,13,14}
local inBG = PQR_Battleground()
if not inBG then
if itemCD == true and BS ~= nil then
for i=1,#slot do
local item = GetInventoryItemID("player", slot[i])
UseItemByName(item)
end
elseif inCD > 2 and inCD < 100 and itemCD == true then
for i=1,#slot do
local item = GetInventoryItemID("player", slot[i])
UseItemByName(item)
end
end
end
As soon as I can, I'll get stuff done for Symbiosis and the level 90 talents. At the current moment, It looks like it will probably be a week or 2 from the looks of it. Working 6 days a week and off 1 day, doesn't leave me much time to level or play and playing after or before I go to work is out of the question right now.
Last edited by firepong; 09-20-2012 at 06:03 PM.
Thank you for the promptness of your response! I look forward to your work.
it´s the medallion of tenacity it works fine in battleground but not in duel and a wasted trinket in duel is in 80% of the time a loose ^^
Thx for your quick help maybe you can fix this
I will love you long time if you get a working CC for HB, everything there is shit atm because of HB still being FUBAR.
How can something like this be coded into your existing profile to make AoE easier, rather than swapping profiles? I have messed around with this for the last couple hours, but idk wtf I am doing, and had to keep redownload your profiles because I kept breaking it =[
I actually got most of this complete last night. Just need to do some testing on it and I will let you know how it goes.
It's not hard at all. it's just that I was going to use Sheuron's ModKeyState way af doing switches, just haven't gotten around to doing it yet.
Hmm, is the leveling warrior profile working ?
Sorry if you already answered this or its obvious and I didn't notice.
Edit: Doesn't look like its working.
(Singular is broken)
Last edited by xLegendx; 09-23-2012 at 07:48 PM.
The Singular isn't the hard part of getting it to work. All it's going to be is a blank CC with movement behaviors and all that good stuff. The real problem is PQRotation and Abilities. Right now, I have none of the new spellID's for warriors. My Druid Leveling profile is done, I'm just testing it out without HonorBuddy to see how it's working out. Watch for it to be uploaded this afternoon before midnight.![]()
Ah!
I see... well, thank you very much Firepong. I'll be awaiting the update (:
and please let me know when you do update it! I'll test it out to max level (granted, Honorbuddy may be down tomorrow)
"You must spread some Reputation around before giving it to firepong again."
I'll have to rep you again later >:|
Last edited by xLegendx; 09-24-2012 at 04:00 PM.
Are you going to be working on a pvp profile for MoP? I have an old profile that i used before the talent switch that would shift out of roots (certain slows I guess at the time) that you may be able to use if you need it for the new ability to shift out of roots.
Edited for courtesy, pm'd you fire
Last edited by rsanviral; 09-24-2012 at 07:02 PM.
I am having an issue with the Firebear profile. The toon just auto attacks. No spells cast at all. I tried to update with the editor but the update loacation like kitty was not there. Are you able to help me at all? In the rotation it says special setting then below that zcat swipe. Am i missing something here? I am in bear form in guardin spec with the talents set. Any help will be greatly appreciated.