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

User Tag List

Page 180 of 731 FirstFirst ... 80130176177178179180181182183184230280680 ... LastLast
Results 2,686 to 2,700 of 10955
  1. #2686
    Master34's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Nov 2011
    Posts
    119
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Possible to use it on Mac OSX Lion?

    [BETA] PQRotation - an automated ability priority queue.
  2. #2687
    imdasandman's Avatar Contributor
    Reputation
    206
    Join Date
    Feb 2011
    Posts
    965
    Thanks G/R
    9/4
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any eta xel for an update to PTR version 14995.. thanks man you are the best

    btw with bubba's DK frost profile I am hitting upwards of 35k dps on Bale 10m HM ilvl is 384

  3. #2688
    Blehbot's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    79
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a way to have the interrupt watch focus as well as the main target?

  4. #2689
    Kaolla's Avatar Contributor
    Authenticator enabled
    Reputation
    126
    Join Date
    Apr 2007
    Posts
    341
    Thanks G/R
    2/2
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Blehbot View Post
    Is there a way to have the interrupt watch focus as well as the main target?
    You'll have to write a separate ability for your interrupt with the target set as Focus, using information from the UnitCastingInfo API to trigger an interrupt. It would be nice if Xelper added an option for the default interrupt function to also kick your Focus, but this is the best we can do for now

    ---------- Post added at 10:21 AM ---------- Previous post was at 10:16 AM ----------

    Originally Posted by Demliz View Post
    Thanks, but i already figured it out, now i just have to find some place to find wow api commands for incombat outcombat, to make it transform the ghost wolf everytime out of combat, feel free to help me out mate.

    Thanks! (again)
    Your PM box is full, but give this a shot:
    Code:
    SpellID: 2645
    Delay: 0
    Target: Player
    
    local inCombat = UnitAffectingCombat("player")
    
    if inCombat ~= 1 then
        return true
    end
    Let me know if it works. I don't have a shaman, so I'm really just taking a stab in the dark here.

  5. #2690
    silentiger's Avatar Private
    Reputation
    1
    Join Date
    Nov 2011
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I get the following error after clicking the link to "4.2 Balance Druid.schranz.rar" : "Invalid or Deleted File."

    ---------- Post added at 05:40 PM ---------- Previous post was at 05:37 PM ----------

    I am working on a boomkin rotation and need some help. I am trying to determine if the target has less than 3 stacks of Faerie Fire. Here is the code I am using, any help on why it doesn't work? Thanks in advance.


    sFF = GetSpellInfo(770)
    _, _, _, cFF, _, buffDuration, buffExpire = UnitDebuff("target", sFF, nil, "PLAYER")


    if cFF < 3 then
    return true
    end

  6. #2691
    phantom325's Avatar Turtle Nation
    Reputation
    1033
    Join Date
    Apr 2011
    Posts
    2,630
    Thanks G/R
    81/162
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Crashing wow whenever I start the rotation up, any idea?

  7. #2692
    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)
    @Xelper Are you the only one who can get the offsets for us

    I hope you never quit the project lol.

  8. #2693
    Treed's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyway to make this work on 3.3.5?

  9. #2694
    Demliz's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    SpellID: 2645
    Delay: 0
    Target: Player
    
    local inCombat = UnitAffectingCombat("player")
    if inCombat ~= 1 then
        return true[
    end
    Let me know if it works. I don't have a shaman, so I'm really just taking a stab in the dark here.
    Thanks mate, i'll try it out when the offsets are updated mate! i wrote it simular, but it just flipped out,
    Last edited by Demliz; 11-16-2011 at 03:53 AM.

  10. #2695
    R4g4t0kk's Avatar Member
    Reputation
    1
    Join Date
    Nov 2010
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My PQR is still working fine, what is the problem?

  11. #2696
    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 fenetic View Post
    I'm using this profile but it does not seem to work. When I activate the rotation, nothing happens.
    Works fine for me, are you enabling use out of combat?

    Diesall, any chance that you could write a prospecting version of this?

  12. #2697
    thrylas's Avatar Master Sergeant
    Reputation
    3
    Join Date
    Feb 2011
    Posts
    102
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ETA on offsets for ptr 14995?

  13. #2698
    zeloch's Avatar Member
    Reputation
    1
    Join Date
    Oct 2011
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone can create/post simple fire mage rotation?

  14. #2699
    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 finally got time to start writing again after my big hard drive crash, I am almost done with the rotation and skills, right now my testing its doing about 2k dps then the profile that comes default on a 384 DK

  15. #2700
    Master34's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Nov 2011
    Posts
    119
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If someone can done to be this bot to Mac user Osx Lion, i will donate for sure...

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 03:13 AM. 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