PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 601 of 779 FirstFirst ... 101501551597598599600601602603604605651701 ... LastLast
Results 9,001 to 9,015 of 11681
  1. #9001
    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)
    Oh and this post is over nine thousand
    WoW LUA Script Developer
    Need Something Custom? WarmaneScripts.com
    Skype - grapejuice111

    PQR - Rotation Bot
  2. #9002
    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 gnitor View Post
    Ninjaderp, I change both values for Cat and Bear form to this spell (Skull Bash - Spell - World of Warcraft) 106839.
    It works flawlessly in Feral or Guardian specs.

    [Edit] If it doesn't work for you, and you're not sure of the spell ID, just check Sheron's macro from his first post of this thread (PQR - Rotation Bot).
    I'm copying it here for the sake of it:
    Code:
    /run for i=1,200000 do local f=FindSpellBookSlotBySpellID(i,"spell") if f then local n,id=GetSpellBookItemName(f,"spell"),select(2,GetSpellBookItemInfo(f,"spell")) local s=GetSpellInfo(id) s=n==s and " " or "\124cFF4FF763"..s print(id,n,s) end end
    Thank you mate that spellid (106839) did the trick, +rep to you!

  3. #9003
    blaythe's Avatar Active Member
    Reputation
    52
    Join Date
    Aug 2012
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cpowroks View Post
    PHP Code:
    local havoc__stacks UnitBuffID"player"HavocSpellID)
        if 
    havoc~= nil then
            
    if stacks == 3 then                    
                CastSpellByName
    (tostring(GetSpellInfo(ChaosBoltID)))
            
    end
        end 

    just fill in HavocID and ChaosBoltID for the respective IDs

    I love you. Have some rep.

  4. #9004
    blaythe's Avatar Active Member
    Reputation
    52
    Join Date
    Aug 2012
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looking for testers for a Destruction warlock profile. Please see upcoming thread in Profiles section!
    Last edited by blaythe; 03-28-2013 at 05:00 PM.

  5. #9005
    Vogel81's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Feb 2012
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by blaythe View Post
    Looking for testers for a Destruction warlock profile. Please see upcoming thread in Profiles section!
    I'd definitely be interested in this!

  6. #9006
    blaythe's Avatar Active Member
    Reputation
    52
    Join Date
    Aug 2012
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vogel81 View Post
    I'd definitely be interested in this!
    Its up! link in signature!
    Blaythes Destruction Warlock
    https://goo.gl/vUUhW

  7. #9007
    Derpanda's Avatar Private
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone still got the cokx dk pvp profiles?? can't find it anywhere.

  8. #9008
    manw's Avatar Banned
    Reputation
    8
    Join Date
    Nov 2008
    Posts
    130
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, i'm experiencing an issue with the auto interrupt as a warlock.

    I'm using the kick from my pet. My interrupt percent is set to "15" and the range kick of my pet is "40" yards.
    Alright, if my pet is in range for the kick, it will interrupt perfectly.

    Now imagine i'm in arena and there is a shaman casting a heal at 100 yards from my pet, as soon as he will start casting, my pet will go for him but he wouldn't have time to kick the shaman on cast, that's logic because the shaman was too far and the kick range is only 40 yards. The problem is that the pet will kick the shaman after he did the cast anyway ...

    Is it possible to configure the interrupt hack to make it kick ONLY AND ONLY if there is a cast available to avoid those kind of problems ?

    Here is a video of the issue : blabla - YouTube

    Will really appreciate if someone can help me there !
    Last edited by manw; 03-29-2013 at 06:20 AM.

  9. #9009
    werewolfspb's Avatar Private
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    d e l e t e d
    Last edited by werewolfspb; 03-29-2013 at 09:18 AM.

  10. #9010
    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)
    how to initialize members[i].Unit?
    Code:
    if PQR_SpellAvailable(116781) and IsSpellKnown(116781) then
    
    	for i=1, #members do
                    if not UnitIsDeadOrGhost(members[i].Unit) and IsSpellInRange(GetSpellInfo(116781), members[i].Unit) == 1 then
            
            	        local BuffList	=
            { 
            116781,		-- monk
    	17007,		-- feral druid
    	61316,		-- mage
    	1459,		-- mage
    	126309,     	-- hunter's pet
    	126373,            -- hunter's pet
    	24604 		-- hunter's pet
    	}
    			
    			local b = 0
    			
            	        for j=1, #BuffList do
    				if UnitBuffID(members[i].Unit, BuffList[j]) ~= nil then
    				b = b + 1
    				end
    			end
    			
    			if b == 0 then
    				PQR_CustomTarget = members[i].Unit
    				return true
    			end
    			
                    end
    	end
    end
    with "player" instead of "members[i].Unit" and without "for i=1, #members do" all it's work fine, but i want to do it work for party/raid also.

    And how to use extrabutton on Heroic: Council of Elders with same code(check raid members debuff(count), and use it on them)?
    Last edited by WWF; 03-29-2013 at 09:35 AM.

  11. #9011
    Derpanda's Avatar Private
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone still got cokx dk pvp profiles?? can't find it anywhere.

  12. #9012
    Leynd's Avatar Active Member
    Reputation
    15
    Join Date
    Oct 2012
    Posts
    43
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Howdy folks!

    I have never been more appreciative of what the profile coders do for the community than after I started adjusting profiles to my playstyle. Unfortunately, I am now stuck and am hoping for some assistance.

    What I am trying to do is alternate the use of my mitigating cooldowns with the result of only having one up at a time. I can set the first two without trouble, but when I try to set a condition that specifies more than one ability, then it never casts or uses the trinket. For example the following works fine(the PlayerHP value is only set to 100 for ease of testing):

    Code:
    -- Divne Protection
    if PlayerHP <= 100 and PQR_SpellAvailable(498) then
    CastSpellByName(GetSpellInfo(498)
    -- Guardian of Ancient Kings
    elseif PlayerHP <= 100 and PQR_SpellAvailable(86669) and not PQR_SpellAvailable(498) and not UnitBuffID("player", 498) then 
    CastSpellByName(GetSpellInfo(86669))
    end
    -- Trinket 1
    if PlayerHP <= 100 and GetInventoryItemCooldown("player",13) == 0 and not PQR_SpellAvailable(498) and not unitBuffID "player", (498) then
    UseInventoryItem(13)
    The problem is that use the trinket with Guardian of the Ancient Kings. When I attempt to add code to keep the trinket from firing off when GOAK or Divine Prot is up The trinket never fires:

    Code:
    if PlayerHP <= 100 and GetInventoryItemCooldown("player",13) == 0 and not PQR_SpellAvailable(498) and not unitBuffID "player", (498) and not PQR_SpellAvailable(86669) and not UnitBuffID("player", 86669) then
    UseInventoryItem(13)
    I am sure I have missed something quite simple. Any help would be most appreciative!

  13. #9013
    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)
    Hey Avery, I found a Fix to the Mass Exo glyph not working.

    put this under the HaveGlyph() function.

    PHP Code:
    exoID 879
    if HaveGlyph(122028then        
        exoID 
    122032    
    end 
    then go through the profile and replace all of the 879s with exoID

    Heres the fixed profile.
    https://dl.dropbox.com/u/34600079/retfix.zip
    WoW LUA Script Developer
    Need Something Custom? WarmaneScripts.com
    Skype - grapejuice111

  14. #9014
    cahe's Avatar Member
    Reputation
    3
    Join Date
    Aug 2012
    Posts
    88
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi guys some1 have problem with pqr? I have offset 16769 seems work normal but i cant start rotation Any help pls?

  15. #9015
    gnitor's Avatar Corporal
    Reputation
    7
    Join Date
    Feb 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, you seem to have a typo with your brackets:
    Code:
    not unitBuffID "player", (498)
    Don't know if it'll do the trick, but never hurts to check this.

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 06:04 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