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

Shout-Out

User Tag List

Page 476 of 731 FirstFirst ... 376426472473474475476477478479480526576 ... LastLast
Results 7,126 to 7,140 of 10955
  1. #7126
    Tyron1989's Avatar Sergeant
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by abndrew82 View Post
    I give this a test run today, I currently use Kez Resto profile and it works for me healing from 5 mans, through lfr and 10 man normal for guild I have had no issue.

    But never a bad thing to have more options, so will see how this one runs in a 5 man today.
    Hi mate,

    thanks let me know if any errors accure or anything, im online all day :P

    [BETA] PQRotation - an automated ability priority queue.
  2. #7127
    abndrew82's Avatar Active Member
    Reputation
    17
    Join Date
    Jan 2008
    Posts
    162
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tyron1989 View Post
    Hi mate,

    thanks let me know if any errors accure or anything, im online all day :P
    Kk, I just created the 2 xmls with your codes you listed there, and about to try a dungeon. But something I am seeing that confuses me, I can see the profile in the profile editor, btu when I try to load up ability editor its not showing any abilities. Not sure if there is an error somewhere in that file or what yet.

    Yep error somewhere, this comes up when i load up pqr while on my shaman

    Attachment 6529

  3. #7128
    frII's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    86
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kaolla View Post
    Code:
    Ability Name: -- initialize --
    Spell ID: 0
    Delay: 0
    Target: Target
    
    if not xeroninit then
    
    
      function SpecialAggro(t)
        local mob = { "Training Dummy", "Raider's Training Dummy", "Twisted Spirit", "Amani´shi Hatcher", "Hakkar's Chains", 
                              "Exposed Head of Magmaw", "Battleground Demolisher", "Ozumat", "Right Foot", "Left Foot", 
                              "Icy Tomb", "Risen Ghoul", "Mana Void", "Burning Tendons", "Wing Tentacle", "Arm Tentacle", 
                              "Twilight Assault Drake", "Goriona", "Ice Tomb", "Twilight Sapper", "Dreadlord Debilitator" }
        for _,v in ipairs(mob) do if UnitName(t) == v then return true end end
      end
    Your problem should be right in that excerpt, I believe.
    You think,I should add-
    Ability Name: -- initialize --
    Spell ID: 0
    Delay: 0
    Target: Target
    This part?
    ***
    Tryed to farm some troggs,but mage deny to attack them either...=(
    Last edited by frII; 03-08-2012 at 08:55 AM.

  4. #7129
    ziggar's Avatar Active Member CoreCoins Purchaser
    Reputation
    67
    Join Date
    Jul 2008
    Posts
    324
    Thanks G/R
    51/43
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The part in the top ability name and spellid etc is already in there , that's the info that is filled when you creater an ability , so in that case it means the ability is named -- initialize -- and doesn't call any spell directly etc , anyway the part that matters starts at if not xeroinit in this case.

    Good luck!
    Originally Posted by frII View Post
    You think,I should add-

    This part?

  5. #7130
    Leonw's Avatar Private
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can anyone link me the download for PQRotation?

  6. #7131
    ziggar's Avatar Active Member CoreCoins Purchaser
    Reputation
    67
    Join Date
    Jul 2008
    Posts
    324
    Thanks G/R
    51/43
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Go to first page and ctrl + f "Download PQR111.zip" and there you go.

  7. #7132
    Tyron1989's Avatar Sergeant
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok well this sucks >.> thought it would at least spam water shield at the very least =[ can anyone give me some advice?

    you are right when re-loading the profiles in PQR to edit them it's not showing all the work i done :@

    ok i'll give them another go! use some differrent code!

  8. #7133
    frII's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    86
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ziggar View Post
    The part in the top ability name and spellid etc is already in there , that's the info that is filled when you creater an ability , so in that case it means the ability is named -- initialize -- and doesn't call any spell directly etc , anyway the part that matters starts at if not xeroinit in this case.

    Good luck!
    Interesing moment,that this part of code

    Ability Name: -- initialize --
    Spell ID: 0
    Delay: 0
    Target: Target
    doesnt exixst in sheurons mage profie.

    I alredy said.That i add name's of mobs in this "list".Didnt helped.
    Under "list" i mean
    local mob = { "Training Dummy", "Raider's Training Dummy", "Twisted Spirit", "Amani´shi Hatcher", "Hakkar's Chains",
    "Exposed Head of Magmaw", "Battleground Demolisher", "Ozumat", "Right Foot", "Left Foot",
    "Icy Tomb", "Risen Ghoul", "Mana Void", "Burning Tendons", "Wing Tentacle", "Arm Tentacle",
    "Twilight Assault Drake", "Goriona", "Ice Tomb", "Twilight Sapper", "Dreadlord Debilitator" }

  9. #7134
    Myra's Avatar Member
    Reputation
    1
    Join Date
    Dec 2010
    Posts
    29
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Leonw View Post
    can anyone link me the download for PQRotation?
    WTF?!

    Seriously?

  10. #7135
    abndrew82's Avatar Active Member
    Reputation
    17
    Join Date
    Jan 2008
    Posts
    162
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Leonw View Post
    can anyone link me the download for PQRotation?
    its on the first page

  11. #7136
    abndrew82's Avatar Active Member
    Reputation
    17
    Join Date
    Jan 2008
    Posts
    162
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tyron1989 View Post
    ok well this sucks >.> thought it would at least spam water shield at the very least =[ can anyone give me some advice?

    you are right when re-loading the profiles in PQR to edit them it's not showing all the work i done :@

    ok i'll give them another go! use some differrent code!
    The rotation part seems ok, but not the abilities. Dont know much about xml to figure where it is messed up, but may be fixable if you can find an error in the code is all. Would suck to have to rewrite all the abilities for sure.

  12. #7137
    ziggar's Avatar Active Member CoreCoins Purchaser
    Reputation
    67
    Join Date
    Jul 2008
    Posts
    324
    Thanks G/R
    51/43
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That's odd , i have the latest version and i have -- initialize -- under the abilities

    Also i seem to get xml malformed with the code you posted Tyron so can't test it
    Originally Posted by frII View Post
    Interesing moment,that this part of code



    doesnt exixst in sheurons mage profie.

    I alredy said.That i add name's of mobs in this "list".Didnt helped.
    Under "list" i mean
    Last edited by ziggar; 03-08-2012 at 09:25 AM.

  13. #7138
    cokx's Avatar Banned
    Reputation
    92
    Join Date
    Dec 2008
    Posts
    896
    Thanks G/R
    0/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey there, i made an update for my Pala PVP Profile.

    Cokx_Pala_PVP_07032012.rar

    I fixed CC Dispel
    added Holy PVE
    Changed the Autotarget Low HP so you can just target someone and it heals him ( like flagcarriers under pressure), it will still dispel your teammates while facing someone.

    to do list:
    fix the "hand of ..." prob
    add bubbas new interrupt



    and i have a suggestion to xelper for improving LOS.
    Maybe it is possible to read if the gcd is free and it trys heal someone and if the gcd is still free it blacklist this person for 200-300 ms?

  14. #7139
    Tyron1989's Avatar Sergeant
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im almost done with a complet new profile but i just need to add in the totems.. lol looking around for some code to use when entering and to recall when combat is finished.

    then im pretty much done and will need you guys to test for me as i dont finish till 5:30 (UK Time)

  15. #7140
    abndrew82's Avatar Active Member
    Reputation
    17
    Join Date
    Jan 2008
    Posts
    162
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just let me know, post the xml's as attachment if you can over in code. but either will work. Sitting home today off work and not ran lfr on my resto shammy yet so will be able to test on that

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 03:58 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