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

User Tag List

Page 303 of 731 FirstFirst ... 203253299300301302303304305306307353403 ... LastLast
Results 4,531 to 4,545 of 10955
  1. #4531
    Techz's Avatar Member
    Reputation
    2
    Join Date
    Aug 2009
    Posts
    160
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by phantom325 View Post
    Rotation isn't everything, what's your gear like?
    Its not the best but its ilvl 375 and seems to me its just very low on the dps

    [BETA] PQRotation - an automated ability priority queue.
  2. #4532
    smurfalmighty's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    43
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there anything I should be adjusting in the new slam arms rotation if you have the 4piece set for t13?

  3. #4533
    happydado's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2011
    Posts
    158
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by happydado View Post
    Hi guys can someone say to me why in the frost mage pvp profile include in the pack he don't use trinket during the rotation?
    Can someone help me on this?
    someone can help me?

  4. #4534
    phantom325's Avatar Turtle Nation
    Reputation
    1033
    Join Date
    Apr 2011
    Posts
    2,628
    Thanks G/R
    81/162
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Techz View Post
    Its not the best but its ilvl 375 and seems to me its just very low on the dps
    Arcane is better than Fire until you get your Haste up enough. Also, make sure you have the correct gems/enchants.

  5. #4535
    happydado's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2011
    Posts
    158
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can someone pls help me for frost pvp profile?

  6. #4536
    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)
    @XHelper with the new patch probably being released Tuesday or a week from now. Where would we go to get the new offset number in our files? This way you don't have to feel rushed to get the new one out. I think posting a simple procedure for everyone (unless you've done that in here?) would help greatly. Thanks again!

  7. #4537
    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)
    The "problem" with Fire script isnt gear tbh. The difference between a good fire DPS and imba is how you use Combustion.
    Sheruns script checks if all DoTs are on target and then cast combustion. It doesnt check if the dots (LB, Ignite and Pyroblast) are big. So basically if you unlucky the combustion can tick for just 6K or if you lucky it can tick for 30K.
    My solution was to take combustion from rotation and cast it manually with help from a addon.

  8. #4538
    Cahonez's Avatar Sergeant
    Reputation
    4
    Join Date
    Dec 2011
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello again chums, heres a new puzzle for your noggins.

    Feral PvP being as OP as it is right now, I thought I would work on some of the more advanced pvp options. Currently I am using GRB's Feral PvP / ARENA (i think thats the correct person, apologies if it wrong, please correct me) and it works splendidly. However I find myself in need of more cc control, for example Roots / hibernate.

    Now, I want to modify the current Cyclone Ability found in this profile to include these 2 new abilities, with keys to trigger each one. For example, if you hold down left control you will cyclone your focus, right control to roots and left alt to hibernate. Of course the keys are just used as examples they could be changed around to which ever is easiest to code.

    This would also remove the auto cyclone and provide some extra control, which is always nice at higher level arenas. I currently have macros working with the left shift key (as this pauses the rotation), but I wondered if anything more automatic would be available. Perhaps even toggling between the different cc's to cast on the focus.

    Ideally, you would want something that checked if the target had DR on cyclone and rooted / hibernated them instead, dependant on class of course.

    Apologies for the wall of text.

    Thanks you guys. +rep to any helpful responses.


    here is the current cyclone ability found in the profile for taking a look quickly:

    local _, _, _, PS = UnitBuffID("player", 69369)
    local inRange = IsSpellInRange("Cyclone", "focus")

    if PS ~= nil and inRange == 1 and PQR_IsOutOfSight(focus) == false then
    return true
    else
    return false
    end
    Last edited by Cahonez; 01-22-2012 at 10:20 AM.

  9. #4539
    Sheepmoon's Avatar Contributor
    Reputation
    143
    Join Date
    Oct 2011
    Posts
    102
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Techz View Post
    Please please make the fire pve better it's not as good as it should be there topping all the charts when I see them :-/
    Couple things with fire. It is very depending on good crit RNG.

    Next thing the key is getting good combustions. The profile does ok but sometimes will combust a pretty low ignite. I just changed it so you hold left control to activate combustion so I can trigger it at the best time. Not only to get the best combustion but to use it at the best time if there are boss debuffs or trinket procs or timewarp or something. Other tricks are things like combusting at the right time then use the impact to spread to adds. This is how you see high dps on yorsaj for example.

    The profile is fine and does the correct rotation. If you want to rank in dps somethings its just best to do manually like timing of combustion or else the profile would need to be made incredibly complex with many checks for every possible boss situation.

  10. #4540
    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)
    I have sent Sheuron this message to get mouseover into the fire script.
    But im pasting it here also so if there are anyone that can make the script recognice how many LB is up so we dont remove a LB.
    Cause my code works but it cant know how many LB is up and since we just can have 3 it will overwrite if you happen to mousover something.


    "
    Was thinking adding a mouseover Living bomb to your Fire mage script

    Code:
    Code:
    
    if UnitExists("mouseover")
    	and IsSpellInRange(tostring(GetSpellInfo(44457)), "mouseover")
    	    and not UnitDebuffID("mouseover", 44457, "player")
    then return true end
    The problem is that you can just have 3 LB active.
    Im not that good with Lua but is there anyway to check if there is already 3 Living bombs active ?"

  11. #4541
    GRB's Avatar Established Member CoreCoins Purchaser
    Reputation
    65
    Join Date
    Oct 2008
    Posts
    222
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cahonez View Post
    Hello again chums, heres a new puzzle for your noggins.

    Feral PvP being as OP as it is right now, I thought I would work on some of the more advanced pvp options. Currently I am using GRB's Feral PvP / ARENA (i think thats the correct person, apologies if it wrong, please correct me) and it works splendidly. However I find myself in need of more cc control, for example Roots / hibernate.

    Now, I want to modify the current Cyclone Ability found in this profile to include these 2 new abilities, with keys to trigger each one. For example, if you hold down left control you will cyclone your focus, right control to roots and left alt to hibernate. Of course the keys are just used as examples they could be changed around to which ever is easiest to code.

    This would also remove the auto cyclone and provide some extra control, which is always nice at higher level arenas. I currently have macros working with the left shift key (as this pauses the rotation), but I wondered if anything more automatic would be available. Perhaps even toggling between the different cc's to cast on the focus.

    Ideally, you would want something that checked if the target had DR on cyclone and rooted / hibernated them instead, dependant on class of course.

    Apologies for the wall of text.

    Thanks you guys. +rep to any helpful responses.


    here is the current cyclone ability found in the profile for taking a look quickly:

    local _, _, _, PS = UnitBuffID("player", 69369)
    local inRange = IsSpellInRange("Cyclone", "focus")

    if PS ~= nil and inRange == 1 and PQR_IsOutOfSight(focus) == false then
    return true
    else
    return false
    end
    Thats a good idea, however,i already changed that code, to cast also healing touch on one of your party member if they hp is low and you cant cyclone focus.
    I need a few more hours per day to do changes on all my profiles, since that not possible, some profiles are staying behind. but i will update them when i have time.

  12. #4542
    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 phantom325 View Post
    Arcane is better than Fire until you get your Haste up enough. Also, make sure you have the correct gems/enchants.
    Fire images two primary spells are getting nerfed 6% so soon at lower gear levels arcane will be effective than it will be a preferance of what you want to play.

    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

  13. #4543
    happydado's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2011
    Posts
    158
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    some one can explain to me why use trinket no work on pvp frost setup?

  14. #4544
    PowerUP Boosts's Avatar Active Member
    CoreCoins Purchaser
    Reputation
    43
    Join Date
    Oct 2009
    Posts
    239
    Thanks G/R
    0/1
    Trade Feedback
    11 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    most likely because it would use ur pvp trinket then on cooldown ? :P

  15. #4545
    happydado's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2011
    Posts
    158
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    no its not in cooldown for sure

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 11:41 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