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

Shout-Out

User Tag List

Page 72 of 731 FirstFirst ... 22686970717273747576122172572 ... LastLast
Results 1,066 to 1,080 of 10955
  1. #1066
    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)
    Apologies and forgive my stupidity, yeah it was on a target dummy. Guess that doesn't work I presume?

    ---------- Post added at 01:34 PM ---------- Previous post was at 01:33 PM ----------

    Originally Posted by sheuron View Post
    Which target?[COLOR="Silver"]
    sorry it was the target dummies, guess I should try something else like a noob, haha.

    [BETA] PQRotation - an automated ability priority queue.
  2. #1067
    Shaela's Avatar Private
    Reputation
    1
    Join Date
    Aug 2011
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DKVance73 View Post
    Your hunter profile doesn't work, it just auto attacks the target and nothing else. Even with the "Require Combat' mode unchecked. I'd look into this profile if I were you before releasing it to everyone.
    I'm using the hunter profiles now, and they seem to be working fine. I also used the prior release last night in Firelands, worked fine for me.

    Am loving the priest profiles as well, finally getting my priest leveled up! She was 70 when I started using this last week, now 83 thanks for taking the pain out of leveling as a priest!

  3. #1068
    ishtro's Avatar Master Sergeant
    Reputation
    36
    Join Date
    Jul 2010
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any chance we could get a Spell Reflection ability? One that will switch from 2h to a 1h and shield. Also, only reflect the spells listed below.

    118 polymorph
    61721 polymorph
    28271 polymorph
    61305 polymorph
    28272 polymorph
    61780 polymorph
    5782 fear
    33786 cyclone
    51514 hex

    ---------- Post added at 03:07 PM ---------- Previous post was at 02:51 PM ----------

    Warrior charge ability

    Name: Charge
    SpellID: 100
    Actions: /startattack
    Target: Target
    LUA Code:
    Code:
    if IsSpellInRange("Charge",'target')==1 and GetSpellCooldown("Charge")==0 then
     return true
    end

  4. #1069
    CryptoCombat's Avatar Contributor #define ME 0x1337 CoreCoins Purchaser
    Reputation
    194
    Join Date
    Jan 2009
    Posts
    473
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone interested in my Frost Mage profile? It's almost flawless, but it only has spells in use up to lvl 60 =/

  5. #1070
    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 bu_ba_911 View Post
    Zemnex, did you add a check for Shift, Alt and Control into everyone of your abilities? Sheesh. Something I was trying to work on was adding an ability called pause. It went like this

    Name: Pause
    SpellID: 0
    Target: Mouseover (No idea if this effects anything)
    LUA Code:
    Code:
    if IsShiftKeyDown() then
    return true
    end
    I tried adding Delay timers to it so lostinthewoodslol would be able to edit and change it to his needs and wouldn't need to hold shift down while casting his drops, but that wasn't working. Was looking through your coding since you said you found a way to pause the rotations and it just looked like you added a modifier check to every ability. Am I wrong in assuming this is how you did it?


    Well the above Ability works as follows. For however long you hold down shift, you will not do anything inside of your rotation. Giving you a "Pause" in your rotation allowing you to click abilities on your Action Bar (IE Death and Decay, Mass Dispel, etc)


    Just have this at the top of your rotation

    lostinthewoodslol, i'll still see if I can find a workaround for you
    Yep, that is exactly what I did, since everyone has their own key bindings and their are somethings that are situational that you need to control on your own, I added it into every ability in the rotation. I guess that might have been simpler, but like I said, outside of this program and analyzing other peoples code, I have no other knowledge of LUA. =)

    I am working on these profiles some more and may release an update soon that will boost the DPS some.
    Last edited by Zemnexx; 09-03-2011 at 02:44 PM.

  6. #1071
    ishtro's Avatar Master Sergeant
    Reputation
    36
    Join Date
    Jul 2010
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Focus Heroic Throw Interrupt

    Need Gag Order Talent

    Name: Focus: HT Interrput
    SpellID: 57755
    Target: Focus
    LUA Code:
    Code:
     _,_,_,_,_,_,_,_,interrupt = UnitCastingInfo("focus")
    
    if GetSpellCooldown(57755) ~= 0 and IsSpellInRange(57755',"focus")==1 and interrupt == false then
      return true
    end
    NOT TESTED

  7. #1072
    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 ishtro View Post
    Any chance we could get a Spell Reflection ability? One that will switch from 2h to a 1h and shield. Also, only reflect the spells listed below.

    118 polymorph
    61721 polymorph
    28271 polymorph
    61305 polymorph
    28272 polymorph
    61780 polymorph
    5782 fear
    33786 cyclone
    51514 hex

    ---------- Post added at 03:07 PM ---------- Previous post was at 02:51 PM ----------

    Warrior charge ability

    Name: Charge
    SpellID: 100
    Actions: /startattack
    Target: Target
    LUA Code:
    Code:
    if IsSpellInRange("Charge",'target')==1 and GetSpellCooldown("Charge")==0 then
     return true
    end
    I don't know if this will work in a BG, maybe only on your current target or focus targets, but I do know that their is a way to check in arenas, who has you targeted and is casting a CC that has a hard cast. The only problem with this is that if they have you targeted and are casting a focus CC, it will think it is being casted at you, and likewise if they have someone else targeted and they are casting a focus CC on you, it won't think its being casted at you. I know this because I used to use and addon called WatchOut that would let me know who has me targeted and is casting a spell so that I could Spell Reflect it, and it had this bug that was apparently unavoidable.

  8. #1073
    CryptoCombat's Avatar Contributor #define ME 0x1337 CoreCoins Purchaser
    Reputation
    194
    Join Date
    Jan 2009
    Posts
    473
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ishtro View Post
    Focus Heroic Throw Interrupt

    Need Gag Order Talent

    Name: Focus: HT Interrput
    SpellID: 57755
    Target: Focus
    LUA Code:
    Code:
     _,_,_,_,_,_,_,_,interrupt = UnitCastingInfo("focus")
    
    if GetSpellCooldown(57755) ~= 0 and IsSpellInRange(57755',"focus")==1 and interrupt == false then
      return true
    end
    NOT TESTED
    Didn't test, but it won't work. The interrupt flag doesn't work. It shows up false for everything.

  9. #1074
    ishtro's Avatar Master Sergeant
    Reputation
    36
    Join Date
    Jul 2010
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zemnexx View Post
    I don't know if this will work in a BG, maybe only on your current target or focus targets, but I do know that their is a way to check in arenas, who has you targeted and is casting a CC that has a hard cast. The only problem with this is that if they have you targeted and are casting a focus CC, it will think it is being casted at you, and likewise if they have someone else targeted and they are casting a focus CC on you, it won't think its being casted at you. I know this because I used to use and addon called WatchOut that would let me know who has me targeted and is casting a spell so that I could Spell Reflect it, and it had this bug that was apparently unavoidable.
    I kinda figured so. I use to use something like this back in the day but it didnt work so well.

    i,s=UnitCastingInfo,{"Polymorph"=1,"Cyclone"=1,"Hex"=1}if s[i"target"]or s[i"focus"]or s[i"arena1target"]or s[i"arena2target"]or s[i"arena3target"]or s[i"arena4target"]or s[i"arena5target"]then CastSpellByName"Spell Reflection"

  10. #1075
    drdominican's Avatar Member
    Reputation
    8
    Join Date
    Oct 2009
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Excuse my ignorance and maybe this has been addressed under "loading a different class" but I am attempting to use the Assassination rogue profile from previous page, I added it to the profiles folder but the rotation choice does not show up for the rogue, it works fine with all other pre configured classes.

  11. #1076
    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 noticed that the rogue rotation file is miss-named. remove or add and 'S' to the end of the .xml file name and it should work.

  12. #1077
    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 CrysisMK2 View Post
    Didn't test, but it won't work. The interrupt flag doesn't work. It shows up false for everything.
    Yeah, I tested this and it seems to not work on your focus target, it does however work on your current target.

    Any work around that you know of?

    Update: After more testing, it does seem to work with my Focus Mindfreeze code, only my pet abilities don't seem to work on my focus target.

    ---------- Post added at 04:56 PM ---------- Previous post was at 04:34 PM ----------

    Originally Posted by ishtro View Post
    Focus Heroic Throw Interrupt

    Need Gag Order Talent

    Name: Focus: HT Interrput
    SpellID: 57755
    Target: Focus
    LUA Code:
    Code:
     _,_,_,_,_,_,_,_,interrupt = UnitCastingInfo("focus")
    
    if GetSpellCooldown(57755) ~= 0 and IsSpellInRange(57755',"focus")==1 and interrupt == false then
      return true
    end
    NOT TESTED
    It also wont work cause of the typo.

    You accidentally put an apostrophe after the spell ID in IsSpellInRange(57755',"focus")==1

    it wouldn't work for me till I edited that out.

    ---------- Post added at 05:27 PM ---------- Previous post was at 04:56 PM ----------

    Originally Posted by ishtro View Post
    I kinda figured so. I use to use something like this back in the day but it didnt work so well.

    i,s=UnitCastingInfo,{"Polymorph"=1,"Cyclone"=1,"Hex"=1}if s[i"target"]or s[i"focus"]or s[i"arena1target"]or s[i"arena2target"]or s[i"arena3target"]or s[i"arena4target"]or s[i"arena5target"]then CastSpellByName"Spell Reflection"
    Maybe someone here much smarter than me can code something that will at least work in that way, won't be perfect, but it will be something.
    Last edited by Zemnexx; 09-03-2011 at 05:23 PM.

  13. #1078
    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)
    Lol @Zenmex me and you are in the same boat XD

    I'm looking through your code looking for things to steal if i hadn't thought of that haha.

    I did however send my code off to Gorthok to tidy up and add into his next DK profile release. He said it might take a week depending on how busy he was.... Sorta looking forward to what he can change

    @Crystal_tech I noticed that about both the Priest and Rouge rotations, but when I brought it up, EVERYONE ignored me so I thought that Xelper did that on purpose haha. Glad i'm not crazy!

  14. #1079
    lostinthewoodslol's Avatar Active Member The Coinmaster CoreCoins Purchaser
    Reputation
    74
    Join Date
    Aug 2011
    Posts
    222
    Thanks G/R
    12/6
    Trade Feedback
    15 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    lostinthewoodslol, i'll still see if I can find a workaround for you
    its perfect. ty
    Last edited by lostinthewoodslol; 09-03-2011 at 07:34 PM.

  15. #1080
    drdominican's Avatar Member
    Reputation
    8
    Join Date
    Oct 2009
    Posts
    40
    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 noticed that the rogue rotation file is miss-named. remove or add and 'S' to the end of the .xml file name and it should work.

    That did it, thanks

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:43 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