PQR - Rotation Bot menu

User Tag List

Page 614 of 779 FirstFirst ... 114514564610611612613614615616617618664714 ... LastLast
Results 9,196 to 9,210 of 11681
  1. #9196
    kuukuu's Avatar Contributor
    Reputation
    269
    Join Date
    Jul 2012
    Posts
    619
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by LazyRaider View Post
    I'm wondering why key presses don't come up on acton bars when pqr is being used.

    or is there a way to disable the keypress animation in wow so key presses dont show up?
    I don't believe it is sending keypresses, just the actual spells being cast. I could be wrong though but that is my best guess judging on how it interacts with the UI itself.
    Former PQR Developer

    PQR - Rotation Bot
  2. #9197
    Captncrunch's Avatar Sergeant Major
    Reputation
    13
    Join Date
    Oct 2012
    Posts
    168
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone have the new offsets, they must have just ninja'd an update?
    Edit: Derp omit the above.
    Last edited by Captncrunch; 04-07-2013 at 08:18 AM.

  3. #9198
    mormord's Avatar Private
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anybody has an idea how to put glyphed exorcism in retribution rotation? When i use glyphed ID 122032 rotation goes on and totally skips exorcism. When i use non-glyphed ID 879 it uses it once and rotation stops.

  4. #9199
    oswalt0's Avatar Corporal
    Reputation
    12
    Join Date
    Nov 2009
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there anyway in the Interrupt profiles to set it so some spells are immediately interrupted and some use the a math say 10-60%? I would like Mind Flay (Insanity) it be interrupted ASAP and a few other. TIA!

  5. #9200
    cpowroks's Avatar Contributor
    Reputation
    180
    Join Date
    Oct 2007
    Posts
    623
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @mormord. Ive modified avery's ret profile to have a check if you have the glyph or not. Heres the profile.
    https://dl.dropbox.com/u/34600079/retfix.zip
    WoW LUA Script Developer
    Need Something Custom? WarmaneScripts.com
    Skype - grapejuice111

  6. #9201
    Mavmins's Avatar Contributor
    Reputation
    165
    Join Date
    Oct 2012
    Posts
    606
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can anyone help me track down where this error is coming from ? I'm new to this still and I dunno where to start looking for the error

    Code:
    ID: 1
    Error occured in: Global
    Count: 1
    Message: [string "local Brimstone = UnitBuffID("player", 1086..."] line 81:
       attempt to compare number with nil
    Debug:
       [string "local Brimstone = UnitBuffID("player", 1086..."]:81: ?()
       [string "if PQR_Addon_Loaded == nil then..."]:765: PQR_NextAbility()
       [string "if PQR_Addon_Loaded == nil then..."]:534: PQR_ExecuteRotation()
       [string "if PQR_Addon_Loaded == nil then..."]:287:
          [string "if PQR_Addon_Loaded == nil then..."]:214
    Locals:
    Brimstone = "Fire and Brimstone"
    DarkSoul = nil
    Backdraft = "Backdraft"
    _ = ""
    _ = "Interface\Icons\Ability_Warlock_Backdraft"
    Stacks = 1
    ImmolateAoE = "Immolate"
    _ = ""
    _ = "Interface\Icons\Ability_Mage_WorldInFlames"
    _ = 1
    _ = "Magic"
    _ = 15.432
    ImmolateAoEtimer = 19740.026
    havoc = "Havoc"
    _ = ""
    _ = "INTERFACE\ICONS\ability_warlock_baneofhavoc"
    havocstacks = 3
    SpellStart = 19616.454
    SpellDuration = 120
    darksoul = 0.70600000000195
    CurrentCast = nil
    (*temporary) = nil
    (*temporary) = 137587
    (*temporary) = true
    (*temporary) = 19749.868
    (*temporary) = "attempt to compare number with nil"

  7. #9202
    Nerder's Avatar Contributor
    Reputation
    117
    Join Date
    Aug 2012
    Posts
    263
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mavmins View Post
    can anyone help me track down where this error is coming from ? I'm new to this still and I dunno where to start looking for the error
    Post or send me the code within the ability that starts with
    local Brimstone = UnitBuffID("player", 1086...

  8. #9203
    WWF's Avatar Active Member
    Reputation
    31
    Join Date
    Jul 2010
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it is a simple code for Jin'rokh berserker Hard Mode
    Code:
    -- Ionization
    if UnitDebuffID("player", 138733) ~= nil and UnitDebuffID("player", 138002) == nil and not isMoving then
    	if PQR_SpellAvailable(122783) and IsSpellKnown(122783) then
    		CastSpellByName(GetSpellInfo(122783), "player")
    	end
    end
    how could i check "no raid members within 4 yards from me"?

  9. #9204
    WWF's Avatar Active Member
    Reputation
    31
    Join Date
    Jul 2010
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nerder View Post
    @WWF I just realized that you posted a while back about how you're on PQR 2.1 instead of 2.2, and from my understanding 2.1 was having Unit info issues, and the PQR_IsMoving() uses the unit info, so you might not get that to work being on the lower version
    same problem with 2.2
    Code:
    if not PQR_IsMoving(10) then
    CastSpellByName(GetSpellInfo(113656), "target")
    end
    or it's still not fixed?

  10. #9205
    Nerder's Avatar Contributor
    Reputation
    117
    Join Date
    Aug 2012
    Posts
    263
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WWF View Post
    same problem with 2.2
    Code:
    if not PQR_IsMoving(10) then
    CastSpellByName(GetSpellInfo(113656), "target")
    end
    or it's still not fixed?
    PQR_IsMoving() is working for me, I just tested with
    Code:
    if PQR_IsMoving() then
    	print("MOVING")
    else
    	print("Stationary")
    end
    Also, for your code try just doing like I did for the test,
    Code:
    if PQR_IsMoving() then
           return false
    else
           CastSpellByName(GetSpellInfo(113656))
    end
    Dont really need the "target" as FoF doesnt require a target to cast
    Last edited by Nerder; 04-07-2013 at 02:06 PM.

  11. #9206
    WWF's Avatar Active Member
    Reputation
    31
    Join Date
    Jul 2010
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Nerder "target" it is copy/paste for all abilities , forget.
    About PQR_IsMoving() - i said two pages earlier - is work, yes, but ("TIME") doesn't work, even with PQR_IsMoving(100000) it cause cast a spell after 0.1 sec not move - it is my problem.

  12. #9207
    Nerder's Avatar Contributor
    Reputation
    117
    Join Date
    Aug 2012
    Posts
    263
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WWF View Post
    @Nerder "target" it is copy/paste for all abilities , forget.
    About PQR_IsMoving() - i said two pages earlier - is work, yes, but ("TIME") doesn't work, even with PQR_IsMoving(100000) it cause cast a spell after 0.1 sec not move - it is my problem.
    ok, well all I did was change the () to (5) and it still works....
    Code:
    if PQR_IsMoving(5) then
    	print("Moving")
    else
    	print("Stationary")
    end
    So are you trying to cast a certain time after moving? Because all IsMoving is for is to prevent spells like FoF from being cast while moving and the time will prolong as to when registering the "movement" PQR_IsMoving(0.1) would be a good one for spells like FoF
    Last edited by Nerder; 04-07-2013 at 02:33 PM.

  13. #9208
    WWF's Avatar Active Member
    Reputation
    31
    Join Date
    Jul 2010
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nerder View Post
    So are you trying to cast a certain time after moving?
    Because all IsMoving is for is to prevent spells like FoF from being cast while moving and the time will prolong as to when registering the "movement" PQR_IsMoving(0.1) would be a good one for spells like FoF
    yes
    no, example: i press a d a d a d or whatever i press while I move from a "void zone" - FoF will be used after first a and will be canseled afted first d - I don't want it

  14. #9209
    Nerder's Avatar Contributor
    Reputation
    117
    Join Date
    Aug 2012
    Posts
    263
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    IDK how to help you there yet. I tried messing with other PQR functions and nothing. Only thing I can recommend to you is doing something like putting FoF on a keytoggle. I mean PQR is already taking away a lot of the struggles you would have to dps and move that I'm sure hitting a CTRL key or something wouldnt kill you =P

  15. #9210
    WWF's Avatar Active Member
    Reputation
    31
    Join Date
    Jul 2010
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nerder View Post
    or something wouldnt kill you =P
    xD okay, i will try
    what about link (PQR - Rotation Bot) ?

Similar Threads

  1. [Bot] PQR PE Next Steps / Future of Rotation Botting
    By Chevrolet1 in forum World of Warcraft Bots and Programs
    Replies: 120
    Last Post: 10-21-2014, 11:47 AM
  2. [Bot] PQR - Rotation Bot
    By Xelper in forum World of Warcraft Bots and Programs
    Replies: 1738
    Last Post: 10-15-2014, 11:00 AM
  3. [Selling] 3 Lifetime Session Keys For Sale, Great for the PQR user looking for a rotation bot
    By cukiemunster in forum World of Warcraft Buy Sell Trade
    Replies: 13
    Last Post: 03-11-2014, 07:18 AM
  4. rotation bot leveling (PQR)
    By classdog in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 09-17-2013, 06:13 PM
  5. [HELP] PQR Rotation Bot Profile Making
    By Missu in forum Programming
    Replies: 0
    Last Post: 10-22-2012, 06:27 AM
All times are GMT -5. The time now is 11:17 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