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

User Tag List

Page 677 of 731 FirstFirst ... 177577627673674675676677678679680681727 ... LastLast
Results 10,141 to 10,155 of 10955
  1. #10141
    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 firepong View Post
    Why don't you use CastSpellByName(tostring(GetSpellInfo(spellID))). I have yet to run into any problems on my boomkin profile using it after switching to it. I had left it running for 50mil damage on the dummies and it didn't skip a beat.
    If this avoids the problems cropping up for moonkin and potentially monk (I hear) I can look into changing the spell ID cast from CastSpellByID to that. Can this be confirmed?

    [BETA] PQRotation - an automated ability priority queue.
  2. #10142
    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)
    Originally Posted by Xelper View Post
    If this avoids the problems cropping up for moonkin and potentially monk (I hear) I can look into changing the spell ID cast from CastSpellByID to that. Can this be confirmed?
    im honestly surprised people are just not complaining about this honestly.... i brought it up a long time ago that there was a bug haha (both when i was making Boomkin and when i started on Windwalker)....

    and Firepong that's what I was going to do actually.... just don't have time to test things yet XD
    ^0^Team Nova's PQR NCC ^0^

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

  3. #10143
    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)
    i can test all the day im leveling a monkin @ this time( but i dont can write a profil haha)^^

  4. #10144
    Holobyte's Avatar Sergeant
    Reputation
    43
    Join Date
    Apr 2012
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it worth checking spell cooldown before returning true for abilities with long CDs?

    I want to minimize the quantity of error messages when PQR is trying to cast abilities... it's really annoying. And I don't want to simply hide them like we do in macros.

  5. #10145
    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)
    I'm going to release a test build (not on updater) with CastSpellByID changed to CastSpellByName accompanied by a GetSpellInfo(SpellID). I'm also adding a IsSpellKnown() to PQR_SpellAvailable though this might not solve issues as there are bugs with MOP. For example, IsSpellKnown for Holy Wrath returns True on my paladin, but the spell is not in my spell book and attempting to cast it returns "Spell not learned." red errors.


    Originally Posted by Holobyte View Post
    Is it worth checking spell cooldown before returning true for abilities with long CDs?

    I want to minimize the quantity of error messages when PQR is trying to cast abilities... it's really annoying. And I don't want to simply hide them like we do in macros.
    No. PQR checks the spell's cooldown for you.

  6. #10146
    Rachet1's Avatar Private
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Xelper, Whenever you get the chance, would you mind getting the 2.4.3 offsets? 4.3 is getting boring and 3.3.5a isn't my type of thing really. I don't have a clue on how to get offsets or I'd do it myself. I just need the offsets since I want to go back to private servers cuz MOP Is gonna blow most likely. And I don't feel like paying for WoW anymore if all I'm gonna do is sit and do the same stuff over and over again. It's really old now. I miss the old WoW. So if you get any spare time would you mind trying to get the offsets for me? Here's the Client for 2.4.3.

    Filebeam - Beam up that File Scottie!
    Last edited by Rachet1; 04-21-2012 at 05:38 PM.

  7. #10147
    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)
    PQR Beta Build
    http://dl.dropbox.com/u/39925787/PQR/Beta/PQR.exe

    Replace your current PQR.exe with this file.

    -Changed CastSpellByID to CastSpellByName with a spell ID lookup to avoid issues with characters becoming locked up.
    -Added IsSpellKnown to PQR_SpellAvailable. It previously just assumed the spell was known and checked the cooldown.

    NOTE: MOP Beta is returning true for IsSpellKnown even if a spell is not known, this is causing bugs in a lot of profiles. This is to be expected since Blizzard hasn't even made the API changes public and they are probably locked down for this very reason, because they are still buggy.
    Last edited by Xelper; 04-21-2012 at 05:38 PM.

  8. #10148
    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 Xelper View Post
    PQR Beta Build
    http://dl.dropbox.com/u/39925787/PQR/Beta/PQR.exe

    Replace your current PQR.exe with this file.

    -Changed CastSpellByID to CastSpellByName with a spell ID lookup to avoid issues with characters becoming locked up.
    -Added IsSpellKnown to PQR_SpellAvailable. It previously just assumed the spell was known and checked the cooldown.

    NOTE: MOP Beta is returning true for IsSpellKnown even if a spell is not known, this is causing bugs in a lot of profiles. This is to be expected since Blizzard hasn't even made the API changes public and they are probably locked down for this very reason, because they are still buggy.

    i do this but i see only the edit mode

  9. #10149
    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 bu_ba_911 View Post
    i already got Sheuron's new Tabled Healing updated, and the old method updated..... try looking at my Beta Profile for paladin... old method is in there

    i'll update svn to also include the Sheuron way
    What you name "old method" was also coded by me. Seem none profile writer care about credit the code they copypaste.
    [ 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]

  10. #10150
    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)


    i have only this can not play with it

  11. #10151
    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 fluxflux View Post


    i have only this can not play with it

    Do you have the PQR.exe.config in the same folder? Along with all the offsets in the Offsets folder?

    Run PQRUpdater.exe then paste the EXE into that folder.
    Last edited by Xelper; 04-21-2012 at 06:11 PM.

  12. #10152
    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 Xelper View Post
    Do you have the PQR.exe.config in the same folder? Along with all the offsets in the Offsets folder?

    Run PQRUpdater.exe then paste the EXE into that folder.


    Edit-- i installed a new ordner now it works

    i will test now in in instances
    Last edited by fluxflux; 04-21-2012 at 06:18 PM.

  13. #10153
    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)
    oki Now all the monk profiles dont work :/

  14. #10154
    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)
    Really Digging the changes to Mentality's Shadowpriest profile. The only thing im not a fan of, is the autot targetting on some fights. I think thats crossing into another boundary, and I find it more of an annoyance than anything.

  15. #10155
    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 fluxflux View Post
    oki Now all the monk profiles dont work :/
    Things must really be bugged on the Blizzard side... I'll do some testing in a bit.


    Sent from my iPad using Tapatalk HD

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 08:59 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