PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 638 of 779 FirstFirst ... 138538588634635636637638639640641642688738 ... LastLast
Results 9,556 to 9,570 of 11681
  1. #9556
    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)
    Dang, how old was your computer and why did it just die (too much dust stacked perhaps?)

    PQR - Rotation Bot
  2. #9557
    repa33's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could someone please post a link to Elemental Shaman profile? The only one, i've found here, is Cpoworks profile, but it doesn't work with Russian client.

    __________

    Found! Soapbox Profiles

    List of profiles: show
    Last edited by repa33; 05-10-2013 at 06:32 PM.

  3. #9558
    Evgenij's Avatar Private
    Reputation
    1
    Join Date
    May 2013
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by marcmk2 View Post
    Try
    Code:
    local health = 100 * UnitHealth("player") / UnitHealthMax("player")
    local vicrush = UnitBuffID("player",32216)
    if health <= 80 and vicrush then
    return true end
    Hello. Thank you for your help. Does not work

  4. #9559
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone remember how to create an ability counter?

    I'm trying to get this ability to cast twice in a row only. Once it has the ability counter should reset.

    PHP Code:
    if not UnitBuffID("player",53224)
    or (
    select(7,UnitBuffID("player",53224)) - GetTime() < 2)
    then CastSpellByName(GetSpellInfo(56641),nil
    return 
    true end 
    I'm having issues where the ability casts three times in a row which is really annoying and a dps loss because the buff from casting twice doesn't go up in time and the third shot lines up.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017

  5. #9560
    BoostON's Avatar Member BOOST SERVICES CoreCoins Purchaser
    Reputation
    1
    Join Date
    May 2013
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Who can help me?
    Offsets 15595 from Arena Tournament 4.3.4 is necessary to me.
    The usual doesn't work
    I and itself created, but I am not able.
    Who can explain as me it to make?
    As I wanted to do itself offsets for PTR

  6. #9561
    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 kickmydog View Post
    Does anyone remember how to create an ability counter?

    I'm trying to get this ability to cast twice in a row only. Once it has the ability counter should reset.

    PHP Code:
    if not UnitBuffID("player",53224)
    or (
    select(7,UnitBuffID("player",53224)) - GetTime() < 2)
    then CastSpellByName(GetSpellInfo(56641),nil
    return 
    true end 
    I'm having issues where the ability casts three times in a row which is really annoying and a dps loss because the buff from casting twice doesn't go up in time and the third shot lines up.
    PHP Code:
    if not PQ_CombatLog then
        Steady_Shot_Count 
    0
        Alpha_CombatLog 
    CreateFrame('Frame')
        
    Alpha_CombatLog:RegisterEvent("COMBAT_LOG_EVENT_UNFILTERED")
        function 
    CombatLog_OnEvent(selfevent, ...)
            
    local type_sourceGUIDsourceNAME__destGUIDdestNAME select(2, ...)
            if (
    event=="COMBAT_LOG_EVENT_UNFILTERED"then
                
    if type == "SPELL_DAMAGE" and select(12, ...) == 56641
                
    and sourceNAME == UnitName("player"then
                    Steady_Shot_Count 
    Steady_Shot_Count 1
        end end end 
        Alpha_CombatLog
    :SetScript("OnEvent"CombatLog_OnEvent)
        
    PQ_CombatLog true
    end

    if Delay_Steady_Shot GetTime() then return false end

    if Steady_Shot_Count == 2 then 
        Steady_Shot_Count 

        Delay_Steady_Shot 
    = (GetTime()) + 10 -- Delays Ability for 10 seconds
    end

    if not UnitBuffID("player",53224) or (select(7,UnitBuffID("player",53224)) - GetTime() < 2then 
        CastSpellByName
    (GetSpellInfo(56641),nil
        return 
    true 
    end 
    should do what you want, cast Steady Shot till we have 2 successful hits then reset the count and delay using for 10 seconds. you could use whatever to delay the profile but i have no idea how to play a hunter so i just used a time delay.

    i did not test this but i use something similar for my double jeopardy code so it should work, let me know if it does =D.

    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

  7. #9562
    jamesbay's Avatar Sergeant
    Reputation
    8
    Join Date
    Oct 2011
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone point me in the direction of a really good Protection Warrior profile? Have been searching around and have a hard time finding one.

  8. #9563
    expunge's Avatar Knight-Lieutenant
    Reputation
    17
    Join Date
    Nov 2011
    Posts
    226
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jamesbay View Post
    Can someone point me in the direction of a really good Protection Warrior profile? Have been searching around and have a hard time finding one.
    You didn't look very hard.. WoW Bot Maps And Profiles

  9. #9564
    rids0wnz's Avatar Member
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    KickMyDog - quick question for you.

    Been using your profiles since Dragonsoul Heroic progress, and back in the day you used to have something in them to automatically pop Synapse Springs whenever it was off cooldown, this doesnt appear to be in your current profiles. Any chance this might make a return? Or you can point a complete coding newb like me in the right direction to add this manually?

    Cheers

  10. #9565
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by paintpauller View Post
    PHP Code:
    if not PQ_CombatLog then
        Steady_Shot_Count 
    0
        Alpha_CombatLog 
    CreateFrame('Frame')
        
    Alpha_CombatLog:RegisterEvent("COMBAT_LOG_EVENT_UNFILTERED")
        function 
    CombatLog_OnEvent(selfevent, ...)
            
    local type_sourceGUIDsourceNAME__destGUIDdestNAME select(2, ...)
            if (
    event=="COMBAT_LOG_EVENT_UNFILTERED"then
                
    if type == "SPELL_DAMAGE" and select(12, ...) == 56641
                
    and sourceNAME == UnitName("player"then
                    Steady_Shot_Count 
    Steady_Shot_Count 1
        end end end 
        Alpha_CombatLog
    :SetScript("OnEvent"CombatLog_OnEvent)
        
    PQ_CombatLog true
    end

    if Delay_Steady_Shot GetTime() then return false end

    if Steady_Shot_Count == 2 then 
        Steady_Shot_Count 

        Delay_Steady_Shot 
    = (GetTime()) + 10 -- Delays Ability for 10 seconds
    end

    if not UnitBuffID("player",53224) or (select(7,UnitBuffID("player",53224)) - GetTime() < 2then 
        CastSpellByName
    (GetSpellInfo(56641),nil
        return 
    true 
    end 
    should do what you want, cast Steady Shot till we have 2 successful hits then reset the count and delay using for 10 seconds. you could use whatever to delay the profile but i have no idea how to play a hunter so i just used a time delay.

    i did not test this but i use something similar for my double jeopardy code so it should work, let me know if it does =D.
    Thanks for the help. The problem is that with hunters the buff will go up when the shot hits, and PQR will read it when the buff goes up and stop repeat casting steady shot. However there is arrow flight time to target which is causing the third steady shot to happen. So I really need something that identifies when the ability is used rather than when the ability hits. If that makes sense.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017

  11. #9566
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by rids0wnz View Post
    KickMyDog - quick question for you.

    Been using your profiles since Dragonsoul Heroic progress, and back in the day you used to have something in them to automatically pop Synapse Springs whenever it was off cooldown, this doesnt appear to be in your current profiles. Any chance this might make a return? Or you can point a complete coding newb like me in the right direction to add this manually?

    Cheers
    Just put
    PHP Code:
    /use Synapse Springs 
    in the "Actions" part of every ability.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017

  12. #9567
    davehammer4's Avatar Member
    Reputation
    1
    Join Date
    Feb 2010
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Working on a version of Sheepmoon's Fire PVP profile...works very well; however need another set of eyes on it to clean up one or two spots. Very fun to play...reached a spot where Scorch moving has stopped working and cant figure out why. Message me if you wouldnt mind helping Thanks.

  13. #9568
    jamesbay's Avatar Sergeant
    Reputation
    8
    Join Date
    Oct 2011
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by expunge View Post
    You didn't look very hard.. WoW Bot Maps And Profiles
    And you are not really helpful... Was asking if anyone could recommend a really good one, not just a link to the whole subforum..

  14. #9569
    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 jamesbay View Post
    And you are not really helpful... Was asking if anyone could recommend a really good one, not just a link to the whole subforum..
    I'm in the process of working on one. This is not complete but is the most current with additions I've put into it. Seems to hold aggro better for me then the other profiles out
    Code:
    http://nerder-pqr-profiles.googlecode.com/svn/PQRotation/prot.txt
    Just paste that in the "Download Profile from URL..." under Rotation Editor in PQR

  15. #9570
    Evgenij's Avatar Private
    Reputation
    1
    Join Date
    May 2013
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, is this code correct?

    Code:
    if UnitHealth("player") < 80 
    then 
    return true 
    end
    For me it does not work. Is for Healthstone.
    Last edited by Evgenij; 05-11-2013 at 10:10 AM.

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 05:25 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