PQR - Rotation Bot menu

User Tag List

Page 317 of 779 FirstFirst ... 217267313314315316317318319320321367417 ... LastLast
Results 4,741 to 4,755 of 11681
  1. #4741
    lolomo2003's Avatar Active Member
    Reputation
    49
    Join Date
    Apr 2012
    Posts
    102
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just a quick question any one plan to improve Guardian profile (Sheurons give some errors and stop, Gabbz's profile not using FF on multi target and shred also few minor priorised stuffs) and also anyone work on a Rogue profile for Assasination or Combat (PVE) and Sub (PVP). ??
    P.S Please dont answer with "Use search tool" I have all profiles dwl in my PQR . Im asking about improvements not for profiles

    PQR - Rotation Bot
  2. #4742
    Decaed's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sikair27 View Post
    Anyone else having issues with Decaed's DW frost dk profile not using Soul Reaper? Tried fixing it myself to no avail. Would love an update if possible!
    Oh, man, I haven't made any updates to that profile since before MoP even went live. My raid required I play a ranged class, so I'm no longer raiding on my DK. But I would suggest going 2H and using Kinkeh's profile which you can find here (PQR - Rotation Bot).

    But if you insist on playing DW Frost, let me know and I'll update the profile for you.

  3. #4743
    KleskReaver's Avatar Sergeant
    Reputation
    9
    Join Date
    Jul 2012
    Posts
    39
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lawlmoto View Post
    Yes. Create an event handler for the target changed event.

    Sent from my Galaxy Nexus using Tapatalk 2
    okay I've tried this:
    Code:
    if (event == "PLAYER_TARGET_CHANGED") then
    	
    		CastSpellByName( GetSpellInfo(73981), nil )
    		return true
    	
    end
    Has not worked for me, (I have no idea what I'm doing btw, just taking a stab at it, lol)

    Any further help with this? I wish I understood LUA it better

  4. #4744
    averykey's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2011
    Posts
    448
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Rep+ paypal money for solution!

    Need help, my switching mode stuff is almost done.
    Just trying to make aoeMode start on false when I press left alt, right now it starts on true.

    Anyone have a solution? I have both variables start as nils when the rotation loads.

    Here is all the code where the variables are used, thanks .

    PHP Code:
    -- Inq Check
    if UnitBuffID("player"84963) == nil or select(7UnitBuffID"player"84963)) - GetTime() < 3 then
        
    return false
    end

    -- Solo/PvP Check
    local PlayerHP 
    100 UnitHealth("player") / UnitHealthMax("player")
    if 
    not IsInInstance() or IsInInstance() and select(2GetInstanceInfo()) ~= "raid" then
        
    if PlayerHP <= 70 then
            
    return false
        end
    end

    -- 5 Holy Power Divine Purpose Tv/Ds
    if UnitPower("player"9) == or UnitBuffID("player"86172) and select(7UnitBuffID"player"90174)) - GetTime() <= 2 then
    if singleMode == false then
            CastSpellByName
    (GetSpellInfo(85256), "target")
    elseif 
    singleMode == true or aoeMode == false or aoeMode == true then
            
    if RangeCheck(85256"target"then
                CastSpellByName
    (GetSpellInfo(53385), "target")        
            
    end
        end
    end 
    PHP Code:
    -- Inq Check
    if UnitBuffID("player"84963) == nil or select(7UnitBuffID"player"84963)) - GetTime() <= 4.5 then
        
    return false
    end

    -- Solo/PvP Check
    local PlayerHP 
    100 UnitHealth("player") / UnitHealthMax("player")
    if 
    not IsInInstance() or IsInInstance() and select(2GetInstanceInfo()) ~= "raid" then
        
    if PlayerHP <= 70 then
            
    return false
        end
    end

    -- Holy Power Check
    if UnitPower("player"9) ~= and UnitBuffID("player"105809) == nil then
        
    if PQR_SpellAvailable(879) or PQR_SpellAvailable(24275) or PQR_SpellAvailable(35395) or PQR_SpellAvailable(20271) or UnitBuffID("player"87138then
            
    return false
        end
    end

    -- 3 Holy Power Divine Purpose Tv/Ds
    if UnitPower("player"9) == or UnitPower("player"9) == or UnitBuffID("player"86172then
        
    if singleMode == false then
            CastSpellByName
    (GetSpellInfo(85256), "target")
        elseif 
    singleMode == true or aoeMode == false or aoeMode == true then
            
    if RangeCheck(85256"target"then
                CastSpellByName
    (GetSpellInfo(53385), "target")
            
    end
        end
    end 
    PHP Code:
    -- Holy Avenger Check
    if UnitBuffID("player"105809) and UnitPower("player"9) >= 3 then
        
    return false
    -- Wrong Spell Cast Check
    elseif PQR_SpellAvailable(879) or PQR_SpellAvailable(24275) or UnitBuffID("player"87138then
        
    return false
    end

    -- Cs/Hotr
    if UnitPower("player"9) < 5 then
        
    if singleMode == false or singleMode == true then
            CastSpellByName
    (GetSpellInfo(35395), "target")
        elseif 
    aoeMode == false or aoeMode == true then
            CastSpellByName
    (GetSpellInfo(53595), "target")
        
    end
    end 
    PHP Code:
    -- Seal Check
    if not IsMounted() and not UnitInVehicle("player") and not UnitIsDeadOrGhost("player"then
        
    if aoeMode == nil and singleMode == nil and GetShapeshiftForm("player") ~= 1 then
            CastShapeshiftForm
    (1)
        
    end
    end 
    PHP Code:
    singleMode nil
    aoeMode 
    nil 
    PHP Code:
    local seal GetShapeshiftForm("player")

    -- 
    Mode Fix
    if singleMode == nil then singleMode false PQR_WriteToChat("Single Mode: \124cFFE61515Truth/Tv/Cs"end

    if modtime == nil then modtime 0 end
    if IsLeftControlKeyDown() and GetTime() - modtime 1  then
        modtime 
    GetTime()
        if 
    singleMode then 
            singleMode 
    false
            
    if seal ~= or seal == 2 then CastShapeshiftForm(1end
            PQR_WriteToChat
    ("Single Mode: \124cFFE61515Truth/Tv/Cs")
        else
            
    singleMode true
            
    if seal ~= or seal == 2 then CastShapeshiftForm(1end
            PQR_WriteToChat
    ("Single Mode: \124cFFE61515Truth/Ds/Cs")
        
    end
    elseif IsLeftAltKeyDown() and GetTime() - modtime 1  then
        modtime 
    GetTime()
        if 
    aoeMode then 
            aoeMode 
    false
            
    if seal ~= or seal == 2 then CastShapeshiftForm(1end
            PQR_WriteToChat
    ("Aoe Mode: \124cFFE61515Truth/Ds/Hotr")
        else
            
    aoeMode true
            
    if seal ~= or seal == 1 then CastShapeshiftForm(2end
            PQR_WriteToChat
    ("Aoe Mode: \124cFFE61515Sotr/Ds/Hotr")
        
    end
    end 
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  5. #4745
    Decaed's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have some + rep for someone who can give me an idea of how to fix some code I'm using.

    I'm currently working on the "opener" as we call it for demo locks. Basically, I need to have HoG, Corruption, Doom, and another HoG go up on the target before you go into filler mode. But the tricky thing is coding Doom because you have to be in Meta to be able to cast it, and then you need to immediately drop out of Meta once Doom has been applied to start building Demonic Fury. And then you also want it to be refreshing Doom.

    This is what I have so far:

    PHP Code:
    local Doom,_,_,_,_,_,Doomtimer UnitDebuffID("target",603,"PLAYER")

    if 
    Doom == 1
    then 
    return false

    elseif Doom == nil
    and GetShapeshiftForm("player") ~= 1
    then
    CastShapeshiftForm
    (1
    then
    CastSpellByName
    (tostring(GetSpellInfo(603)))
    then
    CancelUnitBuff
    ("player",(tostring(GetSpellInfo(103958))))
    return 
    true
    end

    if Doomtimer GetTime() < 10
    then
    CastSpellByName
    (tostring(GetSpellInfo(603)))
    return 
    true
    end

    end 
    The problem I'm having is that I'm not overly experienced with coding yet and while it will put me into Meta it will not cast Doom. And I can't work it out
    Last edited by Decaed; 10-07-2012 at 08:49 AM.

  6. #4746
    sumthingkreative's Avatar Private
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi All

    I am a bit new at this

    I downloaded PQR from PQRotation / Home / Home

    I unziped it and ran the PriorityQueueRotation.exe with the WOW 64 and 32 bit clients running with my charactor logged in

    When loaded it it said next to Processs "edit mode (no bot functionality).

    I assume this means that it cant bind to my instance of WoW. How can i correct this problem?

  7. #4747
    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 sumthingkreative View Post
    Hi All

    I am a bit new at this

    I downloaded PQR from PQRotation / Home / Home

    I unziped it and ran the PriorityQueueRotation.exe with the WOW 64 and 32 bit clients running with my charactor logged in

    When loaded it it said next to Processs "edit mode (no bot functionality).

    I assume this means that it cant bind to my instance of WoW. How can i correct this problem?
    dont think that versions up to date, dl the one from the first post of this thread.

  8. #4748
    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)
    I don't run that SourceForge page. Someone set that up a long time ago... Its not anything to worry about, its just a really old version of PQR.

    Download PQRUpdater from the main post.

  9. #4749
    sumthingkreative's Avatar Private
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xelper View Post
    I don't run that SourceForge page. Someone set that up a long time ago... Its not anything to worry about, its just a really old version of PQR.

    Download PQRUpdater from the main post.
    Thanks a ton!!

  10. #4750
    mrleo's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    Is my current one not working?

    Sent from my ThunderBolt using Tapatalk 2
    so i must have missed something... because the last time i dwld ur stuff it wasnt working for lvl 90... could u past the svn url or give me directions? i tried to copy and paste some from ur signature but it doesnt work the profiles are all for lvl 85

  11. #4751
    Kelloy's Avatar Member
    Reputation
    2
    Join Date
    Oct 2011
    Posts
    28
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Master34 View Post
    Do you have power strike??

    Yes I have power strike.

  12. #4752
    Rabbel's Avatar Member
    Reputation
    11
    Join Date
    May 2007
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So, I've been using Nova's profile for a BM Hunter, but every so often, it locks up my character. I can't use any skills anymore, neither by keybind, clicking, nothing. It only resets when I die or log out and back in. Is there any way I can fix this?
    Last edited by Rabbel; 10-07-2012 at 10:52 AM.

  13. #4753
    vergil10's Avatar Member
    Reputation
    1
    Join Date
    Oct 2011
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hello
    any best unholy profiles ?

  14. #4754
    Sovietbobcat's Avatar Corporal
    Reputation
    1
    Join Date
    May 2012
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lolomo2003 View Post
    Just a quick question any one plan to improve Guardian profile (Sheurons give some errors and stop, Gabbz's profile not using FF on multi target and shred also few minor priorised stuffs) and also anyone work on a Rogue profile for Assasination or Combat (PVE) and Sub (PVP). ??
    P.S Please dont answer with "Use search tool" I have all profiles dwl in my PQR . Im asking about improvements not for profiles
    The maintained use of FF on Aoe is not the best use of GCD.

    Shred is a Feral ability not a Guardian ability.

    As for other question. There are a number of profiles out there that work and have/are being updated when needed or requested.

  15. #4755
    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 Decaed View Post
    I have some + rep for someone who can give me an idea of how to fix some code I'm using.

    I'm currently working on the "opener" as we call it for demo locks. Basically, I need to have HoG, Corruption, Doom, and another HoG go up on the target before you go into filler mode. But the tricky thing is coding Doom because you have to be in Meta to be able to cast it, and then you need to immediately drop out of Meta once Doom has been applied to start building Demonic Fury. And then you also want it to be refreshing Doom.

    This is what I have so far:

    PHP Code:
    local Doom,_,_,_,_,_,Doomtimer UnitDebuffID("target",603,"PLAYER")

    if 
    Doom == 1
    then 
    return false

    elseif Doom == nil
    and GetShapeshiftForm("player") ~= 1
    then
    CastShapeshiftForm
    (1
    then
    CastSpellByName
    (tostring(GetSpellInfo(603)))
    then
    CancelUnitBuff
    ("player",(tostring(GetSpellInfo(103958))))
    return 
    true
    end

    if Doomtimer GetTime() < 10
    then
    CastSpellByName
    (tostring(GetSpellInfo(603)))
    return 
    true
    end

    end 
    The problem I'm having is that I'm not overly experienced with coding yet and while it will put me into Meta it will not cast Doom. And I can't work it out
    have you tried without the then between each cast?

    Please if someone helped you donate rep to them.

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 08:30 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search