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

User Tag List

Page 56 of 731 FirstFirst ... 6525354555657585960106156556 ... LastLast
Results 826 to 840 of 10955
  1. #826
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    diesall I see your rotation only says frost or frost-brz, is AOE implemented, and is it automatically used upon entering combat 2-3+ targets?

    [BETA] PQRotation - an automated ability priority queue.
  2. #827
    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 vorn10 View Post
    BTW if i want to add another spell which will be ignored by dispel i just add spell ID into that section?:
    Code:
    buff = { 96328, 96325, 96326, 92876, 92878, 30108 }
    Yes, if anyone got another spellid should not be dispelled or more spellid worth to be spellsteal please reply. ty

    ---------- Post added at 09:17 AM ---------- Previous post was at 08:51 AM ----------

    Done the changes on warrior profile sugested on forum, however i dont have warrior arms spec to test it, comment your experiences:

    xeron290811bPQRProfiles.zip

  3. #828
    Zemnexx's Avatar Active Member CoreCoins Purchaser
    Reputation
    31
    Join Date
    Aug 2011
    Posts
    141
    Thanks G/R
    1/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nishila View Post
    Reason why I dont use the Heroic Leap function, is that I use the function that just requires me to hold Ctrl down and it auto uses it instantly.. same for throwdown, tho that is with shift.
    Anyway.. I see why you would change the codes for the rage.. :3 gonna try it out, if it makes any major changes to the rotation.. so far I dint notice any rage starving. apart from like.. 5 sec out of 10 mil dmg, and thats pretty damn normal
    I would like to know how you did that. I like to use this in PVP and find it hard to get my CC abilities to activate, I have to really hammer the keys to try and beat the bot.

  4. #829
    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)
    Code:
    shiftDown = IsShiftKeyDown();
    ctrlDown  = IsControlKeyDown();
    altDown   = IsAltKeyDown();
    Example:
    Code:
    if IsShiftKeyDown() then
    	DoSomething()
    end
    Returns:
    1 (true) if the given key is currently held down, nil otherwise.

  5. #830
    supermann's Avatar Member
    Reputation
    12
    Join Date
    Oct 2008
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has someone a working Mutilation Rogue Profile P
    the 1.0.8 one dont work atm.

    greetz

  6. #831
    frII's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    86
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    Done some tweaks on warrior profiles

    - Heroic Leap is now usable on all profiles
    - Range check on shockwave and thunderclap
    - If target hp is < 20% will apply and keep up 5 executioner debuff on fury rotation
    - Added Sunder armor to fury profile.

    Sunder armor ll apply only if target hp is 10 times highter than player hp.
    Sunder armor check if there is no armor debuff on target, then wait 10 seconds and if none player did the debuff ll apply 3 stacks and renew before effect fade (use colosus smash glyph if you want autorenew).

    xeron290811Profiles.zip

    The package includes all my profiles with latest tweaks (Mage, Priest, Hunter, Warrior).
    Wow!Thanks man!Super!Gonna test it today!Thank u very much again!
    One question for now,the bot automaticly used the trinket Apparatus of Khaz'goroth,didnt find it rotation how to diable that.
    Also dont know why,but bot doesnt use Sunder Armor and of course doesnt keep the stacks up,maybe i'm doing somthing wrong or i should check it out on the PRQ beta(1.0.9)?

    Update,Sunder Armor works fine.Waiting to test execution.

    +Update,Execution works for 100%,but Sunder Armor works strange.It worked on dummy after reload of WOW.But in heroic it didnt worked at all.

    +rep anyway!Just as I said,also everybody who waited for someone to update Fury rotation,give him Rep!He earned it!
    Last edited by frII; 08-29-2011 at 11:12 AM.

  7. #832
    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 was working on my Deathknight rotations last night to try and make them work with 1.0.9 and I got it working. I added a few changes since the last release I did, if you do not have the trinkets just remove them from the rotation. I did manage to get Festering Strike to work when Blood Plague is < 4 seconds and Pestilance also works as a backup. Horn of winter is working, you need to use the Horn that is in the rotation. The Horn of Winter(on) is something that I am playing with.

    Anyways here ya all go.

    Gorthok PQR 1.4.zip


    Edit: there is an AOE in this release

  8. #833
    Bakami's Avatar Banned
    Reputation
    7
    Join Date
    Jan 2008
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The default Enhancement Shaman damage rotation doesn't compare anywhere close to myself doing a rotation/priority.

    Anyone know why? Am I missing something? Are there any better custom Enhancement rotations out there I can use?

  9. #834
    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 frII View Post
    Wow!Thanks man!Super!Gonna test it today!Thank u very much again!
    One question for now,the bot automaticly used the trinket Apparatus of Khaz'goroth,didnt find it rotation how to diable that.
    Also dont know why,but bot doesnt use Sunder Armor and of course doesnt keep the stacks up,maybe i'm doing somthing wrong or i should check it out on the PRQ beta(1.0.9)?

    Update,Sunder Armor works fine.Waiting to test execution.

    +Update,Execution works for 100%,but Sunder Armor works strange.It worked on dummy after reload of WOW.But in heroic it didnt worked at all.

    +rep anyway!Just as I said,also everybody who waited for someone to update Fury rotation,give him Rep!He earned it!
    Sunder armor does not stack with other spells like Faerie Fire, Vindication., expose armor, etc. Not saying this is the reason but it could be.

    As for the trinkets, I havent seent he profile but id check 1 of 2 things.

    Look through any of the abilities under ability editor and see if he added in /use 13 or /use 14 or /use (Name of trinket) in any of the action boxes of each ability - Secondly, he very well may have just made an ability called *Apparatus of Khazgoreth* (again look for this in the ability editor) in which case you would simply open the rotation editor and remove it from the rotation.

  10. #835
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @sheuron: Awesome man.

    @Xelper: Let me know/sheuron know when the checks for Alysrazor is in (Molten Feather(3) / Wings of Flame) and either of us will update the Holy/Shadow profile. Seeing it as Molten Feather up to 2 stacks allow you to run and cast at the same time, whilst Wings of Flame (Molten Feather - 3 stacks) gives you the ability to fly at the same time, removing the Molten Feather buff. (iirc)

    I haven't really paid any attention to those two buffs since the very beginning of Firelands. :s
    Last edited by Kinky; 08-29-2011 at 11:52 AM. Reason: Spelling errors.

  11. #836
    Zemnexx's Avatar Active Member CoreCoins Purchaser
    Reputation
    31
    Join Date
    Aug 2011
    Posts
    141
    Thanks G/R
    1/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bakami View Post
    The default Enhancement Shaman damage rotation doesn't compare anywhere close to myself doing a rotation/priority.

    Anyone know why? Am I missing something? Are there any better custom Enhancement rotations out there I can use?
    I'm pretty sure that this is the only community actively working with this program and making profiles and improvements, hence why it's being hosted here. So if you want it to be better, help!

  12. #837
    frII's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    86
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by googlebee View Post
    Sunder armor does not stack with other spells like Faerie Fire, Vindication., expose armor, etc. Not saying this is the reason but it could be.

    As for the trinkets, I havent seent he profile but id check 1 of 2 things.

    Look through any of the abilities under ability editor and see if he added in /use 13 or /use 14 or /use (Name of trinket) in any of the action boxes of each ability - Secondly, he very well may have just made an ability called *Apparatus of Khazgoreth* (again look for this in the ability editor) in which case you would simply open the rotation editor and remove it from the rotation.
    No trinkets in Rotation editor,gonna check in code later.Thanks anyway!

    Also sunder armor works this way,as for now.I used it once,and then bot stacks it up to 3 stucks and supporting them.It's ok with me,but maybe it will help someway.

  13. #838
    Bakami's Avatar Banned
    Reputation
    7
    Join Date
    Jan 2008
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zemnexx View Post
    I'm pretty sure that this is the only community actively working with this program and making profiles and improvements, hence why it's being hosted here. So if you want it to be better, help!
    Thanks for the prompt reply, Zemnexx. Do I need knowledge in LUA to make a decent rotation?

  14. #839
    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)
    So until iam studying LUA from all profiles :P idk how to do Judgment cast on mouse over without targeting.
    Code:
    sSoI = UnitBuffID("player", 20165) 
    
    if sSoI ~= nil then
    	return true
    end
    What i need to add?

    Hmm another question, is it possible to add to LUA code of specific spell to work only in combat? Cuz as healer i should uncheck option "only when combat". So Jud doesnt need to be cast on mouseover but need to be cast only in combat to not pull :P
    Another thing is that added when mod key is pressed so working only when i want, but would be nice to know about above things, maybe can they be used in another things.

    Will be nice if someone can do hmm (my english suck) requiments for holy paladin, like:
    Cast WoG only when 3 HP.
    Mean what when cast and when use buffs.
    Last edited by vorn10; 08-29-2011 at 12:36 PM.

  15. #840
    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 Bakami View Post
    Thanks for the prompt reply, Zemnexx. Do I need knowledge in LUA to make a decent rotation?
    Makes it easier yes. But common sense and a litrle trial and error and u can take other ability edits from these pages, and just change spell id's and names etc to work for what your looking to do.

    Takes a bit of time but its well worth it in the end. There are many knowledgeable people in this thread on Lua code, so if your stumped, just ask, given you made an effort on your part.

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