PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 399 of 779 FirstFirst ... 299349395396397398399400401402403449499 ... LastLast
Results 5,971 to 5,985 of 11681
  1. #5971
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Huh, I haven't experienced that at all! I'll add an extra check to Shadowbolt so it won't start casting it when you're supposed to go into Metamorphosis. It's an easy check.

    PQR - Rotation Bot
  2. #5972
    freaki's Avatar Member
    Reputation
    12
    Join Date
    Dec 2008
    Posts
    85
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    mentally..what is sanctum[shadow] profile? tried to check it out but its missing the sanctum data file..
    you also said you just updated the shadow priest profile? did the version change? as im not seeing any changes..i could be blind though.
    +rep for the shadow priest work..well impressive
    Last edited by freaki; 11-14-2012 at 07:27 PM. Reason: spelling

  3. #5973
    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 mentally View Post
    @Taran32:
    Code:
    local PQ_Cascade = 121135
    local Nova_Spells = Nova_Spell
    local PQ_DCascade = 127632
    
    if IsSpellKnown(PQ_Cascade)
    	and UnitExists("target")
    	and PQR_SpellAvailable(PQ_DCascade)
    	and not UnitIsDeadOrGhost("target")
    	and not PQR_IsOutOfSight("target", 1)
    	and UnitCanAttack("player", "target") == 1
    	and IsRightAltKeyDown()
    	and not GetCurrentKeyBoardFocus()
    then
    	SpellStopCasting()
    	CastSpellByName(GetSpellInfo(PQ_DCascade),"target")
    end
    That should work. It's because of PQ_Cascade and PQ_DCascade pointing towards nothing.

    Edit:
    Just updated the Shadow Priest profile with the new cooldown function, it should now properly use cooldowns and such on Dungeon bosses as well as Raid bosses regardless.
    Worked like a charm! Thanks! Also, will this same code work for Halo if I edit the SpellID?

  4. #5974
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Taran32: Sure it will.
    Code:
    local PQ_Halo = 120517
    local PQ_DarkHalo = 120644
    
    if IsPlayerSpell(PQ_Halo)
    	and UnitExists("target")
    	and PQR_SpellAvailable(PQ_DarkHalo)
    	and not UnitIsDeadOrGhost("target")
    	and not PQR_IsOutOfSight("target", 1)
    	and UnitCanAttack("player", "target") == 1
    	and IsRightAltKeyDown()
    	and not GetCurrentKeyBoardFocus()
    then
    	SpellCancelQueuedSpell()
    	CastSpellByName(GetSpellInfo(PQ_DarkHalo),"target")
    end
    @Everyone:
    Started coding a Fire Mage profile while I'm raiding on my alt. (Our only Mage left and I've been requested to take up Mage as my "second" main.. D: fml.) made some fun abilities already that for example, makes sure to only cast Living Bomb on 3 targets if you selected Living Bomb as your Mage Bomb for example. We'll see how it evolves, but I really like it so far! Will try and get some more coding done on it tonight and release a test version asap.

  5. #5975
    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 mentally View Post
    @Taran32: Sure it will.
    Code:
    local PQ_Halo = 120517
    local PQ_DarkHalo = 120644
    
    if IsPlayerSpell(PQ_Halo)
    	and UnitExists("target")
    	and PQR_SpellAvailable(PQ_DarkHalo)
    	and not UnitIsDeadOrGhost("target")
    	and not PQR_IsOutOfSight("target", 1)
    	and UnitCanAttack("player", "target") == 1
    	and IsRightAltKeyDown()
    	and not GetCurrentKeyBoardFocus()
    then
    	SpellCancelQueuedSpell()
    	CastSpellByName(GetSpellInfo(PQ_DarkHalo),"target")
    end
    @Everyone:
    Started coding a Fire Mage profile while I'm raiding on my alt. (Our only Mage left and I've been requested to take up Mage as my "second" main.. D: fml.) made some fun abilities already that for example, makes sure to only cast Living Bomb on 3 targets if you selected Living Bomb as your Mage Bomb for example. We'll see how it evolves, but I really like it so far! Will try and get some more coding done on it tonight and release a test version asap.
    So glad you are back

  6. #5976
    lantus's Avatar Active Member
    Reputation
    46
    Join Date
    Feb 2012
    Posts
    161
    Thanks G/R
    0/0
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mentally View Post
    @Everyone:
    Started coding a Fire Mage profile while I'm raiding on my alt. (Our only Mage left and I've been requested to take up Mage as my "second" main.. D: fml.) made some fun abilities already that for example, makes sure to only cast Living Bomb on 3 targets if you selected Living Bomb as your Mage Bomb for example. We'll see how it evolves, but I really like it so far! Will try and get some more coding done on it tonight and release a test version asap.
    Awesome news! Still waiting patiently for some priest healing love

  7. #5977
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @freaki: I have absolutely no idea. But yeah, the Shadow Priest profile is versioned as 7.0.4 at the moment! Updated a couple of hours ago to improve performance in Heroic and Normal Cata/MoP Dungeons.

    @lantus: It'll come, very very soon.

  8. #5978
    machajr's Avatar Member
    Reputation
    1
    Join Date
    Jul 2011
    Posts
    38
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi all i m tryin to make , if i have taste for blood buff i want to stack up it.i used enhanc shaman lb code for 5 stack. but as u know taste for blood stack hard to stack up . so i want to make other code if taste for blood buff cd< 4 just use it. sorry for my bad english btw waiting for ur helps.

    local TFBtimer = UnitBuffID("player",125831,"PLAYER")
    if TFB == nil then
    return true
    end


    if TFBtimer - GetTime() < 3 then
    return true
    end

    when i remove if TFB == nil then return true this part all things ****ed up
    Last edited by machajr; 11-15-2012 at 03:36 AM.

  9. #5979
    jlmccown's Avatar Member
    Reputation
    1
    Join Date
    Aug 2009
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What warlock spec and profile is currently pulling the most dps......Thnx

  10. #5980
    Edsaxe's Avatar Member
    Reputation
    2
    Join Date
    Sep 2011
    Posts
    91
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any way to force Holy Prism to only heal and never dps? bg situation

  11. #5981
    GRB's Avatar Established Member CoreCoins Purchaser
    Reputation
    65
    Join Date
    Oct 2008
    Posts
    222
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jlmccown View Post
    What warlock spec and profile is currently pulling the most dps......Thnx
    Afflicktion warlocks, about profiles i have no clue.
    Stay Safe, Zero Latency, Play the Game!

  12. #5982
    darksahde's Avatar Master Sergeant
    Reputation
    12
    Join Date
    Jan 2012
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by machajr View Post
    hi all i m tryin to make , if i have taste for blood buff i want to stack up it.i used enhanc shaman lb code for 5 stack. but as u know taste for blood stack hard to stack up . so i want to make other code if taste for blood buff cd< 4 just use it. sorry for my bad english btw waiting for ur helps.

    local TFBtimer = UnitBuffID("player",125831,"PLAYER")
    if TFB == nil then
    return true
    end


    if TFBtimer - GetTime() < 3 then
    return true
    end

    when i remove if TFB == nil then return true this part all things ****ed up
    You mean that you want to cast Heroic strike or cleave whenever Taste of Blood buff has less than 4s left?

  13. #5983
    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 jlmccown View Post
    What warlock spec and profile is currently pulling the most dps......Thnx
    See for yourself: Spec Score 25H - DPS Bot - RaidBots - Web Tools for WoW Nerds

    And I recommend Nilrem2004's affliction-profile, its very good. Team Nova also has one I believe.

  14. #5984
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good morning! Have a few things to do before I get to coding, but Fire Mage profile should be ready today/tomorrow!
    @machajr: I completely did not understand what you're trying to do. You want to use Mortal Strike when you've got 4 seconds or less time left on the Taste for Blood buff or when you have 5 stacks, but not when you have under 4 stacks unless the timer is about to run out?

    This code should work for it:
    Code:
    local TfB,_,_,count,_,_,TfBtimer = UnitBuffID("player",125831)
    
    if TfB then
    	if TfBtimer - GetTime() < 4 then return true end
    	if count > 4 then return true end
    	if count < 4 then return false end
    end
    @jlmccown: Affliction is top dps, followed closely by Demonology, and Destruction at bottom. Nilrem and Team Nova got an Affliction profile, Soapbox and us (Team Nova) also have a Demonology and Destruction profile. Team Nova's profiles are always free, but for Soapbox's "elite" profiles, you'll have to make a donation. (Nicer way of saying - you have to pay? I'm not sure.)

    It all depends on what you want to do, basically.
    Last edited by Kinky; 11-15-2012 at 09:12 AM.

  15. #5985
    kclux's Avatar Active Member
    Reputation
    16
    Join Date
    Jun 2011
    Posts
    199
    Thanks G/R
    2/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mentally View Post
    @jlmccown: Affliction is top dps, followed closely by Demonology, and Destruction at bottom. Nilrem and Team Nova got an Affliction profile, Soapbox and us (Team Nova) also have a Demonology and Destruction profile. Team Nova's profiles are always free, but for Soapbox's "elite" profiles, you'll have to make a donation. (Nicer way of saying - you have to pay? I'm not sure.)
    Is it just me thinking it is wrong to sell an "elite" version of a PQR profile while Xelper as the developer of this awesome program does not even charge anything for it?

    You should definitely give + rep to the developers of the profiles you use and if you can afford it a donation is a good thing too ( god I wish I wasn't so broke lol ). I would also like to say thank you to Xelper and all the current, past and future profile developers. It is so nice to have all of you doing those great profiles.

    I mainly use my own profiles but looking at all the new stuff and ideas some developers come up with is always like Xmas for me when I find some great new ideas to add to my personal profiles. Only downside is, I "borrowed" so many ideas that I could not credit each and every developer as he deserves it, hence I am not able to release any of my profiles.

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 09:22 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