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

User Tag List

Page 68 of 731 FirstFirst ... 18646566676869707172118168568 ... LastLast
Results 1,006 to 1,020 of 10955
  1. #1006
    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)
    @Xelper: I think build in "target mouseover" is bugged, says "You have no target."

    [BETA] PQRotation - an automated ability priority queue.
  2. #1007
    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)
    Lookin forward to when we get blood & unholy implemented to the dk-profile, and a blood-rotation for soloing stuff would also be appreciated if anyone with codingskills and time would put together. Great work on the frost-rotation btw, love it and use it everyday.

  3. #1008
    ajparenteau's Avatar Private
    Reputation
    1
    Join Date
    Jun 2010
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it keeps saying changing interval to 100' and the bots not working for my dk what do i do???
    Please reply thankyou so much

  4. #1009
    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)
    whats with the constant ticking sound that I hear when using the hunter MM profile. Apparently other people in game can hear this too, which = not good

  5. #1010
    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)
    Originally Posted by sheuron View Post
    @Xelper: I think build in "target mouseover" is bugged, says "You have no target."
    Good catch, my bad on this one.

    Code:
                            elseif PQR[rotation].priorityTable.targetCast[nextAbility] == "pet" then
                                PQR_Debug("Casting Spell "..castingName.." ("..castingID..") on PET")
                                CastSpellByID(castingID, "pet")
                            elseif PQR[rotation].priorityTable.targetCast[nextAbility] == "mouseover" then
                                PQR_Debug("Casting Spell "..castingName.." ("..castingID..") on MOUSEOVER")
                                CastSpellByID(castingID, "pet")
    Forgot to change the "pet" reference to "mouseover"

    http://dl.dropbox.com/u/39925787/PQR1011.zip

    Just a simple fix for this, nothing else.

    @googlebee: Other people certainly can't hear it unless it is playing loudly enough and you are on vent with them broadcasting it. I noticed that for some reason the "character" panel icon (the tiny one that shows your characters face) flashes quite a bit while in use and even after use, and this has happened for a long time... even in my old private versions before this was released. I never really looked into this, though I also never actually heard a noise... but from your description this could be the case. I have a few ideas, and I will look into it this weekend.

    Can you describe this sound? Is it the same sound as if you were opening your character panel? (Normal hotkey is C)

    Also, I haven't forgotten about your request for those feral changes... Ill help you out with those when I get a bit of free time this weekend.
    Last edited by Xelper; 09-01-2011 at 11:05 PM.

  6. #1011
    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)
    Originally Posted by googlebee View Post
    whats with the constant ticking sound that I hear when using the hunter MM profile. Apparently other people in game can hear this too, which = not good
    I know what you mean about this, it prevalent when you are in combat and have no target selected. Noone has mentioned to me that they can hear it though.

  7. #1012
    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)
    I still need help with my Death Knight Chains of Ice [fixed], but I got my Warlock Demon Leap to work at mouse location with shift key modifier. Here you go

    Name: Demo: Demon Leap
    Spell Id: 54785
    Delay: 200 (Worked for me)
    Target: Mouseover

    LUA Code:
    Code:
    if IsShiftKeyDown() then
    return true
    end
    Just throw this at the top of your Demo: Single Target or Demo: AOE Rotation depending on when you would use it

    If anyone could help me with Chains of Ice that would be awesome [fixed]. How far I've gotten is on the previous page.

    *edit*

    got it working, i have no idea what was wrong but anyways, here's Chains of Ice for Death Knights.

    Name: Chains of Ice
    SpelID: 45524
    Target: Target
    Delay: 0

    LUA Code:
    Code:
    if IsShiftKeyDown() then
    return true
    end
    Throw this at the top of your rotation, and whenever you hold down Shift, you will Chains your target


    **edit**

    Well might as well release my last edit for Death Knights as well. Yet again another PVP themed one.

    Name: Death Grip
    SpellID: 49576
    Delay: 100
    Target: Target

    LUA Code:
    Code:
    if IsControlKeyDown() then
    return true
    end
    Throw this right up next to Chains of Ice, and whenever you hold down Control, you will Death Grip your target
    Last edited by bu_ba_911; 09-02-2011 at 12:14 AM. Reason: Fixing Typos and Adding More DK Stuff

  8. #1013
    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)
    @googlebee: Other people certainly can't hear it unless it is playing loudly enough and you are on vent with them broadcasting it. I noticed that for some reason the "character" panel icon (the tiny one that shows your characters face) flashes quite a bit while in use and even after use, and this has happened for a long time... even in my old private versions before this was released. I never really looked into this, though I also never actually heard a noise... but from your description this could be the case. I have a few ideas, and I will look into it this weekend.

    Can you describe this sound? Is it the same sound as if you were opening your character panel? (Normal hotkey is C)

    Also, I haven't forgotten about your request for those feral changes... Ill help you out with those when I get a bit of free time this weekend.
    The sound is the same as if u manually click an ability in your hotbar. I dont have it really at all in my druid profiles, or i just dont notice it. But not being in vent and using the hunter MM profile while in a group earlier ( and no i wasn't in vent lol), this guy in group says to me: "can u stop whatever it is your doing that makes so much noise? it a macro or something? its driving me nuts!" - I didnt even know what to say lol

    Edit: Apparently it goes away if u turn off sound effects under sound options in game.
    Last edited by googlebee; 09-02-2011 at 12:20 AM.

  9. #1014
    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)
    That would only effect you tho, if some1 just in your party can hear it, then it's something your actual hunter is doing.

    Are you using a Bow or Gun?

  10. #1015
    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)
    Rewrote Arcane Mage rotation, now is usable with setting "Require combat for auto mode" disabled. You can target anything, the rotation will not start until target is affected by combat.

    Arcane Mage:
    - Selfbuff and create mana gem out of combat
    - Cast Focus Magic on party/raid member with hightest mana
    - Cast Mirror Images only if target hp is ten times player hp
    - Cast Iceblock if player hp < 10%
    - Remove "item is not ready yet" spam, You can add or delete USE abilities (gloves, trinkets) from rotation list
    - Hold Down SHIFT to cast Ring of Frost at mouse position
    - Hold down CONTROL to cast Polymorph on mouseover target
    - Hold down RIGHT ALT to use Time Warp

    Holy Priest:
    - Add Surge of Light check to profile, not tested, anyone with the talent say if is working.
    - Autotarget LowHP pause if player is drinking, however continue healing targeted player.

    xeron020911PQRProfiles.zip

  11. #1016
    Meatglue's Avatar Active Member
    Reputation
    16
    Join Date
    Aug 2011
    Posts
    248
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sweet bro, only thing I can ask is if you are up to making a disc spec for priest?

    ---------- Post added at 01:12 AM ---------- Previous post was at 12:53 AM ----------

    I am using this profile to heal in bgs right now and noticed something else pretty annoying. When on mount I hop off to buff someone or heal. Might be cool to have it set not to cast while mounted. Sorry to throw my annoying 2 cents in.

  12. #1017
    Mungam's Avatar Private
    Reputation
    4
    Join Date
    Aug 2011
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by googlebee View Post
    The sound is the same as if u manually click an ability in your hotbar.
    if you're using a gun, it's probably the sound of '/cast Auto Shot' being constantly casted, that's the only thing that could make such a noise

    if anything, just modify each hunter ability that you use to /startattack or if you use smart hotkey mode, just put /startattack inside the macro

  13. #1018
    Meatglue's Avatar Active Member
    Reputation
    16
    Join Date
    Aug 2011
    Posts
    248
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Also I have been testing in bgs and noticed I will hop off my mount to buff fort and top them off. Kind of annoying but so are my requests.

  14. #1019
    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)
    Rewrote Arcane Mage rotation, now is usable with setting "Require combat for auto mode" disabled. You can target anything, the rotation will not start until target is affected by combat.

    Arcane Mage:
    - Selfbuff and create mana gem out of combat
    - Cast Focus Magic on party/raid member with hightest mana
    - Cast Mirror Images only if target hp is ten times player hp
    - Cast Iceblock if player hp < 10%
    - Remove "item is not ready yet" spam, You can add or delete USE abilities (gloves, trinkets) from rotation list
    - Hold Down SHIFT to cast Ring of Frost at mouse position
    - Hold down CONTROL to cast Polymorph on mouseover target
    - Hold down RIGHT ALT to use Time Warp

    Holy Priest:
    - Add Surge of Light check to profile, not tested, anyone with the talent say if is working.
    - Autotarget LowHP pause if player is drinking, however continue healing targeted player.

    xeron020911PQRProfiles.zip

    hmm reinstalled prq 3x tonight when adding some updated profiles. Yours isnt working at all for some unknown reason. In or Out of combat.

    any idea?

    Edit* - had the same issue with my own druid profiles too, reinstalled once and fixed it, but i cant even get yours to work now after reinstalling yet again.

    ---------- Post added at 02:18 AM ---------- Previous post was at 02:08 AM ----------


    Well I may have figured out why - It appears you cannot use just a letter to activate prq, and must use alt, ctrl etc in conjunction with the letter to activate the profile. Strange.

    *3rd Edit: never mind that - i loaded your older version and tested it - wasn't working - then changed activation keys to alt + letter - worked - then dragged out older profile and dropped in this recent one - Not working again.

    w t f lol
    Last edited by googlebee; 09-02-2011 at 02:28 AM.

  15. #1020
    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)
    I started coding Unholy DK...... I'll post whatever I've gotten done by tomorrow so someone better than me can finish it up with at least the Skeleton of a build ready


    *edit*
    I'm having a problem with Death and Decay not casting when a button is held down, but seeing as it's important to the rotation itself anyway around having a mouseover target?

    I would say i've got 70% of the build down as is, but my DK is only 77 so I'll need to guess at the 85 skills and abilities

    --------------------------------------------------------------------------

    *edit*
    Ok I REALLY need help with this Death and Decay issue. It's severely hurting my motivation to make an AOE rotation.... I would say I got the Unholy Rotation 85% done now.... last 15% i can't test personally....
    Last edited by bu_ba_911; 09-02-2011 at 03:22 AM. Reason: Begging for HELP!!!!!!!

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