PQR - Rotation Bot menu

User Tag List

Page 274 of 779 FirstFirst ... 174224270271272273274275276277278324374774 ... LastLast
Results 4,096 to 4,110 of 11681
  1. #4096
    Wopak's Avatar Active Member
    Reputation
    59
    Join Date
    Jul 2008
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickmydog View Post
    I've tried two different code variations but none of them seem to work with healthstones atm.

    PHP Code:
    local myhp UnitHealth("player") / UnitHealthMax("player") * 100

    if myhp 40 then RunMacroText("/use Healthstone")
    return 
    true end 
    or

    PHP Code:
    local myhp UnitHealth("player") / UnitHealthMax("player") * 100

    if myhp 40 then return true end 
    spell id 5512

    any ideas on this?
    First option wouldn't really be "localized" ^^ would it?

    Why not just use the UseItemByName() function?

    UseItemByName(5512)

    PQR - Rotation Bot
  2. #4097
    peafish's Avatar Member
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a chance of getting PQR ported to Mac OS X with compatible rotations?

    I would be very interested in this, in fact, I would possibly donate my brand new, shrink wrapped 2011 13" Macbook Air with 4GB RAM and 1.8 Ghz i7 to the developer that promises a PQR mac version within 3 months.
    I upgraded to a 2012 MBA when my 2011 model broke… then I took the 2011 to the Apple store and they unexpectedly replaced it without any questions asked.

  3. #4098
    Niakrisse's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sheuron please update Windwalker profile,incorrectly uses Tiger Palm, Tiger Palm is necessary for maintenance of buff and on procs.

  4. #4099
    daveyboyuk's Avatar Active Member
    Reputation
    31
    Join Date
    May 2009
    Posts
    201
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so i found some old code in superman 4.3 rogue profile and i was wondering will it still work if i add into a current rogue rotation code is as follows

    -- Morchok/Korchok Feint

    --108571, 109033, 109034, 103414

    local channelSpell, _, _, _, _, endTime = UnitCastingInfo("target")

    if channelSpell == GetSpellInfo(108571)
    or channelSpell == GetSpellInfo(109033)
    or channelSpell == GetSpellInfo(109034)
    or channelSpell == GetSpellInfo(103414) then

    if not UnitBuffID( "player", 31224 ) then

    PQR_WriteToChat("Used "..GetSpellLink(1966).." to reduce DMG taken" ,"Encounter")
    return true

    end

    end

    -- Black Blood Feint

    if UnitDebuffID( "player", 110287 ) then

    if select(4, UnitDebuffID( "player", 110287 )) > 0 and PQR_SpellAvailable( 31224 ) then

    PQR_WriteToChat("Used "..GetSpellLink(1966).." to reduce DMG taken" ,"Encounter")
    return true

    elseif select(4, UnitDebuffID( "player", 110287 )) > 0
    and not PQR_SpellAvailable( 31224 )
    and not UnitBuffID( "player", 31224 ) then

    PQR_WriteToChat("Used "..GetSpellLink(1966).." to reduce DMG taken" ,"Encounter")
    return true

    end

    end

    recast 200
    spell id 1966

    and :-
    -- Cloak BlackBlood

    if UnitDebuffID( "player", 110287 ) then

    if select(4, UnitDebuffID( "player", 110287 )) > 6 and not UnitBuffID( "player", 1966 ) then

    PQR_WriteToChat("Used "..GetSpellLink(31224).." to cleanse "..GetSpellLink(110287) ,"Encounter")
    return true

    end

    end

    spell id 31224

  5. #4100
    bu_ba_911's Avatar Elite User
    Reputation
    552
    Join Date
    May 2006
    Posts
    1,638
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    FYI, my personal releases to the Team Nova SVN will be slowing down for a short while..... Working on revamping my Paladin code.... if it works out, i will also revamp Disc Priest as well in similar fashion...

    Experiment will probably take about 2-3 days to complete depending on College and Work XD

    Currently in the works...
    DPriest PvP
    HPally PvP
    Demo Warlock (teaming up with Crystal_Tech to get this on par with us playing by hand)

    Currently on the Horizon:
    Frost DK
    Monks in general
    ^0^Team Nova's PQR NCC ^0^

    If you think someone did something good, take the time to show your appreciation!

  6. #4101
    Wrathchild's Avatar Member
    Reputation
    3
    Join Date
    Sep 2009
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any rogue pvp profile here? Searсh gave nothing

  7. #4102
    flushable's Avatar Master Sergeant
    Reputation
    25
    Join Date
    Jul 2011
    Posts
    109
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I believe I've read about some that are in development but I don't think there are any that are working with the current build.

  8. #4103
    FrostDKsFTW's Avatar Sergeant Major
    Reputation
    20
    Join Date
    Nov 2011
    Posts
    169
    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
    FYI, my personal releases to the Team Nova SVN will be slowing down for a short while..... Working on revamping my Paladin code.... if it works out, i will also revamp Disc Priest as well in similar fashion...

    Experiment will probably take about 2-3 days to complete depending on College and Work XD

    Currently in the works...
    DPriest PvP
    HPally PvP
    Demo Warlock (teaming up with Crystal_Tech to get this on par with us playing by hand)

    Currently on the Horizon:
    Frost DK
    Monks in general
    YES YES YES!!! lol

    I'm having trouble getting soul swap to cast on affliction warlock btw, I know that's crystals department but maybe you can help. Maybe I'm just doing something silly. I will check the code myself.

    As for Frost DK profiles, always nice to have more, competition breeds excellence and all that!! Up until the patch I was still using your old Frost DK profile.

    I'll be levelling a brew monk as soon as possible as well so some monk profiles would be awesome!!

  9. #4104
    bu_ba_911's Avatar Elite User
    Reputation
    552
    Join Date
    May 2006
    Posts
    1,638
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by FrostDKsFTW View Post
    YES YES YES!!! lol

    I'm having trouble getting soul swap to cast on affliction warlock btw, I know that's crystals department but maybe you can help. Maybe I'm just doing something silly. I will check the code myself.

    As for Frost DK profiles, always nice to have more, competition breeds excellence and all that!! Up until the patch I was still using your old Frost DK profile.

    I'll be levelling a brew monk as soon as possible as well so some monk profiles would be awesome!!
    Yea, I hope I can get them all worked out sooner than I think it will take, but no promises

    So have you tried Right Control to enable Multi-Dotting then Left Control + Mouseover?
    ^0^Team Nova's PQR NCC ^0^

    If you think someone did something good, take the time to show your appreciation!

  10. #4105
    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 Wopak View Post
    First option wouldn't really be "localized" ^^ would it?

    Why not just use the UseItemByName() function?

    UseItemByName(5512)
    The problem is it's not using any of them.
    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. #4106
    Wopak's Avatar Active Member
    Reputation
    59
    Join Date
    Jul 2008
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickmydog View Post
    I've tried two different code variations but none of them seem to work with healthstones atm.

    PHP Code:
    local myhp UnitHealth("player") / UnitHealthMax("player") * 100

    if myhp 40 then RunMacroText("/use Healthstone")
    return 
    true end 
    or

    PHP Code:
    local myhp UnitHealth("player") / UnitHealthMax("player") * 100

    if myhp 40 then return true end 
    spell id 5512

    any ideas on this?
    Maybe some math issues then??
    Try this

    PHP Code:
    local myhp = ((UnitHealth("player") / UnitHealthMax("player")) * 100); 

  12. #4107
    FrostDKsFTW's Avatar Sergeant Major
    Reputation
    20
    Join Date
    Nov 2011
    Posts
    169
    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
    Yea, I hope I can get them all worked out sooner than I think it will take, but no promises

    So have you tried Right Control to enable Multi-Dotting then Left Control + Mouseover?
    I didn't know Multi Dot needed to be on. But when I turn Multi Dot on it just spams Haunt and Seed of Corruption and lets every other dot drop off?

  13. #4108
    Taran32's Avatar Knight-Lieutenant
    Reputation
    9
    Join Date
    Feb 2012
    Posts
    369
    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
    Yea, I hope I can get them all worked out sooner than I think it will take, but no promises

    So have you tried Right Control to enable Multi-Dotting then Left Control + Mouseover?
    Bubba have you fixed the issues with the Arms PvP profile you updated? I saw the post where you acknowledged them but wasn't sure if you'd fixed them yet.

  14. #4109
    bu_ba_911's Avatar Elite User
    Reputation
    552
    Join Date
    May 2006
    Posts
    1,638
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Taran32 View Post
    Bubba have you fixed the issues with the Arms PvP profile you updated? I saw the post where you acknowledged them but wasn't sure if you'd fixed them yet.
    not yet, been busy with work and raids

    should be able to throw that in between my experiments on reworking Pally though
    ^0^Team Nova's PQR NCC ^0^

    If you think someone did something good, take the time to show your appreciation!

  15. #4110
    Taran32's Avatar Knight-Lieutenant
    Reputation
    9
    Join Date
    Feb 2012
    Posts
    369
    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
    not yet, been busy with work and raids

    should be able to throw that in between my experiments on reworking Pally though
    Ok awesome . Thanks.

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 01: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