PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 304 of 779 FirstFirst ... 204254300301302303304305306307308354404 ... LastLast
Results 4,546 to 4,560 of 11681
  1. #4546
    Omaha303's Avatar Member
    Reputation
    11
    Join Date
    Jun 2009
    Posts
    49
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kinkeh View Post
    Kink's PvP 2H Frost DK Rotation


    Recommended Spec: Talent Calculator
    Reforging: Expertise (3%) >= Melee Hit (3%) > Haste > Crit > Mastery
    Hey Kinkeh,thanks for such a long waited PVP Profile. Now, I was wondering if you planning to release a PVE DW Frost profile (being using Imsandman's but no update yet, he prolly busy) and now that level 90 is at hand, optimization can be achieve. Thanks in advance for your work.

    PQR - Rotation Bot
  2. #4547
    aylak's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello I want to install a macro in my rotation and that / use Kafa'kota Berries.
    The Kafa'kota Berries have 12 seconds cooldown.Es just will not work pqr use macro then everything remains standing until the cooldown of the Kafa'kota Berries expires later he used it again but all other spells not walk who could help me there? ? I try it in a ret pala profile install thanks in advance

  3. #4548
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by aylak View Post
    Hello I want to install a macro in my rotation and that / use Kafa'kota Berries.
    The Kafa'kota Berries have 12 seconds cooldown.Es just will not work pqr use macro then everything remains standing until the cooldown of the Kafa'kota Berries expires later he used it again but all other spells not walk who could help me there? ? I try it in a ret pala profile install thanks in advance
    This *should* work:

    Make a new ability, call it whatever u want ("Berries" or sth)

    Set spell ID to 0

    Recast Delay to 12000 (or 13000 for safety)

    In the big, code field just write 'return true'

    and in the 'Actions' (right below spell name) write the macro /use Kafa'kota Berries

    Should work.



    Edit: Put it high in the priority list

  4. #4549
    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)
    So I haven't been as active as I would like the last week or so (My ret profile is coming, dont worry!)

    I wanted to ask some general questions to profile developers...I remember reading there was an issue regarding 'replacement' spells. Is this correct, if so what is it? Are there any other issues that I can potentially add a workaround to PQR? I can't fix Blizzard's broken API, but if there are simple workarounds I may entertain building them in.

  5. #4550
    aylak's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi yelper I want to install a macro in my rotation and that / use Kafa'kota Berries.
    The Kafa'kota Berries have 12 seconds cooldown.Es just will not work pqr use macro then everything remains standing until the cooldown of the Kafa'kota Berries expires later he used it again but all other spells not walk who could help me there? ? I try it in a ret pala profile install thanks in advance

  6. #4551
    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://blizzard.github.com/api-wow-docs/ just got the link

    xelper, the spellids for some spells morph to another id but use the base spell's id to cast, however it causes lockups so we switched to castspellbyname(getspellinfo(id),nil). however, in my and bubbas testing if you use castspellbyname recast delay setting is skipped, so buba coded up a function that sets up that missing delay, also the side effect of it is we now have a working timer with it so peps can sequence spells! thats the short of it.

    side note if you use only castspellbynames it hinders dps and can cause frames to drop.

    Please if someone helped you donate rep to them.

  7. #4552
    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)
    @aylak: I'll give you this freebie, but im sure you could figure it out from other profiles...

    Name: Use Berries
    Spell ID: 0
    Code:
    Code:
    if GetItemCount(81054) > 0 and GetItemCooldown(81054) == 0 then
        UseItemByName(select(1,GetItemInfo(81054)), "player")
        return true
    end
    Put it at the top of your rotation. You may want to add a check for the proper zone as well, since they can only be used in Kota Peaks.

  8. #4553
    aylak's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xelper View Post
    @aylak: I'll give you this freebie, but im sure you could figure it out from other profiles...

    Name: Use Berries
    Spell ID: 0
    Code:
    Code:
    if GetItemCount(81054) > 0 and GetItemCooldown(81054) == 0 then
        UseItemByName(select(1,GetItemInfo(81054)), "player")
        return true
    end
    Put it at the top of your rotation. You may want to add a check for the proper zone as well, since they can only be used in Kota Peaks.

    nice xelper i love your work thx thx I have tried to find profiles in other had it not been found sitting 2 hours because once again many thanks

  9. #4554
    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)
    @crystal_tech: Im going out in 5 mins, so cant test now, but what if I was to 'lookup' the new spell ID and use CastSpellByID() on the new one.

    I saw a neat macro by sheuron the other day that highlighted in green the 'new' ability... so it should be possible to automate.
    Last edited by Xelper; 10-02-2012 at 03:21 PM.

  10. #4555
    Pengui's Avatar Member
    Reputation
    5
    Join Date
    Aug 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Where I can download lua files?

  11. #4556
    Bgreen12's Avatar Banned
    Reputation
    32
    Join Date
    Aug 2012
    Posts
    128
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xelper View Post
    So I haven't been as active as I would like the last week or so (My ret profile is coming, dont worry!)

    I wanted to ask some general questions to profile developers...I remember reading there was an issue regarding 'replacement' spells. Is this correct, if so what is it? Are there any other issues that I can potentially add a workaround to PQR? I can't fix Blizzard's broken API, but if there are simple workarounds I may entertain building them in.
    A lot of devs and myself have been wondering if its possible to add a function for number of enemy mobs in range like Enemy's(10) would return the number of mobs In a 10 yard radius from the player for example.. that way you could auto switch rotations without keydowns or switxh rotations

    Sent from my MB865 using Tapatalk 2
    Last edited by Bgreen12; 10-02-2012 at 01:59 PM.

  12. #4557
    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 aylak View Post
    Hello I want to install a macro in my rotation and that / use Kafa'kota Berries.
    The Kafa'kota Berries have 12 seconds cooldown.Es just will not work pqr use macro then everything remains standing until the cooldown of the Kafa'kota Berries expires later he used it again but all other spells not walk who could help me there? ? I try it in a ret pala profile install thanks in advance
    Originally Posted by aylak View Post
    hi yelper I want to install a macro in my rotation and that / use Kafa'kota Berries.
    The Kafa'kota Berries have 12 seconds cooldown.Es just will not work pqr use macro then everything remains standing until the cooldown of the Kafa'kota Berries expires later he used it again but all other spells not walk who could help me there? ? I try it in a ret pala profile install thanks in advance
    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 

  13. #4558
    averykey's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2011
    Posts
    448
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PHP Code:
    if GetCurrentMapAreaID() == 809 and UnitAffectingCombat("Player") and not UnitBuffID("Player",117164)  then
        
    if (UnitHealth("Target") / UnitHealthMax("Target") * 100) > 35 and GetItemCount(81054) >= and GetItemCooldown(81054) == 1 then
            UseItemByName
    (81054)
        
    end
    end 
    Why would anyone need this code? What do the berries do?



    edit: Can someone help me with the double jeopardy code?
    Last edited by averykey; 10-02-2012 at 01:41 PM.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  14. #4559
    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 Zolfare View Post
    I'm having an issue with PQR. Every time I click ability editor it displays the "this application has stopped working" screen, and I can't get anything to work. I just got this new computer, and it works on my other computer. Does anybody know what might be causing this?
    You may need to install .NET Framework 4.0. Download: Microsoft .NET Framework 4 (Web Installer) - Microsoft Download Center - Download Details

    If not(and more likely)... Try to delete every file and folder except PQRUpdater.exe. Then run PQRUpdater. You may have a corrupt XML somewhere.
    Last edited by Xelper; 10-02-2012 at 02:21 PM.

  15. #4560
    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 Zolfare View Post
    I'm having an issue with PQR. Every time I click ability editor it displays the "this application has stopped working" screen, and I can't get anything to work. I just got this new computer, and it works on my other computer. Does anybody know what might be causing this?
    run dotnet cleaner
    install dotnet 4 or 4.5 if vista newer.

    Please if someone helped you donate rep to them.

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