[BETA] PQRotation - an automated ability priority queue. menu

Shout-Out

User Tag List

Page 283 of 731 FirstFirst ... 183233279280281282283284285286287333383 ... LastLast
Results 4,231 to 4,245 of 10955
  1. #4231
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,033
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

    [BETA] PQRotation - an automated ability priority queue.
  2. #4232
    vorn10's Avatar Active Member
    Reputation
    75
    Join Date
    Nov 2010
    Posts
    303
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  3. #4233
    ymmij's Avatar Private
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    .

    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?

  4. #4234
    xjustinrossx's Avatar Member
    Reputation
    3
    Join Date
    Sep 2009
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @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

  5. #4235
    imdasandman's Avatar Contributor
    Reputation
    206
    Join Date
    Feb 2011
    Posts
    965
    Thanks G/R
    9/4
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xjustinrossx View Post
    @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
    I will here n the next couple of days... I am doing clean up tonight and if my changes work like how I want them to than yes I will post them if not just use leetjerks.

  6. #4236
    drewdenman's Avatar Banned
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone have a Disc Priest PvE rotation?

  7. #4237
    woppo's Avatar Corporal
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  8. #4238
    DKVance73's Avatar Sergeant
    Reputation
    6
    Join Date
    Aug 2011
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    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
    Sitting by the keyboard hitting refresh.

  9. #4239
    veany's Avatar Sergeant
    Reputation
    8
    Join Date
    Jan 2011
    Posts
    52
    Thanks G/R
    2/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  10. #4240
    Kezzin86's Avatar Member
    Reputation
    2
    Join Date
    Jul 2011
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone have a decent resto shaman pvp profile, and/or an enhance pvp profile?

  11. #4241
    Bossqwerty's Avatar Legendary
    Reputation
    713
    Join Date
    Nov 2006
    Posts
    693
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  12. #4242
    supermann's Avatar Member
    Reputation
    12
    Join Date
    Oct 2008
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @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 +

  13. #4243
    vorn10's Avatar Active Member
    Reputation
    75
    Join Date
    Nov 2010
    Posts
    303
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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 ----------

    Originally Posted by supermann View Post
    @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 +
    As i tried older profiles they too stuck in same place.

    Originally Posted by ticklets View Post
    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
    Link doesnt work.

  14. #4244
    ticklets's Avatar Member
    Reputation
    51
    Join Date
    Jun 2009
    Posts
    88
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by drewdenman View Post
    Anyone have a Disc Priest PvE rotation?
    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 ----------

    Originally Posted by vorn10 View Post
    BM PVE Single/AoE switch.

    Link doesnt work.
    fixed, sorry.
    Last edited by ticklets; 01-16-2012 at 07:24 PM.

  15. #4245
    sliceanddicer's Avatar Private
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No response to my previous post. I assume nobody is interested in making extreme detailed demo lock script?

Similar Threads

  1. [Buying] Planetside 2 Priority Beta Key
    By isit123 in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 07-21-2012, 06:34 AM
  2. [Selling] PLANETSIDE 2 Priority/Early Access Beta Account
    By Kabraxiss in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 07-18-2012, 10:20 AM
  3. [Selling] Planetside 2 Priority/Early access Beta Keys
    By mrsluf in forum General MMO Buy Sell Trade
    Replies: 3
    Last Post: 07-17-2012, 04:45 AM
  4. [Selling] Planetside 2 Priority Access beta key codes
    By fatalefout in forum General MMO Buy Sell Trade
    Replies: 1
    Last Post: 06-26-2012, 04:08 PM
  5. [Bot] Automated dungeon queue / Justice Point leecher(Auto-it source)
    By s_e_a_n_66 in forum World of Warcraft Bots and Programs
    Replies: 36
    Last Post: 01-17-2011, 11:50 AM
All times are GMT -5. The time now is 05:38 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search