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

Shout-Out

User Tag List

Page 251 of 731 FirstFirst ... 151201247248249250251252253254255301351 ... LastLast
Results 3,751 to 3,765 of 10955
  1. #3751
    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)
    @Lofty did u change anything in "autotargetlowhp" ability in hpala with "lowhpmembers"?

    EDIT
    How works "lowhpmembers"? It checking groups or whole raid as one group? What i see it works like
    lowhpmembers > 4 so will return true only if in party are 4 lowhpmembers, cuz many times i see 7-10 60% hp ppl and it not using aoe heal, only when 4 members in one group have lowhp.
    yeah my english suck but u should know what i mean.
    Last edited by vorn10; 01-04-2012 at 07:06 AM.

    [BETA] PQRotation - an automated ability priority queue.
  2. #3752
    Lofty's Avatar Banned
    Reputation
    37
    Join Date
    Feb 2008
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vorn10 View Post
    @Lofty did u change anything in "autotargetlowhp" ability in hpala with "lowhpmembers"?
    Nope, nothing was changed in auto target. Or auto target no mouseover (Other than the health %)

  3. #3753
    damo1981's Avatar Member
    Reputation
    1
    Join Date
    Jan 2011
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just Wondering if anyone could help with code for these two requests or point me in the right direction.

    1st

    Loving the Boomie profile havent played boomie in years and have a renewed love for it now Thx.

    what would make it perfect is a Wild Mushroom Bind too (say left shift) that would cast 3 mushrooms at mouse over and detonate. if someone could think of a way of doing this it would be perfect .

    2nd

    Been working on the disc pve profile too tweaking it about got it pretty nice now. but would love to put atonement in the rotation. what im asking is would it be possible too smite holyfire a focus target (boss add) while peeps are at say 95% hp and switch to proper heals at 94% etc. if someone could write the code for that i can tweak it about and post it for all to use. Thanks

    Thanks all for all the hard work and time spent on the profiles and the awesome Program

  4. #3754
    onya's Avatar Member
    Reputation
    67
    Join Date
    May 2008
    Posts
    152
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    onya tradeskills.zip

    made a profile to prospect all your ore, cut gems and make rings etc then disenchant them.

    assumes you're a priest with jc and enchanting.

  5. #3755
    jts1310's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm trying to make a rotation that will post auctions with trade skill master. I made an ability:

    RunMacroText("/click TSMAucPostButton")
    return true

    no spell id, I tried changing the delay but it would only post auctions every 5 seconds at best.
    Any tips?

  6. #3756
    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've done some testing with my sv profile. I'm running at 78ms for lag so my delay on explosive shot is higher, '1900ms'. on recount i get on avg 8 to 9 ticks from the dot. Is it perfect, no but one lost tick isn't the end of the world. If your lag is higher than 200ms then try setting the delay to '1300' and see if its an increase. remember the lower your lag higher your delay, higher your lag the lower your delay.

    I know theres an api to check your lag. I don't know if the program allows for on the fly delay settings.

    eg:

    local _, _, _, lag = GetNetStats()

    if lag <= 200 then PQR_DelayThisSpell(1900, 2) else if lag >= 200 then PQR_DelayThisSpell(1300, 2) end

    where PQR_DelayThisSpell(milliseconds, Number of times to delay)

    something like that? It could help with timings of other rotations as well.
    Last edited by crystal_tech; 01-04-2012 at 12:53 PM.

  7. #3757
    wwwnd's Avatar Private
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    leetjerk, any updates on your masterfrost rotation?

  8. #3758
    Erasmus's Avatar Private
    Reputation
    1
    Join Date
    Aug 2011
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hello
    When i activate the rotation ( ash's resto druid)i get an error popping up saying that an addon (varied addon) has been blocked from an action reserved for blizzard UI? and asks to disable or ignore and cannot do either while rotation is enabled and if disabled it says the same about another addon when i try to reenable it, damned annoying

  9. #3759
    emba's Avatar Private
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, my friends/ I tried to use it in pvp(arena, BG) IT would be an imbo programm in it, if there would be Push to use the rotation key(e: in arena when there proc of instant cyclone, first u must disable the programm and then use the proc, it is not easy), and focus kick with target kick in the same time.
    PLEASE, + to my post, becouse this is important things
    PS sory for my english

  10. #3760
    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)
    Originally Posted by emba View Post
    Hello, my friends/ I tried to use it in pvp(arena, BG) IT would be an imbo programm in it, if there would be Push to use the rotation key(e: in arena when there proc of instant cyclone, first u must disable the programm and then use the proc, it is not easy), and focus kick with target kick in the same time.
    PLEASE, + to my post, becouse this is important things
    PS sory for my english
    sounds like your playing a druid and you need to convert some strings in your clients language.

    if rotation coders that use ipairs loop with mob names try this

    Code:
    local targetID = tonumber((UnitGUID("target")):sub(-13, -9), 16) -- gets target mob ID number
    
    local mobID = { numbers here } --wowhead mob id to check for
    
    for i,v in ipairs(mobID) do
    	if targetID == v then  -- if they match
    		Do something
    	end
    end
    I think this would solve the translation problems.
    Last edited by crystal_tech; 01-04-2012 at 04:56 PM.

  11. #3761
    DKVance73's Avatar Sergeant
    Reputation
    6
    Join Date
    Aug 2011
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    i've done some testing with my sv profile. I'm running at 78ms for lag so my delay on explosive shot is higher, '1900ms'. on recount i get on avg 8 to 9 ticks from the dot. Is it perfect, no but one lost tick isn't the end of the world. If your lag is higher than 200ms then try setting the delay to '1300' and see if its an increase. remember the lower your lag higher your delay, higher your lag the lower your delay.

    I know theres an api to check your lag. I don't know if the program allows for on the fly delay settings.

    eg:

    local _, _, _, lag = GetNetStats()

    if lag <= 200 then PQR_DelayThisSpell(1900, 2) else if lag >= 200 then PQR_DelayThisSpell(1300, 2) end

    where PQR_DelayThisSpell(milliseconds, Number of times to delay)

    something like that? It could help with timings of other rotations as well.
    Crystal, where would you put that code to change the delay? I'm running on avg 62ms between home and world latency all the time. Thanks for the great work.

  12. #3762
    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)
    Originally Posted by sheuron View Post
    Here a tutorial to make any of my profiles work with non english clients

    1. Open Ability Editor
    2. Click on Ability named "--- initialize ---"
    3. You ll see a list of names, pick first name "Training Dummy"
    4. Search on www.wowhead.com for "Training Dummy", now click on upper left corner and choose your wow language
    5. Replace the localized name on "--- initialize ---" mob list
    6. Repeat the process with all names on the list

    ---------- Post added at 08:28 PM ---------- Previous post was at 08:20 PM ----------



    Yes, but got some questions

    1. How many combo points we use recuperate
    2. Should be recuperate always active when our hp is not full?
    3. Got any other rogue tips to improve pvp profile?

    My pvp experience as rogue was awful, didnt tested profile muh time
    The main reason why people like to keep recup up is because they use a backstab+imp recup build, meaning they get 6% damage reduction

    Opener is usually
    Premed>Garrote>BS>BS>5Recup>Hemo.
    Just to give a small idea of importance recup (taken from someone who made a guide, and is much much wiser than I am lol)

    F I N I S H E R - P R I O R I T I E S:

    Do I have Recuperate up? if no, put it up, if yes then ...

    Do I need sustained damage? Slice and Dice
    Do I need burst? Eviscerate
    Do I need control? Kidney Shot

    Recup should have an uptime of around 75-90%, of course, that is highly circumstantial, but maybe that give better idea of how to place it when it come to importance

  13. #3763
    imdasandman's Avatar Contributor
    Reputation
    206
    Join Date
    Feb 2011
    Posts
    965
    Thanks G/R
    9/4
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wwwnd View Post
    leetjerk, any updates on your masterfrost rotation?
    It does not need any.
    I ranked in the top 25 with it on morchok this week

    Sent from my SAMSUNG-SGH-I997 using Tapatalk
    My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
    https://imdasandmandeathknight.googl...com/svn/trunk/
    Originally Posted by Valma View Post
    Oh sure. (: Plz,lord,rewrite my profile without "re-inventing a wheel".I'm really interested how would you do so.I even ready to eat my pants if yours will perform better in raids than mine

  14. #3764
    imdasandman's Avatar Contributor
    Reputation
    206
    Join Date
    Feb 2011
    Posts
    965
    Thanks G/R
    9/4
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jts1310 View Post
    I'm trying to make a rotation that will post auctions with trade skill master. I made an ability:

    RunMacroText("/click TSMAucPostButton")
    return true

    no spell id, I tried changing the delay but it would only post auctions every 5 seconds at best.
    Any tips?
    You could put that macro on an action bar and make pqr do timed keystrokes to a specific keybond maybe? I really don't know sceptre tam has a few anti bot checks in place it is a pain to get honorbuddy to make this happen

    Sent from my SAMSUNG-SGH-I997 using Tapatalk
    My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
    https://imdasandmandeathknight.googl...com/svn/trunk/
    Originally Posted by Valma View Post
    Oh sure. (: Plz,lord,rewrite my profile without "re-inventing a wheel".I'm really interested how would you do so.I even ready to eat my pants if yours will perform better in raids than mine

  15. #3765
    Leetjerk's Avatar Sergeant
    Reputation
    13
    Join Date
    Dec 2011
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by imdasandman View Post
    It does not need any.
    I ranked in the top 25 with it on morchok this week

    Sent from my SAMSUNG-SGH-I997 using Tapatalk
    haha yeah thanks, i was wondering why i wasn't really getting any people whispering me to change things up a bit. I have added a pvp profile into it tho, pops PoF when targets sub 80 but higher than 20% so its not wasted, dark scrims focus(only uses it on sheep, fear, hex, cyclone) sometimes i will get a sheep and not even notice LOL. it also summons you pet and sacs it at sub 40% health.

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