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

User Tag List

Page 643 of 731 FirstFirst ... 143543593639640641642643644645646647693 ... LastLast
Results 9,631 to 9,645 of 10955
  1. #9631
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    local EShot = select(7, UnitDebuffID("target", 53301, "PLAYER")
    if not UnitDebuffID("target",53301,"player") return true
    if (EShot - GetTime() + 1) < 1.5 then return true end

    Could someone help me out and tell me what's wrong here? This is the code for the 'normal' explosive shot. If the target doesn't have explosive shot, it should cast Explosive Shot.

    If the target has explosive shot and the duration of the explo shot is less then 1,5s it should cast explosive shot.

    cheers

    [BETA] PQRotation - an automated ability priority queue.
  2. #9632
    expunge's Avatar Knight-Lieutenant
    Reputation
    17
    Join Date
    Nov 2011
    Posts
    226
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by onya View Post
    I took a break from the game for a while, but i'm going to start playing again. Let me know any bugs with my resto shaman profile and i'll try and sort them out.
    Welcome back onya!

  3. #9633
    TehVoyager's Avatar I just love KuRIoS
    Reputation
    1282
    Join Date
    Nov 2010
    Posts
    2,733
    Thanks G/R
    85/470
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    @ppl looking for profiles that are annoyed by my "search the thread" response:


    sorry! the majority of people who come post here just make a post saying "WAT I USE FOR (Class) (spec) (Pve/PvP) THNX" without searching. so my instinctive Knee-jerk response is "SEARCH THE THREAD!"

    plus, with repitition, im hoping that one day, somehow, peopel will see the "this is how you search for profiles" and the standard will become searching then asking, instead of vise-versa.

    gl with PQR and i hope you found what your looking for!


    (don't post things I post to Patreon.)

  4. #9634
    maleth's Avatar Banned
    Reputation
    8
    Join Date
    Feb 2012
    Posts
    131
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Onya! I freaking love you dude! Great to see you back!

    Still using your pro resto shammy profile. Love it.

    Can't wait for updates!

  5. #9635
    Xelper's Avatar ★ Elder ★
    Reputation
    1024
    Join Date
    Mar 2007
    Posts
    860
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ipass View Post
    @Xelper ...None of PQR versions of PQR working in the game..no chat message to show its enabled or intterupt list(
    Ever since that 12 mb patch update last night!
    They all worked before that patch lol!
    Any Help Is greatly Appreciated:P

    Ipass
    What version is your WoW?


    Sent from my iPad using Tapatalk HD

  6. #9636
    firepong's Avatar Elite User
    Reputation
    384
    Join Date
    Jan 2008
    Posts
    955
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xelper View Post
    What version is your WoW?


    Sent from my iPad using Tapatalk HD
    Just got that 12.2mb patch myself, and my PQR works just fine. Can't figure out why ipass' isn't working. Don't have the 64bit version installed by accident do you? I know the PTR is only up to test the 64bit launcher from what I remember..

  7. #9637
    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)
    Originally Posted by Dominium View Post
    local EShot = select(7, UnitDebuffID("target", 53301, "PLAYER")
    if not UnitDebuffID("target",53301,"player") return true
    if (EShot - GetTime() + 1) < 1.5 then return true end

    Could someone help me out and tell me what's wrong here? This is the code for the 'normal' explosive shot. If the target doesn't have explosive shot, it should cast Explosive Shot.

    If the target has explosive shot and the duration of the explo shot is less then 1,5s it should cast explosive shot.

    cheers
    just add an else and you forgot a then

    Code:
    if not UnitDebuffID("target",53301,"player") then 
         return true
    else
         if (EShot - GetTime() + 1) < 1.5 then return true end
    end

    Please if someone helped you donate rep to them.

  8. #9638
    expunge's Avatar Knight-Lieutenant
    Reputation
    17
    Join Date
    Nov 2011
    Posts
    226
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xelper View Post
    What version is your WoW?


    Sent from my iPad using Tapatalk HD
    I had this same problem this morning. But what they did was this: They patched, then they unpatched it. So, whatever they did they removed. It was so strange.

  9. #9639
    lucyluuk's Avatar Private
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just to confirm an earlier report that both Gabbz and Sheurons Fire Mage PvE profiles dont seem to be processing pyroblast and consequently no combustion, I just did LFR on EU server after updating PQR and did not get one single pyro proc.

    I have just used my pre-updated PQR folder with the same Fire mage profiles on a training dummy and the pyro's proc immediately.

    I appreciate all the profile writers hard work and wanted to report back constructively.

    Cheers

  10. #9640
    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 lucyluuk View Post
    Just to confirm an earlier report that both Gabbz and Sheurons Fire Mage PvE profiles dont seem to be processing pyroblast and consequently no combustion, I just did LFR on EU server after updating PQR and did not get one single pyro proc.

    I have just used my pre-updated PQR folder with the same Fire mage profiles on a training dummy and the pyro's proc immediately.

    I appreciate all the profile writers hard work and wanted to report back constructively.

    Cheers
    Whats your ilvl? Have you got enough haste/crit?

  11. #9641
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ninjaderp View Post
    Whats your ilvl? Have you got enough haste/crit?
    Does not really make a difference since you should proc pyros if you have bad crit rates too.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017

  12. #9642
    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)
    Originally Posted by Xelper View Post
    What version is your WoW?


    Sent from my iPad using Tapatalk HD

    Wow version 4.3 .3 15354.... x86
    US Server..
    I redownloaded Pqr..then when i'm in wow game..PQR interface just says standby then I enable the interrupt key
    still no chat messages or it wont show Profile active(

    It all worked before that patch installed(

    TY


    (SOLVED)

    Now it works!!! I reinstalled PQR... ty for help
    Firepong
    and Xelper!! and others:P



    Ipass
    Last edited by ipass; 04-13-2012 at 11:43 PM.

  13. #9643
    Gorthok's Avatar Active Member
    Reputation
    18
    Join Date
    Aug 2011
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Xhelper

    Beta Client Offsets, I have data for you.

    If I spent the time I could turn this into the right format but I don't have time, sorry , I just did a quick dump.

    Again this is BETA

    Edit: I just read this and realized I did something wrong on the dump so i'll redo it in a few mins
    =
    Last edited by Gorthok; 04-13-2012 at 09:47 PM.
    If you find someone's post helpful make sure you +rep them!
    The Wiki: https://pqrotation.wikia.com/wiki/PQRotation_Wiki

  14. #9644
    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)
    Originally Posted by lucyluuk View Post
    Just to confirm an earlier report that both Gabbz and Sheurons Fire Mage PvE profiles dont seem to be processing pyroblast and consequently no combustion, I just did LFR on EU server after updating PQR and did not get one single pyro proc.

    I have just used my pre-updated PQR folder with the same Fire mage profiles on a training dummy and the pyro's proc immediately.

    I appreciate all the profile writers hard work and wanted to report back constructively.

    Cheers
    Try this, edit mage profile

    1. Go to Pyroblast! spell
    2. on ability settings "Spell ID: 92315" change to "Spell ID: 0"
    3. Delete Pyroblast code and paste this one

    Code:
    if not UnitChannelInfo("player") 
    and IsUsableSpell(92315) 
    then CastSpellByName(GetSpellInfo(92315)) return true end
    [ 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]

  15. #9645
    tigole1's Avatar Member
    Reputation
    3
    Join Date
    Apr 2012
    Posts
    82
    Thanks G/R
    0/1
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    Try this, edit mage profile

    1. Go to Pyroblast! spell
    2. on ability settings "Spell ID: 92315" change to "Spell ID: 0"
    3. Delete Pyroblast code and paste this one

    Code:
    if not UnitChannelInfo("player") 
    and IsUsableSpell(92315) 
    then CastSpellByName(GetSpellInfo(92315)) return true end
    Wow sheuron it worked i followed your advice changed the code you said and its working like as before, not sure what happned there. Maybe the updated PQR screwed the fire mage profile.

    Thanks for fix it up.

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 02:11 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