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

User Tag List

Page 713 of 731 FirstFirst ... 213613663709710711712713714715716717 ... LastLast
Results 10,681 to 10,695 of 10955
  1. #10681
    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)
    Originally Posted by Deva View Post
    No, it's no longer true, basically for the reason you specified, as well as others. Loading the file "manually" by calling it in the rotation is the only way to get PQR to load data files now.
    Oh, ok.
    On the other hand, data files could still get automaticaly loaded when the user activates a profile. As long as the data file has the same profile author's name.
    So loading Holobyte_DEATHKNIGHT_Abilities.xml would cause PQR_Holobyte.lua data file to be automaticaly loaded. If needed, aditional data files could still be manualy loaded.

    Anyway, I'm trying some new stuff and I was confused about it. Thanks for the info!
    Last edited by Holobyte; 05-02-2012 at 08:32 AM.

    [BETA] PQRotation - an automated ability priority queue.
  2. #10682
    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)
    You just need to call PQR_LoadLua("PQR_Holobyte.lua") once in your rotation.

    If you call PQR_LoadLua("PQR_Holobyte.lua", true) it will be force loaded every time it is called as opposed to only loaded once (most common use).

    The reason why I made this change was because it was pointless loading 12 different datafiles if only 1 or 2 of them were going to be used at a time.

    Also, the error that is being seen regarding PQR_Addon_Loaded is internal PQR code yes, however that error will only be seen when there are syntax errors in ability code (missing a ) or an end or something.) since everything is loaded into WoW in one go. I will eventually inject in two batches so my code gets loaded separately, then all of the abilities injected.

    And while I am going off to work... does anyone know a way to validate Lua code inside WoW before it is run to at least make sure it is structurally sound? I don't care if they are using a bad variable name or whatever, just want to avoid these errors. Maybe I can find some way of doing it with C# if Lua can't handle it.
    Last edited by Xelper; 05-02-2012 at 08:41 AM.

  3. #10683
    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)
    Yeah I understand the reason why u removed the automatic loading of datafiles. Just tought I should make the suggestion of loading only the datafile that has the same name of the current profile.

    As for Lua code validation, see this 2 links: one is a validator written in C, the other uses a Lua script to validate another .Lua file.
    lua-checker - Check Lua source code for various errors. - Google Project Hosting
    lua-users wiki: Visual Studio Syntax Check

    Edit: If the above doesn't helps I can code a LUA parser/validator in c# for you, the only problem is that I wont be able to start working on it until saturday.

  4. #10684
    sgdevoid's Avatar Sergeant
    Reputation
    2
    Join Date
    Jan 2012
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone have any good Enhancement Shaman profiles? PvP or PvE.

  5. #10685
    luckysurfcs's Avatar Member
    Reputation
    2
    Join Date
    Apr 2010
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm using Sheurons Warrior Fury PVE rotation at the moment but i only seem to be pulling off 11k dps in full 390 gear (in LFR) is this just because im in PVP gear? It still seems really low, maybe someone has some input on this?

    Thanks!

  6. #10686
    MastaRage's Avatar Sergeant Major
    Reputation
    56
    Join Date
    Dec 2011
    Posts
    170
    Thanks G/R
    4/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by luckysurfcs View Post
    I'm using Sheurons Warrior Fury PVE rotation at the moment but i only seem to be pulling off 11k dps in full 390 gear (in LFR) is this just because im in PVP gear? It still seems really low, maybe someone has some input on this?

    Thanks!
    the profile may possibly check for 2 set/4 set for pve, but I'm not familiar with fury spec so that and that you are in pvp gear is my only guess.

  7. #10687
    luckysurfcs's Avatar Member
    Reputation
    2
    Join Date
    Apr 2010
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ah so you think that maybe it doesn't work properly because i dont have 2/4 set bonus? i literally just got legs/shoulders pve tier (LFR) so i'll see if i notice any changes.
    any other reponse to this would be much apprechiated.

  8. #10688
    MrFaned's Avatar Master Sergeant
    Reputation
    24
    Join Date
    May 2011
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyway you could possibly make a converter so your profiles would work with HonorBuddy?

  9. #10689
    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 MrFaned View Post
    Anyway you could possibly make a converter so your profiles would work with HonorBuddy?
    Why?Pqr works great as it and you can have pqr and honorbuddy on at the same time if that helps

  10. #10690
    xLegendx's Avatar Member
    Reputation
    14
    Join Date
    Sep 2011
    Posts
    827
    Thanks G/R
    3/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MrFaned View Post
    Anyway you could possibly make a converter so your profiles would work with HonorBuddy?
    I don't think that's possible.

    But, PQR is def better than Honorbuddy DPS wise.

  11. #10691
    Chicotheman's Avatar Member
    Reputation
    1
    Join Date
    Jun 2011
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Crystal_Tech is there any way you could upload your demo profile sans demon switch? I'd love to use it until you get demon switched properly programmed in, and just do it manually via macro!

  12. #10692
    hbkx1's Avatar Member CoreCoins Purchaser
    Reputation
    2
    Join Date
    Dec 2008
    Posts
    131
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Chicotheman View Post
    Crystal_Tech is there any way you could upload your demo profile sans demon switch? I'd love to use it until you get demon switched properly programmed in, and just do it manually via macro!
    ^ this, The macro is so easy to use it would really help impatient people like me =)

  13. #10693
    Xeph20's Avatar Member
    Reputation
    11
    Join Date
    Apr 2007
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i don't get the 3.3.5a version to work at all
    i tried several diffrent profiles and often i just get a lua error and it says its activated but does nothing

    and sometimes it only uses mutilate in pve and none other ability


    how can i correct this?

  14. #10694
    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 xLegendx View Post
    I don't think that's possible.

    But, PQR is def better than Honorbuddy DPS wise.

    I know some people who run PQR with Honorbuddy, maybe they will post in this thread how they manage it.

  15. #10695
    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)
    Originally Posted by Xeph20 View Post
    i don't get the 3.3.5a version to work at all
    i tried several diffrent profiles and often i just get a lua error and it says its activated but does nothing

    and sometimes it only uses mutilate in pve and none other ability


    how can i correct this?
    spellids are prob wrong. as most if not all profile writers write for 4.3 and mists you will prob need to write your own profile.

    As for the Demo Profile,

    Like I said its done . The reason I haven't released it yet is i'm running my tests to see if i can break it or force out any more bugs. So far all seems to be good and i've found 3 bugs that i would of had to fix had I released it earlier. If I can't get another bug in my next lfr I'll say its ready and i'll post it. so check back soon.

    Please if someone helped you donate rep to them.

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