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

User Tag List

Page 381 of 731 FirstFirst ... 281331377378379380381382383384385431481 ... LastLast
Results 5,701 to 5,715 of 10955
  1. #5701
    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)
    I am looking forward to the retun of zenmex, he commented saying he would be releasing some pvp profiles when he popped in but haven't heard from him since. There are some coders like Sheuron and Cokx that still code for pvp just be patient and see what they release is my suggestion. There will be anti-pvp people but Xelper has been helping me code for pvp since he shared this with me privately so don't worry about them.

    [BETA] PQRotation - an automated ability priority queue.
  2. #5702
    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 brusterj88 View Post
    Can I pay money to him to make it do that? I a whole arena profile with similar abilities and fake casting etc i would pay a substantial amount for.
    Lol for money I'd code that its not as difficult as you'd think it is in regards to arena lol

    Sent from my Thunderbolt through the ether.
    ^0^Team Nova's PQR NCC ^0^

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

  3. #5703
    brusterj88's Avatar Private
    Reputation
    1
    Join Date
    Oct 2010
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lets do this, how long would it take, and how much do you want?

  4. #5704
    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)
    Originally Posted by bbatotas View Post
    It's a total crap shoot whether it will work on not. Holding down the button only casts it once and then it doesn't cast again. You have to spam ctrl and hope that it doesn't have a temper and will cast. Yes, the same problem happens when there's no other actions in the priority list.
    it works just fine for me... You need to hold the button down and it will fire off once the correct runes are lined up and it is off CD and it will drop it at mouseover location.

    Some ui's you need to disable the nameplates over enemies heads to make this work... To do that press the "V" key ingame

  5. #5705
    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 brusterj88 View Post
    lets do this, how long would it take, and how much do you want?
    lol send u a message was joking about money tho hahahaha

    its way to simple of a code to charge for
    ^0^Team Nova's PQR NCC ^0^

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

  6. #5706
    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)
    I have a feeling he was referring to the dedicated arena profile, Bubba

  7. #5707
    brusterj88's Avatar Private
    Reputation
    1
    Join Date
    Oct 2010
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    just the intreput thing would be nice but a whole arena set would beastmode and i would pay a lot for it.

  8. #5708
    brusterj88's Avatar Private
    Reputation
    1
    Join Date
    Oct 2010
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes i would like the interrupt code, however I would pay whatever programming rates go for these days to write an arena warlock profile so i can hit 2400ish, im a combat ptsd veteran heavily medicated and i cant react faster than these young kids...

  9. #5709
    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)
    haha dedicated arena..... hmm that would be a lot of effort..... dunno if i have the time for another profile to start writing right now XD but ill do interrupt rq.... which interrupt are we talking about using tho? Fel Hound?
    ^0^Team Nova's PQR NCC ^0^

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

  10. #5710
    brusterj88's Avatar Private
    Reputation
    1
    Join Date
    Oct 2010
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    fel hound yes

  11. #5711
    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 brusterj88 View Post
    fel hound yes
    your inbox/sent box be full
    ^0^Team Nova's PQR NCC ^0^

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

  12. #5712
    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)
    Code:
    local InterruptSpells = { 635, 47540, 19750, 82326, 51505, 62809, 331, 77472, 48500, 8936, 5782 }
    
    if select(2, GetSpellCooldown(19647, "BOOKTYPE_PET")) == 0 and UnitExists("pet") and IsSpellKnown(19647, true) == true then
    	for y=1, 5 do
    		local aTarget = "arena"..tostring(y)
    		if UnitExists(aTarget) and IsSpellInRange(tostring(GetSpellInfo(19647)), aTarget) == 1 then
    			local spellName, _, _, _, _, endCast, _, _, canInterrupt = UnitCastingInfo(aTarget)
    			for i, v in ipairs(InterruptSpells) do
    				if GetSpellInfo(v) == spellName and canInterrupt == 1 then
    					if (endCast/1000) - GetTime() < 0.5 then
    						PQR_CustomTarget = aTarget
    						return true
    					end
    				end
    			end
    		end
    	end
    end

    and mage iteration i first made thinking he was a mage

    Code:
    local InterruptSpells = { 635, 47540, 19750, 82326, 51505, 62809, 331, 77472, 48500, 8936, 5782 }
    
    if select(2, GetSpellCooldown(2139)) == 0 then
    	for y=1, 5 do
    		local aTarget = "arena"..tostring(y)
    		if UnitExists(aTarget) and IsSpellInRange(tostring(GetSpellInfo(2139)), aTarget) == 1 then
    			local spellName, _, _, _, _, endCast, _, _, canInterrupt = UnitCastingInfo(aTarget)
    			for i, v in ipairs(InterruptSpells) do
    				if GetSpellInfo(v) == spellName and canInterrupt == 1 then
    					if (endCast/1000) - GetTime() < 0.5 then
    						PQR_CustomTarget = aTarget
    						return true
    					end
    				end
    			end
    		end
    	end
    end
    none of these are tested and i almost guarantee them to be broken
    ^0^Team Nova's PQR NCC ^0^

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

  13. #5713
    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)
    Mentally, your new Shadowpriest rotation has been absolutely phenomenal. I have a couple of suggestions to make, however.

    Firstly, the rotation lists an ability to cast Dispersion when the left Alt key is held down, but the actual ability appears to have been removed.

    Secondly, I added a simple IsLeftAltKeyDown() ability to cast Mind Spike, as well as an ability to cast Mind Blast with 2 stacks of Mind Melt. It's not a huge improvement, but it does make killing little, low-HP things a bit less cumbersome. I've been writing a Shadow PvP profile, but I think this option could also be helpful in certain PvE situations.

    Thirdly, you're awesome ^^

  14. #5714
    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)
    Working on a Polymorph function:

    Polymorph
    Spell ID: 118
    Delay: 2000
    Target: Custom

    Code:
    if not polyfunctions then
    
      function HaveCC(t) 
        local debuff = { 118, 90337, 82676, 49203, 1499, 51514, 6770, 20066, 19386, 5484, 6358, 8122, 5782, 2094, 
                                 33786, 605, 19503 }
        for _,v in ipairs(debuff) do 
          local name,_,_,_,_,_,expiration = UnitDebuffID(t,v)
          if name and expiration - GetTime() > 1 then return true end 
        end
      end
    
      function BeingTarget(t)
        if UnitIsUnit("target",t) then return true end
        for i=1, GetNumPartyMembers(), 1 do
          local member = "party"..tostring(i)
          if UnitIsUnit(member.."target",t) then return true end
        end
      end
    
      function CanbeCC(t)
        if not HaveCC(t) 
        and not BeingTarget(t) 
        and not PQR_IsOutOfSight(t) 
        and not UnitIsDeadOrGhost(t) 
        and UnitCanAttack("player",t) 
        and IsSpellInRange(tostring(GetSpellInfo(118)),t) == 1 
        then return true end
      end
    
      polyfunctions = true
    
    end
    
    if IsLeftControlKeyDown() and not GetCurrentKeyBoardFocus() then 
      if CanbeCC("mouseover") then PQR_CustomTarget = "mouseover" return true 
      elseif CanbeCC("focus") then PQR_CustomTarget = "focus" return true 
      else 
        local n  = 1
        while UnitExists("arena"..n) do
          if CanbeCC("arena"..n) then PQR_CustomTarget = "arena"..n return true end
          n = n + 1
        end
      end
    end
    What this do?

    When you press LEFT CONTROL polymorph this priority: Your mouseover > Your focus.

    If none target is found, check the arena frames for a enemy not being target by you or any friend and polymorph him.

    The script also check if the enemy is already CC by you or any friend and wait till current cc effect end to polymorph.

    This function ll never polymorph your current target.
    Last edited by sheuron; 02-12-2012 at 02:47 AM.

  15. #5715
    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 sheuron View Post
    Working on a Polymorph function:

    Polymorph
    Spell ID: 118
    Delay: 2000

    Code:
    if not polyfunctions then
    
      function HaveCC(t) 
        local debuff = { 118, 90337, 82676, 49203, 1499, 51514, 6770, 20066, 19386, 5484, 6358, 8122, 5782, 2094, 
                                 33786, 605, 19503 }
        for _,v in ipairs(debuff) do 
          local name,_,_,_,_,_,expiration = UnitDebuffID(t,v)
          if name and expiration - GetTime() > 1 then return true end 
        end
      end
    
      function BeingTarget(t)
        if UnitIsUnit("target",t) then return true end
        for i=1, GetNumPartyMembers(), 1 do
          local member = "party"..tostring(i)
          if UnitIsUnit(member.."target",t) then return true end
        end
      end
    
      function CanbeCC(t)
        if not HaveCC(t) 
        and not BeingTarget(t) 
        and not PQR_IsOutOfSight(t) 
        and not UnitIsDeadOrGhost(t) 
        and UnitCanAttack("player",t) 
        and IsSpellInRange(tostring(GetSpellInfo(118)),t) == 1 
        then return true end
      end
    
      polyfunctions = true
    
    end
    
    if IsLeftControlKeyDown() and not GetCurrentKeyBoardFocus() then 
      if CanbeCC("mouseover") then PQR_CustomTarget = "mouseover" return true 
      elseif CanbeCC("focus") then PQR_CustomTarget = "focus" return true 
      else 
        local n  = 1
        while UnitExists("arena"..n) do
          if CanbeCC("arena"..n) then PQR_CustomTarget = "arena"..n return true end
          n = n + 1
        end
      end
    end
    What this do?

    When you press LEFT CONTROL polymorph this priority: Your mouseover > Your focus.

    If none target is found, check the arena frames for a enemy not being target by you or any friend and polymorph him.

    The script also check if the enemy is already CC by you or any friend and wait till current cc effect end to polymorph.

    This function ll never polymorph your current target.
    That shit is hot! You say youre working on it, does that mean it's done but not tested? I will try it out soon.

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