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

User Tag List

Page 573 of 731 FirstFirst ... 73473523569570571572573574575576577623673 ... LastLast
Results 8,581 to 8,595 of 10955
  1. #8581
    leonel916's Avatar Member
    Reputation
    1
    Join Date
    Jun 2011
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any1 got a resto shaman ?

    Sent from my ADR6300 using Tapatalk

    [BETA] PQRotation - an automated ability priority queue.
  2. #8582
    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)
    ok heres my pqr2 assassin rogue for pve.

    Abilities: http://dl.dropbox.com/u/23527046/Pro..._Abilities.xml
    Rotations: http://dl.dropbox.com/u/23527046/Pro..._Rotations.xml

    notes:
    It pauses the rotation in stealth so to start attacking you choose the opener you want.
    You have to cast stealth yourself for now.
    Poison code is borrowed and uses English names.
    Kick is there but not used as its currently in ipairs format same with shiv.
    Cloak of Shadows/Redirect/Smoke Bomb/Dismantle/Blind/gouge/Expose Armor you have to manually cast yourself.

    left control - vanish
    left shift - fan of knives
    left alt - pause
    right shift - set focus for tricks of the trade

    whats missing:
    ExtraActionBar code
    Racials

    that should be about it. I'll update with more later.

    Please if someone helped you donate rep to them.

  3. #8583
    SM411's Avatar Member
    Reputation
    11
    Join Date
    Jul 2008
    Posts
    70
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    ok heres my pqr2 assassin rogue for pve.

    Abilities: http://dl.dropbox.com/u/23527046/Pro..._Abilities.xml
    Rotations: http://dl.dropbox.com/u/23527046/Pro..._Rotations.xml

    notes:
    It pauses the rotation in stealth so to start attacking you choose the opener you want.
    You have to cast stealth yourself for now.
    Poison code is borrowed and uses English names.
    Kick is there but not used as its currently in ipairs format same with shiv.
    Cloak of Shadows/Redirect/Smoke Bomb/Dismantle/Blind/gouge/Expose Armor you have to manually cast yourself.

    left control - vanish
    left shift - fan of knives
    left alt - pause
    right shift - set focus for tricks of the trade

    whats missing:
    ExtraActionBar code
    Racials

    that should be about it. I'll update with more later.

    Thanks alot! +rep

  4. #8584
    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)
    For anyone who is waiting on my Unholy PvP rotation, it should be completed by tomorrow.

    I was planning to release it "as is" today, but I finally had a breakthrough with pet control and handling autocasts, so I need to test it tonight.

    I had also included notifications through Diesall's PQI, but a couple were written incorrectly and breaking the rotation, so that's scrapped for now.

  5. #8585
    kojaks's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Love the feral profile firepong. My only issue with it is it seems to want to keep reapplying the mangle debuff, if theres someone else in the raid putting it up (such as a bear tank). Which is a pretty hefty dps loss.

  6. #8586
    firepong's Avatar Elite User
    Reputation
    384
    Join Date
    Jan 2008
    Posts
    955
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kojaks View Post
    Love the feral profile firepong. My only issue with it is it seems to want to keep reapplying the mangle debuff, if theres someone else in the raid putting it up (such as a bear tank). Which is a pretty hefty dps loss.
    Yeah, I actually just ran into that problem earlier in my raid. I'll have to take a look at it tomorrow and see why it's doing it.

  7. #8587
    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 a function to make posible slect a rotation within the code

    Code:
    PQR_SwitchRotation(RotationName,AutoStart)
    
    RotationName: If provided rotation name is not found the function will not have effect
    AutoStart (true/false): Will start rotation as soon is switch or wait for user input
    Some examples we can achive with this:

    Code:
    if IsSpellKnown(healspellid) then PQR_SwitchRotation(myhealingrotation,false) end
    When heal spell provided by talent spec is detected auto load heal profile
    
    if IsShiftKeyDown() then PQR_SwitchRotation(myaoerotation,true) end
    When you hold down shift key AOE rotation is enabled
    
    if not IsShiftKeyDown() then PQR_SwitchRotation(mysinglerotation,true) end
    when you release shift key Single rotation is enabled

  8. #8588
    itsmemario's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by leonel916 View Post
    Any1 got a resto shaman ?

    Sent from my ADR6300 using Tapatalk
    ive been using the one from this post http://www.ownedcore.com/forums/worl...ml#post2125439 ([BETA] PQRotation - an automated ability priority queue.) You just have to rename the two files adding "something_" to beginning of file names. Not sure how optimized it is but it works well for me running heroics.

  9. #8589
    ReapersDeath's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys havnt been around lately so been using v111. I cant seem to get this new one working. It says download and install .net framework 4 and i have it lol. The older version works but not this blue iconed version.. anyone want to help me out?

  10. #8590
    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 ReapersDeath View Post
    Hey guys havnt been around lately so been using v111. I cant seem to get this new one working. It says download and install .net framework 4 and i have it lol. The older version works but not this blue iconed version.. anyone want to help me out?
    1) Some more OS information?
    Windows XP?
    Windows Vista?
    Windows 7?

    2) Architecture?
    x86 or X64?

    3) Any error message?

    Try to update .net 4 by using either windows updates.
    Or manually install it from the microsoft website.

  11. #8591
    ipass's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    45
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I figured it out!

    Thanks for your help
    Ipass
    Last edited by ipass; 03-29-2012 at 10:05 PM.

  12. #8592
    Duranin's Avatar Member
    Reputation
    2
    Join Date
    Oct 2009
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by itsmemario View Post
    ive been using the one from this post http://www.ownedcore.com/forums/worl...ml#post2125439 ([BETA] PQRotation - an automated ability priority queue.) You just have to rename the two files adding "something_" to beginning of file names. Not sure how optimized it is but it works well for me running heroics.
    Personally i didn't try Kezzin's one but i did a test run with this Ony's Raid Healing Resto Shaman in a 10 Man BH run, which i basically ended up healing it solo

    Dunno if Ony is still working on the profile tho there are some nice things that can be implemented like strict party healing and some debuff handeling. But this one was the best i could find on short notice, for Blinded Enh. Profiles 1.2 if have te feeling it can be tuned also which i will look in later today, since in my opinion it is quite "low".

  13. #8593
    ReapersDeath's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Darkstylo View Post
    1) Some more OS information?
    Windows XP?
    Windows Vista?
    Windows 7?

    2) Architecture?
    x86 or X64?

    3) Any error message?

    Try to update .net 4 by using either windows updates.
    Or manually install it from the microsoft website.
    Windows 7 Home Premium x64 and i have the most current .net and the error is that i need the most current version of .net

  14. #8594
    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 ipass View Post
    @Xelper
    I dunno Why? but everytime I alt tab out of wow with PQR 2.09 to add a new spellid to Interrupt list ,I cant get back in to wow(...the screen just sits there(
    i have all my video settings set to low on wow.
    All the other Previous of PQR versions worked Fine!!
    2.09 lags a bit/ 2.05 works fast ,no lag!

    Running Winxp Pro Service Pack 2
    4 GB RAM
    Intel
    Nvidia Geforce 6200

    I Appreaciate all the Developers and Profile Writers hard Work:P

    Thanks for your help
    Ipass
    That's quite a slow system, works fine here.

  15. #8595
    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 ReapersDeath View Post
    Windows 7 Home Premium x64 and i have the most current .net and the error is that i need the most current version of .net
    Uninstall and reinstall
    Download: Microsoft .NET Framework 4 (Standalone Installer) - Microsoft Download Center - Download Details

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