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

Shout-Out

User Tag List

Page 127 of 731 FirstFirst ... 2777123124125126127128129130131177227627 ... LastLast
Results 1,891 to 1,905 of 10955
  1. #1891
    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)
    I see, but I dont think I've seen anyone post on this threads 127 pages about getting banned using this. Only negative aspect I could see come of this is it might make you lazy and forget how to play your classes by hand. ^^

    [BETA] PQRotation - an automated ability priority queue.
  2. #1892
    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)
    If there's one thing I'm iffy about, it's the hack being used to enable Protected LUA functions. But we can't really have our cake and eat it too

  3. #1893
    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)
    I want this to work on the PTR. Sends a prayer to god (Xelper) hoping he will respond to it. <3

  4. #1894
    tripodz's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kaolla View Post
    If there's one thing I'm iffy about, it's the hack being used to enable Protected LUA functions. But we can't really have our cake and eat it too
    Yea u are right

    well there must be some ppl who have been using this for a long time without a ban. *Xhelper* etc

    I just know im so unlucky and when i aktiviate this i get a ban asap :P *kidding

  5. #1895
    Shaela's Avatar Private
    Reputation
    1
    Join Date
    Aug 2011
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone help me to write an ability for using "Loot-A-Rang"?

    I want to use it only when out of combat, on cooldown, and target must be dead. (also, only use if character has it)

    I have this so far, but not sure how to add the other conditions (i'm pro at copy/paste, got this from Sheuron's trinket USE ability and changed the name of the item.)

    Code:
    if GetInventoryItemCooldown("player",Loot-A-Rang) == 0 then UseInventoryItem(Loot-A-Rang) end

  6. #1896
    Luciferozzy's Avatar Member
    Reputation
    2
    Join Date
    Apr 2011
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can we update the first page, with all the inputs from the ppl of this site please.

  7. #1897
    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 Shaela View Post
    Can someone help me to write an ability for using "Loot-A-Rang"?

    I want to use it only when out of combat, on cooldown, and target must be dead. (also, only use if character has it)

    I have this so far, but not sure how to add the other conditions (i'm pro at copy/paste, got this from Sheuron's trinket USE ability and changed the name of the item.)

    Code:
    if GetInventoryItemCooldown("player",Loot-A-Rang) == 0 then UseInventoryItem(Loot-A-Rang) end
    gonna be taking a stab in the dark here

    Code:
    if UnitIsDead("mouseover") and GetInventoryItemCooldown("player", "Loot-A-Rang") == 0 and UnitAffectingCombat("player") == nil then
      TargetUnit("mouseover")
      UseInventoryItem("Loot-A-Rang")
    end
    maybe? i don't have a loot-a-rang to try it out on but let me know

    it will cast it on the mouseover target if you are out of combat and the target it dead

    ---------- Post added at 06:06 PM ---------- Previous post was at 06:05 PM ----------

    Originally Posted by Luciferozzy View Post
    Can we update the first page, with all the inputs from the ppl of this site please.
    thats now how it works.....

    the profile creators are to lazy to read the from page and do that it says

    they are to lazy to update their own posts that the front page links to....
    ^0^Team Nova's PQR NCC ^0^

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

  8. #1898
    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)
    Still looking for a disc pve healing profile if anyone has been working on one.

  9. #1899
    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 Debordes View Post
    Still looking for a disc pve healing profile if anyone has been working on one.
    Mentally is currently working on one, as he noted two pages back.

  10. #1900
    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 DKVance73 View Post
    XHELPER, sent you another donation. DON'T YOU EVER QUIT MAKING/SUPPORTING THIS!

    Also, maybe when The Old Republic comes out, see if something like this can be created for it as I'm sure a lot of us will be playing that too.
    Don't worry, if I ever stop playing WoW I will release the source code. I'm sure someone can easily update this and re-release with really about 30 mins of effort.

    But no plans to quit any time soon!

  11. #1901
    matimati's Avatar Member
    Reputation
    2
    Join Date
    Feb 2011
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DKVance73 View Post
    XHELPER, sent you another donation. DON'T YOU EVER QUIT MAKING/SUPPORTING THIS!

    Also, maybe when The Old Republic comes out, see if something like this can be created for it as I'm sure a lot of us will be playing that too.

    I would pay for something like this when ToR comes out. Please give it a go.

  12. #1902
    bloodc81's Avatar Private
    Reputation
    1
    Join Date
    Oct 2011
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    first i modified heroic strike to trigger on incite aslong as rage is gr8er than 35

    if UnitPower("player") >= 65 then
    return true
    else
    if UnitPower("player") >= 35 and UnitBuffID("player", 86627) then
    return true
    end
    end

    the other thing im trying to do is trigger on procs hero and timewarp to deathwish and recklessness also say run a pot and trigger tinkered glove instead of creating heaps of code and all these else statements say like these two

    deathwish
    if IsUsableSpell(12292) and UnitBuffID("player",91816) then return true
    else
    if IsUsableSpell(12292) and UnitBuffID("player",9692 then return true
    else
    if IsUsableSpell(12292) and UnitBuffID("player",32182) then return true
    else
    if IsUsableSpell(12292) and UnitBuffID("player",80353) then return true
    end
    end
    end
    end

    recklessness
    if IsUsableSpell(1719) and UnitBuffID("player",91816) then return true
    else
    if IsUsableSpell(1719) and UnitBuffID("player",9692 then return true
    else
    if IsUsableSpell(1719) and UnitBuffID("player",32182) then return true
    else
    if IsUsableSpell(1719) and UnitBuffID("player",80353) then return true
    else
    if IsUsableSpell(1719) and UnitBuffID("player",12292) then return true
    end
    end
    end
    end
    end

    could i do something like this on an ability that just sets a variable

    local unleash = 0
    if UnitBuffID("player",91816) then local unleash = 1
    else
    if UnitBuffID("player",9692 then local unleash = 1
    else
    if UnitBuffID("player",32182) then local unleash = 1
    else
    if UnitBuffID("player",80353) then local unleash = 1
    else
    if UnitBuffID("player",12292) then local unleash = 2
    end
    end
    end
    end
    end

    or preferably if UnitBuffID("player",12292,32182,9692 then local unleash = 1 not sure how to add a range of buff,id's where if any are active it is true and can set the variable as else statements seem to slow it down only tried quickly late last night

    could i use something like the following to trigger abilities
    if IsUsableSpell(1719) and unleash ~=1 then return true
    if IsUsableSpell(1719) and unleash ~=2 then return true
    if IsUsableSpell(1719) and unleash ~=>1 then return true

    i know the codings all off but not at home atm and would prefer to spend only 20 or 30mins coding and tweaking it

  13. #1903
    Schifty5's Avatar Private
    Reputation
    1
    Join Date
    Oct 2011
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok so i ran this program for the first time last nite with good results..... my dps went up a little, and made the game a little more enjoyable imo.... one thing spooked me tho. and well a couple more questions popped up.

    1. I was running ZA with a pug group, and every other enemy kept yelling "ITS OVER 9000!!!!!!!!!!!!!!", and sometimes not once, but shout it like 5 times in a row... ive never had that happen... after a few waves of that, someone asked if anyone was botting... i got a little spooked and turned off the PQR
    Have i just missed that in ZA, or was it reacting to the PQR program running?

    2. if im running a Druid, and i dont have an ability on the bar, or havent earned it yet... and PQR is trying to use said ability, will it alert other players somehow?

    3. If im rolling thru an instance, and i keep switching between aoe and single enemy, as needed, is anyone notified by the updates in my log?


    im just curious as to how another player, whom ive never met, would throw out the botting comment... Anything i could do to stay undetected? Its a great program, and id like to keep using it!

  14. #1904
    Unasrage's Avatar Member
    Reputation
    6
    Join Date
    Oct 2009
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Schifty5 View Post
    ok so i ran this program for the first time last nite with good results..... my dps went up a little, and made the game a little more enjoyable imo.... one thing spooked me tho. and well a couple more questions popped up.

    1. I was running ZA with a pug group, and every other enemy kept yelling "ITS OVER 9000!!!!!!!!!!!!!!", and sometimes not once, but shout it like 5 times in a row... ive never had that happen... after a few waves of that, someone asked if anyone was botting... i got a little spooked and turned off the PQR
    Have i just missed that in ZA, or was it reacting to the PQR program running?

    2. if im running a Druid, and i dont have an ability on the bar, or havent earned it yet... and PQR is trying to use said ability, will it alert other players somehow?

    3. If im rolling thru an instance, and i keep switching between aoe and single enemy, as needed, is anyone notified by the updates in my log?


    im just curious as to how another player, whom ive never met, would throw out the botting comment... Anything i could do to stay undetected? Its a great program, and id like to keep using it!
    ok .. the over 9000 is easy it s a achiv
    every time some 1 gets it in my guild all start showting it's over 9000 all day... since.. it's a stupid achiv...

    the botting part i belive it was just coisidence 9 + the fact that you where using it for 1º time made you even more afraid

    relax m8 nothing to worry about

  15. #1905
    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)
    1. i'm guessing it's related to this. It's Over Nine Thousand! - Achievement - World of Warcraft

    2. no. you'll probably get errors because most profiles are written for 85's

    3. no.

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