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

Shout-Out

User Tag List

Page 143 of 731 FirstFirst ... 4393139140141142143144145146147193243643 ... LastLast
Results 2,131 to 2,145 of 10955
  1. #2131
    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)
    Originally Posted by saga3180 View Post
    Does anyone have a leveling dk frost porfile?
    remove the spells you don't currently know, they should work still.... i leveled a frost dk like this
    ^0^Team Nova's PQR NCC ^0^

    If you think someone did something good, take the time to show your appreciation!

    [BETA] PQRotation - an automated ability priority queue.
  2. #2132
    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)
    bu_ba_911 one advice for what i tested so far with the holy paly, use range check more often, so you dont get stuck on same target if you cant judgement them.
    Other then that its working fine, and btw gona steal some snips from your code to my resto druid if you allow me.

  3. #2133
    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)
    Originally Posted by GRB View Post
    bu_ba_911 one advice for what i tested so far with the holy paly, use range check more often, so you dont get stuck on same target if you cant judgement them.
    Other then that its working fine, and btw gona steal some snips from your code to my resto druid if you allow me.
    take free rein of any of my code haha, steal whatever you want, i WILL add a range check on judgement, didn't think about that
    ^0^Team Nova's PQR NCC ^0^

    If you think someone did something good, take the time to show your appreciation!

  4. #2134
    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)
    could someone tell me the code for the rangecheck? ill need it for my dk pvp profile
    and a working death pact code, dont know why it doesnt work

    local HP = UnitHealth("player") / UnitHealthMax("player") * 100

    if HP < 30 and UnitExists("pet") ~= nil then
    return true
    end

  5. #2135
    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)
    Anybody with the skills to make a Frostmage PVE profile? They make competitive damage if procs are timed right and all. ^^

    Here's a good guide for PVE-frostmages if it's to any help: Kuni's Frost Mage PVE Guide

  6. #2136
    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)
    sheuron I am using your MM profile. I was wondering if you could help me make some changes to the way Rapid fire is being used. I Just cant figure it out or if I can even get it to do what I want it to. I will list the conditions I am looking at for it to be used here is a list.

    A. Is the target a Boss (I don't want to waste RFs on Trash I can self cast if I need to on a trash mob)
    B. Is the Targets Health Above 80% or below 20% I don't want to use RF on the middle of a boss I want to blow it as soon as I start it and I want to reuse it at the kill stage. (Readiness in its current form should work with this)
    C. Is Readiness on cool down and I currently do not have the readiness buff. (This is for a boss where the dps pushes it past the 80% mark before the end of a rapid fire, more of a catch all as I don't really see this being an issue except 5 mans)

    I will keep banging my head against this but your input would help me a lot. Do you even think this is a good idea? Thanks for your time.

  7. #2137
    outoforder's Avatar Sergeant
    Reputation
    1
    Join Date
    Feb 2011
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by michaelsky View Post
    the new sub rogue profile seems like it's missing way too much and when i shadow dance it just spams cheap shot
    i moved ambush to top of offensive abilities, seems to help

  8. #2138
    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 bu_ba_911 View Post
    take free rein of any of my code haha, steal whatever you want, i WILL add a range check on judgement, didn't think about that
    Also on HolyArena you need to make sure bot will stop use Divine Favor on every cooldown, otherwise the bot will use it not on normal usage, but when you just entered the arena couse the cooldown is reseted.

  9. #2139
    Tyron1989's Avatar Sergeant
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey all,

    i've downloaded Bobbas Deathknight profiles and currently standing here on a dummy it's not working at all. i've removed all the spells i dont have and just left the ones i have currently but it just wont start. it will however use chains of ice when i hold alt so it does work just not starting the rotation on a dummy. im going to try it on a mob

  10. #2140
    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)
    Originally Posted by GRB View Post
    Also on HolyArena you need to make sure bot will stop use Divine Favor on every cooldown, otherwise the bot will use it not on normal usage, but when you just entered the arena couse the cooldown is reseted.
    yea that's a known bug idk if you looked at the coding for it, but it shouldn't be doing that right now XD

    i literally copied my old code letter for letter when it started giving me issues and it still does that, going to have to get creative i think
    ^0^Team Nova's PQR NCC ^0^

    If you think someone did something good, take the time to show your appreciation!

  11. #2141
    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)
    Xelper the new version kicks ass, I love it! 8D Awesome that you just gotta press ctrl to switch to AOE/other rotation. +rep

  12. #2142
    onya's Avatar Member
    Reputation
    67
    Join Date
    May 2008
    Posts
    152
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by diesall View Post
    updated interrupt ability should do the trick:

    Code:
    -- interupts: Mind Freeze:47528, Skull Bash: cat:80965 Bear:80964, Rebuke:96231, Kick:1766, Pummel:6552, Counterspell:2139,
    local int = 47528
    local intn = "Mind Freeze"
    local Ss,Sd = GetSpellCooldown(int)
    local Scd = Ss + Sd - GetTime()
    local pveList = { "Healing Wave","Hex","Shock Blast","Chain Lightning","Lava Bolt","Shadow Strike","Dark Command","Confounding Flames","Warped Twilight","Conjure Twisted Visage","Focused Geyser","Flame Conduit","Chained Mind","Umbral Mending","Tranquility","Pact of Darkness","Charged Shot","Anti-Magic Prison","Reverberating Hymn","Summon Sun Orb","Inferno Leap","Hex","Ritual of Bloodletting","Chain Lightning","Lightning Lash","Greater Heal","Cloudburst","Force of Earth","Magma Eruption","Demon Portal","Force Grip","Holy Fire","Motivate","Seaswell","Fear","Drain Life","Pain and Suffering","Unholy Empowerment","Cursed Bullets","Fireball Volley","Ancient Power","Heal","Holy Light","Healing Wave","Flash Heal","Ancient Power","Blood Leech","Whispers of Hethiss","Tears of Blood" }
    local sname,_,_,_,_,_,_,_,sint = UnitCastingInfo("target")
    local scname,_,_,_,_,_,_,scint = UnitChannelInfo("target")
    
    if IsSpellInRange(intn,"target") == 1 and Scd < 0 then
        if sint == false then
            for i,v in ipairs(pveList) do
                if sname == v then CastSpellByID(int,"target") return false end
            end
        elseif scint == false then
            for i,v in ipairs(pveList) do
                if scname == v then CastSpellByID(int,"target") return false end
            end
        end
    end
    i'd add in chain heal and domesticate for ZA

  13. #2143
    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 cokx View Post
    could someone tell me the code for the rangecheck? ill need it for my dk pvp profile
    and a working death pact code, dont know why it doesnt work

    local HP = UnitHealth("player") / UnitHealthMax("player") * 100

    if HP < 30 and UnitExists("pet") ~= nil then
    return true
    end
    Here is an example of the range check for spells that I use.

    Code:
    if IsSpellInRange("Growl","pet","target") == 1 then
      return true
    end

  14. #2144
    Debordes's Avatar Member
    Reputation
    14
    Join Date
    Oct 2007
    Posts
    128
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Buba, not sure if I am doing something wrong, but your Holy PvP profile only casts judgement when I target an enemy, it does not doing it automatically like you said it would, or maybe I read you wrong.

  15. #2145
    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)
    Originally Posted by Debordes View Post
    Buba, not sure if I am doing something wrong, but your Holy PvP profile only casts judgement when I target an enemy, it does not doing it automatically like you said it would, or maybe I read you wrong.
    there may be an issue with the pvp one, i still need to look into it.......
    ^0^Team Nova's PQR NCC ^0^

    If you think someone did something good, take the time to show your appreciation!

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