PQR - Rotation Bot menu

User Tag List

Page 327 of 779 FirstFirst ... 227277323324325326327328329330331377427 ... LastLast
Results 4,891 to 4,905 of 11681
  1. #4891
    jamieb19's Avatar Corporal
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Unasrage View Post
    HI guys

    So my guild wants me to roll a MystWeaver Monk. Healer.. yay...

    So i came to do a public ofert since no 1 tryed so far to do a MystWeaver Monk profile ( Bubba not working and beta fased) so i Offer a considerable Donation to Any 1 able to make a decent MystWeaver Monk profile.

    Pm me for info

    =)=)
    I'm willing to add to his donation if someone would take this project on.

    PQR - Rotation Bot
  2. #4892
    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 jamieb19 View Post
    I'm willing to add to his donation if someone would take this project on.
    I just need a monk at 90. I'm planning on making this. Almost done with my restore druid.

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

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

  3. #4893
    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 Xelper View Post
    The new offsets should now be available via the Download Offsets button. Let me know if they don't work... US has not yet received the hotfix so I am unable to test.
    Works fine for US
    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

  4. #4894
    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)
    Get all available (no passive) spells from your current specialization only (spellbook tabs 1 and 2, since 3 and 4 are for the other specs), returns spell link and id. Thanks for the idea, sheuron.

    Copy/Paste to default wow chat window.
    Code:
    /run print("Player Spellbook")local _,_,O=GetSpellTabInfo(3) for i=1,O do if not IsPassiveSpell(i,"spell") then local s=GetSpellLink(GetSpellBookItemName(i,"spell")) local _,id=GetSpellBookItemInfo(i,"spell") if s then print(s,id) end end end
    
    
    
    
    
    
    .
    Last edited by deadpanstiffy; 10-10-2012 at 03:26 PM.

  5. #4895
    mmo4me's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone know why my PRQ looks like this when launching?

    I cannot make it any bigger, I have been using it this way for serveral months but would love to see it as it should be. lol

    Attachment 10781

  6. #4896
    kuukuu's Avatar Contributor
    Reputation
    269
    Join Date
    Jul 2012
    Posts
    619
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tolpan View Post
    who knows whats wrong?
    just want to drink manatea with my mistweaver every time it is ready with 2 stacks ...

    PHP Code:
    local MP 100 UnitPower("player") / UnitPowerMax("player")
    local Tea UnitBuffID("player"123761)

    if 
    MP 90 
    and GetSpellCooldown(123761) == 0
    and Tea >= 2
    and PQR_SpellAvailable() then 
        
    return true 
    end 
    You need to get the stack count.

    PHP Code:
    local MP 100 UnitPower("player")/UnitPowerMax("player")
    local tname,_,_,tcount UnitBuffID("player",123761)

    if 
    MP <90
    and GetSpellCooldown (123761) == 0
    and tcount >= 2
    and PQR_SpellAvailable(123761then
    return true
    end 
    Just pulling that from my head but I believe it should work?
    Former PQR Developer

  7. #4897
    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 osbornx22 View Post
    is there any way to get the spec of a target without buff/debuff checking? for example if pala is ret or holy?

    i found

    docs/api/GetArenaOpponentSpec - World of Warcraft Programming: A Guide and Reference for Creating WoW Addons

    and

    GetBattlefieldScore - World of Warcraft Programming: A Guide and Reference for Creating WoW Addons

    but for the second, how i get the index for the target without a loop over all players.

    and how i can get the spec in open world?
    What do you need to check, you just want a list of everyone on the other team?

  8. #4898
    trinchen's Avatar Corporal
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey KMD i was wondering if u were planning to make any updates to your hunter BM profile the aoe set doesnt multi shot at all for me i just wanna figure out if its my set up (data files and whatnot)
    or is it the profile? anyway thanks your hunter profiles are the best.....

  9. #4899
    Zoinx's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are there any Ele Shaman rotations that use Elemental Blast? I haven' found one yet, and I have searched, only thing that comes up is an Enhance one.

  10. #4900
    Techz's Avatar Member
    Reputation
    2
    Join Date
    Aug 2009
    Posts
    160
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by trinchen View Post
    hey KMD i was wondering if u were planning to make any updates to your hunter BM profile the aoe set doesnt multi shot at all for me i just wanna figure out if its my set up (data files and whatnot)
    or is it the profile? anyway thanks your hunter profiles are the best.....


    Who's hunter profile is the best atm? thats what i would like to know? :-)

  11. #4901
    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 trinchen View Post
    hey KMD i was wondering if u were planning to make any updates to your hunter BM profile the aoe set doesnt multi shot at all for me i just wanna figure out if its my set up (data files and whatnot)
    or is it the profile? anyway thanks your hunter profiles are the best.....
    That does sound strange.

    Try this, I've tested the BM AOE and it works for me.

    KMD_All_Hunter_Rotations_v11.zip

    I've also tweaked the usage of arcane shot so it won't use it to dump so often, this should allow high focus abilities to be used.

    Overall you should notice that abilities such as Murder of Crows will use used more often, and Black Arrow should be used on cooldown or close to it.
    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

  12. #4902
    ttpod'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)
    @Sheuron

    Herbs English cannot use in MOP. ( i have add the mop herbs), please update this. thank you

  13. #4903
    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 kuukuu View Post
    You need to get the stack count.

    PHP Code:
    local MP 100 UnitPower("player")/UnitPowerMax("player")
    local tname,_,_,tcount UnitBuffID("player",123761)

    if 
    MP <90
    and GetSpellCooldown (123761) == 0
    and tcount >= 2
    and PQR_SpellAvailable(123761then
    return true
    end 
    Just pulling that from my head but I believe it should work?
    Would also have to do this:
    PHP Code:
    local MP 100 UnitPower("player")/UnitPowerMax("player")
    local tcount select(4,UnitBuffID("player",123761))

    if 
    MP <90
    and GetSpellCooldown (123761) == 0
    and (tcount and tcount >= 2// <-------- That right there ---------
    and PQR_SpellAvailable(123761then
    return true
    end 
    The way it was before, when it was scanning to see if you had 2 stacks of the buff. If you don't have it like this or using tname like you had before, if you didn't have the 2+ stacks of the buff, it would shit out error's or just flat out stop the rotation till you somehow get the 2+ stacks of the buff.

  14. #4904
    K-Z's Avatar Member
    Reputation
    7
    Join Date
    May 2008
    Posts
    59
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    having problem using pwr with the last blizz update. anyone know why it doesnt work?


    updated:im stupid i fixed it, sorry
    Last edited by K-Z; 10-10-2012 at 07:48 PM.

  15. #4905
    Taran32's Avatar Knight-Lieutenant
    Reputation
    9
    Join Date
    Feb 2012
    Posts
    369
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Firepong,

    This code is fantastic, but it's using 4-7 berries at a time, when the buff only requires 1. Is there a way to change the use of berries to only 1 at a time? It'd be perfect after that.

    Originally Posted by firepong View Post
    PHP Code:
    local berryBuff UnitBuffID("Player",117164)
    --
    Misc
    local mapID 
    GetCurrentMapAreaID()
    local inCombat UnitAffectingCombat("Player")

    if 
    mapID == 809 and inCombat == and not berryBuff then
        local berryCount 
    GetItemCount(81054)
        
    local berryCooldown GetItemCooldown(81054)
        
    local targetHP UnitHealth("Target") / UnitHealthMax("Target") * 100

        
    if targetHP 35 and berryCount ~= and berryCooldown == 0 then
            UseItemByName
    (81054)
        
    end
    end 
    Last edited by Taran32; 10-10-2012 at 08:20 PM.

Similar Threads

  1. [Bot] PQR PE Next Steps / Future of Rotation Botting
    By Chevrolet1 in forum World of Warcraft Bots and Programs
    Replies: 120
    Last Post: 10-21-2014, 11:47 AM
  2. [Bot] PQR - Rotation Bot
    By Xelper in forum World of Warcraft Bots and Programs
    Replies: 1738
    Last Post: 10-15-2014, 11:00 AM
  3. [Selling] 3 Lifetime Session Keys For Sale, Great for the PQR user looking for a rotation bot
    By cukiemunster in forum World of Warcraft Buy Sell Trade
    Replies: 13
    Last Post: 03-11-2014, 07:18 AM
  4. rotation bot leveling (PQR)
    By classdog in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 09-17-2013, 06:13 PM
  5. [HELP] PQR Rotation Bot Profile Making
    By Missu in forum Programming
    Replies: 0
    Last Post: 10-22-2012, 06:27 AM
All times are GMT -5. The time now is 06:28 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