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

User Tag List

Page 591 of 731 FirstFirst ... 91491541587588589590591592593594595641691 ... LastLast
Results 8,851 to 8,865 of 10955
  1. #8851
    Cyxi's Avatar Member
    Reputation
    4
    Join Date
    Mar 2012
    Posts
    44
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thxs Sheuron

    I must replace the initialize with this code ?

    if not PQR_LoadLua("PQR_xrn.lua") then
    PQR_WriteToChat("PQR_xrn.lua is missing. Rotation has been stopped.", "Error")
    PQR_StopRotation()
    return true
    end
    for Shamelem for example

    [BETA] PQRotation - an automated ability priority queue.
  2. #8852
    outoforder's Avatar Sergeant
    Reputation
    1
    Join Date
    Feb 2011
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Its still pretty difficult to use this forum to search for profiles... i use the SNV's and WIki's.. but maybe one of u guys can help me. Im looking for a Ret Pally PvP profile for my brother. I see some PvE profiles that i may be able to configure for PvP, but its for my brother and i dont have a pally to test them. Any help, maybe point me in the right direction would be appreciated.

  3. #8853
    ossuaire's Avatar Active Member
    Reputation
    16
    Join Date
    Jan 2009
    Posts
    65
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by farnumdizzle View Post
    It does work with beta. Right now the only problem is the the number of profiles. I'm letting chric and firepong use my beta account to work on feral dps, monk, and enhance shammy. And soon Valma so she can work on her awesome warlock profiles. So far firepong has his feral one working and chric has windwalker upt to about 12 working.
    actually, however by activating debug mode, I see that everything works except stormstrike (I'm enh sham), I have verified, id is it not changed, it return true, but not executing the ability! Any adiea?

  4. #8854
    Meatglue's Avatar Active Member
    Reputation
    16
    Join Date
    Aug 2011
    Posts
    248
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @outoforder
    Search for Cokx, he has paladin holy/ret pvp profiles.
    Sorry, thought I hit reply on his post. lol

  5. #8855
    farnumdizzle's Avatar Master Sergeant
    Reputation
    32
    Join Date
    Mar 2012
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ossuaire View Post
    actually, however by activating debug mode, I see that everything works except stormstrike (I'm enh sham), I have verified, id is it not changed, it return true, but not executing the ability! Any adiea?
    It probably has to do with the way the debuffs and stuff are being returned. I think firepong had to switch from spellIDs to actual spell names. It only took him a couple hours to get the feral one working. He said the hard part about shammy is the way the totems work.


    ---
    I am here: http://tapatalk.com/map.php?t5b1fr

  6. #8856
    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 farnumdizzle View Post
    It probably has to do with the way the debuffs and stuff are being returned. I think firepong had to switch from spellIDs to actual spell names. It only took him a couple hours to get the feral one working. He said the hard part about shammy is the way the totems work. [/url]
    Yup, a good example is the Druid Talent Incarnation. you can't use the spellID right now you cast the spell (Might be able to later). I had to actually use RunMacroText("/cast Incarnation"). CastSpellByName(tostring(GetSpellInfo(spellID))) didn't even work to cast Incarnation, but it worked fine for Ravage! with Incarnation active.

    Also. Incarnation has multiple different spellID's at the moment inside of Beta. OThe ones I've gotten so far are:
    "Incarnation spellID - 102543"
    "Incarnation 2 spellID - 117679" (Actually labeled as incarnation, just I put 2 there to differentiate)

    The first spellID there I believe is the Incarnation spellID for the Feral DPS rotation, "King of the Jungle," while the second spellID there is the actual spellID for the spell. I'm not 100% sure about this, but even going through all I can, I still could not get the spell to cast with any form of spellID.

    Also, with me saying I believe that first spellID is for the King of the Jungle part of the Incarnation spell, I believe there are different spellID's for all different forms of Incartnation. But the main one your going to want to use for your rotations to tell when Incarnation is up is the second spellID.

    Also, if anyone wants, here's my list of spellID's for all spells. Like said earlier, more spells have the same spellID, but a few have changed quite a bit:

    Code:
    Faerie Fire spellID - 770
    Wild Charge spellID - 49376
    Rake SpellID - 1822
    Mangle spellID - 33876
    Swipe spellID - 62078
    Shred spellID - 5221
    Rip spellID - 1079
    Savage Roar spellID - 52610
    Ferocious Bite spellID - 22568
    Berserk spellID - 106951
    Tiger's Fury spellID - 5217
    Barkskin spellID - 22812
    Mark of the Wild spellID - 1126
    Ravage spellID - 6785
    Incarnation spellID - 102543
    Incarnation 2 spellID - 117679
    P.S. With my findings, if you take the Incarnation talent, you will want to couple it with berserk, every time the rotation is up. It's already what I have done in my rotation. This way, you get max DPS through Ravage actually being on a 25energy cost instead of 50. I was thinking of adding in a check to make ravage only cast when Berserk and Incarnation was up, but I decided against it cause Ravage in beta does 650% and 437 damage ( i believe and Shred only does 370% and 400 or so damage (can't remember). As you can tell, for that extra 10 energy, through the duration of Incarnation, that is a lot more DPS going out.
    Last edited by firepong; 04-01-2012 at 12:36 PM. Reason: Added P.S.

  7. #8857
    bgr's Avatar Sergeant
    Reputation
    9
    Join Date
    Apr 2012
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can not get PQR to realize that I'm in game. I had the same problem with LazyBot-EVO, and then the bot author fixed the issue and it would attach. PRQ identifies my character but then it says "not in game" in the profile area. Any help please? Willing to run a diagnostic if necessary.

  8. #8858
    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)
    Chances are you have the 64 bit client and need to revert to the 32 bit client. Delete everything with 64 in the name, or Google how to revert to 32 bit warcraft.

  9. #8859
    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 bgr View Post
    I can not get PQR to realize that I'm in game. I had the same problem with LazyBot-EVO, and then the bot author fixed the issue and it would attach. PRQ identifies my character but then it says "not in game" in the profile area. Any help please? Willing to run a diagnostic if necessary.
    Are you using the 64-bit client for WoW? If so, PQROtation does not support it. Also, did you make sure to download the PQUpdater and make sure you have the latest offsets? I doubt the offsets is your problem if it sees your character, but who knows.

  10. #8860
    bgr's Avatar Sergeant
    Reputation
    9
    Join Date
    Apr 2012
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi, thank you both. i did the update and i have up to date offsets. i will try out the 32bit warcraft client as i'm not sure which i have. i just recently installed the game and was interested in using this to learn the proper class rotations.

  11. #8861
    bgr's Avatar Sergeant
    Reputation
    9
    Join Date
    Apr 2012
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok i just checked in the launcher and it says that i'm using the 32bit client as well. i don't see any files in the warcraft folder that say 64 or 64 bit.

  12. #8862
    alex5772's Avatar Member
    Reputation
    4
    Join Date
    Aug 2008
    Posts
    13
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone have a Shaman Resto profile for pqr version 1.1.1 or version 2.1.0, the profiles i found in here dont show up in pqr menu

  13. #8863
    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)
    Can't wait to get beta and start experimenting myself with everything lol...

    Sent from my phone.
    ^0^Team Nova's PQR NCC ^0^

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

  14. #8864
    spacerideruk's Avatar Member
    Reputation
    1
    Join Date
    May 2011
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeh im still waiting for beta invite

  15. #8865
    farnumdizzle's Avatar Master Sergeant
    Reputation
    32
    Join Date
    Mar 2012
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    Can't wait to get beta and start experimenting myself with everything lol...

    Sent from my phone.
    @bu_ba: I'll let you know when I can start whoring my beta account out again. Firepong is thinking about starting his enhance shammy profile then maybe an ele profile and Valma (since she's on the other side of the world) is going to work on some warlock stuff.

    If i get another beta account i'll start whoring it out as soon as possible so you, blinded, mentally, etc. can all maybe get a start on it.

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