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

Shout-Out

User Tag List

Page 369 of 731 FirstFirst ... 269319365366367368369370371372373419469 ... LastLast
Results 5,521 to 5,535 of 10955
  1. #5521
    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 enzoo View Post
    im trying to get it to only spam fel flame but it only does it if i constantly move, can anyone give me a tip? :-/
    Your Fel Flame ability probably has a function in it like PQR_IsMoving(#). It needs to be removed.

    It might look like this:
    Code:
    if PQR_IsMoving(1) then
        return true
    end
    In which case you would want to remove the if line and the corresponding end line. Make it look like this:
    Code:
    return true
    Or if you dont feel comfortable editing the structure of the ability, change the if PQR_IsMoving(#) to -1. PQR_IsMoving(-1). That should work, off the top of my head.
    Last edited by Xelper; 02-08-2012 at 09:03 AM.

    [BETA] PQRotation - an automated ability priority queue.
  2. #5522
    bobo's Avatar Member
    Reputation
    3
    Join Date
    Oct 2006
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickmydog View Post
    Ok updated my SV profile.

    Finally worked out the problem with Serpent Sting this should fix it. I didn't notice it in my raids since I do 10 mans, so I didn't think about it, but it was checking for serpent sting, which included other hunter's serpent sting. That would stop it from casting serpent sting. Should be fixed now, tested on 25 man LFR.

    Hunter Test Profile v5.rar
    Something in this update makes it so the single target marksman profile doesnt work. It just stands there and auto attacks. AOE still works fine.

  3. #5523
    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 bobo View Post
    Something in this update makes it so the single target marksman profile doesnt work. It just stands there and auto attacks. AOE still works fine.
    Are you sure, that profile should only have Survival Abilities and rotation, there shouldn't be anything to do with Marksmanship on it.

  4. #5524
    Bossqwerty's Avatar Legendary
    Reputation
    713
    Join Date
    Nov 2006
    Posts
    693
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    The only form I can think of that would be anywhere close to what your wanting is:

    speed, offhandSpeed = UnitAttackSpeed("unit")

    Where "unit" is player and:
    speed - Current speed of the unit's main hand attack (number of seconds per attack) (number)
    offhandSpeed - Current speed of the unit's off hand attack (number of seconds per attack) (number)

    Best bet I can think of is to set whatever your wanting to count the speed right after the first attack and then get it to re-scan the speed in case of proc speed buffs etc.

    Also, you will only want to use a > or < sign to tell it when to use whatever as a exact speed will almost always make the spell not want to cast xD

    Then, there's Damage done:

    UnitDamage - World of Warcraft Programming: A Guide and Reference for Creating WoW Addons

    If this could be gotten to work great, it would be a good way to tell when to proc a good Cumbustion combo for Fire mages, but that's to complicated for my ease of use profiles
    Thanks, I'll see what I can do with that.

  5. #5525
    bobo's Avatar Member
    Reputation
    3
    Join Date
    Oct 2006
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickmydog View Post
    Are you sure, that profile should only have Survival Abilities and rotation, there shouldn't be anything to do with Marksmanship on it.
    When I start the rotation my toon just stands there auto shooting. Replaced it with your older release from Jan 23 I believe and it worked. Replaced it again with the newest one and it quit working again. Could be one of my add-ons since like you say you didnt change anything in the MM, but it does fix it when I revert back to your old one.

    The rar that comes with your Hunter Test Profile v5 comes with both kickmydog_Hunter and KMD_SV_HUNTER abilities and rotations. The kickmydog_HUNTER ones are larger files than came with the Jan 23 release so something must have changed in them.

    *edited to add second paragraph and correct date of older release.
    Last edited by bobo; 02-08-2012 at 02:10 PM.

  6. #5526
    ipass's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    45
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can Someone Please Update the download link for PQR-PU?
    Or post the PQR-PU Forum link!
    thanks
    ipass

  7. #5527
    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 bobo View Post
    When I start the rotation my toon just stands there auto shooting. Replaced it with your older release from Jan 23 I believe and it worked. Replaced it again with the newest one and it quit working again. Could be one of my add-ons since like you say you didnt change anything in the MM, but it does fix it when I revert back to your old one.

    The rar that comes with your Hunter Test Profile v5 comes with both kickmydog_Hunter and KMD_SV_HUNTER abilities and rotations. The kickmydog_HUNTER ones are larger files than came with the Jan 23 release so something must have changed in them.

    *edited to add second paragraph and correct date of older release.
    Hmm I must have put that kickmydog_hunter profile in there by mistake. Don't use it I was messing around with it with plans to update it.

    Hunter Profile Feb 08 2012.rar

    That should have a working MM profile on it, along with the Serpent Sting fix. It is from my Jan 23rd profile. I did have a Jan 31 profile listed for release not sure if I ever did release it. Tbh I can't even remember what changes I did to it.
    Last edited by kickmydog; 02-08-2012 at 03:42 PM.

  8. #5528
    Starphall's Avatar Corporal
    Reputation
    1
    Join Date
    Feb 2011
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any one can give me the scrypt for the ele shaman....to check if flameshock's present before casting lava burst...thx for helping

    i tryed : if not PQR_IsMoving(1) and UnitBuffID("target",8050)
    or UnitBuffID("player",79206)
    then return true end

    not working

    SORRY..i got it..
    if not PQR_IsMoving(1) and UnitDEBuffID("target",8050)
    or UnitBuffID("player",79206)
    then return true end
    Last edited by Starphall; 02-08-2012 at 05:53 PM.

  9. #5529
    happydado's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2011
    Posts
    158
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Someone have 13623 offset? i realy need

  10. #5530
    safranzi's Avatar Corporal
    Reputation
    11
    Join Date
    Oct 2011
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    need PQR for:

    64-Bit-Client (Build 4.3.2.15211)
    PC: http://us.media.battle.net.edgesuite...-Win-15211.zip

  11. #5531
    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 safranzi View Post
    need PQR for:

    64-Bit-Client (Build 4.3.2.15211)
    PC: http://us.media.battle.net.edgesuite...-Win-15211.zip
    Sorry bub, but for now and the indefinite future there will be no PQR for 64-bit clients. Just go back to 32-bit and live with not having 64-bit.

  12. #5532
    vitalic's Avatar Contributor CoreCoins Purchaser
    Reputation
    182
    Join Date
    Jun 2010
    Posts
    3,527
    Thanks G/R
    8/3
    Trade Feedback
    10 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    combat rogue (xrnC) isnt casting adrenaline rush or killing spree, any ideas?

  13. #5533
    Ralphiuss's Avatar Active Member
    Reputation
    44
    Join Date
    Sep 2011
    Posts
    230
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    Can you rename the Unkown_Druid_Abilities & Unknown_Druid_Rotations back to Boom_Druid_Abilities & Boom_Druid_Rotations? That's my profile that I uploaded a few days ago. Also, can you put some kinda note outside of the FireKitteh profiles to let people know that they are the Tier Upgraded rotations? Like some kind of note on that page or something of that sort.
    Do you mind if I do firepongBoom naming convention? The common theme is that it would be Author_class_rotation/Abilities. I was trying to keep it that way, forgot who the author of that balance profile was.

  14. #5534
    Sophronius69's Avatar Private
    Reputation
    1
    Join Date
    Oct 2011
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone know of a good MasterFrost dk profile? Been using diesals and it works wonderfully but want to try out master frost and was wondering if there was one out there. Any help appreciated thanks.

  15. #5535
    couky's Avatar Corporal
    Reputation
    2
    Join Date
    Jan 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    Profile updates, package includes:
    Mage (Frost PvP, Fire PvE, Fire PvP, Arcane PvE)
    Priest (Holy PvE, Discipline PvP)
    Hunter (MM PvE, Survival PvE)
    Warrior (Protection PvE, Fury PvE)
    Rogue (Combat PvE, Subtlely PvP)
    Death Knight (Frost PvP)
    Shaman (Elemental PvE)
    Also included 2 text files with code necesary to auto gather herbs and archaelogy fragments

    http://goo.gl/rseZ0

    - All profiles print a warning if the user is not level 85 or using non english game client
    - New command added to Holy Priest profile. Type /extra to auto follow party TANK, hold right mouse buttom to temporally override auto walk function.
    I didn't saw that!
    Thanks ^_^


    @Bubba
    Hi,

    I copy pasted your new pve paladin profiles, I download them with SVN and I test them in game. It seems that your profiles will stop working if I change your rotation with the other skills you coded.

    For example : in the pve paladin profile, there is the spell "Beacon - Valma edit", I replaced it and put instead "Beacon (Left Alt)". I did that because the profile wouldn't work with "Beacon - Valma edit" but it worked with "Beacon (Left Alt)".

    I hope my bug report will be usefull and I am sorry for my bad english.
    I tested with my lvl 85 priest and on english EU client.
    Your profiles worked fine last week.
    I tried many time to erase/copy-pasted your profiles but the same bug remained.
    Last edited by couky; 02-09-2012 at 01:20 AM.

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 08:45 AM. 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