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

User Tag List

Page 683 of 731 FirstFirst ... 183583633679680681682683684685686687 ... LastLast
Results 10,231 to 10,245 of 10955
  1. #10231
    fluxflux's Avatar Knight
    Reputation
    5
    Join Date
    Jan 2012
    Posts
    185
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi ,

    how i can write a code for Jinyu Cider i want burst @ start and if i dont have a chi and Jinyu Cider iss ready etc?
    and touch of death iss ready but i dont have chi i want use Jinyu Cider
    Last edited by fluxflux; 04-23-2012 at 02:26 AM.

    [BETA] PQRotation - an automated ability priority queue.
  2. #10232
    bauwoo's Avatar Master Sergeant
    Reputation
    5
    Join Date
    Feb 2012
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    updated my Affliction lock profiles again. so please redownload them or run the updater in pqr. Version number is 1.0.0.1. Thanks
    crystal_tech, I'd just like to give you a huge thanks for the effort into this profile. Tested and works great. You definitely know the mechanics. Again thanks.

  3. #10233
    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)
    @xelper: what about minimize PQR spam. When we are casting a spell PQR is spamming whole cast time next spell in rotation. I made an example about how could this work

    Code:
    local endtime = select(6,UnitCastingInfo("player"))
    
    if ( not endtime or GetTime()*1000 >= endtime - 500 ) 
    and ( not delay or GetTime() - delay > 0.5 ) 
    then
      CastSpellByID(133) -- Spell ID 133 (Fireball)
      delay = GetTime()  
    end
    1. Because the spell is on Global cooldown, after each cast we add a 0.5 seconds delay to avoid error spam
    2. We check what time spell cast is over and cast the spell once 0.5 seconds before cast is over to cue spell on game

    This way we spamming Fireball on game without get any single error message.
    [ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
    If you like this piece of code feel free to invite me a beer making a donation.
    My paypal account: [email protected]

  4. #10234
    bauwoo's Avatar Master Sergeant
    Reputation
    5
    Join Date
    Feb 2012
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    buba or crystal_tech, how does Soul Swap work with this profile? Is it cast auto on mouse over for example?


    **figured it out.
    Last edited by bauwoo; 04-23-2012 at 03:16 AM.

  5. #10235
    lawlmoto's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2008
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    @xelper: what about minimize PQR spam. When we are casting a spell PQR is spamming whole cast time next spell in rotation. I made an example about how could this work

    Code:
    local endtime = select(6,UnitCastingInfo("player"))
    
    if ( not endtime or GetTime()*1000 >= endtime - 500 ) 
    and ( not delay or GetTime() - delay > 0.5 ) 
    then
      CastSpellByID(133) -- Spell ID 133 (Fireball)
      delay = GetTime()  
    end
    1. Because the spell is on Global cooldown, after each cast we add a 0.5 seconds delay to avoid error spam
    2. We check what time spell cast is over and cast the spell once 0.5 seconds before cast is over to cue spell on game

    This way we spamming Fireball on game without get any single error message.
    Already seems to work like that, fireball is the only spell that's bugged.

  6. #10236
    hbkx1's Avatar Site Donator
    CoreCoins Purchaser
    Reputation
    2
    Join Date
    Dec 2008
    Posts
    131
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    updated my Affliction lock profiles again. so please redownload them or run the updater in pqr. Version number is 1.0.0.1. Thanks
    CT awesome work! Any chance on a demon profile, Ive been trying reverse engineer Valmas but I can figure out the problems. If and until then Im playing your Afflic profile thx again.

  7. #10237
    fluxflux's Avatar Knight
    Reputation
    5
    Join Date
    Jan 2012
    Posts
    185
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ticklets View Post
    Simple (and hopefully temporary) fix for the Monk Jab issue:

    Code:
    if UnitPower("player") > 40 then
    	RunMacroText("/cast !Jab")
    	end
    i Have testet now a few Instances and No Errors, i will test a little bit more

    +Rep and thx

  8. #10238
    fluxflux's Avatar Knight
    Reputation
    5
    Join Date
    Jan 2012
    Posts
    185
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi

    i´m searching a AOE PRESSKEYDOWN Profil

    if i dont push a Button standart rotation

    ST Rotation:

    Combo Breaker procs (Free TP/BOK)
    Keep RSK debuff up (15s)
    Jin'yu Cider (if 0 Chi)
    TP/BOK, depending on enemy HP %
    Jab for Chi or Expel Harm for self-healing

    if i push and hold button Ctrl+1

    AOE rotation (2-3)

    Tigereye Brew on CD
    Standard ST rotation for 20s
    Once TB is down, use Fists of Fury on CD
    Jab for Chi

    if i Push and Hold Ctrl 2

    AOE rotation (4+)

    Fists of Fury on CD
    Spinning Crane Kick
    Jab for Chi

    can someone code this?

    Bubba´s Profil working very fine, now we have a bug fix with the jab and works great

    but i want to split the Aoe to 2-3 mobs rotation and 4+ rotation fore more dps

    and with Presskeydown Function

    example: there iss a boss and he comes alone i start only the profil and pewpew but after a few time it comes 2 mobs i want press Ctrl+1 to start a 2-3 mobs rotation then the mobs are killed and i do my fingers from ctrl+1 (Keyboard Macro like razer widow, Roccat Valo) and pqr goes back into Single Target Rotation and now the boss call all his friends and now 4+ Mobs^^ i hold down Ctrl+2 and pewpew 4+ aoe rotation

    iss this idea realizable? can someone write this? i donate this very good^^

  9. #10239
    Razzaxius's Avatar Member
    Reputation
    1
    Join Date
    Dec 2010
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    1 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Guys, are you sure PRQ cannot be detected by Blizz? I just had my second WoW account permabanned for using third party software, and the only thing i ever used on it is PQR....

    So thats 2 accounts permabanned now on wich both i only ever used was PQR.... the second account was even fairly new and never received a warning or anything
    Last edited by Razzaxius; 04-23-2012 at 07:38 AM.

  10. #10240
    Darkstylo's Avatar Contributor Authenticator enabled
    Reputation
    197
    Join Date
    Jan 2009
    Posts
    218
    Thanks G/R
    1/2
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Razzaxius View Post
    Guys, are you sure PRQ cannot be detected by Blizz? I just had my second WoW account permabanned for using third party software, and the only thing i ever used on it is PQR....

    So thats 2 accounts permabanned now on wich both i only ever used was PQR.... the second account was even fairly new and never received a warning or anything
    You're the first one that is actually reporting that you got banned by PQR.
    Show us a screenshot of the mail you got from blizzard, before start making panic

  11. #10241
    ticklets's Avatar Member
    Reputation
    51
    Join Date
    Jun 2009
    Posts
    88
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fluxflux View Post
    hi

    i´m searching a AOE PRESSKEYDOWN Profil

    if i dont push a Button standart rotation

    ST Rotation:

    Combo Breaker procs (Free TP/BOK)
    Keep RSK debuff up (15s)
    Jin'yu Cider (if 0 Chi)
    TP/BOK, depending on enemy HP %
    Jab for Chi or Expel Harm for self-healing

    if i push and hold button Ctrl+1

    AOE rotation (2-3)

    Tigereye Brew on CD
    Standard ST rotation for 20s
    Once TB is down, use Fists of Fury on CD
    Jab for Chi

    if i Push and Hold Ctrl 2

    AOE rotation (4+)

    Fists of Fury on CD
    Spinning Crane Kick
    Jab for Chi

    can someone code this?

    Bubba´s Profil working very fine, now we have a bug fix with the jab and works great

    but i want to split the Aoe to 2-3 mobs rotation and 4+ rotation fore more dps

    and with Presskeydown Function

    example: there iss a boss and he comes alone i start only the profil and pewpew but after a few time it comes 2 mobs i want press Ctrl+1 to start a 2-3 mobs rotation then the mobs are killed and i do my fingers from ctrl+1 (Keyboard Macro like razer widow, Roccat Valo) and pqr goes back into Single Target Rotation and now the boss call all his friends and now 4+ Mobs^^ i hold down Ctrl+2 and pewpew 4+ aoe rotation

    iss this idea realizable? can someone write this? i donate this very good^^
    Relax man, the monk class hasn't even gone live and you are already making requests. Buba and Myself are both working on the monk profiles and will hopefully have a full working profile to release before the expansion comes out.

    Patience is a virtue.

  12. #10242
    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 Razzaxius View Post
    Guys, are you sure PRQ cannot be detected by Blizz? I just had my second WoW account permabanned for using third party software, and the only thing i ever used on it is PQR....

    So thats 2 accounts permabanned now on wich both i only ever used was PQR.... the second account was even fairly new and never received a warning or anything
    Never said it cannot be detected by Blizzard, only said it is not detected by Blizzard at this time. It remains that way.

  13. #10243
    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 lawlmoto View Post
    Already seems to work like that, fireball is the only spell that's bugged.
    Fireball is not bugged. All spells works same way.
    Last edited by sheuron; 04-23-2012 at 11:30 AM.
    [ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
    If you like this piece of code feel free to invite me a beer making a donation.
    My paypal account: [email protected]

  14. #10244
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,033
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    demo spec is up next. only thing i don't like is demon swapping but i'll try some ways of putting it in there.

    Please if someone helped you donate rep to them.

  15. #10245
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,033
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Razzaxius View Post
    Guys, are you sure PRQ cannot be detected by Blizz? I just had my second WoW account permabanned for using third party software, and the only thing i ever used on it is PQR....

    So thats 2 accounts permabanned now on wich both i only ever used was PQR.... the second account was even fairly new and never received a warning or anything
    where the accounts tied to the same email?
    have you used another bot/program in the past 6 months or so?
    do you share the account with anyone?
    did you buy a lvling service or anything like that?
    Do you use a auth?
    Do you have a good antivirus program running thats upto date?
    do you scan your pc for malware/viruses often?

    if you fail at not having an auth, virus scanner, you may of been hacked and a third party botted and banned you. Try calling Blizz

    Please if someone helped you donate rep to them.

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