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

User Tag List

Page 26 of 731 FirstFirst ... 22232425262728293076126526 ... LastLast
Results 376 to 390 of 10955
  1. #376
    MeeToo's Avatar Member
    Reputation
    1
    Join Date
    Jul 2011
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by alexsteh View Post
    Have anyone made a boomkin rotation yet?
    If you look through the the posts a few pages back you will find a Resto Druid rotation and one for Feral Cat. I use both and they work great.

    [BETA] PQRotation - an automated ability priority queue.
  2. #377
    jackus's Avatar Active Member
    Reputation
    58
    Join Date
    Aug 2006
    Posts
    802
    Thanks G/R
    1/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this program is so sweet

    But when im on my war and I wanna use heroic leap, I cant coz it SPAMS attacks.. Any way to go around that?

    Edit REP to you +5

  3. #378
    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)
    try a GetSpellCooldown check and tell it to set to false if on CD or put a hp check before it casts. not the best way to do it but a workaround.

  4. #379
    AdamZZ's Avatar Active Member
    Reputation
    42
    Join Date
    May 2007
    Posts
    139
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jackus View Post
    this program is so sweet

    But when im on my war and I wanna use heroic leap, I cant coz it SPAMS attacks.. Any way to go around that?

    Edit REP to you +5
    Heroic Leap needs you to actually click on the ground where you want to jump, and I don't think this bot got that feature.

  5. #380
    Debordes's Avatar Member
    Reputation
    14
    Join Date
    Oct 2007
    Posts
    128
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone happen to be working on a Enhance Shaman PvP or PvE profile?

  6. #381
    vorn10's Avatar Active Member
    Reputation
    75
    Join Date
    Nov 2010
    Posts
    303
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello.
    added LoH to rotation, but i discovered when i connect bot to pvp/archeo with that awsome prog it doin much better dmg then bot setup, so started using this with pvpbot(while archeo)
    but my question is:
    what should i add to that lua code to not get stuck trying cast f.e. Divine Shield while Forbearance is active.
    Code:
    sForbearance=UnitBuffID("player",25771)
    local unithealth = 100 * UnitHealth("player") / UnitHealthMax("player")
    
    if sForbearance ..................... then <-- no idea how to fill it
                return ???false???
                     if unithealth < 20 then
                           return true
                     end
    end

  7. #382
    Luciferozzy's Avatar Member
    Reputation
    2
    Join Date
    Apr 2011
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Where is the Resto Druid rotation cant find it.

  8. #383
    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)
    healing really shouldn't be a rotation per say as encounters change. not saying its imposable just that it wouldn't be very effective to heal a group/raid with this program.


    as for
    Code:
    sForbearance=UnitBuffID("player",25771)
    local unithealth = 100 * UnitHealth("player") / UnitHealthMax("player")
    
    if sForbearance ..................... then <-- no idea how to fill it
                return ???false???
                     if unithealth < 20 then
                           return true
                     end
    end
    you need to read this Lua 5.1 Reference Manual xelper pointed me to it and it was a great help.
    and you need to read down to 2.5.3 as well. as for your code you are returning false before your nested if then statement meaning it would skip it.

    try this and let me know if this works for you.
    Code:
    sForbearance=UnitBuffID("player",25771)
    local unithealth = 100 * UnitHealth("player") / UnitHealthMax("player")
    
    if unithealth <= 20 then
    	if sForbearance == nil then
    		return true
    	end
    end

  9. #384
    MeeToo's Avatar Member
    Reputation
    1
    Join Date
    Jul 2011
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Luciferozzy View Post
    Where is the Resto Druid rotation cant find it.
    Haven't seen a Resto rotation yet, just Balanced and Feral Cat
    Last edited by MeeToo; 08-01-2011 at 01:44 PM.

  10. #385
    Luciferozzy's Avatar Member
    Reputation
    2
    Join Date
    Apr 2011
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anny 1 know a script to target lowest health raid member not dead or out of range ?

  11. #386
    Gorthok's Avatar Active Member
    Reputation
    18
    Join Date
    Aug 2011
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have been watching this thread for about 2 weeks now and today downloaded it and tried it on my DK, Boomkin and Hunter. So I took the time to register. This is an amazing program I love the potential to make bad good and good amazing. I do have one question or 2.
    What would be the feasibility of coming up with a way to integrate this with something like an Honorbuddy Custom class profile? I mean to have PQRotation override any combat rotations in a profile and still allow any healing in a profile? Right now I am playing with my druid running Honorbuddy on a farming profile while running PQRotation for the combat. It works amazingly well when the druid and faster combat than any Honorbuddy profile I have tried but when it comes to healing Honorbuddy and PQRotation disagree on what should happen and it will stand still and die. Just a thought I was having at the time.

    Thanks I support this

  12. #387
    22alec22's Avatar Member
    Reputation
    1
    Join Date
    Jul 2011
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    does anyone have a good warlock pvp profile?

  13. #388
    matimati's Avatar Member
    Reputation
    2
    Join Date
    Feb 2011
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone post the SV hunter profile as i cant find it. i can only find bits of it.

  14. #389
    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)
    I'm working on hunter profiles now. they are rough but get the job done. just in the tweaking part of the set up to get them polished.

  15. #390
    remnever's Avatar Member
    Reputation
    5
    Join Date
    Jun 2009
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any chance this will be ported for mac users?

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 01:33 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