PQR - Rotation Bot menu

User Tag List

Page 356 of 779 FirstFirst ... 256306352353354355356357358359360406456 ... LastLast
Results 5,326 to 5,340 of 11681
  1. #5326
    bu_ba_911's Avatar Elite User
    Reputation
    552
    Join Date
    May 2006
    Posts
    1,638
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Edsaxe View Post
    Anyone got a holy prism code for holy I can add to Sheepmoon or Bubba's?
    PHP Code:
    GetDistance()

    local PerfectAoETarget = {}
    for 
    i=1#members do
        
    table.insert(PerfectAoETarget, {NumberNearby UnitsClose(members[i].Unit85), Unit members[i].Unit} )
    end


    table
    .sort(PerfectAoETarget, function(x,y) return x.NumberNearby y.NumberNearby end)


    if 
    PerfectAoETarget[1].NumberNearby >= 4 then
        PQR_CustomTarget 
    PerfectAoETarget[1].Unit
        
    return true
    end 
    this is what i think should work in mine...... but like ive said in my own Thread.... i don't have a pally to test these new spells on so I don't want to release continually breaking profiles as u guys spot test it
    ^0^Team Nova's PQR NCC ^0^

    If you think someone did something good, take the time to show your appreciation!

    PQR - Rotation Bot
  2. #5327
    Smilezz's Avatar Private
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Kickmydog! From the bottom of my heart I wanted 2 thank u! Now it works like a charm. No more Cobra shooting att 80 - 90% focus. Also my dps has increased a bit (dunno why though, nothing changed ....)

    But anyways cheers and yet again a BIG thank you!

  3. #5328
    derfred's Avatar Member
    Reputation
    2
    Join Date
    Oct 2007
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have made some of my own personal tweaks to Kink's profile, but I have no plans to upload them unless people are interested and Kink approves first. But for the most part I have Kink's profile doing ~70k DPS continually, and I know it can push out more. It just needs a few more tweaks.
    Decaed; I tried to send you a private message but it seems your inbox is full. I was basically asking if you could upload your edited Kinkehs profile so I could try it out since im also experiencing too many FS used on KM and not on OB.

    Would be very grateful!

  4. #5329
    TehVoyager's Avatar I just love KuRIoS
    Reputation
    1282
    Join Date
    Nov 2010
    Posts
    2,733
    Thanks G/R
    85/470
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by derfred View Post
    Decaed; I tried to send you a private message but it seems your inbox is full. I was basically asking if you could upload your edited Kinkehs profile so I could try it out since im also experiencing too many FS used on KM and not on OB.

    Would be very grateful!
    you should read what you quoted, especially the part where he said "I have no plans to upload them unless (...) Kink approves first."

    your first step should be to ask kink to approve that he can upload his edited profile.


    (don't post things I post to Patreon.)

  5. #5330
    derfred's Avatar Member
    Reputation
    2
    Join Date
    Oct 2007
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you should read what you quoted, especially the part where he said "I have no plans to upload them unless (...) Kink approves first."

    your first step should be to ask kink to approve that he can upload his edited profile.
    Oh man, the stupidity on forums is just, ye....

    I have no plans to upload them unless people are interested
    By posting a request im showing that im interested.

    and Kink approves first
    He just indirectly asked for Kinkehs approval here if there are some people interested, wich I in my post directly showed that I am.

    Secondly, if someones should ask for and get Kinkehs permission, it should be the one that is going to upload his work dont you think?

    So please please please, stay on topic and please refrain from utterly useless and totally idiotic comments

    /Thanks

  6. #5331
    Phishstick's Avatar Member
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Omg so stupid so i figured out how to keep up Invokers energy so any frost mages that need it here it is

    if not UnitBuffID("player",116257)
    and UnitAffectingCombat("player") then

    return true end

  7. #5332
    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)
    Is this ok?

    PHP Code:
    --Hand of FreedomRight Alt Key Down
    local debuff 
    = { 116281105289110317 }
    for 
    i=1,#debuff do 
        
    if PQR_SpellAvailable(1044) and ((UnitDebuffID("player"debuff[i]) or UnitBuffID("player"debuff[i])) or IsRightAltKeyDown() and not GetCurrentKeyBoardFocus()) then
            CastSpellByName
    (GetSpellInfo(1044), "player")
        
    end
    end 
    re-post from last page

    How do I get the time of trinket13 or trinket14? I tried using getTime but I must be doing it wrong.
    My double jeopardy code is below, can someone tell me why it only attacks focus even though I have the glyph?
    Am I checking glyph's wrong?

    This is what I have now.

    PHP Code:
    local doubleJeopardy = { 410925703054922121027 }
    for 
    i=1,#doubleJeopardy do
        
    if HaveGlyph(ithen 
    It doesn't seem to work so I tried to change it to this

    PHP Code:
    local doubleJeopardy = { 410925703054922121027 }
    for 
    i=1,#doubleJeopardy do
        
    if HaveGlyph(doubleJeopardy[i]) then 
    Still doesn't work but my flag pickup works this way?

    PHP Code:
    -- Pvp Flag
    local flag 
    = { "Alliance Flag""Horde Flag""Netherstorm Flag" }
    for 
    i=1,#flag do InteractUnit(flag[i]) end 
    Last edited by averykey; 10-25-2012 at 01:22 PM.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  8. #5333
    TehVoyager's Avatar I just love KuRIoS
    Reputation
    1282
    Join Date
    Nov 2010
    Posts
    2,733
    Thanks G/R
    85/470
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by derfred View Post
    Oh man, the stupidity on forums is just, ye....

    By posting a request im showing that im interested.

    He just indirectly asked for Kinkehs approval here if there are some people interested, wich I in my post directly showed that I am.

    Secondly, if someones should ask for and get Kinkehs permission, it should be the one that is going to upload his work dont you think?

    So please please please, stay on topic and please refrain from utterly useless and totally idiotic comments

    /Thanks
    5 year one rep grey is apparently mad when shown reality. the important part of the quote is that THE ORIGINAL AUTHOR HAS TO APPROVE OF IT. then, IF theres interest (which so far ONE user has shown) he would think about uploading.

    so instead of Madtalking@me, PM the original author, link him to the post, and ask him to allow the modified rotation posted, with credit for the original authors work.


    (don't post things I post to Patreon.)

  9. #5334
    solarwake's Avatar Master Sergeant
    Reputation
    6
    Join Date
    May 2010
    Posts
    97
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Decaed View Post
    It helped to me understand it a little better. See the issue I'm having is that FS is being spent on KM far too much, and as a result my DPS isn't as good as it could be. I raid hardcore (currently 5/6 heroic MV) so my DPS has to be top notch. After pouring over logs for the past two weeks to try and identify where I can boost performance, and why I'm so RP starved, I discovered that this could be fixed with FS checking if KM is up, and checking if Obliterate will be up soon. If this returns true then FS should not cast. This will boost RP gains and overall DPS.

    I have made some of my own personal tweaks to Kink's profile, but I have no plans to upload them unless people are interested and Kink approves first. But for the most part I have Kink's profile doing ~70k DPS continually, and I know it can push out more. It just needs a few more tweaks.
    I am also in a hardcore raiding guild currently 3/6 25m heroic. I would love to be able to try out your tweaked profile and see if it improves on kinks work( with his permission). I agree with you that it is using frost strike too often on km procs. Something that would greatly improve dps in a couple fights is auto aoe switch when more then 2 adds are present. For example shadow phase on heroic feng or small adds on elegon before the return to phase 1(or 3 depending on timing). I am willing to help with theorycrafting I just have 0 coding experience. Perhaps kink you and myself can come together to produce a pro dps routine for the community.

    Solarwake

    Ps decaed can you clear your inbox?

  10. #5335
    Kinkeh's Avatar Established Member
    Reputation
    243
    Join Date
    Jan 2012
    Posts
    450
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Decaed View Post
    It helped to me understand it a little better. See the issue I'm having is that FS is being spent on KM far too much, and as a result my DPS isn't as good as it could be. I raid hardcore (currently 5/6 heroic MV) so my DPS has to be top notch. After pouring over logs for the past two weeks to try and identify where I can boost performance, and why I'm so RP starved, I discovered that this could be fixed with FS checking if KM is up, and checking if Obliterate will be up soon. If this returns true then FS should not cast. This will boost RP gains and overall DPS.

    I have made some of my own personal tweaks to Kink's profile, but I have no plans to upload them unless people are interested and Kink approves first. But for the most part I have Kink's profile doing ~70k DPS continually, and I know it can push out more. It just needs a few more tweaks.
    I personally, would prefer not to have two different versions of one profile(it's messy and in my opinion, doesn't look good with Edit this, edit that, etc). So instead, I would rather get in touch with you and fix the original profile to be better, with credit to you and other people of course. I have plans to update the profile to include fight mechanics so I'd like to have all of this together. I'll try to PM you (if your inbox is not full, otherwise PM me). @Other people, stop being immature discussing something so small, I will try to keep my profile the best it can be regardless if my DK is no longer my main, I have always been open to PMs for suggestions, that including affiliation with things like players in top end guilds especially.
    Last edited by Kinkeh; 10-25-2012 at 02:22 PM.

  11. #5336
    solarwake's Avatar Master Sergeant
    Reputation
    6
    Join Date
    May 2010
    Posts
    97
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kinkeh View Post
    I personally, would prefer not to have two different versions of one profile(it's messy and in my opinion, doesn't look good with Edit this, edit that, etc). So instead, I would rather get in touch with you and fix the original profile to be better, with credit to you and other people of course. I have plans to update the profile to include fight mechanics so I'd like to have all of this together. I'll try to PM you (if your inbox is not full, otherwise PM me).
    I like this idea! I'll help if you guys need any on theory or mechanics. Good luck!

  12. #5337
    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)
    Can anyone help me nail the code for Incarnation and Nature's Vigil to be used only while in an eclipse? And Celestial Allignment to go off when the Eclipse ends.
    Iam using Sheepmoon's Boomkin-profile btw, if it is to any help. Link to it here ([PQR] MOP profiles).

    Spell-ID's:
    Incarnation - 102560
    Natures Vigil - 124974
    Celestial Allignment - 112071

    +rep for helping me out.

    Bringing up this again, I really would like to tweak the profile to do this, I think it would do the dps good.

  13. #5338
    Decaed's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kinkeh View Post
    I personally, would prefer not to have two different versions of one profile(it's messy and in my opinion, doesn't look good with Edit this, edit that, etc). So instead, I would rather get in touch with you and fix the original profile to be better, with credit to you and other people of course. I have plans to update the profile to include fight mechanics so I'd like to have all of this together. I'll try to PM you (if your inbox is not full, otherwise PM me). @Other people, stop being immature discussing something so small, I will try to keep my profile the best it can be regardless if my DK is no longer my main, I have always been open to PMs for suggestions, that including affiliation with things like players in top end guilds especially.
    That's cool, Kink. And I actually agree with you that having too many edits of the one profile in circulation isn't the best solution. The only reason why I went ahead and made my own edit was because I knew you were no longer raiding on your DK, so you didn't really have the means to fully test your profile in a raiding environment and then make the necessary edits / changes.

    That said, I would be more than happy to share my data and edits with you. If it wasn't for your awesome work, I wouldn't have been able to use such an awesome profile to begin with.I have a few more things I'd like to work out with it first, and then I'll send you what I have. =)

    Note: I have only made minor edits for DPS gains to the profile, and quality of life adjustments to suit my needs. The default profile is still %100 awesome.
    Last edited by Decaed; 10-25-2012 at 05:19 PM.

  14. #5339
    Waddagundar's Avatar Member
    Reputation
    7
    Join Date
    Aug 2012
    Posts
    38
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    No, im playing only as warrior and few times a week. All those daily quest ruined my gameplay, im losing interest in the game.
    Oh no! Isn't ANYONE going to do a Holy Priest profile? I am still using your old one, and it's still working, but it sure could do with some MoP upgrades before I can go raiding.

  15. #5340
    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)
    Originally Posted by averykey View Post
    Is this ok?

    PHP Code:
    --Hand of FreedomRight Alt Key Down
    local debuff 
    = { 116281105289110317 }
    for 
    i=1,#debuff do 
        
    if PQR_SpellAvailable(1044) and ((UnitDebuffID("player"debuff[i]) or UnitBuffID("player"debuff[i])) or IsRightAltKeyDown() and not GetCurrentKeyBoardFocus()) then
            CastSpellByName
    (GetSpellInfo(1044), "player")
        
    end
    end 
    re-post from last page

    How do I get the time of trinket13 or trinket14? I tried using getTime but I must be doing it wrong.
    My double jeopardy code is below, can someone tell me why it only attacks focus even though I have the glyph?
    Am I checking glyph's wrong?

    This is what I have now.

    PHP Code:
    local doubleJeopardy = { 410925703054922121027 }
    for 
    i=1,#doubleJeopardy do
        
    if HaveGlyph(ithen 
    It doesn't seem to work so I tried to change it to this

    PHP Code:
    local doubleJeopardy = { 410925703054922121027 }
    for 
    i=1,#doubleJeopardy do
        
    if HaveGlyph(doubleJeopardy[i]) then 
    Still doesn't work but my flag pickup works this way?

    PHP Code:
    -- Pvp Flag
    local flag 
    = { "Alliance Flag""Horde Flag""Netherstorm Flag" }
    for 
    i=1,#flag do InteractUnit(flag[i]) end 

    edit:

    I would really appreciate some help here, with the edits I have made recently, the profile bursts 170k~ single target/ 250k~ aoe and has an average of 80k with more than 1 mob, 65-70k single target, in 467 gear with a 476 wep
    It would be a real shame not being able to release it, because I can't fix a few problems.

    I ranked #4 world in the first week with this profile.
    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 03:38 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