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

User Tag List

Page 194 of 731 FirstFirst ... 94144190191192193194195196197198244294694 ... LastLast
Results 2,896 to 2,910 of 10955
  1. #2896
    thrylas's Avatar Master Sergeant
    Reputation
    3
    Join Date
    Feb 2011
    Posts
    102
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by D1sc1pl1n3 View Post
    There is a chance the offsets are the same, try changing 15005 to 15050.
    Works perfectly:
    How To:

    Open Offsets_15005.xml with notepad or simular editor

    Change line: <CurrentWoWVersion>15005</CurrentWoWVersion>
    To : <CurrentWoWVersion>15050</CurrentWoWVersion>


    Reload PQR and enjoy.

    [BETA] PQRotation - an automated ability priority queue.
  2. #2897
    Discipline's Avatar Contributor ALADEEN MOTHERFUCKER! CoreCoins Purchaser
    Reputation
    128
    Join Date
    Dec 2007
    Posts
    253
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by thrylas View Post
    Works perfectly:
    How To:

    Open Offsets_15005.xml with notepad or simular editor

    Change line: <CurrentWoWVersion>15005</CurrentWoWVersion>
    To : <CurrentWoWVersion>15050</CurrentWoWVersion>


    Reload PQR and enjoy.
    Cool, finally i did something good

  3. #2898
    Elokaynu's Avatar Private
    Reputation
    1
    Join Date
    Nov 2011
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by thrylas View Post
    Works perfectly:
    How To:

    Open Offsets_15005.xml with notepad or simular editor

    Change line: <CurrentWoWVersion>15005</CurrentWoWVersion>
    To : <CurrentWoWVersion>15050</CurrentWoWVersion>


    Reload PQR and enjoy.
    Got a small problem, did that, it opened but no rotations show up, question?

  4. #2899
    nightelfmerc's Avatar Private
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @D1sc1pl1n3 thanks fixed it you are my savior /bow

  5. #2900
    thrylas's Avatar Master Sergeant
    Reputation
    3
    Join Date
    Feb 2011
    Posts
    102
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Elokaynu View Post
    Got a small problem, did that, it opened but no rotations show up, question?
    No clue it should work fine for you - my rotations show just fine.

  6. #2901
    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)
    http://chromiumcomputers.com/files/lock_Profiles.zip <- updated lock rotations
    just a note bane of havoc is bugged for me I'm thinking its an addon problem with the way my buff and debuffs are shown.

    http://chromiumcomputers.com/files/lhunterProfiles.zip <- updated BM hunter Profile as well

  7. #2902
    bestdamnwarrior's Avatar Master Sergeant
    Reputation
    20
    Join Date
    Nov 2011
    Posts
    110
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ishtro View Post
    try this

    Code:
    local rage = UnitPower("player")
    local BattleTrance = UnitBuffID("player", 12964)
    local Incite = UnitBuffID("player", 86627)
    local ColossusSmash = UnitBuffID("player", 86346)
    
    if rage >= 85 or BattleTrance ~= nil or Incite ~= nil or (ColossusSmash ~= nil and rage >= 50) then
    	return true
    end
    Ish thanks for the code but unfortunately this did not work either, seems to break PQR Fury rotation as well. The default code for Heroic Strike / Cleave that comes with the original zip file works great but neither of the changes seem to work. Would be great if someone could figure this out for me since the idea behind this code would be wonderful.

  8. #2903
    thenthelies's Avatar Member
    Reputation
    14
    Join Date
    Dec 2007
    Posts
    70
    Thanks G/R
    3/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I just had to install a 40mb patch and it doesn't list a process to select anymore.

  9. #2904
    ticklets's Avatar Member
    Reputation
    51
    Join Date
    Jun 2009
    Posts
    88
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yep, i think the patch was updated and therefor new offsets, gotta wait for Xelper to update them.
    Last edited by ticklets; 12-02-2011 at 02:56 PM.

  10. #2905
    ticklets's Avatar Member
    Reputation
    51
    Join Date
    Jun 2009
    Posts
    88
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Attachment 5347

    New offsets, I just tweaked one line so i have no idea if this is safe or not. Use at your own risk. You should probably wait for the one xelper is going to upload.

    With that being said, I just healed 2 heroics with no issues with the new offsets.

  11. #2906
    Discipline's Avatar Contributor ALADEEN MOTHERFUCKER! CoreCoins Purchaser
    Reputation
    128
    Join Date
    Dec 2007
    Posts
    253
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    These are the offsets for the method i found out to work, so you can copypaste before Ticklets attachment gets verified.A
    As i said earlier, offsets didnt change so it was just a simple task of changing the name of the file and one line of code.

    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <Offsets>
        <CurrentWoWVersion>15050</CurrentWoWVersion>
        <WoWVersionOffset>0x99B077</WoWVersionOffset>
        <PlayerName>0x9BE6B8</PlayerName>
        <PlayerClass>0x9BE835</PlayerClass>
        <GetCurrentKeyBoardFocus>0x9D3894</GetCurrentKeyBoardFocus>
        <GameState>0xAD7296</GameState>    
        <Lua_DoStringAddress>0x43C010</Lua_DoStringAddress>
        <Lua_GetLocalizedTextAddress>0x1BB0C0</Lua_GetLocalizedTextAddress>
    </Offsets>

  12. #2907
    thenthelies's Avatar Member
    Reputation
    14
    Join Date
    Dec 2007
    Posts
    70
    Thanks G/R
    3/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mind uploading them to a file sharing service or posting the text here?

  13. #2908
    Cahonez's Avatar Sergeant
    Reputation
    4
    Join Date
    Dec 2011
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi all,

    1st of all, Xelper and all you other rotation makers, thank you for making this wonderful program, it has re-inspired my
    love for world of warcraft.

    On to the main question:

    After reading biorpg's post about warrior alterations, I was wondering where the original rotation he is referring to could be found, done by "Xeron" if I'm not wrong.

    If anyone can direct me to it I would be very grateful.

    link to the referred biorpg's post -

    http://www.ownedcore.com/forums/worl...ml#post2152747 ([BETA] PQRotation - an automated ability priority queue.)

  14. #2909
    DKVance73's Avatar Sergeant
    Reputation
    6
    Join Date
    Aug 2011
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    http://chromiumcomputers.com/files/lock_Profiles.zip <- updated lock rotations
    just a note bane of havoc is bugged for me I'm thinking its an addon problem with the way my buff and debuffs are shown.

    chromiumcomputers.com <- updated BM hunter Profile as well
    Hunter link doesn't work.

  15. #2910
    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 DKVance73 View Post
    Hunter link doesn't work.
    \

    http://chromiumcomputers.com/files/hunterProfiles.zip <try this sorry old link had an L that shouldn't of been there.

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 11:00 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