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

User Tag List

Page 57 of 731 FirstFirst ... 7535455565758596061107157557 ... LastLast
Results 841 to 855 of 10955
  1. #841
    Zemnexx's Avatar Active Member CoreCoins Purchaser Authenticator enabled
    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
    Thanks for the prompt reply, Zemnexx. Do I need knowledge in LUA to make a decent rotation?
    Nope, I have none. You usually can make a pretty effective rotation just using the built-in rotation editor or using a default profile. If not, than its probably being worked on, keep in mind this is in beta. But if you want to get specific, you may have to do some editing. That doesn't necessarily mean that you need to know how to code and the ins and outs of lua, but maybe a bit of general knowledge on how programming works in general. If you analyze the code, and recognize the common formats and functions and you use reasoning as to what they do, you can probably make simple edits to the code to achieve something simple with an ability and add that to your rotation, as I have.

    [BETA] PQRotation - an automated ability priority queue.
  2. #842
    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)
    Done some modifications on Holy Priest profile:

    - No longer lock target out of combat (dont need to disable rotation anymore to buff or res)
    - Hold down SHIFT to place Lightwell at mouse location
    - Hold down ALT to place AoE heal at mouse location if Chakra Sanctuary is active

    Remember to disable "Require combat for Auto Mode" on settiongs to use this rotation.

    xeronholypriest290811Profiles.zip

    ---------- Post added at 01:16 PM ---------- Previous post was at 12:54 PM ----------

    Originally Posted by frII View Post
    One question for now,the bot automaticly used the trinket Apparatus of Khaz'goroth,didnt find it rotation how to diable that.
    On ability list, click Bloodthrist and delete /use 13 /use 14 if you want to use trinkets manually.
    About sunder armor, are you sure no other party member was providing armor debuff?

  3. #843
    Zemnexx's Avatar Active Member CoreCoins Purchaser Authenticator enabled
    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 Gorthok View Post
    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
    I tested this and I think you got it mixed up, the regular "Horn of Winter" that is in the rotations isn't working, but "Horn of Winter(on)" is now working as intended, applying it once the debuff fall's off.

    Also, could you make a necrotic strike ability that reapplies once the debuff reaches 5 seconds, or maybe give me the debuff ID. I would really appreciate it and it would really help me out a lot in PVP.
    Last edited by Zemnexx; 08-29-2011 at 02:27 PM.

  4. #844
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sheuron, is there an update with your MM hunter rotation that includes code for mouse over traps?

  5. #845
    ticklets's Avatar Member
    Reputation
    51
    Join Date
    Jun 2009
    Posts
    88
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Gorthok,

    Just wanted to thank you on the great frost rotation, very good dps.

    Is it possible to add blood fury (Blood Fury - Spell - World of Warcraft) into the rotation though? I tried coding it but I couldn't seem to make it work.

    Similar to raise dead if possible, lvl87+. Also if you can advise on where to put it in the rotation that would be great.

    Thanks a bunch in advance, if it is at all possible!

  6. #846
    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)
    Originally Posted by ticklets View Post
    Hey Gorthok,

    Just wanted to thank you on the great frost rotation, very good dps.

    Is it possible to add blood fury (Blood Fury - Spell - World of Warcraft) into the rotation though? I tried coding it but I couldn't seem to make it work.

    Similar to raise dead if possible, lvl87+. Also if you can advise on where to put it in the rotation that would be great.

    Thanks a bunch in advance, if it is at all possible!
    This would work for Blood Fury use spell ID: 20572

    Code:
    local BloodFury = UnitDebuffID("player",20572)
    local CD = GetSpellCooldown(20572)
    
    if BloodFury ~= nil then
    	if CD ~= nil then
    		return true
    	end
    end

  7. #847
    ticklets's Avatar Member
    Reputation
    51
    Join Date
    Jun 2009
    Posts
    88
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gorthok View Post
    This would work for Blood Fury use spell ID: 20572

    Code:
    local BloodFury = UnitDebuffID("player",20572)
    local CD = GetSpellCooldown(20572)
    
    if BloodFury ~= nil then
    	if CD ~= nil then
    		return true
    	end
    end
    And I guess I would add it right after Raise dead?

    Thanks Gorthok, you da man.

  8. #848
    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)
    Originally Posted by Zemnexx View Post
    I tested this and I think you got it mixed up, the regular "Horn of Winter" that is in the rotations isn't working, but "Horn of Winter(on)" is now working as intended, applying it once the debuff fall's off.

    Also, could you make a necrotic strike ability that reapplies once the debuff reaches 5 seconds, or maybe give me the debuff ID. I would really appreciate it and it would really help me out a lot in PVP.
    Yes it was Horn Of Winter(on) that was working it was early.....

    Here this is the Necrotic Strike you needed, I will add both spells in my next release. Use spell ID: 73975

    Code:
    local NecroticStrike, _, _, _, _, _, NecroticStrikeExpire = UnitDebuffID("target",73975, "player")
    
    if  NecroticStrike ~= nil then
    	--cast if debuff has < 5 sec left
    	NecroticStrikeExpire =(NecroticStrikeExpire - GetTime())
    	if NecroticStrikeExpire < 5 then
    		return true
    	end
    else
    	return true
    end


    ---------- Post added at 03:39 PM ---------- Previous post was at 03:36 PM ----------

    Originally Posted by ticklets View Post
    And I guess I would add it right after Raise dead?

    Thanks Gorthok, you da man.
    Yes anywhere in front of a damaging ability.

    you could use this also, it will not use the ability if the target is under 300k HP

    Code:
    local BloodFury = UnitDebuffID("player",20572)
    local CD = GetSpellCooldown(20572)
    
    if UnitHealth("target") >= 300000  then 
    	if BloodFury ~= nil then
    		if CD ~= nil then
    			return true
    		end
    	else
    		return true
    	end
    end

  9. #849
    Unasrage's Avatar Member
    Reputation
    6
    Join Date
    Oct 2009
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Gorthok or Zemnexx any chance any of u 2 being able to post a unholy profile or add 1 to the already great profile of Gorthok ?

    and... this is embaresing can any 1 tell me.. how to give + rep? becouse... i'm new to this stuff and i really wanted to add rep to a few project contribiturs ( i belive i misspelld that last word...)

    again tks for all the amazing profiles and the uber program Xelper

  10. #850
    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)
    Originally Posted by Unasrage View Post
    Gorthok or Zemnexx any chance any of u 2 being able to post a unholy profile or add 1 to the already great profile of Gorthok ?

    and... this is embaresing can any 1 tell me.. how to give + rep? becouse... i'm new to this stuff and i really wanted to add rep to a few project contribiturs ( i belive i misspelld that last word...)

    again tks for all the amazing profiles and the uber program Xelper
    I am working on Uhholy soon, not sure how soon, its not one of my specs and I really don't like it much. Either way I will work on one soon, I have been adding the unholy attacks here and there.

    +rep is the small blue star under the users name and contributors

  11. #851
    diesall's Avatar Contributor
    Reputation
    105
    Join Date
    Jul 2011
    Posts
    162
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    streamlined, cleaned up and improved my Deathknight frost rotations:
    pretty self explanatory: boss,trash,brez profiles included

    Profiles.7z

  12. #852
    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 can you explain what brez is all about? I dont understand when Im supposed to use that. Other than that amazing profile!

  13. #853
    diesall's Avatar Contributor
    Reputation
    105
    Join Date
    Jul 2011
    Posts
    162
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    switch to it when you need to conserve enough RP to get a Brez off, while still maintaining decent dps

  14. #854
    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)
    Oh thats sweet, it has been kinda hard to do that ^^

  15. #855
    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)
    Originally Posted by Ninjaderp View Post
    Oh thats sweet, it has been kinda hard to do that ^^
    one in my rotation also

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:06 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search