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

Shout-Out

User Tag List

Page 564 of 731 FirstFirst ... 64464514560561562563564565566567568614664 ... LastLast
Results 8,446 to 8,460 of 10955
  1. #8446
    cokx's Avatar Banned
    Reputation
    92
    Join Date
    Dec 2008
    Posts
    896
    Thanks G/R
    0/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Now i can understand Valma, i've ~1600 downloads for my pvp profiles ( pala and lock ) and only a handfull of the ownedcore members apreciate the work.
    if you still want the updated warlock and pala pvp profiles, pm me cause i wont upload the profiles in public for ppl who takes it for granted.

    [BETA] PQRotation - an automated ability priority queue.
  2. #8447
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cokx View Post
    Now i can understand Valma, i've ~1600 downloads for my pvp profiles ( pala and lock ) and only a handfull of the ownedcore members apreciate the work.
    if you still want the updated warlock and pala pvp profiles, pm me cause i wont upload the profiles in public for ppl who takes it for granted.
    "You have to spread around your rep before you can give ****** rep again"
    They need to fix this a little, its too restrictive as it is now IMO there are so many great contributors now that the rep-system should get an overhaul.

    Sent from my GT-I9100 using Tapatalk

  3. #8448
    kclux's Avatar Active Member
    Reputation
    16
    Join Date
    Jun 2011
    Posts
    199
    Thanks G/R
    2/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How can I make a rotation basically start from the top again and ignore everything that would normally follow if a certain condition is met. Like for example when the player got a certain buff, say bloodlust for example. Thanks for advise

  4. #8449
    Kaolla's Avatar Contributor
    Authenticator enabled
    Reputation
    126
    Join Date
    Apr 2007
    Posts
    341
    Thanks G/R
    2/2
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kclux View Post
    How can I make a rotation basically start from the top again and ignore everything that would normally follow if a certain condition is met. Like for example when the player got a certain buff, say bloodlust for example. Thanks for advise
    Depending on what you're trying to do, adding something like:
    Code:
    if not UnitBuffID("player", 12345)
    could do the trick. You'd have to add it to the abilities you want to skip; they won't be executed if PQR detects the designated aura on the player (or whatever unit you're checking).

    For instance, one of my Chains of Ice abilities uses the following code:

    Code:
    if IsSpellInRange(GetSpellInfo(45524), PQR_CustomTarget) == 1
        and IsSpellInRange(GetSpellInfo(47528), PQR_CustomTarget) == 0
        and not UnitDebuffID("target", 68766)
        and not UnitDebuffID("target", 45524)
        and not UnitBuffID("target", 1044) then
        return true
    end
    In order, this checks that:

    1. The target is in range of Chains of Ice
    2. The target is not in range of Mind Freeze (a melee ability)
    3. The target is not currently standing in my Desecration (a snare, which makes Chains of Ice redundant)
    4. The target does not currently have the Chains of Ice snare (otherwise, it would spam the ability and waste Frost/Death runes)
    5. The target does not currently have Hand of Freedom.

    I also use Mentally and Bubba's PQ_ValidUnit function to check for a variety of immunities (such as Divine Shield, Deterrence and Cloak of Shadows) as well as Line-of-Sight. It was removed from this example for reasons of simplification.

    If any of these conditions are not met, PQR will skip the ability and continue down the priority list. There are probably more efficient ways to do this, but hopefully it helped
    Last edited by Kaolla; 03-27-2012 at 05:57 AM.

  5. #8450
    Slaweek's Avatar Private
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by diesall View Post
    PQInterface v2.0
    Is there any tricks to make it work? PQInterface window appears, i can open settings and rotation window, but when I load PQR2 and when I start it nothing happens... where can be a problem? RU lang pack maybe?

  6. #8451
    kclux's Avatar Active Member
    Reputation
    16
    Join Date
    Jun 2011
    Posts
    199
    Thanks G/R
    2/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kaolla View Post
    Depending on what you're trying to do, adding something like:
    Code:
    if not UnitBuffID("player", 12345)
    could do the trick. You'd have to add it to the abilities you want to skip; they won't be executed if PQR detects the designated aura on the player (or whatever unit you're checking).
    Thanks Kaolla, yeah I had that idea also but I was wondering if there was an easier way than adding it to all abilities, well no room for being lazy here I guess

  7. #8452
    rovillien's Avatar Sergeant
    Reputation
    17
    Join Date
    May 2011
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Slaweek View Post
    Is there any tricks to make it work? PQInterface window appears, i can open settings and rotation window, but when I load PQR2 and when I start it nothing happens... where can be a problem? RU lang pack maybe?
    Works for me do you get a debugg error?

  8. #8453
    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 sheuron View Post
    This bring back old question, why some spells dont work with pqr like Pyroblast!, Aimed Shot!, Ravage!, ... ?

    Pyroblast! - Spell - World of Warcraft
    Aimed Shot! - Spell - World of Warcraft
    Ravage! - Spell - World of Warcraft
    Castspellbyname with getspellinfo() works tho lol... maybe pqr can't handle the ! In the name in the default spellid box?

    Sent from my Xoom using Tapatalk
    ^0^Team Nova's PQR NCC ^0^

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

  9. #8454
    Kaolla's Avatar Contributor
    Authenticator enabled
    Reputation
    126
    Join Date
    Apr 2007
    Posts
    341
    Thanks G/R
    2/2
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kclux View Post
    Thanks Kaolla, yeah I had that idea also but I was wondering if there was an easier way than adding it to all abilities, well no room for being lazy here I guess
    Hehe, no worries. You'd be surprised; it's actually a fairly quick process, and you often get new ideas while re-examining your code in this manner.

  10. #8455
    Darkstylo's Avatar Contributor Authenticator enabled
    Reputation
    197
    Join Date
    Jan 2009
    Posts
    218
    Thanks G/R
    1/2
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cokx View Post
    Now i can understand Valma, i've ~1600 downloads for my pvp profiles ( pala and lock ) and only a handfull of the ownedcore members apreciate the work.
    if you still want the updated warlock and pala pvp profiles, pm me cause i wont upload the profiles in public for ppl who takes it for granted.
    Valma got his contributor status from his profile.
    1600 downloads could be done by people outside this community i mean if i google for PQR holy paladin
    i get enough hits to download them by not even being member of OC.

    Second, people don't understand that once we rep a profile developer, we can't rep another in within 24 hours.

    Patient..

  11. #8456
    dklcfr's Avatar Master Sergeant
    Reputation
    26
    Join Date
    Aug 2010
    Posts
    127
    Thanks G/R
    3/4
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Darkstylo View Post
    people don't understand that once we rep a profile developer, we can't rep another in within 24 hours.
    this plus if someone's given you rep before there's a high possibility they're still on cd to rep you again, honestly i'd rep all the profile writers/devolopers daily if i could.

  12. #8457
    Darkstylo's Avatar Contributor Authenticator enabled
    Reputation
    197
    Join Date
    Jan 2009
    Posts
    218
    Thanks G/R
    1/2
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dklcfr View Post
    this plus if someone's given you rep before there's a high possibility they're still on cd to rep you again, honestly i'd rep all the profile writers/devolopers daily if i could.
    Thank you for adding that up :-)

  13. #8458
    Edsaxe's Avatar Member
    Reputation
    2
    Join Date
    Sep 2011
    Posts
    91
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Kaolla you have a link to your custom DK script by chance? or can pm me a copy

  14. #8459
    Gabbz's Avatar Contributor
    Reputation
    184
    Join Date
    Dec 2011
    Posts
    451
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am trying to create a Balance profile and i notice something peculiar. Sometimes when i am trying my rotation i just stop interaction with the ui. I can move and chat but i cant target anything and i cant attack. No spells are usable either. It dissapears when i logg but not when doing reload.

    Any one else have this issue? Only happens when i am coding the balance stuff.

  15. #8460
    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 Gabbz View Post
    I am trying to create a Balance profile and i notice something peculiar. Sometimes when i am trying my rotation i just stop interaction with the ui. I can move and chat but i cant target anything and i cant attack. No spells are usable either. It dissapears when i logg but not when doing reload.

    Any one else have this issue? Only happens when i am coding the balance stuff.
    Yeah happened to me to

    Sent from my phone.
    ^0^Team Nova's PQR NCC ^0^

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

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 09:20 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