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

User Tag List

Page 448 of 731 FirstFirst ... 348398444445446447448449450451452498548 ... LastLast
Results 6,706 to 6,720 of 10955
  1. #6706
    [Blinded]'s Avatar Contributor
    Reputation
    88
    Join Date
    Nov 2009
    Posts
    177
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ipass View Post
    @ Bubba

    Ok Bubba I tried you rogue Botting Profile for noobie Rogue toon i created

    your code for Sinister Strike dosent work(

    I Replaced it with this

    if GetComboPoints("player", "target") <= 3 then
    return true
    end

    now it works )

    ipass
    It should be "< 5" not "<= 3" believe me

    [BETA] PQRotation - an automated ability priority queue.
  2. #6707
    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 imdasandman View Post
    I put my edited Diesel files and my edited leet jerks files up on Google code and will link this post to the PQR Wiki for DK's so it can be found somewhat easily.

    "I have My personal Edits of Diesels and Leetjerk's Frost DK files with some code borrowed from Bubaa911: improved DnD at mouse over when pressing down the Left Control Key pause function by holding down the left Shift key(useful when called to stop dps/ brez a player or to force your Army to go off)

    Dark Scrim code for Hagara just set her to focus before pull and it will cast dark sim and once the spell is copied the user has to fire the spell off manually."

    Downloads - imdasandman - profile for both PQR and HB that i use and edit - Google Project Hosting

    enjoy.....
    Thank you, I'll post a comparison with this and BBa after some dummy sessions.

  3. #6708
    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 solarwake View Post
    When are you switching to disels profile? I've been using your masterfrost edit and I've been blowing up the meters and ranking on all 8 ds bosses. Also you mentioned upping the latency setting in pqr itself, did you add your local+world latency+250 as boss suggested previously or did you use a different method?

    Thanks,
    Solarwake
    Personally, what boss said doesn't make sense to me, from what I've done research on, I get "custom lag tolerance defines how soon before a GCD expires can you queue the next spell available" so you should be setting it a little above or exactly to your ping since you're not physically clicking. I'd set your custom lag tolerance to a your ping or a little above and see if you notice a difference. I'm not exactly sure for the ability check delay, might be the same thing may not be.
    Last edited by Kinkeh; 02-28-2012 at 04:58 PM.

  4. #6709
    Bossqwerty's Avatar Legendary
    Reputation
    713
    Join Date
    Nov 2006
    Posts
    693
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kinkeh View Post
    Personally, what boss said doesn't make sense to me, from what I've done research on, I get "custom lag tolerance defines how soon before a GCD expires can you queue the next spell available" so you should be setting it a little above or exactly to your ping since you're not physically clicking. I'd set your custom lag tolerance to a your ping or a little above and see if you notice a difference. I'm not exactly sure for the ability check delay, might be the same thing may not be.
    PQR's ability check delay should be 20ms, I'm not really sure why'd you'd set it to anything but this. If I have it any higher sometimes things such as the advanced execute I have implemented won't work because those few MS actually make a difference. And as he said try setting your custom lag tolerance to your ping + 250. This video explains and demonstrates the benefits of using custom lag tolerance:

    Compendium Teaser - Fury Advanced Profile Execute Rotation - YouTube
    Last edited by Bossqwerty; 02-28-2012 at 05:21 PM.

  5. #6710
    ziggar's Avatar Active Member CoreCoins Purchaser
    Reputation
    67
    Join Date
    Jul 2008
    Posts
    324
    Thanks G/R
    51/43
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Should custom lag tolerance be left unticked or to my ping ?

    Using the ability check at 20ms and wondering if worth to use the wow lag tolerance aswell.

    Cheers

  6. #6711
    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 jackus View Post
    to bu_ba_911

    Love your new spell reflect. For me disarm is still kinda broken. It still keeps stance dancing :/ I just removed it

    The interrupt is good, i added some spell tho. But the timer you build in it is bad. It pummels when the cast is 30-60% complete, and thats where most pople fake cast. I liked this one i had before, but there is no focus in it
    Code:
    local buff = { 118,116,61305,28271,28272,61780,61721,2637,33786,5185,8936,50464,19750,82326,2061,9484,605,8129,331,8004,51505,403,77472,51514,5782,1120,48181,30108 }
    
    local castingSpell, _, _, _, _, endTime = UnitCastingInfo("target")
    for i,v in ipairs(buff) do
    if IsSpellInRange("Pummel", "target") == 1 and PQR_IsOutOfSight("target") == false and castingSpell == GetSpellInfo(v) and endTime/1000 - GetTime() < 0.5  then 
      if not UnitBuffID("target", 31821) and not UnitBuffID("target", 89485) then
        return true 
      end 
    end
    end
    this one interrupts in the last 90-95% of the cast, which is VERY good.

    I tried to edit your new pummel: if ((endCast/1000) - GetTime()) < 0.5 then
    but that did not help. What do you think is the problem?
    if onyl stance dances when you aren't facing the target, and i do not know the API check to see if you are facing them

    in terms of Pummel..... i see no difference in our code fo when to cast so dunno how to help you there lol

    i wasn't finished with any of my codes, but i wanted them out there because they were better than what was currently out there

    was going to change pummel and spell reflect to be based off % of current cast....

    pummel will also read if it's a channel or not and interrupt immediately if it is (in the final version)

    *edit* ty for testing though
    Last edited by bu_ba_911; 02-28-2012 at 05:45 PM.
    ^0^Team Nova's PQR NCC ^0^

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

  7. #6712
    bauwoo's Avatar Master Sergeant
    Reputation
    5
    Join Date
    Feb 2012
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Need an update to 4.3.3 (15354). Tried changing the offset.xml to 15354 but didn't work this time.

  8. #6713
    imdasandman's Avatar Contributor
    Reputation
    206
    Join Date
    Feb 2011
    Posts
    965
    Thanks G/R
    9/4
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bauwoo View Post
    Need an update to 4.3.3 (15354). Tried changing the offset.xml to 15354 but didn't work this time.

    it is working fine for me you need to paste this whole sinp it to replace the code in that xml file

    Code:
    <Offsets>
    <CurrentWoWVersion>15354</CurrentWoWVersion>
    <WoWVersionOffset>0x9993E7</WoWVersionOffset>
    <PlayerName>0x9BCA38</PlayerName>
    <PlayerClass>0x9BCBB5</PlayerClass>
    <GetCurrentKeyBoardFocus>0x9D1C14</GetCurrentKeyBoardFocus>
    <GameState>0xAD5636</GameState>
    <Lua_DoStringAddress>0x43A810</Lua_DoStringAddress>
    <Lua_GetLocalizedTextAddress>0x1BB6E0</Lua_GetLocalizedTextAddress>
    </Offsets>
    My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
    https://imdasandmandeathknight.googl...com/svn/trunk/
    Originally Posted by Valma View Post
    Oh sure. (: Plz,lord,rewrite my profile without "re-inventing a wheel".I'm really interested how would you do so.I even ready to eat my pants if yours will perform better in raids than mine

  9. #6714
    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 bauwoo View Post
    Need an update to 4.3.3 (15354). Tried changing the offset.xml to 15354 but didn't work this time.
    just redownload PQR from first page if you have any issues
    ^0^Team Nova's PQR NCC ^0^

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

  10. #6715
    bauwoo's Avatar Master Sergeant
    Reputation
    5
    Join Date
    Feb 2012
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Worked like a charm, thanks bu_ba_911. btw bu_ba is your holy pally profile good on Heroic Hagara?

  11. #6716
    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 bauwoo View Post
    Worked like a charm, thanks bu_ba_911. btw bu_ba is your holy pally profile good on Heroic Hagara?
    dunno, never done H DS .... or even gotten past 4/8 normal haha
    ^0^Team Nova's PQR NCC ^0^

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

  12. #6717
    ace99ro's Avatar Sergeant Major
    Reputation
    9
    Join Date
    Dec 2011
    Posts
    173
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    question about custom lag tolerance vs pqr ability delay checker ....

    can it work to just set the ability delay checker in PQR to your ping + 250 and leave custom lag tolerance unchecked ?

  13. #6718
    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 imdasandman View Post
    I put my edited Diesel files and my edited leet jerks files up on Google code and will link this post to the PQR Wiki for DK's so it can be found somewhat easily.

    "I have My personal Edits of Diesels and Leetjerk's Frost DK files with some code borrowed from Bubaa911: improved DnD at mouse over when pressing down the Left Control Key pause function by holding down the left Shift key(useful when called to stop dps/ brez a player or to force your Army to go off)

    Dark Scrim code for Hagara just set her to focus before pull and it will cast dark sim and once the spell is copied the user has to fire the spell off manually."

    Downloads - imdasandman - profile for both PQR and HB that i use and edit - Google Project Hosting

    enjoy.....
    I wish I was as geared as you guys so we could get a ideal picture but I'll give you what I have.

    Weapons: HM Hand of morchok, NM hand of morchok.
    ilvl: 396
    Trinkets: LFR Eye of unmaking, NM Creche of the final dragon.
    Haste: 1684, Mastery: 2164
    Buffs: None but self buffs.


    Your Diesel Profile:


    BBa(was a little late on grabbing the picture, it was the same at 2 mil though):


    Ping: 38ms, Custom Lag Tolerance at 40ms and Ability check delay at default 100ms. I feel like I should be doing more but I guess not :P.

  14. #6719
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    Well, going from your code of what you had on Black Arrow to mine, my DPS went up. Did a 4 min run on each one, it didn't go up that much, about 300DPS, but it went up. I never noticed a starving of Focus either. Every time lock and load proced, I always had enough focus for it to fire when it needed to.
    Well I shall give it a test, if it is better I shall incorporate it into the base profile.

    edit:

    Yeah I definitely notice that Explosive Shot is not used on cooldown, sometimes two secs can pass before enough focus is built up to use Explosive Shot.
    Last edited by kickmydog; 02-28-2012 at 06:57 PM.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017

  15. #6720
    Dakyio's Avatar Member
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am almost full BiS masterfrost normal (ilvl 398 ) with 1 heroic HoM

    Haste ~1200 , Mastery 2500+ Ping is on about 49ms , ability delay chek is on 49ms but dont have CLT set yet my dps on dummy with just HoW on BBa Masterfrost I am doing 26500-27000 dps (on 10M and 20M damage tests) so I am not quite sure but yeah I have a feeling i should do more. However i was ranked on most fights in top200

    Example Ultraxion 10M normal my maximum was ~40k dps

    Should my dps be a bit higher or that is about it?
    Last edited by Dakyio; 02-28-2012 at 06:44 PM. Reason: added few things

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 06:51 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