PQR - Rotation Bot menu

User Tag List

Page 60 of 779 FirstFirst ... 10565758596061626364110160560 ... LastLast
Results 886 to 900 of 11681
  1. #886
    Anotherfox's Avatar Contributor
    Reputation
    91
    Join Date
    Apr 2008
    Posts
    222
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ninjaderp View Post
    ^ Doesnt Diving Protection only shield you from magic damage?
    Was just using it as an example. The run macro should allow any spell to be cast without a problem.

    PQR - Rotation Bot
  2. #887
    Anotherfox's Avatar Contributor
    Reputation
    91
    Join Date
    Apr 2008
    Posts
    222
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by deadpanstiffy View Post
    In the Spell ID use the ID for Divine Protection. This is for your target only, if you click to heal or etc, use boss1 or boss2 respectively.
    Spell ID (109033) is Kohcrum's Stomp (10H).
    Trying to add it to Special Occasions in the abilities editor. I'm not on Morchok, I'm on his Kohcrum which mirrors Morchoks attacks a bit after the normal cast.

    The 'CastName' would pop it for both Morchok and Kohcrum (thus loosing the cooldown due to early activation).

  3. #888
    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 Anotherfox View Post
    Spell ID (109033) is Kohcrum's Stomp (10H).
    Trying to add it to Special Occasions in the abilities editor. I'm not on Morchok, I'm on his Kohcrum which mirrors Morchoks attacks a bit after the normal cast.

    The 'CastName' would pop it for both Morchok and Kohcrum (thus loosing the cooldown due to early activation).
    Why would you target Morchok if you are on Kohcrum?

    I use the exact code for my rogue and do swap sides occasionally with no hiccups.

  4. #889
    Anotherfox's Avatar Contributor
    Reputation
    91
    Join Date
    Apr 2008
    Posts
    222
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by deadpanstiffy View Post
    Why would you target Morchok if you are on Kohcrum?

    I use the exact code for my rogue and do swap sides occasionally with no hiccups.
    I've probably explained myself very badly.... I sometimes do HC Morchok on my Rogue (but sometimes other classes if needed). I was looking to write some code that would work on any characters that I could stick in the special events on the Abilities. For Paladin I was thinking Bubble (I'm not great on my paladin I admit), feint on my rogue or Iceblock on mage etc.

    I thought the code would do any class all I would have to do is change the damage mitigation spell in the runMacro.

    So rogue for example would be:

    Code:
    -- Kohcrum Stomp
    local channelSpell, _, _, _, _, endTime = UnitCastingInfo("boss1")
    if channelSpell == GetSpellInfo(109033) and endTime/1000 - GetTime() < 2.0
    then RunMacroText("/cast Feint") end

  5. #890
    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 Anotherfox View Post
    I've probably explained myself very badly.... I sometimes do HC Morchok on my Rogue (but sometimes other classes if needed). I was looking to write some code that would work on any characters that I could stick in the special events on the Abilities. For Paladin I was thinking Bubble (I'm not great on my paladin I admit), feint on my rogue or Iceblock on mage etc.

    I thought the code would do any class all I would have to do is change the damage mitigation spell in the runMacro.

    So rogue for example would be:

    Code:
    -- Kohcrum Stomp
    local channelSpell, _, _, _, _, endTime = UnitCastingInfo("boss1")
    if channelSpell == GetSpellInfo(109033) and endTime/1000 - GetTime() < 2.0
    then RunMacroText("/cast Feint") end
    Code:
    local CastName=UnitCastingInfo("target")
    if CastName and CastName=="Stomp" then
    	RunMacroText("/cast Feint") 
    end

  6. #891
    Anotherfox's Avatar Contributor
    Reputation
    91
    Join Date
    Apr 2008
    Posts
    222
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by deadpanstiffy View Post
    Code:
    local CastName=UnitCastingInfo("target")
    if CastName and CastName=="Stomp" then
    	RunMacroText("/cast Feint") 
    end
    Cheers. You're a star! +5 Rep'd

  7. #892
    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)
    @Imdasandman: Haha, after a pug tonight a DK with better progress than me and higher ilvl (well only 1ilvl more but still) asked me to join him in a group by the dummys and race dps with him. He said he had problems doing my numbers when he dps. So we raced first without cds, where we started out close, but as time went by my dps raised up to 28k and his was on 22k. Then we did one more race but with CDs and trinkets, that ended up with 32k for me and 25k for him. Iam 398ilvl myself as you can see here.

    First I was happy cause of the awesome profile, but then a little sad I couldnt help this guy improve his DK other than compare recount-sessions. Great work nonetheless, and please dont stop working on DK-profiles ^^

  8. #893
    Frankzzz's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    justimagine how big the Emperor's chess board must have been.


  9. #894
    vick7atl7's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do i fix the PQR._NOVA_DATA.lua error

  10. #895
    rovillien's Avatar Sergeant
    Reputation
    17
    Join Date
    May 2011
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vick7atl7 View Post
    how do i fix the PQR._NOVA_DATA.lua error
    uhm i think you forgot to put the data file in the data folder?

  11. #896
    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)
    Uh.. yeah, a lot of people have been asking about this lately.. It's not really that hard to understand.
    Download this file. It has the full file structure already created so all you need to do is extract it into your PQR folder.

    If some people still can't get it to work, then I can't help you. Try updating your PQR.

  12. #897
    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)
    Hello All!

    Been away some from Wow doing Diablo etc.
    Im just wondering if there is a Mage/Feral Profile for MoP somewhere? Or else i will start doing them myself but i dont want to invent the wheel if its already done
    Maybe would be a good thing to start having a MoP thread of PQR where we just post scripts regarding that. I know MoP is prolly a couple of weeks away but tbh its no point updating profile for Cataclysm cause its done and dusted.
    Looking for exploiters and botters to Elder Scrolls Online.

  13. #898
    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)
    Hi Gabbz welcome back! Been using your Kittybear-profile for Heroic Dragon Soul with alot success, good to have you back in the community again ^^

  14. #899
    Lois306's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks, where did you find this or hear this from?

  15. #900
    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)
    Welcome back, Gabbz!

    I actually started making a MoP Fire Mage profile yesterday, along with a raiding profile. (Among other things, I used your ignite event loader!)
    Just have a few things left on my Shadow Priest profile before I can fully devote myself to DK's and Mage.

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 03:13 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