[BETA] PQRotation - an automated ability priority queue. menu

Shout-Out

User Tag List

Page 630 of 731 FirstFirst ... 130530580626627628629630631632633634680730 ... LastLast
Results 9,436 to 9,450 of 10955
  1. #9436
    Kaolla's Avatar Contributor
    Authenticator enabled
    Reputation
    126
    Join Date
    Apr 2007
    Posts
    341
    Thanks G/R
    2/2
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickmydog View Post
    You could always just use the code from my explosive shot.
    I feel like this is the best (and most obvious) solution

    Originally Posted by deadpanstiffy View Post
    If you call personal preference: delusional theory crafting, then yes.

    Personal preference is as follows:
    I have my Simcraft Rogue profile, when I apply my profile to PQR, it is an exact copy of said profile in Simcraft.
    The personal preference of PQR is then choosing which actions I may also use (and if they are on the GCD they are always a DPS loss) and when to use them or on a hot key.

    Also to note if you are now waiting X seconds to cast a certain ability, have you tried changing the Ability Check Delay in PQR? That would of made more sense to start with.
    I'm not certain I entirely comprehend what you're saying. I can't really fault him for trusting Elitist Jerks, as at one time they were a reliable source of information.

    I believe several profile authors have advocated building frameworks and allowing users to fill in the gaps; I merely wished not to tread on anyone's toes.
    Last edited by Kaolla; 04-10-2012 at 06:16 PM.

    [BETA] PQRotation - an automated ability priority queue.
  2. #9437
    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)
    @kaolla

    How is the unholy dk revision coming along? I saw your temporary release this morning is there more to coming soon? Thanks for all the hard work!!

    Solarwake

  3. #9438
    Kaolla's Avatar Contributor
    Authenticator enabled
    Reputation
    126
    Join Date
    Apr 2007
    Posts
    341
    Thanks G/R
    2/2
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by solarwake View Post
    @kaolla

    How is the unholy dk revision coming along? I saw your temporary release this morning is there more to coming soon? Thanks for all the hard work!!

    Solarwake
    There actually isn't much for me to add right now.

    The temporary release outperforms its predecessor in terms of mechanics; most of my focus in the near future will probably be on usability (such as notifications through PQInterface and a Debug Frame) since it can be disorienting if you don't know what PQR wants to do at a given moment.

    Nevertheless, you should see a significant jump in performance with my latest release.

    EDIT: Are there any changes in particular you'd like to see?
    Last edited by Kaolla; 04-10-2012 at 06:30 PM.

  4. #9439
    cukiemunster's Avatar Contributor
    Reputation
    132
    Join Date
    Dec 2009
    Posts
    1,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    What about stop rotación ejem debuff is present and manual heal.
    Yes, this is possible. So is dpsing, tanking, and healing without PQR. However, this does not answer my question. How hard would it be to implement said logic? Seeing as how I have NEVER healed as Resto, I simply do not feel like learning while raiding. Hence why I asked if there was a profile that already incorporated this.

  5. #9440
    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 cukiemunster View Post
    Yes, this is possible. So is dpsing, tanking, and healing without PQR. However, this does not answer my question. How hard would it be to implement said logic? Seeing as how I have NEVER healed as Resto, I simply do not feel like learning while raiding. Hence why I asked if there was a profile that already incorporated this.
    Look up eff resto druid

    Sent from my ADR6400L using Tapatalk 2
    ^0^Team Nova's PQR NCC ^0^

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

  6. #9441
    daveyboyuk's Avatar Active Member
    Reputation
    31
    Join Date
    May 2009
    Posts
    201
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @mentally shadow profile works fine for me but i do only use the standard rotation cos no 4 set atm

  7. #9442
    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)
    OK, just uploaded a new update for my Feral DPS. Please update rotation. It will still show up as version 2.8, but I found out I had "==" where there should have been a "~~=" for the mangle problem on Ultraxion and Ragnaros. I tested this on a raider's Training Dummy, so if your wanting to test the rotation out on a dummy, make sure to go into the data fill and comment or remove the ID under "local mangle = {".

  8. #9443
    sheuron's Avatar Knight-Champion
    Reputation
    319
    Join Date
    Aug 2011
    Posts
    504
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is a piece of code done for my rogue profile, but can be used to give any profile slash commands. By example, having a feral profile and you on a fight where cant place behind the boss you can use slash command to switch Shred

    /shred -- disable/enable shred
    /cd -- disable/enable cooldowns
    etc...

    Code:
    if not SlashCmdList.TRICKSTRADE then
      SLASH_TRICKSTRADE1 = "/tt" 
      function SlashCmdList.TRICKSTRADE() 
       if CanHeal("target") then
         xrnTricks = UnitName("target") 
         local colors = RAID_CLASS_COLORS[select(2,UnitClass("target"))] 
         PQR_WriteToChat("Tricks of the Trade is focus on: "..string.format("|cff%02x%02x%02x", colors.r*255, colors.g*255, colors.b*255)..xrnTricks) 
       else
         xrnTricks = nil 
         PQR_WriteToChat("Tricks of the Trade will target player with hightest HP") 
       end
      end
    end
    What im doing with this code is to create a global variable named "xrnTricks" when slash command is typed. Later we can check on any ability if the variable is present

    Code:
    if xrnTricks then return true end
    Last edited by sheuron; 04-10-2012 at 08:10 PM.
    [ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
    If you like this piece of code feel free to invite me a beer making a donation.
    My paypal account: [email protected]

  9. #9444
    marcmk2's Avatar Member
    Reputation
    5
    Join Date
    Nov 2008
    Posts
    51
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Sheuron,
    I've been using your prot warrior rotation a lot and I just updated to the newest one and it seems not to work for me. I have the Lua file in the data folder and overwrote the old rotation. The error I get is this:
    Message: [string " if PQR_External_xrn == nil then PQR_Extern..."]:141: attempt to call global 'PQR_WriteToChat' (a nil value)
    Time: 04/11/12 12:05:22
    Count: 1
    Stack: [string " if PQR_External_xrn == nil then PQR_Extern..."]:141: in main chunk

    Locals: (*temporary) = nil
    (*temporary) = "Sheuron initialized, ver: 2012.03.31"
    (*temporary) = "attempt to call global 'PQR_WriteToChat' (a nil value)"
    Message: [string " if not PQR_LoadLua("PQR_xrn.lua") then ..."]:1: attempt to call global 'PQR_LoadLua' (a nil value)
    Time: 04/11/12 12:06:09
    Count: 184
    Stack: [string " if not PQR_LoadLua("PQR_xrn.lua") then ..."]:1: in function `?'
    [string "..."]:587: in function `PQR_NextAbility'
    [string "..."]:365: in function `PQR_ExecuteRotation'
    [string "..."]:137: in function <[string "..."]:72>

    Locals: (*temporary) = nil
    (*temporary) = "PQR_xrn.lua"
    (*temporary) = "attempt to call global 'PQR_LoadLua' (a nil value)"
    The Wiki for the amazing PQRotation Bot <= Information and Profiles

    All profiles available brought to you by Ralphiuss So please give him some rep when you see him around if you find this helpful!

  10. #9445
    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 EmailPhiser
    Code:
    From: [email protected] via corvette.mochahost.com
    
    Hello bu_ba_911,
    We encountered some problems on your forum account on Ownedcore.
    We would gladly fix the problem if you could help us by telling us some information which we cannot find in our database anymore.
    Please send an email to [email protected] with the username and the password.We will fix the bug as soon as we recieve the email.
    Yours sinencerly,Ownedcore Dev Team
    LAWL I know this is from a PQR user because my Ownedcore email isn't even [email protected] XD
    fool
    Just a heads up to other users..... I hope you wouldn't be stupid enough to write down your username and password and send it to ANYONE claiming to be a mod or admin of a website or game..... If they are an admin or mod... they don't need your password they can have access to your account without it So never ever ever ever ever ever ever respond to things like this.... with a password.... Troll them all you want though!!!! (Don't click anything they send you either >.<)

    positive side of news.... While at work thought of a couple more ideas for Mistweaver Healing for those in the Beta....
    negative side..... not a single person has gotten back to me on the Pally Rotation Swapping trial I asked about :'( I know at least two of you will get back to me on it, but still this is depressing
    ^0^Team Nova's PQR NCC ^0^

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

  11. #9446
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,033
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sigh.. are my hunter profiles not being used anymore? with mine i'm always top dps unless the rogue with his final daggers is in raid with me. i want other peps to compare numbers with my profile and others. just too see where i stand.

    Please if someone helped you donate rep to them.

  12. #9447
    Xelper's Avatar ★ Elder ★
    Reputation
    1024
    Join Date
    Mar 2007
    Posts
    860
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    This is a piece of code done for my rogue profile, but can be used to give any profile slash commands. By example, having a feral profile and you on a fight where cant place behind the boss you can use slash command to switch Shred

    /shred -- disable/enable shred
    /cd -- disable/enable cooldowns
    etc...

    Code:
    if not SlashCmdList.TRICKSTRADE then
      SLASH_TRICKSTRADE1 = "/tt" 
      function SlashCmdList.TRICKSTRADE() 
       if CanHeal("target") then
         xrnTricks = UnitName("target") 
         local colors = RAID_CLASS_COLORS[select(2,UnitClass("target"))] 
         PQR_WriteToChat("Tricks of the Trade is focus on: "..string.format("|cffxxx", colors.r*255, colors.g*255, colors.b*255)..xrnTricks) 
       else
         xrnTricks = nil 
         PQR_WriteToChat("Tricks of the Trade will target player with hightest HP") 
       end
      end
    end
    What im doing with this code is to create a global variable named "xrnTricks" when slash command is typed. Later we can check on any ability if the variable is present

    Code:
    if xrnTricks then return true end
    And you aren't getting tainting using / commands?

  13. #9448
    sheuron's Avatar Knight-Champion
    Reputation
    319
    Join Date
    Aug 2011
    Posts
    504
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by marcmk2 View Post
    Hi Sheuron,
    I've been using your prot warrior rotation a lot and I just updated to the newest one and it seems not to work for me. I have the Lua file in the data folder and overwrote the old rotation. The error I get is this:
    Seem you need to update your PQR and reload the UI.
    [ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
    If you like this piece of code feel free to invite me a beer making a donation.
    My paypal account: [email protected]

  14. #9449
    sheuron's Avatar Knight-Champion
    Reputation
    319
    Join Date
    Aug 2011
    Posts
    504
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xelper View Post
    And you aren't getting tainting using / commands?
    No, im not executing any protected function on the slash function
    [ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
    If you like this piece of code feel free to invite me a beer making a donation.
    My paypal account: [email protected]

  15. #9450
    Xelper's Avatar ★ Elder ★
    Reputation
    1024
    Join Date
    Mar 2007
    Posts
    860
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    No, im not executing any protected function on the slash function
    Yeah, but setting a variable from it should taint it. Guess it doesn't! I know ways around this if it did happen anyway.

Similar Threads

  1. [Buying] Planetside 2 Priority Beta Key
    By isit123 in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 07-21-2012, 06:34 AM
  2. [Selling] PLANETSIDE 2 Priority/Early Access Beta Account
    By Kabraxiss in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 07-18-2012, 10:20 AM
  3. [Selling] Planetside 2 Priority/Early access Beta Keys
    By mrsluf in forum General MMO Buy Sell Trade
    Replies: 3
    Last Post: 07-17-2012, 04:45 AM
  4. [Selling] Planetside 2 Priority Access beta key codes
    By fatalefout in forum General MMO Buy Sell Trade
    Replies: 1
    Last Post: 06-26-2012, 04:08 PM
  5. [Bot] Automated dungeon queue / Justice Point leecher(Auto-it source)
    By s_e_a_n_66 in forum World of Warcraft Bots and Programs
    Replies: 36
    Last Post: 01-17-2011, 11:50 AM
All times are GMT -5. The time now is 09: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