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

User Tag List

Page 205 of 731 FirstFirst ... 105155201202203204205206207208209255305705 ... LastLast
Results 3,061 to 3,075 of 10955
  1. #3061
    supermann's Avatar Member
    Reputation
    12
    Join Date
    Oct 2008
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by trulygangster View Post
    Excuse me are there any checks for melee range.? and how does the code look like if so?
    Code:
    if CheckInteractDistance("target", 3) == 1 then
      return true
    end

    [BETA] PQRotation - an automated ability priority queue.
  2. #3062
    Lofty's Avatar Banned
    Reputation
    37
    Join Date
    Feb 2008
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi guys, not been following this thread for a while.

    I play a holy paladin, and before 4.3 i used

    HonorBuddy + UPaCCBT: The BehaviourTree Ultimate Paladin Healer Custom Class

    For healing FL HC's. And it worked great. It healed every perfectly withought me having to touch anything (Except move my toon)

    So is there anything this good for PQR? I know there used to be a Holy Paladin profile, but is there anything like the HB ones i used that is also updated for the 4.3 changes?

  3. #3063
    larrybyrdy's Avatar Member
    Reputation
    2
    Join Date
    Mar 2011
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Curious if you coders could whip this up. Was wondering if you could code in to the warrior scripts a way to check for spell casts and automatically cast d stance, equip a shield, and spell reflect. I assume you could recycle the code used for the auto interrupt (pummel for warriors) and just use that check system? It'd be awesome for BG's or any PvP profiles for warriors. Just a thought! Maybe make it equip a certain gear set so people dont have to edit it when they get new weapons/shield. Maybe just add in the notes like, "Make your shield gear set #2!) etc. Thoughts?

  4. #3064
    cokx's Avatar Banned
    Reputation
    92
    Join Date
    Dec 2008
    Posts
    896
    Thanks G/R
    0/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    local FoxBuff = UnitBuffID("player", 82661)
    if PQR_IsMoving(1) == true and FoxBuff == nil then
    return true
    end

    why does this not work in the arena?

    ---------- Post added at 12:29 PM ---------- Previous post was at 12:10 PM ----------

    in BG, PVE it dow work but not in arena ?!

  5. #3065
    supermann's Avatar Member
    Reputation
    12
    Join Date
    Oct 2008
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone have a working Holy Pala Profile for 4.3 ?

    Thanks a lot

  6. #3066
    cokx's Avatar Banned
    Reputation
    92
    Join Date
    Dec 2008
    Posts
    896
    Thanks G/R
    0/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    does anyone else notice that pqr_ismoving does not work in the arena?

  7. #3067
    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)
    Originally Posted by supermann View Post
    Anyone have a working Holy Pala Profile for 4.3 ?

    Thanks a lot
    There is one posted if you use the search. I am not sure what is able to be updated for 4.3 though. I just removed Holy Radiance out of the rotation for PvP. For PvE I am not sure how it can be changed to work correctly now.

  8. #3068
    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)
    I used the fire mage profile posted couple pages back.

    I used it in LFR and noticed it was using scorch a lot..I looked at the fireball coding

    if (UnitDebuffID("target", 22959) or PQR_IsCastingSpell(294)
    and PQR_IsMoving(1) == false
    then return true end

    Noticed it wont cast fireball unless the debuff Critical Mass was up. And I kept seeing that my debuff was getting over written by something else. I believe it was Shadow and Flame which is DebuffID 17800. How do I add this to the code to check for this as well?

  9. #3069
    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)
    Originally Posted by Ralphiuss View Post
    I used the fire mage profile posted couple pages back.

    I used it in LFR and noticed it was using scorch a lot..I looked at the fireball coding

    if (UnitDebuffID("target", 22959) or UnitDebuffID("target", 17800) or PQR_IsCastingSpell(294)
    and PQR_IsMoving(1) == false
    then return true end

    Noticed it wont cast fireball unless the debuff Critical Mass was up. And I kept seeing that my debuff was getting over written by something else. I believe it was Shadow and Flame which is DebuffID 17800. How do I add this to the code to check for this as well?

    Code:
    if (UnitDebuffID("target", 22959) or UnitDebuffID("target", 17800) or PQR_IsCastingSpell(2948)) 
    and PQR_IsMoving(1) == false 
    then return true end

  10. #3070
    averykey's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2011
    Posts
    448
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    GRB fire does not work on my 42 mage? Also anyone have a holy paladin profile.

  11. #3071
    GRB's Avatar Established Member CoreCoins Purchaser
    Reputation
    65
    Join Date
    Oct 2008
    Posts
    222
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by averykey View Post
    GRB fire does not work on my 42 mage? Also anyone have a holy paladin profile.
    It isnt supose to work on low lvl chars, unless you remove some spells that you have not learned yet.

    Btw for all profile creators i had putted up a web space were you can upload your profiles so they work with PQR-PU.
    Its much easyer to everyone if all of you upload there your updated profiles.
    Easyer to download them. Faster. Everyone keeps they profiles updated and would help alot the working of PQR-PU.

    Thank you all that already make part of this project:
    -xaos
    -mentally
    -crystal_teck

  12. #3072
    byronm's Avatar Private
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm having problems creating abilities...
    eg one works and one doesnt... yet if I copy the ability then sometimes it does... the only thing between them is the different spellid and check range name


    Scream

    local hasScream = UnitDebuff("target", "Psychic Scream")
    local hasHorror = UnitDebuff("target", "Psychic Horror")
    local hasSilence = UnitDebuff("target", "Silence")
    local inRange = 0
    local unit = "target"


    if UnitIsEnemy("player","Target") and UnitExists(unit) and UnitIsVisible(unit) then
    inRange = IsSpellInRange("Psychic Scream", unit)
    end

    if inRange== 1 and GetSpellCooldown(8122) == 0 then
    if hasScream == nil and hasHorror == nil and hasSilence == nil then
    return true
    end
    end


    Horror

    local hasScream = UnitDebuff("target", "Psychic Scream")
    local hasHorror = UnitDebuff("target", "Psychic Horror")
    local hasSilence = UnitDebuff("target", "Silence")
    local inRange = 0
    local unit = "target"


    if UnitIsEnemy("player","Target") and UnitExists(unit) and UnitIsVisible(unit) then
    inRange = IsSpellInRange("Psychic Horror", unit)
    end

    if inRange== 1 and GetSpellCooldown(64044) == 0 then
    if hasScream == nil and hasHorror == nil and hasSilence == nil then
    return true
    end
    end



    I'm also having a similar problem with the silence...

    it was working, cut and pasted into new one and it neither works

    local spell, _, _, _, _, _, _, _, Interuptable = UnitCastingInfo("Target")
    local name, _, _, _, _, _, _, nonInteruptable = UnitChannelInfo("Target")

    if UnitIsEnemy("player","Target") and UnitExists("Target") and UnitIsVisible("Target") then
    if GetSpellCooldown(15487) == 0 and IsSpellInRange("Silence", "Target") == 1 then
    if (spell and Interuptable) or (name and nonInteruptable) then
    if UnitBuff("Target", "Divine Shield") == nil
    then return true
    end
    end
    end
    end

  13. #3073
    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)
    Found another glitch on the fire mage profile not casting living bomb when another mage in raid do it. This is the new Living Bomb code:

    Code:
    if UnitDebuffID("target",44457,"PLAYER") == nil
    and UnitHealth("target") > UnitHealthMax("player") 
    then return true end
    Same thing can be apply to Serpent Sting on my Hunter profile

  14. #3074
    Lightbrand's Avatar Member
    Reputation
    3
    Join Date
    Oct 2008
    Posts
    55
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone have the problem with the v1.1 not interrupting?

    I'm on a rogue, ticked interrupt all spell, with debug mode on whenever a guy casts an interruptible spell the chat will spam "[PQR] Casting Interrupt..." but nothing, kick is not being used at all.

    But then again I'm not sure how exactly does it work, I didn't write down my interrupt spell name or spellID anywhere, how will the program know if I should be using Pummel or Kick or Mind Freeze or not?

  15. #3075
    trulygangster's Avatar Sergeant
    Reputation
    1
    Join Date
    Dec 2010
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i agree with lost i have tried so many ways to multi-dot effectively and keep dots up the current aoe mob. but to no avail any suggestions for this issue its baffling me.

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 07:54 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