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

Shout-Out

User Tag List

Page 571 of 731 FirstFirst ... 71471521567568569570571572573574575621671 ... LastLast
Results 8,551 to 8,565 of 10955
  1. #8551
    leonel916's Avatar Member
    Reputation
    1
    Join Date
    Jun 2011
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    My Profile Collection.

    Here guys here my profile collection I collected up for far.
    Attachment 6757

    Includes
    Buba
    sheuron
    CrystalTech
    Valma, Old and Current
    Cokx
    Mentallity Old and Current
    Kickmydog
    Onya
    Blinded
    Xeron
    Googlebee
    Gabbz
    firepong
    Xelper

    I might be missing a few names, since I cant find their names in the profiles but thanks to them for their wonderful profiles

    [BETA] PQRotation - an automated ability priority queue.
  2. #8552
    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)
    Originally Posted by Gabbz View Post
    Added a draft version of a Moonkin profile in my profiles, at http://dl.dropbox.com/u/68264153/Gabbz.rar

    @Developers
    I need some help with the moonkin profile. The issue i have is that the Eclipse power is not updated before the cast have hit the target. So basically i need to predict the Eclipse and cant use the api call that exists. I have added a PredictEclipsePower but its a very rough one and the issue is that the power is correct as long as i cast but as soon as i finished my cast its wrong. Anyone out there that have implemented this function already?

    This profile is based on the one in the Wiki so cred to that guy but it was subpar so use this one instead. A simple rotation, left shift to place Treants, Left Ctrl to place mushrooms and detonate them, right Ctrl to toggle starfall.

    Please try and give feedback on improvments. Will update it during the next weeks
    If you want, both of us can stick our heads together and see what we can come up with. I used the eclipse code from his profile as well for the base of mine since I didn't know jack about boomkin rotations lol. Take a look at my Google Code site in my signature and tell me what you what you think about it and if I need to add anything else to it

    I know I will be changing the way Mushrooms and Detonate as well as starfall work later in the week when I get around to actually wanting to re-spec to boomkin profile to do them lol.

    EDIT* Also, don't forget that Moonfire also adds points to the Eclipse direction when it's in certain states.
    Last edited by firepong; 03-28-2012 at 12:04 PM.

  3. #8553
    Cyxi's Avatar Member
    Reputation
    4
    Join Date
    Mar 2012
    Posts
    44
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sheuron,

    is it possible to add for ever in rogue abilities

    Code:
    and not UnitBuffID("player",31224)
    in

    Code:
    local channelSpell, _, _, _, _, endTime = UnitCastingInfo("boss1")
    if channelSpell == GetSpellInfo(109417) and endTime/1000 - GetTime() < 1.3 
    then RunMacroText("/click ExtraActionButton1") end
    so when i cast cloak, i do not go outside on ultraxion fight?

    And how implement Feint on morchok hm ?

    Cheers

  4. #8554
    googlebee's Avatar Contributor PQR Profile Developer CoreCoins Purchaser
    Reputation
    235
    Join Date
    Oct 2007
    Posts
    478
    Thanks G/R
    0/0
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    I don't believe anyone has made an Assassination profile. And if they have, I haven't seen it.
    all 3 of the profiles in the WIKI are Assassination (Linked from Page 1 of this thread)..... <-- Clicky!



  5. #8555
    saga3180's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Sep 2011
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Bu_ba_ Have you ever taken consider coding in the healing debuff for heroic yorsahj?

  6. #8556
    maleth's Avatar Banned
    Reputation
    8
    Join Date
    Feb 2012
    Posts
    131
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Takes ages to pend the approval mate Can't wait to see what you've got though. They all up to date?

    Can you PM me the link? Or email it to me - [email protected]

  7. #8557
    googlebee's Avatar Contributor PQR Profile Developer CoreCoins Purchaser
    Reputation
    235
    Join Date
    Oct 2007
    Posts
    478
    Thanks G/R
    0/0
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cyxi View Post
    Sheuron,

    is it possible to add for ever in rogue abilities

    Code:
    and not UnitBuffID("player",31224)
    in

    Code:
    local channelSpell, _, _, _, _, endTime = UnitCastingInfo("boss1")
    if channelSpell == GetSpellInfo(109417) and endTime/1000 - GetTime() < 1.3 
    then RunMacroText("/click ExtraActionButton1") end
    so when i cast cloak, i do not go outside on ultraxion fight?

    And how implement Feint on morchok hm ?

    Cheers
    You use cloak to absorb 100% of the dmg, so no you wouldn't be going *Out* as if you were pressing Heroic Will.

    On heroic tho, u will still need to alternate as they have fixed it so that Looming Darkness (Debuff received after you have *Soaked* Hour of Twilight - Lasts 2 min) will stay on a rogue regardless of Cloak of Shadows.

    It wouldnt be terribly difficult to code this for a heroic version...for 10M - just ask to be first in the rotation for soaks.

    If hour of twilight is casting on Target and cloak of shadows is off cooldown, and Looming darkness is not present on player, then return true for Cloak of Shadows use.

    this would work for 10mans simply because Hour of Twilight is a 45 seconds cd X3 ( u use 3 teams of 2 people per team in heroic 10m) and CoS is a 2 min cooldown. so by the time it comes back to your turn to soak, 2 minutes 40 seconds have gone by. everything would be ready.

    For fading lights simply recode using Heroic will (Extraactionbutton1) at 2 seconds. (This is due to the fact on heroic, the duration on Fading Light when applied is at 3-8 seconds, up from 5-10 seconds on normal mode.)

    However, you would have to recode the automation of Heroic Will (Extraactionbutton1) use on Hour of Twilights for the other 2 Hour of Twilights that you would NOT be staying in to soak in the rotation, by doing something like this:

    If Hour of Twilight is being casted on target, and Looming darkness is present on player, and Cloak of Shadows is on CD, then return true...

    Im not a code genius by any means so perhaps Shueron can manage that in his rogue profiles.




    Hope that helps.
    Last edited by googlebee; 03-28-2012 at 01:00 PM.

  8. #8558
    googlebee's Avatar Contributor PQR Profile Developer CoreCoins Purchaser
    Reputation
    235
    Join Date
    Oct 2007
    Posts
    478
    Thanks G/R
    0/0
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    Offensive Spells

    this is the part of the check

    or ( UnitGroupRolesAssigned("targettarget") == "TANK" and UnitIsUnit("player","targettarget") == nil and not setAoE )
    Thanks Bu_ba

  9. #8559
    deadpanstiffy's Avatar Knight-Lieutenant
    Reputation
    158
    Join Date
    Mar 2012
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cyxi View Post
    Sheuron,

    is it possible to add for ever in rogue abilities

    Code:
    and not UnitBuffID("player",31224)
    in

    Code:
    local channelSpell, _, _, _, _, endTime = UnitCastingInfo("boss1")
    if channelSpell == GetSpellInfo(109417) and endTime/1000 - GetTime() < 1.3 
    then RunMacroText("/click ExtraActionButton1") end
    so when i cast cloak, i do not go outside on ultraxion fight?

    And how implement Feint on morchok hm ?

    Cheers
    Code:
    local cloak_of_shadows = UnitBuffID("player", 31224)
    if  cloak_of_shadows == nil then
    local channelSpell, _, _, _, _, endTime = UnitCastingInfo("boss1")
    if channelSpell == GetSpellInfo(109417) and endTime/1000 - GetTime() < 1.3 
    then RunMacroText("/click ExtraActionButton1") end
    end
    15% nerf, I didn't bother feinting on H:Morchok, a large dps loss when high energy.

  10. #8560
    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 saga3180 View Post
    @Bu_ba_ Have you ever taken consider coding in the healing debuff for heroic yorsahj?
    Considered... Yes lol. Implemented... No healing yor as a paladin is the most involved type of healing since we don't just roll divine lights i need to code in disable all non-essential heals... Spam holy shock on pets... WoG tanks only... AND divine light casts on top of that XD

    It's on the list of things to do... Already started writing some ideas out... Along with spine healing.

    Sent from my phone.
    ^0^Team Nova's PQR NCC ^0^

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

  11. #8561
    deadpanstiffy's Avatar Knight-Lieutenant
    Reputation
    158
    Join Date
    Mar 2012
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You will also probably want to set up your killing spree with something like this, as you cannot *click* Herioc Will while Killing Spree is running. (enUS localization only)

    Code:
    local energy = UnitPower("player")
    if energy < 35 then
    	local fading_light = UnitDebuff("player", "Fading Light")
    	local cast_name = UnitCastingInfo("boss1")
    	if fading_light == nil and cast_name == nil then
    		return true
    	end
    end
    Last edited by deadpanstiffy; 03-29-2012 at 02:00 AM.

  12. #8562
    deadpanstiffy's Avatar Knight-Lieutenant
    Reputation
    158
    Join Date
    Mar 2012
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    Considered... Yes lol. Implemented... No healing yor as a paladin is the most involved type of healing since we don't just roll divine lights i need to code in disable all non-essential heals... Spam holy shock on pets... WoG tanks only... AND divine light casts on top of that XD

    It's on the list of things to do... Already started writing some ideas out... Along with spine healing.

    Sent from my phone.
    H:Spine is everyone spamming AE heals these days, it isn't as involved as it was pre-nerf. More importantly, I would have a profile just for dispels alone for that fight.

  13. #8563
    deadpanstiffy's Avatar Knight-Lieutenant
    Reputation
    158
    Join Date
    Mar 2012
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    If you want, both of us can stick our heads together and see what we can come up with. I used the eclipse code from his profile as well for the base of mine since I didn't know jack about boomkin rotations lol. Take a look at my Google Code site in my signature and tell me what you what you think about it and if I need to add anything else to it

    I know I will be changing the way Mushrooms and Detonate as well as starfall work later in the week when I get around to actually wanting to re-spec to boomkin profile to do them lol.

    EDIT* Also, don't forget that Moonfire also adds points to the Eclipse direction when it's in certain states.
    Look at the profile in SimCraft for Moonkins, it is set-up in the exact way you need it.

    Here is some of the code used:

    Code:
    actions+=/starfire,if=eclipse_dir=1&eclipse<80
    actions+=/starfire,if=prev.wrath=1&eclipse_dir=-1&eclipse<-87
    actions+=/wrath,if=eclipse_dir=-1&eclipse>=-87
    actions+=/wrath,if=prev.starfire=1&eclipse_dir=1&eclipse>=80

  14. #8564
    abndrew82's Avatar Active Member
    Reputation
    17
    Join Date
    Jan 2008
    Posts
    162
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pepe2c View Post
    WOW nice resto profile
    Anybody used Sheuron's Resto Druid profile, I have currently used Ash's and would love to know how they compare.

    From looking at it in the ability / rotation editor, Sheuron seems to have alot less going on, which can be very good if it still puts out the healing.

    I dont play Heals on my druid much but my GF does and Ash's works for her, so not sure if worth changing or not

  15. #8565
    kzmz's Avatar Private
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    Ok, new update for my Feral Druid Profile: Version 2.7
    sorry where the link to download the profile or how to update it?

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 05:54 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