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

User Tag List

Page 656 of 731 FirstFirst ... 156556606652653654655656657658659660706 ... LastLast
Results 9,826 to 9,840 of 10955
  1. #9826
    Mortels's Avatar Private
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    Yeah, you might have the profiles inside the wrong folder. Everything looked good from what I can tell in those screenshots except for the last one where it still showed not logged in and no profiles. Make sure my feral profiles are actually in the druid folder under profiles. That is the only advice I can give. Also, I don't know when you guys will get the new update, but download the new offsets for when they send the update to the Russian client.
    https://i.imgur.com/22jLp.jpg

    [BETA] PQRotation - an automated ability priority queue.
  2. #9827
    Kinkeh's Avatar Established Member
    Reputation
    243
    Join Date
    Jan 2012
    Posts
    450
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    If you look on our svn in the data folder you would find everything you needed, however... Idtip was not mandatory and would not break the rotation as it wasn't needed to make things work... The data files were tho lol.

    Sent from my phone using Tapatalk
    Is there any way to make your holy paladin profiles have some logic on fights like zon'ozz and yor'sahj, I feel like it dispelling the debuff on zon'ozz without checking the players health will cause some wipes, especially dispelling in general on heroic, and check for purple on yor'sahj so it doesn't over heal, etc? just some things that I think would help greatly :3

  3. #9828
    deadpanstiffy's Avatar Knight-Lieutenant
    Reputation
    158
    Join Date
    Mar 2012
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xelper View Post
    PQR v2.1 - Download Here
    ---
    NOTE: This is the release version but it is for profile developers, if you have a profile that currently utilizes a Lua file in the Data directory your rotation will NOT work until it has been updated. Stay on 2.0.9 for the time being. This version will be on the updater in a day or two.

    -New function: PQR_LoadLua(fileName, forceRun) - Returns true if the file was run/loaded/already ran, returns false otherwise. If forceRun is true then it will run the lua file again even if it has already been previously run.
    -New function: PQR_StopRotation() - Stops the currently running rotation.
    -New function: PQR_SwapRotation(#) - Switches the currently running rotation to another one of the selected rotations. You can figure out which are selected by checking the global variables: PQR_Rotation# (ex: PQR_Rotation1)

    I decided to move from loading every Lua file into WoW to running only requested Lua files. This is because some profiles wont even use them, and it is inefficient and a drain on resources/memory to have all Lua files run.
    Example usage, this should be in your initialize prior to using any custom functions:
    Code:
    if PQR_LoadLua("PQR_Bubba_Data.lua") == false then
        PQR_WriteToChat("You are missing PQR_Bubba_Data.lua. Rotation has been stopped.", "Error")
        PQR_StopRotation()
        return true
    end

    If you would like to get your profiles ready to go now so they work in 2.0.9 and 2.1 just do the following:
    Code:
    if PQR_LoadLua then
        --Code above here
    end
    Note to developers:
    I did a bunch of testing locally and nothing should be broken by this change. Let me know if you have issues.
    Is there any way to start/stop the current Interrupt profile? via a PQR_ ? function.

  4. #9829
    Groundslider's Avatar Private
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    there is 2 fails in sheuron's rotations for hunters
    1: on AOE it use freezing trap insted of explosive trap. you never use freezing trap in pve figths
    2: on single target you should take out rapid fire its a CD and you dont use it in the start of evry figth. and it pops on trash so take that one out we can pop it by our self when we want it :P

    i cant make the cods so some one that know hot to do it i could use some help to get that fixed

  5. #9830
    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)
    Originally Posted by Mortels View Post
    I had the same problem. Disable taint logging.

    Start WOW.
    Log in.
    Enter Game.
    Type "/console taintlog 0" in chat and send
    Restart WOW
    .

  6. #9831
    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 bgr View Post
    I had the same problem. Disable taint logging.

    Start WOW.
    Log in.
    Enter Game.
    Type "/console taintlog 0" in chat and send
    Restart WOW
    .
    what he said.

  7. #9832
    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 had the same problem. Disable taint logging.

    Start WOW.
    Log in.
    Enter Game.
    Type "/console taintlog 0" in chat and send
    Restart WOW
    .
    Originally Posted by Xelper View Post
    what he said.
    Whats taintlog? Never heard of it. Is it the recording of bad logs or something in WoW?

    EDIT* Why would anyone want to use taintlog? At the rate the log grows, wouldn't it get pretty big? And how would it get turned on, it says its off by default.
    Last edited by firepong; 04-17-2012 at 04:27 PM.

  8. #9833
    onya's Avatar Member
    Reputation
    67
    Join Date
    May 2008
    Posts
    152
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    updated my ele profile to be update-able from within PQR, haven't touched it otherwise.

    changed the resto profile so it disables synching macros to the server, some small bug fixes. changed the filenames for the resto profile again so you'll need to download the zip from my signature. i swear i'll leave them alone and you'll be able to update from within PQR from now on
    Shaman resto and elemental profiles for PQRotation can be downloaded from here - https://db.tt/g2pIFrBc
    Tradeskill profile (Jewelcrafting and disenchant) download here - https://db.tt/aPpOTKJH

  9. #9834
    Deva's Avatar Master Sergeant
    Reputation
    17
    Join Date
    Oct 2011
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Warning, wall of text inc!

    Originally Posted by Kinkeh View Post
    Is there any way to make your holy paladin profiles have some logic on fights like zon'ozz and yor'sahj, I feel like it dispelling the debuff on zon'ozz without checking the players health will cause some wipes, especially dispelling in general on heroic, and check for purple on yor'sahj so it doesn't over heal, etc? just some things that I think would help greatly :3
    I know he has a check built in to the regular Cleanse ability for the target's HP (PQR_CustomTargetHP > 80), and I see this in the priority cleanse (PQ_UnitInfo("player") >= 50) but that might need to be changed - it's checking the player health, not the custom target's, so just replace that with: PQR_CustomTargetHP >= 50.

    As for the Yor'sahj encounter, I don't know if there are any plans to build that in, but if you can find Eff's resto druid profile, it has checks for that encounter that you could basically copy and paste... actually, one moment, I'll put them here so you can see how they work.

    Encounters ability:
    Code:
    -- Check it's a boss fight
    if UnitExists("boss1") then
    
      local Boss = UnitName("boss1")
      local Diff   = GetCurrentRaidDifficulty()
    
      -- Check if it's Morchok Heroic
      if Boss == "Morchok" then CurrentEncounter = "Morchok"
    
      -- Check for Yor'sahj Heroic
      elseif Boss == "Yor'sahj the Unsleeping" then CurrentEncounter = "Yorsahj"
    
      -- Check for Ultraxion
      elseif Boss == "Ultraxion" then CurrentEncounter = "Ultraxion"
    
      -- Otherwise, no events to manage
      else CurrentEncounter = "false" end
    
      if Diff == 3 or Diff == 4 then CurrentEncounter = CurrentEncounter.."HC" end
    
    end
    This is the Encounter: Yor'sahj Heroic ability:
    Code:
    -- Check if Yor'sahj has purple debuff
    if CurrentEncounter ~= "false" and
       CurrentEncounter == "YorsahjHC" and
       ( UnitBuffID("boss1", 104896) ~= nil or UnitDebuffID(PQR_CustomTarget, 105171) ~= nil )
    then
    
      -- Get Deep Corruption stack info
      local _,_,_,Stacks = UnitDebuffID(PQR_CustomTarget, 105171)
      if Stacks ~= nil and Stacks >= 3 then SpellStopCasting() end
    
      -- Only heal group during this phase
      GroupType = "party"
      GroupMembers = 5
    
    end
    There's also a spellCheck function where this check is built in, which might be more effective, but would require you to basically change everything to check it like this: if spellCheck(SpellID, PQR_CustomTarget) == 1 then return true end

    Actually, come to think of it, this would be pretty easy, using the Encounter ability above, instead of SpellStopCasting(), you could take from his examples in Spell Disabling, and set the check for spells it should not cast to false, like so: PQ_Spell[PQ_HolyLight].check = false

    Pretty sure he mentioned something about Holy Shock (or Word of Glory?) not adding stacks, so you wouldn't need to set that to false, just set it for the spells with a cast time and put the abilities somewhere near the top of the rotation.
    Last edited by Deva; 04-17-2012 at 05:17 PM.

  10. #9835
    js1974's Avatar Member
    Reputation
    27
    Join Date
    Jan 2008
    Posts
    199
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bgr View Post
    I had the same problem. Disable taint logging.

    Start WOW.
    Log in.
    Enter Game.
    Type "/console taintlog 0" in chat and send
    Restart WOW
    .
    Still getting Edit Mode no Bot functionality.

    Anything else I can do for this?

  11. #9836
    Ralphiuss's Avatar Active Member
    Reputation
    44
    Join Date
    Sep 2011
    Posts
    230
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone wanna try a cross-realm Firelands? See how bad we can own the place?

    But gotta remember

    First rule of PQR, You don't talk about PQR in game!
    Second rule of PQR, You don't talk about PQR in game!

  12. #9837
    Ninifay's Avatar Banned
    Reputation
    8
    Join Date
    Apr 2011
    Posts
    190
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was getting that same msg when I tried to run it on 64 but wow.
    Couldn't get it to work so went into the other version of wow, works fine..
    Except says Im missing a lua or something which I have yet to figure out.

  13. #9838
    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)
    Go into rotation editor, select your rotation, and click download update and download the data file.

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

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

  14. #9839
    Avatarinc's Avatar Member CoreCoins Purchaser
    Reputation
    2
    Join Date
    Feb 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone having a problem loading their character?.. I only get to Edit Mode. I downloaded the latest update from the updater. but I can't select my character.. Im stuck in edit mode.

  15. #9840
    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 Avatarinc View Post
    Anyone having a problem loading their character?.. I only get to Edit Mode. I downloaded the latest update from the updater. but I can't select my character.. Im stuck in edit mode.
    So more and more people are getting this error. I wonder whats going on. Could blizzard be doing different offsets for each localization now? What language/country do you play the game in Avatarinc?

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 10:14 PM. 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