PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 398 of 779 FirstFirst ... 298348394395396397398399400401402448498 ... LastLast
Results 5,956 to 5,970 of 11681
  1. #5956
    Donoverdose's Avatar Member
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    11
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Still willing to donate to anyone who can make or direct me to a upto date Ele Shammy profile with Elemental Blast in the rotation, also need someone to teach me how to use PQR as something is wrong or i'm just really stupid... I'm guessing number2 >.>

    Any help will be much appreciated. Send me a pm or reply here or add me to Skype: Blackmamba19191
    Last edited by Donoverdose; 11-14-2012 at 07:30 AM.

    PQR - Rotation Bot
  2. #5957
    dklcfr's Avatar Master Sergeant
    Reputation
    26
    Join Date
    Aug 2010
    Posts
    127
    Thanks G/R
    3/4
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Donoverdose View Post
    Still willing to donate to anyone who can make or direct me to a upto date Ele Shammy profile with Elemental Blast in the rotation, also need someone to teach me how to use PQR as something is wrong or i'm just really stupid... I'm guessing number2 >.>

    Any help will be much appreciated. Send me a pm or reply here or add me to Skype: Blackmamba19191
    heres an Elemental Profile ([PQR] Cpoworks's Shaman/Monk profiles)

  3. #5958
    barandeniz's Avatar Member
    Reputation
    4
    Join Date
    Nov 2006
    Posts
    133
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone add Holy Prism and Light's Hammer to nova's or sheepmoons PvE Holy Paladin profiles please ?

  4. #5959
    gongmang1's Avatar Member
    Reputation
    10
    Join Date
    Mar 2011
    Posts
    116
    Thanks G/R
    6/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    local i = 1
    local buff,_,_,_,bufftype = UnitBuff("target", i)
    while buff do
    if bufftype == "Magic" or buff == "Enrage" then
    return true
    end
    i = i + 1;
    buff,_,_,_,bufftype = UnitBuff("target", i)
    end

    sometimes can not cast Tranquilizing Shot dispel
    the enrage buff.How to fix it? @Sheuron

  5. #5960
    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 guys! I'm going to update the Shadow Priest profile with the new boss check function I created and update it, should better performance in Normal and Heroic Dungeons from Cataclysm and Mists of Pandaria.

    I'll continue to add content to the function itself so it supports the other expansion packs' dungeons as well as Vanilla.

  6. #5961
    saga3180's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Sep 2011
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by barandeniz View Post
    Can someone add Holy Prism and Light's Hammer to nova's or sheepmoons PvE Holy Paladin profiles please ?
    Light's Hammer

    if IsLeftShiftKeyDown()
    then
    PQR_CustomTarget = members[1].Unit
    return true
    end


    Holy prism

    if members[1].HP < 90
    then
    PQR_CustomTarget = members[1].Unit
    return true
    end

  7. #5962
    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
    Good morning guys! I'm going to update the Shadow Priest profile with the new boss check function I created and update it, should better performance in Normal and Heroic Dungeons from Cataclysm and Mists of Pandaria.

    I'll continue to add content to the function itself so it supports the other expansion packs' dungeons as well as Vanilla.
    Thanks for the update!

  8. #5963
    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 mentally View Post
    Good morning guys! I'm going to update the Shadow Priest profile with the new boss check function I created and update it, should better performance in Normal and Heroic Dungeons from Cataclysm and Mists of Pandaria.

    I'll continue to add content to the function itself so it supports the other expansion packs' dungeons as well as Vanilla.
    Sounds awesome! Looking forward to hear about it more in-detail ^^

  9. #5964
    reapagedk's Avatar Member
    Reputation
    9
    Join Date
    Sep 2009
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yay Mentally for president. Nah jk thanks for the updates. Your kid feeling any better?

  10. #5965
    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)
    @reapagedk: Yeah, thank you. We went to the doctors yesterday and got him some medicine so he's feeling a bit better today!
    @Ninjaderp: I'll explain it more in detail once I'm getting close to finishing it. It's very simple, really.

  11. #5966
    deadpanstiffy's Avatar Knight-Lieutenant
    Reputation
    158
    Join Date
    Mar 2012
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gongmang1 View Post
    sometimes can not cast Tranquilizing Shot dispel
    the enrage buff.How to fix it? @Sheuron
    Code:
    for i=1,40 do
    	local buff,_,_,_,bufftype = UnitBuff("target", i)
    	if buff then
    		if bufftype == "Magic"
    		or bufftype == "Enrage" then
    			return true
    		end
    	end
    end

  12. #5967
    barandeniz's Avatar Member
    Reputation
    4
    Join Date
    Nov 2006
    Posts
    133
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by saga3180 View Post
    Light's Hammer

    if IsLeftShiftKeyDown()
    then
    PQR_CustomTarget = members[1].Unit
    return true
    end


    Holy prism

    if members[1].HP < 90
    then
    PQR_CustomTarget = members[1].Unit
    return true
    end
    its for novas profie?

  13. #5968
    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
    @reapagedk: Yeah, thank you. We went to the doctors yesterday and got him some medicine so he's feeling a bit better today!
    @Ninjaderp: I'll explain it more in detail once I'm getting close to finishing it. It's very simple, really.
    Mentally, is there any way you could link a working Cascade code that doesn't require your data file? Wanted to add one to my current SP PvP profile, but adding yours gives LUA errors. I'm assuming it's because it's not pulling from the Data file. Is there anything I could use with a simple check for is RightAltKeyDown (or a keybind in general)?

  14. #5969
    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:
    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.
    Last edited by Kinky; 11-14-2012 at 06:01 PM.

  15. #5970
    CharleyWex's Avatar Member
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Mentally

    Sweet, sweet demo profile. There is ONE thing I've noticed. Sometimes(very rare) the profile will shift out of meta immediately after shifting into it. I think what is causing the problem is a near simultaneous cast of shadowbolt and meta where meta gets cast first then shadowbolt before it has time to change to touch of chaos. This locks up the profile until the meta CD is up and it can shift into meta again. Might be able to fix by adding a slight delay after shifting into meta before casting ToC by making it refresh doom or just delay a bit before casting ToC.

    OR if it can't be fixed because of a UI lag issue with WoW, maybe solve the problem of the lock up to continue casting the regular rotation until Meta is ready again (this would be nice).

    Awesome work.

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