PQR - Rotation Bot menu

User Tag List

Page 319 of 779 FirstFirst ... 219269315316317318319320321322323369419 ... LastLast
Results 4,771 to 4,785 of 11681
  1. #4771
    lawlmoto's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2008
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Master34 View Post
    Anyone can explain me how the manual cast in the setting of pqr work please???
    Type in a custom function name, then.

    I'll use CUSTOMFUNCTION as my example here

    Make a macro.

    /script if CUSTOMFUNCTION then CUSTOMFUNCTION(1) end

    (The 1 = the first rotation)

    PQR - Rotation Bot
  2. #4772
    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
    You'll have to create a frame then register the event.


    PHP Code:
    if not eventloaded then
        eventloaded 
    true
        
    function EventHandler(selfevent, ...)
            if 
    event == "PLAYER_TARGET_CHANGED" then
                
    if GetSpellCooldown(73981) == and combos 3 then
                    CastSpellByID
    (73981)
                    return
                
    end
            end

            
    if event == "UNIT_COMBO_POINTS" then
                    combos 
    GetComboPoints("player")
            
    end
        end

        frame 
    CreateFrame("FRAME""EHFrame")
        
    frame:RegisterEvent("PLAYER_TARGET_CHANGED")
        
    frame:RegisterEvent("UNIT_COMBO_POINTS")
        
    frame:SetScript("OnEvent"EventHandler)
    end 
    Thanks heaps for your help! much appreciated, +Rep

  3. #4773
    Master34's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Nov 2011
    Posts
    119
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lawlmoto View Post
    Type in a custom function name, then.

    I'll use CUSTOMFUNCTION as my example here

    Make a macro.

    /script if CUSTOMFUNCTION then CUSTOMFUNCTION(1) end

    (The 1 = the first rotation)

    LOL im so bad in coding...
    i lost u at (The 1 = the first rotation)

    by the first rotation u mean? I need to replace the (1) by something?
    Last edited by Master34; 10-07-2012 at 08:44 PM.

  4. #4774
    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)
    Been trying to find a way to auto cast lights hammer where the mouse is at. anyone know how?

    --Light's Hammer
    if IsPlayerSpell(11415 and PQR_SpellAvailable(11415 then
    if RangeCheck(114158, "target") and not UnitChannelInfo("player") and not PQR_IsMoving(1) then
    SpellCancelQueuedSpell()
    CastSpellByName(GetSpellInfo(11415, nil)
    if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end
    return true
    end
    end

    Current ^ just dnd code with light's hammer



    edit: finished the 4 rotation switch code, works perfectly. Just trying to fix light's hammer and then I will release.
    Last edited by averykey; 10-07-2012 at 09:03 PM.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  5. #4775
    garoboldy's Avatar Contributor
    Reputation
    123
    Join Date
    Aug 2007
    Posts
    407
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm in shock there are no 90 Brewmaster profiles currently.

  6. #4776
    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
    Sorry my mistake I dont have any idea why wrote shred instead of swipe. About FF it should be applied on every target when u fight with more than 2 mobs and in raid on long trash fight can be very useful.
    Only used Gabbz so far, but Swipe is in the top 2/3 for Aoe.

    While I do agree on FF, it is not needed as you normally have another to do it for you.

    Weakened Armor
    Effect: -12% armor
    Brought by: Any Druid ( Faerie Fire), any Rogue ( Expose Armor), and any Warrior ( Sunder Armor).

  7. #4777
    yourson's Avatar Member
    Reputation
    4
    Join Date
    Feb 2012
    Posts
    149
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone has working code for Gara?

  8. #4778
    Kinkeh's Avatar Established Member
    Reputation
    243
    Join Date
    Jan 2012
    Posts
    450
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by yourson View Post
    Anyone has working code for Gara?
    We just got to gara last night so no time to test it(just an edit of bu_ba's madness code), so it should work.
    Code:
    -- Gara'jal Banishment button.
    local Banishment = select(7,UnitDebuffID("player",116272))
    if Banishment and Banishment - GetTime() < 1 then 
       RunMacroText("/click ExtraActionButton1") 
    end
    Last edited by Kinkeh; 10-08-2012 at 01:32 AM.

  9. #4779
    lawlmoto's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2008
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Master34 View Post
    LOL im so bad in coding...
    i lost u at (The 1 = the first rotation)

    by the first rotation u mean? I need to replace the (1) by something?
    No.

    Just use Pineapple as your function name and then for the macro have.

    /script if Pineapple then Pineapple(1) end

    Make sure the first rotation has something selected, and voila.

  10. #4780
    Myra's Avatar Member
    Reputation
    1
    Join Date
    Dec 2010
    Posts
    29
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dominium View Post
    Btw unless you guys tell me what you want changed I will not be changing anything for quite a while, as I am going main Holy since ret is bullcrap atm.
    Any chance we'll be seeing Your Holy-PvP profile aroundhere? ;-)

  11. #4781
    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)
    hi
    any one know unholy profile with soul reaper ???

  12. #4782
    vorn10's Avatar Active Member
    Reputation
    75
    Join Date
    Nov 2010
    Posts
    303
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by garoboldy View Post
    I'm in shock there are no 90 Brewmaster profiles currently.
    There is one made by Kuukuu in BETA times.
    Brewmaster
    use Puryfing Brew manually it is out of GCD.
    and CDs too use urself.
    Its not epic but working like it should imo.

  13. #4783
    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)
    Originally Posted by Myra View Post
    Any chance we'll be seeing Your Holy-PvP profile aroundhere? ;-)
    I *might* update Cokx Holy Paladin PvP profile from 4.3.4. Definitely won't be making my own profile, I suck at coding too much to make a healing profile. But no ETA on this. If I do get round to recoding it, I will definitely release it here

  14. #4784
    asaphelps's Avatar Contributor
    Reputation
    238
    Join Date
    Oct 2008
    Posts
    174
    Thanks G/R
    16/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vorn10 View Post
    There is one made by Kuukuu in BETA times.
    Brewmaster
    use Puryfing Brew manually it is out of GCD.
    and CDs too use urself.
    Its not epic but working like it should imo.
    His works nicely except that it can cause your ui to lockup and you won't be able to cast anything. It seems to happen fairly randomly and usually requires a wow restart or to at least drop combat.

  15. #4785
    BallisticJoker's Avatar Sergeant
    Reputation
    10
    Join Date
    Aug 2012
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just so you know guys - any frost DKs rolling 2H should roll with Kink's profile - I'm in iLvl 678 gear and on my HIGH POPULATION raiding server, guild ranked 3 - Ranked top 100 on WoL for first 3 fights.

    Props to Kinkeh!

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