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

User Tag List

Page 409 of 731 FirstFirst ... 309359405406407408409410411412413459509 ... LastLast
Results 6,121 to 6,135 of 10955
  1. #6121
    gavw's Avatar Member
    Reputation
    1
    Join Date
    Jul 2011
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @ Boss Just done HC ultra and not a problem for me good job

    [BETA] PQRotation - an automated ability priority queue.
  2. #6122
    bestdamnwarrior's Avatar Master Sergeant
    Reputation
    20
    Join Date
    Nov 2011
    Posts
    110
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Boss

    Well my apologies, I'm really not sure what caused as well as what fixed my problem but seems to be working now after deleting a couple of old addons and just downloading PQR again and having a clean slate so to speak. Numbers were an improvement. Didn't see any issues or buggy things so great job on the profile. Keep up the hard work and +rep times a gillion from me

    Holler at me if you ever need someone with all 3 gear sets to test for you, etc.

  3. #6123
    BHLDepression's Avatar Member
    Reputation
    7
    Join Date
    Jan 2012
    Posts
    132
    Thanks G/R
    2/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gabbz View Post
    Is this not a bot . Using a simple follow unit and events to accept and turn in quest should be possible using PQR.
    Its called zygor guides... Its amazing... and you can easily find the guide for free if you google it, no need to pay 80$ XD

  4. #6124
    giranimo's Avatar Private
    Reputation
    1
    Join Date
    Aug 2011
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gabbz View Post
    Is this not a bot . Using a simple follow unit and events to accept and turn in quest should be possible using PQR.
    I think what bubba ment was that pqr was not created to be bot like "honorbuddy" but a dps/healing/tanking optimizer
    Last edited by giranimo; 02-19-2012 at 05:45 PM.

  5. #6125
    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)
    @Xelper
    Is it possible to send a number to PQR from wow chat? Like:
    /pqr pet1
    and save it in any ability?

  6. #6126
    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)
    Originally Posted by bestdamnwarrior View Post
    @Boss

    Well my apologies, I'm really not sure what caused as well as what fixed my problem but seems to be working now after deleting a couple of old addons and just downloading PQR again and having a clean slate so to speak. Numbers were an improvement. Didn't see any issues or buggy things so great job on the profile. Keep up the hard work and +rep times a gillion from me

    Holler at me if you ever need someone with all 3 gear sets to test for you, etc.
    It's no problem. Just glad to have at least a few people giving me feedback.

  7. #6127
    sheuron's Avatar Knight-Champion
    Reputation
    319
    Join Date
    Aug 2011
    Posts
    504
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Profile updates, package includes:
    Mage (Frost PvP, Fire PvE, Fire PvP, Arcane PvE)
    Priest (Holy PvE, Discipline PvP)
    Hunter (MM PvE, Survival PvE)
    Warrior (Protection PvE, Fury PvE)
    Rogue (Combat PvE, Subtlely PvP)
    Death Knight (Frost PvP)
    Shaman (Elemental PvE)
    Also included 2 text files with code necesary to auto gather herbs and archaelogy fragments

    http://goo.gl/rseZ0

    - Add smart polymorph for arenas
    - Add Pressure function
    - Small bugfixes

  8. #6128
    mrkebo's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Feb 2012
    Posts
    78
    Thanks G/R
    0/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @blinded. How can I install your combat and sub rotations? They are named the same so overwrite each other. I tried to rename one of them to combat and it doesent show up in the drop down list. Thanks in advance

  9. #6129
    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)
    Originally Posted by bestdamnwarrior View Post
    @Boss

    Well my apologies, I'm really not sure what caused as well as what fixed my problem but seems to be working now after deleting a couple of old addons and just downloading PQR again and having a clean slate so to speak. Numbers were an improvement. Didn't see any issues or buggy things so great job on the profile. Keep up the hard work and +rep times a gillion from me

    Holler at me if you ever need someone with all 3 gear sets to test for you, etc.
    I'm curious, have you tried my SMF and TG profiles on Ultraxion? How are their numbers compared to arms with your gear?

  10. #6130
    ipass's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    45
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok thanks to Elokaynu for his priest profile)

    I can get most of my Shadow spells to work except Vampiric Touch?

    Actions:/startattck
    SpellId: 34914
    CODE:

    local VT, _, _, _, _, _, timer = UnitDebuffID("target", 34914, "PLAYER")
    local target = UnitExists("target")
    local DarkArch = UnitBuffID("player", 87153)

    if DarkArch ~= nil then
    return false
    elseif target ~= nil then
    if VT ~= nil then
    if timer - GetTime() < 3 then
    return true
    else
    return false
    end
    else
    return true
    end
    else
    return false
    end



    or this code

    local VT, _, _, _, _, _, timer = UnitDebuffID("target", 34914, "PLAYER")
    local target = UnitExists("target")
    local DarkArch = UnitBuffID("player", 87153)

    if DarkArch ~= nil then
    return false
    elseif target ~= nil then
    if VT ~= nil then
    if timer - GetTime() < 3 then
    return true
    else
    return false
    end
    else
    return true
    end
    else
    return false
    end

    Can anyone help me with this problem?

    thanks

    ipass

  11. #6131
    bu_ba_911's Avatar Elite User
    Reputation
    552
    Join Date
    May 2006
    Posts
    1,638
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vorn10 View Post
    @Xelper
    Is it possible to send a number to PQR from wow chat? Like:
    /pqr pet1
    and save it in any ability?
    been wondering about that myself lol

    been thinking if thats possible..... finding some1 that knows how to write addons and trying to compile a gui interface for a profile just to test the capabilities or declaring our own variables
    ^0^Team Nova's PQR NCC ^0^

    If you think someone did something good, take the time to show your appreciation!

  12. #6132
    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)
    Originally Posted by bu_ba_911 View Post
    been wondering about that myself lol

    been thinking if thats possible..... finding some1 that knows how to write addons and trying to compile a gui interface for a profile just to test the capabilities or declaring our own variables
    Yeah, that would be really cool. I would imagine it's possible, I don't know how to do it though.

  13. #6133
    bu_ba_911's Avatar Elite User
    Reputation
    552
    Join Date
    May 2006
    Posts
    1,638
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    me neither, but the potential is there XD i looked into making addons last week and it's just to much for me to get into right now, if i had the time and a lot of valma's help, might be able to get something working
    ^0^Team Nova's PQR NCC ^0^

    If you think someone did something good, take the time to show your appreciation!

  14. #6134
    xLegendx's Avatar Member
    Reputation
    14
    Join Date
    Sep 2011
    Posts
    827
    Thanks G/R
    3/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Boss,

    What type of DPS are you doing on your Arms Warrior on a target dummy?
    I'm with a 382ilvl arms warrior doing 17k With Reckless? I'm not sure if that's good unbuffed lol

  15. #6135
    iEthos's Avatar Sergeant
    Reputation
    16
    Join Date
    Aug 2010
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has anyone ever been banned / suspended for using this? I was just using it and it's AMAZING LOL!

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:11 PM. 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