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

Shout-Out

User Tag List

Page 384 of 731 FirstFirst ... 284334380381382383384385386387388434484 ... LastLast
Results 5,746 to 5,760 of 10955
  1. #5746
    Bossqwerty's Avatar Legendary
    Reputation
    713
    Join Date
    Nov 2006
    Posts
    693
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by darksahde View Post
    @Bossqwerty

    I'm using your Profile BossTG3.0, and whenever I reach Execute phase, My chat got spammed with "Something went wrong or waiting to cast a filler". Anything I did wrong?

    I did use reset before every big encounter occur.

    Thanks.
    Nothing you did wrong, I accidentally left some debug code in. If you want to remove it yourself just go into -- adv execute-- ability and find where it says print("Something went wrong or waiting to cast a filler") and remove it.

    [BETA] PQRotation - an automated ability priority queue.
  2. #5747
    darksahde's Avatar Master Sergeant
    Reputation
    12
    Join Date
    Jan 2012
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bossqwerty View Post
    Nothing you did wrong, I accidentally left some debug code in. If you want to remove it yourself just go into -- adv execute-- ability and find where it says print("Something went wrong or waiting to cast a filler") and remove it.
    Thank you very much for the help. Look forward to your future Improvement on the profile.

  3. #5748
    Starphall's Avatar Corporal
    Reputation
    1
    Join Date
    Feb 2011
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any 4.3 unholy profile ?...

  4. #5749
    onion88's Avatar Member
    Reputation
    2
    Join Date
    Sep 2008
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, thought i should share these since i've been using this program for a while. Its a 4.3 Unholy deakthnight PVP profile. I used bubba's code and added a few things, like strangulate to alt, deathstrikes when low hp, and death pact on low hp.

    Enjoy.
    https://rapidshare.com/files/1745127..._Abilities.xml
    https://rapidshare.com/files/1505400..._Rotations.xml

  5. #5750
    Starphall's Avatar Corporal
    Reputation
    1
    Join Date
    Feb 2011
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by onion88 View Post
    Hey, thought i should share these since i've been using this program for a while. Its a 4.3 Unholy deakthnight PVP profile. I used bubba's code and added a few things, like strangulate to alt, deathstrikes when low hp, and death pact on low hp.

    Enjoy.
    https://rapidshare.com/files/1745127..._Abilities.xml
    https://rapidshare.com/files/1505400..._Rotations.xml
    im looking for a pve but thx anyway..ill check it out and try to change some of the pvp aspect of it!! thx really appreciate

  6. #5751
    kirjozzz's Avatar Member
    Reputation
    3
    Join Date
    Apr 2010
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Guys I really need a good Druid Balance Profile. Can Anyone help me to make it or finish the Boobas one.

  7. #5752
    Valma's Avatar Contributor
    Reputation
    152
    Join Date
    Nov 2011
    Posts
    209
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by romb0t View Post
    @Valma
    I have test the r8 version of your SVN and I can confirm that BloodFury is still breaking the rotation.

    By addind the code in first line of the BloodFury ability, everything works perfectly:
    Code:
    if select(2,UnitRace("player")) ~= "Orc" then return false end
    i do not hit any issue with Soul Burn as I am 4T13 and so using a soul burn to cast Soul Fire does not cost any "soul shard". But I think that a test to validate that you have still a "soul shard" available will be needed for the "Soul Burn" ability. Like:
    Code:
    if UnitPower("player",7) == 0 then return false end
    Good job for the other fixes.

    Note that I dps at 27k on the dummy raid.
    It could be done more easilly.Done this already.BTW forgot who stated that Demon Soul is breaking rotation,but it can't break it at all,coz any 85 lvl warlock has demonsoul ability and ability itself has only 1 id(buffs from this has different,but u will only use imp as your pet,so for destro its still unique).Still added isknown logic for Demon Soul.

    A bit fixed rotation - http://code.google.com/p/valma-pqr-p...02-13-2012.rar

    Added Rain of fire on left shift down and Shadowfury on left alt down.
    Plus some tweaks regarding soulburn.
    Last edited by Valma; 02-13-2012 at 01:22 AM.
    MEDVED+VODKA+BALALAYKA

  8. #5753
    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 kirjozzz View Post
    Guys I really need a good Druid Balance Profile. Can Anyone help me to make it or finish the Boobas one.
    Pull up all of my posts and get mine. It's not bad and does pretty good. Sadly, its no easy feat to code a balance profile because of the way eclipses work and so forth.

  9. #5754
    ShinyKnight's Avatar Member
    Reputation
    3
    Join Date
    May 2011
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Valma View Post
    It could be done more easilly.Done this already.BTW forgot who stated that Demon Soul is breaking rotation,but it can't break it at all,coz any 85 lvl warlock has demonsoul ability and ability itself has only 1 id(buffs from this has different,but u will only use imp as your pet,so for destro its still unique).Still added isknown logic for Demon Soul.

    A bit fixed rotation - http://code.google.com/p/valma-pqr-p...02-13-2012.rar

    Added Rain of fire on left shift down and Shadowfury on left alt down.
    Plus some tweaks regarding soulburn.
    You rock. Thanks kindly for the quick update... I'll check it out soon and report back, once again.

  10. #5755
    saga3180's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Sep 2011
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Valma View Post
    It could be done more easilly.Done this already.BTW forgot who stated that Demon Soul is breaking rotation,but it can't break it at all,coz any 85 lvl warlock has demonsoul ability and ability itself has only 1 id(buffs from this has different,but u will only use imp as your pet,so for destro its still unique).Still added isknown logic for Demon Soul.

    A bit fixed rotation - http://code.google.com/p/valma-pqr-p...02-13-2012.rar

    Added Rain of fire on left shift down and Shadowfury on left alt down.
    Plus some tweaks regarding soulburn.

    I think your profile broke even more now it wont do coe nor put up dots
    Still seems to get stuck on what spell to do but mostly still does only immolate and rarely a soul fire
    Still not seeing it do any incinerates
    Last edited by saga3180; 02-13-2012 at 02:25 AM.

  11. #5756
    Valma's Avatar Contributor
    Reputation
    152
    Join Date
    Nov 2011
    Posts
    209
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by saga3180 View Post
    I think your profile broke even more now it wont do coe nor put up dots
    Still seems to get stuck on what spell to do but mostly still does only immolate and rarely a soul fire
    Still not seeing it do any incinerates
    Ehm,the only thing I could say - you are trying to use destro profile while you are in affliction or smth like this :/

    What u need to do to be sure that profile really not working and its my mistake and not yours - go to UNPOPULATED arrea with raid dummy.For horde it is for example Undersity.Print /reloadui,check that u are in destruction spec smth like this,start PQR,start rotation(this must be done without target),select raid dummy,cast smth on it.

    Be sure that no other lock is currently testing rotation(this is about coe,coz I got a check that if coe or other 8% magic DMG debuff is on target from anyone).

    Ye and BTW, make a screenshot of your main PQR window,rotation window,your ingame talents.And the easy way to check all again for sure - disable ALL addons you got ingame and start rotation.
    Last edited by Valma; 02-13-2012 at 02:49 AM.
    MEDVED+VODKA+BALALAYKA

  12. #5757
    saga3180's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Sep 2011
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GRB View Post
    Ok guys,

    I created a RET pally profile, since the ones around here arent fully complete, or they do require combat to be in use, altho i loved avery's profile, its quite boring to have to be in combat to use some abilitys. I need some testers to this profile. I used EJ rotation to create it. So no healing at all, and no defensive cd's YET, i will implement them later on, on a future release. Im just releasing this one now to see the feedback from you guys, so i can improve it. So please use it, and abuse and report what needs to be changed.

    PVE RET Pally after 5m on dummy: 27k DPS / ilvl:385


    Download:

    Free File Sharing Made Simple - MediaFire

    Updated for AOE rotation. SEE NOTES inside PQR
    Could Grb or someone else re upload this???
    Dont think iv seen any ret pally updates for weeks.

  13. #5758
    saga3180's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Sep 2011
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Valma View Post
    Ehm,the only thing I could say - you are trying to use destro profile while you are in affliction or smth like this :/

    What u need to do to be sure that profile really not working and its my mistake and not yours - go to UNPOPULATED arrea with raid dummy.For horde it is for example Undersity.Print /reloadui,check that u are in destruction spec smth like this,start PQR,start rotation(this must be done without target),select raid dummy,cast smth on it.

    Be sure that no other lock is currently testing rotation(this is about coe,coz I got a check that if coe or other 8% magic DMG debuff is on target from anyone).

    Ye and BTW, make a screenshot of your main PQR window,rotation window,your ingame talents.And the easy way to check all again for sure - disable ALL addons you got ingame and start rotation.
    I'm sure it is not me i did everything and now it just seems to spam immolate again.
    And i double checked that i am in destro spec
    I juat dont know what else to think than just something wrong with the profile

  14. #5759
    dklcfr's Avatar Master Sergeant
    Reputation
    26
    Join Date
    Aug 2010
    Posts
    127
    Thanks G/R
    3/4
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Buba, is there any reason your frost DK profile eats up all resources leaving my toon with nothing to cast for about 5 seconds? is this common/normal with DW frost or a gear thing or just some unintended bug?

  15. #5760
    Valma's Avatar Contributor
    Reputation
    152
    Join Date
    Nov 2011
    Posts
    209
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by saga3180 View Post
    I'm sure it is not me i did everything and now it just seems to spam immolate again.
    And i double checked that i am in destro spec
    I juat dont know what else to think than just something wrong with the profile
    The problem is - it is working on US realms,it is working on EU realms,it is even working on RU realms.So it seems like you got something that conflicts with it.

    So the short conclusion is as I said - post screenshots,and disable all addons u have and try to start profile.
    MEDVED+VODKA+BALALAYKA

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