[PQR] Interrupt with random delay menu

Shout-Out

User Tag List

Page 2 of 8 FirstFirst 123456 ... LastLast
Results 16 to 30 of 111
  1. #16
    Diogo122's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    where i edit stuff i mean how do i acess your UI i'm not finding on PQR like in that screeshot your posted
    sorry for the english, Brazilian here.

    [PQR] Interrupt with random delay
  2. #17
    paintpauller's Avatar Contributor
    Reputation
    128
    Join Date
    Jan 2012
    Posts
    265
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Diogo122 View Post
    where i edit stuff i mean how do i acess your UI i'm not finding on PQR like in that screeshot your posted
    sorry for the english, Brazilian here.
    the screenshots are from PQI and are in-game. in order to access the UI you need to install the addon PQI. to do so go to this website PQInterface - PQRotation Wiki and follow the directions at the bottom of the page. make sure that both the addon and the data file are in the right spots and you are all set up to go. i have it codded so that if PQI is installed on log-in/reload of UI the interface will popup and size its self for you the 1st time its enabled.

    if you still need help let me know and i can help you through Skype!
    -Paint

    Alpha Profiles: - All profiles with PQInterface support!
    Alpha Interrupt: https://goo.gl/OLhGi - Ignore List, Random Percentage, Time Delays, & much More!
    Alpha Utilities: https://goo.gl/rt7WA - Farming, Prospecting, Disenchanting, Milling, & Questing
    Alpha Moonkin: https://goo.gl/gjxw0 - Optimized DPS Rotation for PvE, Mashup of 3 Profiles
    Avery's Ret: https://goo.gl/GhurM - My take on Avery's outstanding Ret profile with PQI

  3. #18
    Diogo122's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by paintpauller View Post
    the screenshots are from PQI and are in-game. in order to access the UI you need to install the addon PQI. to do so go to this website PQInterface - PQRotation Wiki and follow the directions at the bottom of the page. make sure that both the addon and the data file are in the right spots and you are all set up to go. i have it codded so that if PQI is installed on log-in/reload of UI the interface will popup and size its self for you the 1st time its enabled.

    if you still need help let me know and i can help you through Skype!
    -Paint
    working perfect now tnx very much for the help bro, i was wondering if is capable of ignoring casts when someone is casting with ant interrupt skills like inner focus
    Last edited by Diogo122; 03-21-2013 at 04:37 PM.

  4. #19
    paintpauller's Avatar Contributor
    Reputation
    128
    Join Date
    Jan 2012
    Posts
    265
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Diogo122 View Post
    working perfect now tnx very much for the help bro, i was wondering if is capable of ignoring casts when someone is casting with ant interrupt skills like inner focus
    updated logic for both divineshield & Inner Focus. should now ignore interrupting when customTarget has that buff, will need a list of more buffs to ignore tho so if anyone can think of them let me know!

    -Paint

    Alpha Profiles: - All profiles with PQInterface support!
    Alpha Interrupt: https://goo.gl/OLhGi - Ignore List, Random Percentage, Time Delays, & much More!
    Alpha Utilities: https://goo.gl/rt7WA - Farming, Prospecting, Disenchanting, Milling, & Questing
    Alpha Moonkin: https://goo.gl/gjxw0 - Optimized DPS Rotation for PvE, Mashup of 3 Profiles
    Avery's Ret: https://goo.gl/GhurM - My take on Avery's outstanding Ret profile with PQI

  5. #20
    Apsalaar's Avatar Member
    Reputation
    6
    Join Date
    Mar 2009
    Posts
    72
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    e: Fault at my end!

  6. #21
    Diogo122's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    tested and played on arena last night with it and is awesome

  7. #22
    Enuma's Avatar Member
    Reputation
    9
    Join Date
    Sep 2008
    Posts
    137
    Thanks G/R
    4/5
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Hello mate,

    Working like a charm! Thank you!
    Last edited by Enuma; 03-22-2013 at 02:28 PM.

  8. #23
    ginuwine12's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Feb 2013
    Posts
    277
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can you add pls Skull Bash interrupt for ferals

    Skull Bash - Spell - World of Warcraft

  9. #24
    paintpauller's Avatar Contributor
    Reputation
    128
    Join Date
    Jan 2012
    Posts
    265
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ginuwine12 View Post
    can you add pls Skull Bash interrupt for ferals

    Skull Bash - Spell - World of Warcraft
    already in there:
    PHP Code:
    elseif playerClass == "DRUID" then
        local catForm 
    UnitBuffID("player"768)
        if 
    catForm ~= nil then
            
    return 80965
        
    else
            return 
    80964
        end 
    if class is druid and we have the buff catForm then use spell Skull Bash - Spell - World of Warcraft otherwise use spell Skull Bash - Spell - World of Warcraft

    Alpha Profiles: - All profiles with PQInterface support!
    Alpha Interrupt: https://goo.gl/OLhGi - Ignore List, Random Percentage, Time Delays, & much More!
    Alpha Utilities: https://goo.gl/rt7WA - Farming, Prospecting, Disenchanting, Milling, & Questing
    Alpha Moonkin: https://goo.gl/gjxw0 - Optimized DPS Rotation for PvE, Mashup of 3 Profiles
    Avery's Ret: https://goo.gl/GhurM - My take on Avery's outstanding Ret profile with PQI

  10. #25
    ginuwine12's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Feb 2013
    Posts
    277
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by paintpauller View Post
    already in there:
    PHP Code:
    elseif playerClass == "DRUID" then
        local catForm 
    UnitBuffID("player"768)
        if 
    catForm ~= nil then
            
    return 80965
        
    else
            return 
    80964
        end 
    if class is druid and we have the buff catForm then use spell Skull Bash - Spell - World of Warcraft otherwise use spell Skull Bash - Spell - World of Warcraft

    ok i changed it to

    elseif playerClass == "DRUID" then
    local catForm = UnitBuffID("player", 76
    if catForm ~= nil then
    return 106839
    else
    return 106839

    its work like that now thank you

  11. #26
    paintpauller's Avatar Contributor
    Reputation
    128
    Join Date
    Jan 2012
    Posts
    265
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ginuwine12 View Post
    ok i changed it to

    elseif playerClass == "DRUID" then
    local catForm = UnitBuffID("player", 76
    if catForm ~= nil then
    return 106839
    else
    return 106839

    its work like that now thank you
    ohh there is a glyph for it... the one you linked was 80964 which is why i was all confused. the one that you wanted it to use was 106839.
    bliz is so annoying when it comes to glyphed spells. <.<

    updated to use skull bash - 106839 when spell is known!
    also fixed a bug where sometimes it would not interrupt when using random percent or time delay.

    Alpha Profiles: - All profiles with PQInterface support!
    Alpha Interrupt: https://goo.gl/OLhGi - Ignore List, Random Percentage, Time Delays, & much More!
    Alpha Utilities: https://goo.gl/rt7WA - Farming, Prospecting, Disenchanting, Milling, & Questing
    Alpha Moonkin: https://goo.gl/gjxw0 - Optimized DPS Rotation for PvE, Mashup of 3 Profiles
    Avery's Ret: https://goo.gl/GhurM - My take on Avery's outstanding Ret profile with PQI

  12. #27
    Button's Avatar Active Member
    Reputation
    24
    Join Date
    Mar 2007
    Posts
    53
    Thanks G/R
    0/1
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks a lot, always a bit awkward trying to explain instant interrupts to people. +rep

  13. #28
    chaosN's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey
    working great on my shaman.
    But on my druid (Specc Guardian), he doenst interrupt. And it doenst matter if im in bear form or cat form.

  14. #29
    paintpauller's Avatar Contributor
    Reputation
    128
    Join Date
    Jan 2012
    Posts
    265
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chaosN View Post
    Hey
    working great on my shaman.
    But on my druid (Specc Guardian), he doenst interrupt. And it doenst matter if im in bear form or cat form.
    updated download link, accidently pushed a build that was not ready... derp

    if that did not fix it then please let me know the exact spell id for each cat and bear form, from looking on wowhead there is a lot of them all with the same name so you might want to use a addon like idTip - Tooltip - World of Warcraft Addons - Curse which will tell you the id for spells in the tool tip.

    Alpha Profiles: - All profiles with PQInterface support!
    Alpha Interrupt: https://goo.gl/OLhGi - Ignore List, Random Percentage, Time Delays, & much More!
    Alpha Utilities: https://goo.gl/rt7WA - Farming, Prospecting, Disenchanting, Milling, & Questing
    Alpha Moonkin: https://goo.gl/gjxw0 - Optimized DPS Rotation for PvE, Mashup of 3 Profiles
    Avery's Ret: https://goo.gl/GhurM - My take on Avery's outstanding Ret profile with PQI

  15. #30
    Ginostylez's Avatar Member
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey just wondering if you could implement a range system for warrior pummel; to not use it unless it's within melee range
    this is because whenever i go to heroic leap or drop demoralizing banner (which both abilities trigger a green circle to be placed on the ground) the ability cancels and tries to interupt instead even when far away from the target casting =s

    or instead, is there a way to stop this interupter when those abilities are triggered and in the state of dropping a green circle on the ground

    thanks!

Page 2 of 8 FirstFirst 123456 ... LastLast

Similar Threads

  1. "[PQR] Interrupt with random delay" proper link.
    By d3deadl0rd in forum WoW Bots Questions & Requests
    Replies: 2
    Last Post: 11-03-2013, 07:45 PM
  2. [Lua] Betting NPC with random Scroll of Enchant as prize
    By Chijje in forum WoW EMU General Releases
    Replies: 6
    Last Post: 02-12-2010, 11:48 AM
  3. Grief with Random LFG
    By necrohealiac in forum World of Warcraft Exploits
    Replies: 6
    Last Post: 12-10-2009, 03:21 PM
  4. Characters starts with random armor!!??
    By hedlund666 in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 10-15-2009, 02:29 AM
  5. [Exploit] annoy people with random /rolls
    By Taxomi in forum World of Warcraft Exploits
    Replies: 14
    Last Post: 06-11-2008, 10:33 AM
All times are GMT -5. The time now is 07:42 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