I'm still around guys, I made a boomkin profile and an ele shaman profile i'll upload later this week.
I like the new forum format -_-
I'm still around guys, I made a boomkin profile and an ele shaman profile i'll upload later this week.
I like the new forum format -_-
If you find someone's post helpful make sure you +rep them!
The Wiki: https://pqrotation.wikia.com/wiki/PQRotation_Wiki
This is a part of code that handles FG summoning:
As you can see it will cast it ONLY if NOT in combat,if SwapPets flag is set to true(it is false by default,auto sets to true when you select bossmob,autosets to false when you select not bossmob,can be switched manually to true/false by pressing RCTRL(will provide notify on screen)) and if pet's npcid is NOT 37481(which is felguard actually).Code:--SUMMON FELGUARD if not PQ_InCombat then if PQ_PetID ~= 37481 and PQ_SwapPets then return 30146, nil end end --SUMMON FELGUARD
The only thing that can really broke this code is that in your locale FG's npcid is somehow different while spellid for FG is the same.You can check it easilly - start wow,log on your lock,start pqr 2.0,press button to start rotation and then press it again to stop it.Now print /pqd and mouseover on your pets frame while FG is active.
Remember the number you got after all checks for buffs/debuffs that Debug window will print and post this number here.
EDIT: There are 40 downloads of last version package and only 3 people posted problems with felguard loopcasting.So most likelly its something wrong on your side.What else you can do is install PQR 2.0 in some different test folder,redownload package (not SVN),extract it into this folder,start wow and ensure that you are loading exactly THIS new clean PQR.
Last edited by Valma; 03-13-2012 at 01:26 AM.
MEDVED+VODKA+BALALAYKA
i thought that mean if not in combat? but i could be wrongCode:if not PQ_InCombat then
Yea the npcid for pet are different from chr to chr and even time if i am not mistaken it gave me headache to find away to replace the pet till i found that u can check this spell the pet used
so i made this code to do it
I know that this code need some work but heck i stopped playing my lock longtime agoCode:local SB = UnitPower("player", 7) local SBcd =GetSpellCooldown(74434) local felg = IsSpellKnown(89751, true) if ( UnitExists("pet") == nil and SB >=1 and SBcd == 0) or (felg ~= true and SB ~=0 and SBcd == 0) then CastSpellByID(74434) return true else if UnitExists("pet") == nil or felg ~= true then return true end end
@ fIREPONG ANY NEWS FOR THE bOOmkin Profil?
@Sheuron
The counterspell ability is used on melee such as warriors and rogues.
Pretty embarassing, if you can think of a way to solve that let me know.
Been called out on it and recently took notice.
Yeah, the focus is mostly done, but I've hit a roadblock on moonfire/sunfire. Jus't haven't gotten it to work the way I want it to yet.
@ Xelper
With the release of v2.0.x, I've noticed that every now and then, when I'm running a profile, it suddenly freezes up and won't let me cast a spell, even when I try to do it manually. When I exit PQR, I can cast my spells again. But when I start PQR and the rotation starts running again, it seems to lock up randomly. A few times were just on a dummy trying to get my Moonkin profile done, then when I was on my warlock using Valma's profile, it locked up then as well. Like I said, I can exit PQR, don't even have to do a reload, then load it back and it runs smoothly again till it suddenly locks back up.
Any ideas on why it's doing this. Like I said, with PQR still open when it locks up, I can't even cast a spell manually, but when I exit out of it, WoW goes back to normal and I can cast again.
Think it might be a safety measure Blizzard has added in somewhere? There is no LUA errors, so I can't figure out what is causing it.
firepong,have you tried Demo spec with my rotation?Do you got FG loopcasting out of combat too?
MEDVED+VODKA+BALALAYKA
how can i do this in a script?
#showtooltip
/castsequence [nomod] reset=10 Wild Mushroom, Wild Mushroom, Wild Mushroom, Wild Mushroom: detonate and if starfall ready starfall
i want this as separat script but i dont no^^ i want the perfect aoe with firebongs single rotation
we dont have a perfect moonkin script pls works for this^^
@Boss
Hey just noticed you had SD7.3 and SMF4.4 out.. Are they the most recent? Since I thought SD7.1 was the most reliable so far :s and haven't noticed another release.