@buba
friends don't let friends play chickens!
@buba
friends don't let friends play chickens!
Please if someone helped you donate rep to them.
I have a problem with Sheuron's windwalker profile. Sometimes it just stops doing anything and I cant press any buttons at all, not even manualy. It just freezes... Any thoughts? Might it be because the profile is made for lvl 90 monks?
If anyone has a decent mist monk profile, hook it up. It seems the idtip lua file is out of date or something for team Nova. It seems to do some heals but gets a lot of pause too. Tried removing some unknown abilities but still not working smooth.
Sorry, but monk profile was done on beta premade character, i cant test it anymore. However, i can point what freezes the interface, if wanna edit the profile:yourself.
Use this script on game chat
You ll get a list of spells, The spells on that list shown on green color freeze the interface if are casted using pqr default functions.Code:/run for i=1,200000 do local f=FindSpellBookSlotBySpellID(i,"spell") if f then local n,id=GetSpellBookItemName(f,"spell"),select(2,GetSpellBookItemInfo(f,"spell")) local s=GetSpellInfo(id) s=n==s and " " or "\124cFF4FF763"..s print(id,n,s) end end
1. Search the spell causing interface freeze
2. Go to ability editor, Change spell id to 0 and use this line to cast it "CastSpellByName(GetSpellInfo(ID),nil)" ID = Spell id you want to cast.
[ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
If you like this piece of code feel free to invite me a beer making a donation.
My paypal account: [email protected]
Hey firepong, have you figured out a way to detect mobs yet? I saw you mention something about custom_target some pages back.
Right now I need 4 rotations or a lot of modifiers because ret aoe is all over the place, and some of our single target is too op.
Templar/crusader/truth/soe 1 target
ds/crusader/truth/lh 2 targets
ds/hotr/truth/lh 4 targets
ds/hotr/sor/lh 6+, more like 10~ because the mobs have to be up for 30 seconds to account for the seal switch.
:O
edit:
Level 90 talents are almost done, does lights hammer act like death and decay? The tooltip suggests that it's similar.
People looking for spell ids should check out this site Paladin - Class Abilities - Spells - WOWDB
or get idtip, it's an addon.
Last edited by averykey; 09-25-2012 at 11:22 AM.
My Svn - https://subversion.assembla.com/svn/averykeys-svn/
Having a hard time with my BM hunter profile. Tells me "pqr_xrn5.lua is missing"
Anyone already able to make a nice brewmaster rotation?
I have one of KuuKuu, the single target is fine for now, not excellent but fine. But the Aoe one of KuuKuu is bad for me, don't know if anyone can confirm that (it might be my stuff not working properly)
Hope to see something soon![]()
Sheuron: They are are white, the spells that is
Edit: Got it working now, but it casts Tiger Palm way too much!
Tiger Palm
Blackout KickCode:if UnitPower("player",12) > 1 then return true end
It should use BK as a filler, and not TP when I already have 3stacks... but it still just spams TP and just throws in a BK once in a whileCode:if HaveBuff("player",116768) then return true end
Last edited by Mpzor; 09-25-2012 at 03:03 PM.