ok its monday and heres my todo list:
1: run my rogue threw MC for transmog blade -done
2: Finish code for locks
3: Finish updating code for Hunters
4: Profit
5: fix reported bugs.
so check back
ok its monday and heres my todo list:
1: run my rogue threw MC for transmog blade -done
2: Finish code for locks
3: Finish updating code for Hunters
4: Profit
5: fix reported bugs.
so check back
Last edited by crystal_tech; 01-16-2012 at 01:26 PM.
Hello, can anyone improve BM hutner rotation (kickmydog)? Mean:
1. add aoe rotation
2. fix Kill Command abi, with code which is now it doesnt use Kill Command ( changed to if IsSpellInRange("Kill Command","target") == 1 then) but now PQR spamming it until pet is near target, with growl wasnt working
3. Hm maybe some tweaks like in surv/mm
Asking cuz toped madness with 382 ilvl + 390 bow from LFR. And it looks very promise.
Ty.
EDIT
added myself aoe things with helps of Sheuron's sv profile ;] ty Sheuron
But still have problem with Kill Command.
FIXED ALL PROBLEMS
Last edited by vorn10; 01-16-2012 at 03:46 PM.
Thanks! I figured it was something so obvious.
I am looking for a solid DPS pvp spec/rotation for 3v3 arenas. Who has had great success and with which rotation?
@imdasandman is it possible for you to post your modified version of leetjerks masterfrost? im getting great numbers but id like to try your version since im an engineer and you have that all setup
Anyone have a Disc Priest PvE rotation?
tying out the shadow pvp profile the dispel on team mates dont seem to be working right when they get debuff it spams disell on my char take a look at code pls
PQR_CustomTarget = "player"
local group = "party"
local members = GetNumPartyMembers()
local debuff = { 5782, 118, 61305, 28272, 61721, 61780, 28271, 51514 }
local targetdebuff = nil
local havedebuff = 0
if GetNumRaidMembers() > 0 then
group = "raid"
members = GetNumRaidMembers()
end
for i = 1, members, 1 do
local member = group..tostring(i)
if UnitInRange(member) and UnitIsFriend("player", member) and UnitIsDeadOrGhost(member) == nil then
for i,v in ipairs(debuff) do
if UnitDebuffID(member,v) then
havedebuff = 1
targetdebuff = PQR_CustomTarget
if havedebuff == 1 then
havedebuff = 0
return true
end
end
end
end
end
Anyone have a Elemental Shaman PvE profile?
i tried ONYA profile but have a issue with casting flame shock.
Last edited by veany; 01-16-2012 at 07:11 PM.
Anyone have a decent resto shaman pvp profile, and/or an enhance pvp profile?
Here's the latest version of my stance dance arms warrior profile:
BossSD5.6.rar
I'm very happy with this one, there's a pretty large amount of changes and fixes. There's no longer a heroic strike heavy or slam heavy version. It'll always slam when above 40 rage and when inner rage is active it'll heroic strike at a reduced rage cost.
@Xelper
Your newest Kitty Profile bugs @ Ferocious Bite,
often i have 5 CP, Full Energy, Savage Roar + Rip up, but the Bot waits till Rip is down and then refresh rip, sometimes 15 secs +![]()
BM PVE Single/AoE switch.
Credits to:
Sheuron
Kickmydog
I just implement AoE switch and some another changes.
Right CTRL - switch SINGLE/AoE
Left ALT - Scatter Shot mouseover
Ultraxion - Heroic Will button build-in
AoE - Explosive Trap on mouseover position and spam MS/CS
Concussive Shot - when we have aggro from targeted mob
Wing Clip - when aggro and in melee range
Self use:
Deterrence, Disengage, Feign Death
BMpveSingleAoe.rar
---------- Post added at 01:16 AM ---------- Previous post was at 01:04 AM ----------
As i tried older profiles they too stuck in same place.
Link doesnt work.
Yep
I'm the only one to ever use this one, never released it only because i've been busy perfecting it...
It's 75% Sheuron's code.
Disc PVE
I'm gonna admit I'm not a great disc priest, I was using EJ+MMO-Champion to build the rotation. If you have any suggestions, please tell me and I will add them right away.
---------- Post added at 07:21 PM ---------- Previous post was at 07:17 PM ----------
fixed, sorry.
Last edited by ticklets; 01-16-2012 at 07:24 PM.
No response to my previous post. I assume nobody is interested in making extreme detailed demo lock script?