PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 542 of 779 FirstFirst ... 42442492538539540541542543544545546592642 ... LastLast
Results 8,116 to 8,130 of 11681
  1. #8116
    Aleksonfire's Avatar Master Sergeant
    Reputation
    25
    Join Date
    Nov 2012
    Posts
    132
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mavmins View Post
    @TeamNova

    Could anyone tell me how to get the Demonology profile to use Kil'jadens cunning instead of spamming Fel Flame ? if i remove fel flame from the rotation it doesnt cast anything

    thanks
    The easiest way to explain this is, most of the abilities have isNovaMoving(may not be exact but shouldn't be hard to find) in the abilities. I had to remove them from each individual ability. Remove fel flame, and check all the code for anything with the above code mentioned.
    Resto Shammy Profile - https://goo.gl/nm5Nc

    PQR - Rotation Bot
  2. #8117
    Aleksonfire's Avatar Master Sergeant
    Reputation
    25
    Join Date
    Nov 2012
    Posts
    132
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by n00bch0p View Post
    Is there a way to make an ability to perform the following actions for fire mage?

    On Pyroblast! proc i want it to frost nova then deep freeze then alter time, pyroblast, alter time, pyroblast

    Thanks for any help!
    Just A Note first... This is not the actual code. I will edit it later if you don't know the lua either, but I'm at work

    if (pyroblast buff check, target)
    then cast frostnova
    end

    if (buff for frozen from frost nova, target)
    then cast deep freeze
    end

    If (deep frozen like a turkey, target) and spellavailable(altertime)
    then cast alter time
    end
    elseif spellnotavailable(altertime)
    then cast Pyroblast
    end
    Resto Shammy Profile - https://goo.gl/nm5Nc

  3. #8118
    Mavmins's Avatar Contributor
    Reputation
    165
    Join Date
    Oct 2012
    Posts
    606
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks, i found if PQR_IsMoving(0.3) then return false end

    3rd edit, im an idiot and its working properly now
    Last edited by Mavmins; 02-28-2013 at 04:34 PM.

  4. #8119
    n00bch0p's Avatar Sergeant
    Reputation
    16
    Join Date
    Jan 2012
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Aleksonfire View Post
    Just A Note first... This is not the actual code. I will edit it later if you don't know the lua either, but I'm at work

    if (pyroblast buff check, target)
    then cast frostnova
    end

    if (buff for frozen from frost nova, target)
    then cast deep freeze
    end

    If (deep frozen like a turkey, target) and spellavailable(altertime)
    then cast alter time
    end
    elseif spellnotavailable(altertime)
    then cast Pyroblast
    end
    Nice, i see where your going with this. For the Alter Time it's one after the other so:

    Alter Time then Pyroblast then Alter Time immediatly after and Pyroblast again (its like a two pice combo, pew pew)

    The target needs to have the Pyroblast proc and in a deep freeze before the two pice combo can take place ;]
    Last edited by n00bch0p; 02-28-2013 at 04:15 PM.
    https://huntardspqrprofiles.wordpress.com/

  5. #8120
    Aleksonfire's Avatar Master Sergeant
    Reputation
    25
    Join Date
    Nov 2012
    Posts
    132
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mavmins View Post
    Thanks, i found if PQR_IsMoving(0.3) then return false end and removing that gets it casting Soul Fire and Shadow Bolt

    EDIT :changing the code to this

    if PQR_IsMoving(0.3) and PQR_SpellAvailable(PQ_KC) then
    CastSpellByName(GetSpellInfo(PQ_KC),"player")
    end


    EDIT again : kind of works, it does cast KJC now but if it is on CD it wont cast the actual spell and cancels the cast
    That's because your condition is not being met. My suggestion is manually use the KC button or set it to one of the action buttons(leftalt or something) and completely remove any moving checks from all abilities. That way even when off cd you can still move and cast(taking the slow debuff of course.)

    Originally Posted by n00bch0p View Post
    Nice, i see where your going with this. For the Alter Time it's one after the other so:

    Alter Time then Pyroblast then Alter Time immediatly after and Pyroblast again (its like a two pice combo, pew pew)

    The target needs to have the Pyroblast proc and in a deep freeze before the two pice combo can take place ;]
    Yup however if you actually want it to cast twice you would need to put that last part in twice that way it will do it twice. I'd make a separate ability though for it and call it Boom Boom Pow or something cool like that and leave the other abilities the same. One thing that you will find here is that in certain cases they are immune to frozen which is why I set it up like above. You want it to check conditions between each step to guarantee you only do it when all conditions are met.
    Resto Shammy Profile - https://goo.gl/nm5Nc

  6. #8121
    bestdamnwarrior's Avatar Master Sergeant
    Reputation
    20
    Join Date
    Nov 2011
    Posts
    110
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by badski View Post
    I can make a fury warrior profile if people interested. I see some people talk about it, I code for a living.
    Hey there, yea I'm sure many of us including myself would love to see an updated profile for the upcoming 5.2 patch with the changes coming to fury. I'd be happy to help you test it and give feedback and suggestions. I'm currently in a TOP 25 US guild with BIS gear so I'll be sure to give it a thorough workout. Let me know if there's anything else I can help with.

    Good luck and looking forward to seeing your profile when you have time!

  7. #8122
    lostinthewoodslol's Avatar Active Member The Coinmaster CoreCoins Purchaser
    Reputation
    74
    Join Date
    Aug 2011
    Posts
    222
    Thanks G/R
    12/6
    Trade Feedback
    15 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    hey guys i need help, so im trying to use pqr on the new 4.3.4 cata Arena Tourny though i cant get it to recognize the 15955 offsets, it isn't recognizing the character etc.

    im sure theres a simple explanation for it eg; wrong pqr version or something, any help would be much appreciated, planning on making many pvp profiles for AT once i get it to work

    thnx

  8. #8123
    n00bch0p's Avatar Sergeant
    Reputation
    16
    Join Date
    Jan 2012
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When Pyroblast! procs: frost nova, deep freeze, burst trinket, alter time, pyroblast, alter time, pyroblast

    Here is a detailed sequence of events for the Fire Mage burst ability. Hopefully some of you are familiar with the process and how Alter Time works. Can anyone collaborate with me to get this working? It will allow me to release my Mage Fire PvP profile to the public.

    When Pyroblast! proc [ UnitBuffID("player",4810 ] is up perform the following:

    1st: Cast Frost Nova [ Spell ID: 122 ] on target (when in range so that I am able to deep freeze)

    2nd: Cast Deep Freeze [ Spell ID: 44572 ] on target (so i can begin burst)

    3rd: Use burst trinket (in slot 14)
    Cast Alter Time (Start) [ Spell ID: 108978 ]
    Cast Pyroblast [ Spell ID: 11366 ]
    Cast Alter Time (End) [ Spell ID: 108978 ]
    Cast Pyroblast [ Spell ID: 11366 ]

    It's this 3rd step I'm having the issue with, making sure it only casts that sequence, and i still want it to cast Pyroblast on procs when Alter Time isn't up.

    Ability Name: Pyroblast (Alter Time)
    if UnitBuffID("player",4810 or UnitBuffID("player",110909) then
    CastSpellByName(GetSpellInfo(10897,"player")
    return true
    end
    Actions: /use 14
    Spell ID: 11366
    Last edited by n00bch0p; 02-28-2013 at 07:58 PM.
    https://huntardspqrprofiles.wordpress.com/

  9. #8124
    Aleksonfire's Avatar Master Sergeant
    Reputation
    25
    Join Date
    Nov 2012
    Posts
    132
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by n00bch0p View Post
    When Pyroblast! procs: frost nova, deep freeze, burst trinket, alter time, pyroblast, alter time, pyroblast

    Here is a detailed sequence of events for the Fire Mage burst ability. Hopefully some of you are familiar with the process and how Alter Time works. Can anyone collaborate with me to get this working? It will allow me to release my Mage Fire PvP profile to the public.

    When Pyroblast! proc [ UnitBuffID("player",4810 ] is up perform the following:

    1st: Cast Frost Nova [ Spell ID: 122 ] on target (when in range so that I am able to deep freeze)

    2nd: Cast Deep Freeze [ Spell ID: 44572 ] on target (so i can begin burst)

    3rd: Use burst trinket (in slot 14)
    Cast Alter Time (Start) [ Spell ID: 108978 ]
    Cast Pyroblast [ Spell ID: 11366 ]
    Cast Alter Time (End) [ Spell ID: 108978 ]
    Cast Pyroblast [ Spell ID: 11366 ]

    It's this 3rd step I'm having the issue with, making sure it only casts that sequence, and i still want it to cast Pyroblast on procs when Alter Time isn't up.

    Ability Name: Pyroblast (Alter Time)
    if UnitBuffID("player",4810 or UnitBuffID("player",110909) then
    CastSpellByName(GetSpellInfo(10897,"player")
    return true
    end
    Actions: /use 14
    Spell ID: 11366


    Need to separate it out more. After step 2

    if UnitBuffID("target",44572) then
    CastSpellByName(GetSpellInfo(10897,"player")
    then
    CastSpellByName(GetSpellInfo(11366),"target")
    then
    CastSpellByName(GetSpellInfo(10897,"player")
    then
    CastSpellByName(GetSpellInfo(11366),"target")
    elseif UnitBuffID("player",4810
    then
    CastSpellByName(GetSpellInfo(11366),"target")


    ALSO as a sidenote. You should probably add mouseover pet freeze and setup the combo to it as well.
    Resto Shammy Profile - https://goo.gl/nm5Nc

  10. #8125
    n00bch0p's Avatar Sergeant
    Reputation
    16
    Join Date
    Jan 2012
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Aleksonfire View Post
    Need to separate it out more. After step 2

    if UnitBuffID("target",44572) then
    CastSpellByName(GetSpellInfo(10897,"player")
    then
    CastSpellByName(GetSpellInfo(11366),"target")
    then
    CastSpellByName(GetSpellInfo(10897,"player")
    then
    CastSpellByName(GetSpellInfo(11366),"target")
    elseif UnitBuffID("player",4810
    then
    CastSpellByName(GetSpellInfo(11366),"target")


    ALSO as a sidenote. You should probably add mouseover pet freeze and setup the combo to it as well.
    This is for Fire Mage.. No pet. I don't think you completely understand what im going for here. I can't be anymore clear, but thanks
    https://huntardspqrprofiles.wordpress.com/

  11. #8126
    OnionsTich's Avatar Banned
    Reputation
    0
    Join Date
    Jul 2012
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    neeed ret profiles that werk

  12. #8127
    n00bch0p's Avatar Sergeant
    Reputation
    16
    Join Date
    Jan 2012
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So for the fire mage pvp burst ability - here it is, a little sloppy, but it works:

    if UnitBuffID( "player",48108 ) then
    return true
    end

    Ability Name: Pyroblast (Alter Time)
    Actions: /cancelaura Ice Block|/use 14|/castsequence reset=10 Alter Time, Pyroblast
    Spell ID: 11366

    Now i can work on deep freeze crap zzz..
    https://huntardspqrprofiles.wordpress.com/

  13. #8128
    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)
    Alpha Utilities has finally been updated for the new PQI.
    If you have any questions, bugs, or suggestions let me know.
    -- -- Beta Build -- --
    -- -- Version 3.0.2 -- --
    Please submit bugs to me here:
    http://www.ownedcore.com/forums/worl...ml#post2685082 ([PQR] Alpha Utilities - Farming, Prospecting, Disenchanting, Milling, Quests & More!)
    -- -- Beta Build -- --

    Features in this release of Alpha Utilities include:
    · Full support for PQI and its new UI
    · The ability to run Xelper’s Interrupt in the background
    · A Modular UI (there is a bug ATM when using Modular UI, PQI will NOT save any changes made to utility specific options)
    · Tillers farming (Fully automated except for Tangled Plants)
    · Disenchanting (Can be overclocked!)
    · Milling (Can be overclocked!)
    · Prospecting (Can be overclocked!
    · Fully rebindable hotkeys!
    · Much more coming soon!
    Attachment 12852Attachment 12853Attachment 12854Attachment 12855Attachment 12856

    Alpha Utilities has been updated to 3.0.2
    Please send all bugs suggestions and questions to my thread!

    Hope you all enjoy!

    Originally Posted by paintpauller View Post
    Updated to version 3.0.1
    In this version there is a huge improvement to speed and efficiency when dealing with Runty Plants!

    Updated to version 3.0.2
    Fixed the handling of Runty Plants if you do not succeed the first time

    Hope you all enjoy!
    Last edited by paintpauller; 03-01-2013 at 06:26 AM.

    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

  14. #8129
    idonotbot's Avatar Corporal
    Reputation
    8
    Join Date
    Jan 2013
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First and foremost a huge thank you to Xelper and all the profile writers here for such a great tool, you made WoW bearable again

    Been using PQR for a couple of months now, great jobs KMD and Nudex for the profiles I have been using on my hunter and tankadin, donations will wing their way to you both as soon as I find a job.

    However, the guild I am raiding with has now asked me to switch to boomkin, and having tried multiple profiles (nerder, nova and sm), none of them seems to be doing the job. Nerder's seems to be the closest, but DPS is still very low compared to manual play, the main reason seems to be timing of moonfire/sunfire not happening in eclipse states. Also for some reason if I enable HS use it doesn't do anything at all, and with incarnation enabled as soon as incarnation is cast the profile stops. I have updated both the nova and nerder files from their respective SVNs this morning to make sure it wasnt something which had already been fixed, but no joy.

    The only thing I can think of is that I have an unsupported talent which is screwing things up or that the profile really does have some errors in it somewhere. I know I would have been better posting in Nerder's thread, but hey-ho rules about 15 rep prevent this, so I guess I am looking for advice from either Nerder or someone who uses his boomkin profile, or a suggestion of a working boomkin profile that is up to end game raiding, gutted I missed the boat on Soapbox's profile which I am told is awesome.

    Thanks in advance if anyone can help a noob out.

  15. #8130
    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)
    Sup, wanted to come back for the new patch. Probably going to roll a new class, but I will still keep up to date on my ret and prot profiles.

    What class should I roll? What is looking good for 5.2?

    edit: Have there been any big/small changes for ret/prot in the last 5 months that require a re-write?
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

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