PQR - Rotation Bot menu

User Tag List

Page 384 of 779 FirstFirst ... 284334380381382383384385386387388434484 ... LastLast
Results 5,746 to 5,760 of 11681
  1. #5746
    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
    I've updated the Priest Rotation, Warlock Rotation and Data file for the newest version!


    You should now be able to update my Shadow Priest AND Demonology Warlock profile directly through PQR whenever there is an update!
    You can download our latest releases through our Google Code SVN page or directly from this link

    Demonology Warlock Profile includes a Single-Target and AoE focused profile, both with multi-dot (Corruption and Doom) support, along with some talent checks and optimal (and optional) cooldown usage, etc etc. You can download it using this link

    Support:
    - Mouseover dotting of Corruption + Doom

    Key-bindings:
    - Left Shift: Pause Rotation
    - Left Alt: Toggle Automatic or Manual Cooldown mode
    - Right Shift: Apply Aura of the Elements in Demon Form
    - Right Alt: Apply Immolation Aura in Demon Form

    Demonology is still under some coding, but it's ready for use! I should also have fixed the problem with the Rotation sometimes stopping, but I cannot guarantee this
    I'd love to hear some feedback from you guys, using the Demonology profile.

    As always, if you're interested in helping me out and keep me motivated to create bigger and better profiles, you can make a donation here.

    Hopefully this should be just in time for you European people getting ready for a raid as of this post. :P

    A special and warm thanks to you guys who already donated some!
    Thanks for all the great work! Love the priest profile!

    PQR - Rotation Bot
  2. #5747
    Soapbox's Avatar Legendary Founder of Soapbox Rotations

    CoreCoins Purchaser Authenticator enabled
    Reputation
    743
    Join Date
    Nov 2012
    Posts
    986
    Thanks G/R
    1118/364
    Trade Feedback
    61 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    "cast on target location" or "Cast on player location"

    either of these possible. making things like frost nova and rune of power a bit painful with mouseover

  3. #5748
    Rubim's Avatar Contributor
    Reputation
    247
    Join Date
    Mar 2010
    Posts
    267
    Thanks G/R
    4/7
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PHP Code:
    function Boss(t)
        
    local bossExists nil 
        local bossTarget 
    nil 

        
    for i=1,do 
        
    local bossCheck "boss"..
        
    if UnitExists(bossCheckthen 
            bossExists 
    true 
            
    if UnitIsUnit(bossChecktthen 
                
    return true
            end 
        end 
        end 
        end 
    I do a Boss("target") and its not returning true.

  4. #5749
    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)
    @Rubim:
    Code:
    function bossCheck()
    	local bossTargets = {boss1,boss2,boss3,boss4}
    	for i=1,#bossTargets do
    		if UnitExists(bossTargets[i]) then return true else return false end
    	end
    end
    Saved you a lot of redundant code just there.

  5. #5750
    Gabbz's Avatar Contributor
    Reputation
    184
    Join Date
    Dec 2011
    Posts
    451
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone have trouble with Elegon ? Something is fishy there still for me... Rotation stops etc
    Looking for exploiters and botters to Elder Scrolls Online.

  6. #5751
    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)
    No Gabbz, I've had no hangups there on normal/lfr with either Sheepmoons Boomkinprofile or Soapboxes. But I read on the Honorbuddy-forum that some routines there got the problem as well.

  7. #5752
    yourson's Avatar Member
    Reputation
    4
    Join Date
    Feb 2012
    Posts
    149
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gabbz View Post
    Anyone have trouble with Elegon ? Something is fishy there still for me... Rotation stops etc
    On hc you cant nuke out target if you are in and vice versa.

  8. #5753
    Rubim's Avatar Contributor
    Reputation
    247
    Join Date
    Mar 2010
    Posts
    267
    Thanks G/R
    4/7
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gabbz View Post
    Anyone have trouble with Elegon ? Something is fishy there still for me... Rotation stops etc
    I fixed mine with the old "SpecialAggro' thing, but still, its not what i was looking for.


    Originally Posted by mentally View Post
    @Rubim:
    Code:
    function bossCheck()
    	local bossTargets = {boss1,boss2,boss3,boss4}
    	for i=1,#bossTargets do
    		if UnitExists(bossTargets[i]) then return true else return false end
    	end
    end
    Saved you a lot of redundant code just there.
    You have no idea how im grateful.

    I'm a big fan of you work here, your DATA from your rotations made it easier for normal people like me understand more and more about wow api and PQR. Thank you!

  9. #5754
    Gabbz's Avatar Contributor
    Reputation
    184
    Join Date
    Dec 2011
    Posts
    451
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by yourson View Post
    On hc you cant nuke out target if you are in and vice versa.
    Well thanks but that has nothing todo with PQR.
    Somethings are fishy with PQR, not my script cause i do only basic stuff.
    Thq PQR interface shows Fireball but PQR wont cast fireball.
    Looking for exploiters and botters to Elder Scrolls Online.

  10. #5755
    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)
    @Rubim: You're welcome! I'm glad it has helped people!

  11. #5756
    Soapbox's Avatar Legendary Founder of Soapbox Rotations

    CoreCoins Purchaser Authenticator enabled
    Reputation
    743
    Join Date
    Nov 2012
    Posts
    986
    Thanks G/R
    1118/364
    Trade Feedback
    61 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could anyone inform me on it if it possible to cast a AoE spell like : Rain of Fire, blizzard, Pet Nova etc on a Target Location instead of mouseover?

  12. #5757
    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)
    @Soapbox, there is. Check our old Blood Death Knight code and you should be able to figure it out by how we handled Death and Decay!

    @Everyone else:
    I just pushed a quick update for my Demonology profile. I just got replaced in my raid so, I had time to commit the update. (I already got a some top ranks using it. Guess my character name!)
    I removed my old code from Immolation Aura (apparently, it never saved the first time!) as it's now being cased after the Aura runs out.

    Cleaned up the Standard single/multi-target profile and removed Immolation Aura from it (was causing some issues) along with some minor restructuring. The profile should now cast and queue every spell perfectly without spamming and/or overlapping multiple spells - decreasing performance. I also think I completely fixed the issue where the rotation(s) would sometime stop casting as I've been standing on a Dummy in Stormwind for about 15 minutes without experiencing any rotation stops (from both Standard and AoE.)

    Update your profiles through the PQR Rotation Manager or through SVN for the latest changes!
    Feedback is much appreciated guys!

    As always, if you're interested in helping me out and keep me motivated to create bigger and better profiles, you can make a donation here.

    A special and warm thanks to you guys who already donated some!

  13. #5758
    Soapbox's Avatar Legendary Founder of Soapbox Rotations

    CoreCoins Purchaser Authenticator enabled
    Reputation
    743
    Join Date
    Nov 2012
    Posts
    986
    Thanks G/R
    1118/364
    Trade Feedback
    61 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mentally View Post
    @Soapbox, there is. Check our old Blood Death Knight code and you should be able to figure it out by how we handled Death and Decay!
    I just checked/tried it it seems you use a mouseover cast as well. Im looking for something that will cast stuff like DnD at my current targets location regardless if where my mouse is

  14. #5759
    firepong's Avatar Elite User
    Reputation
    384
    Join Date
    Jan 2008
    Posts
    955
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Soapbox View Post
    I just checked/tried it it seems you use a mouseover cast as well. Im looking for something that will cast stuff like DnD at my current targets location regardless if where my mouse is
    Not gonna happen in PQRotation until Xelper finds a way to code in a "Shadow" Mouse at target location. I know it's possible as I've read up on it on Google.

  15. #5760
    Soapbox's Avatar Legendary Founder of Soapbox Rotations

    CoreCoins Purchaser Authenticator enabled
    Reputation
    743
    Join Date
    Nov 2012
    Posts
    986
    Thanks G/R
    1118/364
    Trade Feedback
    61 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    Not gonna happen in PQRotation until Xelper finds a way to code in a "Shadow" Mouse at target location. I know it's possible as I've read up on it on Google.
    Yeap you beat me to it. I made a small reference but it is waaaay too taxing for some reason. FPS goes to 0 trying to do it. bleh.

    Working on frost mage ATM pain in the but with all the mouseover abilities

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 11:51 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search