PQR - Rotation Bot menu

User Tag List

Page 386 of 779 FirstFirst ... 286336382383384385386387388389390436486 ... LastLast
Results 5,776 to 5,790 of 11681
  1. #5776
    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)
    I've updated my "Boss Special" ability to be a bit more clean, so it only checks things for bosses that are currently active.

    If you are interested in it, I have pasted it here:
    http://pastebin.com/raw.php?i=wbQCSahw
    NOTE: Adjust the "cleaveClass" and "isAOE" variables near the top for your classes needs. Put this ability above all other attacks in your rotation.

    Spirit Kings and Amber-Shaper are currently untested, but should work. I also fixed a bug with the one that was in my old ret profile that was causing the rotation to stop (forever) once Shield of Darkness started casting.
    Last edited by Xelper; 11-08-2012 at 11:03 PM.

    PQR - Rotation Bot
  2. #5777
    Soapbox's Avatar Legendary Founder of Soapbox Rotations

    CoreCoins Purchaser Authenticator enabled
    Reputation
    743
    Join Date
    Nov 2012
    Posts
    986
    Thanks G/R
    1118/364
    Trade Feedback
    61 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a generic code to determine the cast time of a spell?

    I'm looking to do this:

    If EvocateCastTime < LivingBombTimeLeft
    Then
    Return true


    Etc. would greatly help

  3. #5778
    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 Soapbox View Post
    Is there a generic code to determine the cast time of a spell?

    I'm looking to do this:

    If EvocateCastTime < LivingBombTimeLeft
    Then
    Return true


    Etc. would greatly help
    GetSpellInfo - World of Warcraft Programming: A Guide and Reference for Creating WoW Addons

    castingTime - Casting time of the spell in milliseconds (number)

  4. #5779
    romancer_bcl's Avatar Member
    Reputation
    6
    Join Date
    Oct 2006
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mid fight of boss fights PQR stops interfacing with wows button bars. you can see the button press and depress when you press it but nothing happens, Is this due to bartender?

  5. #5780
    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 Soapbox View Post
    Is there a generic code to determine the cast time of a spell?

    I'm looking to do this:

    If EvocateCastTime < LivingBombTimeLeft
    Then
    Return true


    Etc. would greatly help
    PHP Code:
    local evocast select(7GetSpellInfo(id or name))
    local lbdebuff select(7UnitDebuffID("target"id))
    local timeleft lbdebuff GetTime()

    if 
    evocast timeleft then
        
    return true
    end 
    should get ya in the right direction

    Please if someone helped you donate rep to them.

  6. #5781
    Traehn's Avatar Private
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Firepong: Could you give HT priority to cast when there are 4+ CP during PS? Right now it just casts instantly when you get the PSbuff and the DoC proc is "wasted" on shred/rake when Rip/FB benefit a lot from DoC. I've been trying to do it myself, but I'm a failure at writing code

  7. #5782
    yourson's Avatar Member
    Reputation
    4
    Join Date
    Feb 2012
    Posts
    149
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xelper View Post
    I've updated my "Boss Special" ability to be a bit more clean, so it only checks things for bosses that are currently active.

    If you are interested in it, I have pasted it here:
    http://pastebin.com/raw.php?i=nxGkC3sB
    NOTE: Adjust the "cleaveClass" and "isAOE" variables near the top for your classes needs. Put this ability above all other attacks in your rotation.

    Spirit Kings and Amber-Shaper are currently untested, but should work. I also fixed a bug with the one that was in my old ret profile that was causing the rotation to stop (forever) once Shield of Darkness started casting.
    Great to see ya working on somethng like this matE!

  8. #5783
    BHLDepression's Avatar Member
    Reputation
    7
    Join Date
    Jan 2012
    Posts
    132
    Thanks G/R
    2/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any decent pvp rouge profiles out there?

  9. #5784
    lantus's Avatar Active Member
    Reputation
    46
    Join Date
    Feb 2012
    Posts
    161
    Thanks G/R
    0/0
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by romancer_bcl View Post
    Mid fight of boss fights PQR stops interfacing with wows button bars. you can see the button press and depress when you press it but nothing happens, Is this due to bartender?
    Not bartender, its the profile you are using.

  10. #5785
    Soapbox's Avatar Legendary Founder of Soapbox Rotations

    CoreCoins Purchaser Authenticator enabled
    Reputation
    743
    Join Date
    Nov 2012
    Posts
    986
    Thanks G/R
    1118/364
    Trade Feedback
    61 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    PHP Code:
    local evocast select(7GetSpellInfo(id or name))
    local lbdebuff select(7UnitDebuffID("target"id))
    local timeleft lbdebuff GetTime()

    if 
    evocast timeleft then
        
    return true
    end 
    should get ya in the right direction
    Im sorry, I messed up. I meant Channeling time.

    I want it to cast evocate ONLY if the CHANNELING TIME is shorter than the duration of my living bomb Debuffbuff, to ensure that it does not fall off during the evocate CHANNEL time.

    I tried this, and it does not work.

    PHP Code:
    local LivingBombTimeLeft lbdebuff GetTime()
    local LivingBomb select(7UnitDebuffID("target",44457))
    local EvocateChannelTime select(7GetSpellInfo(12051))

    if 
    LB then
        
    if EvocateChannelTime LivingBombTimeLeft then
        CastSpellByName
    ("Evocate")
        return 
    true
        end
    end 

  11. #5786
    Yiannisg's Avatar Private
    Reputation
    1
    Join Date
    Jun 2011
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone make a code for Hand of Freedom to party for holy paladin?

  12. #5787
    romancer_bcl's Avatar Member
    Reputation
    6
    Join Date
    Oct 2006
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lantus View Post
    Not bartender, its the profile you are using.
    any idea how i can go about fixing it please?

  13. #5788
    Soapbox's Avatar Legendary Founder of Soapbox Rotations

    CoreCoins Purchaser Authenticator enabled
    Reputation
    743
    Join Date
    Nov 2012
    Posts
    986
    Thanks G/R
    1118/364
    Trade Feedback
    61 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by romancer_bcl View Post
    any idea how i can go about fixing it please?
    It seems to really only affect Demo profiles. I think everyone that makes them is trying to fix it :P as soon as I find out wtf causes it ill be sure to share it.

  14. #5789
    blacknightlll's Avatar Member
    Reputation
    4
    Join Date
    Mar 2009
    Posts
    154
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Soapbox View Post
    Im sorry, I messed up. I meant Channeling time.

    I want it to cast evocate ONLY if the CHANNELING TIME is shorter than the duration of my living bomb Debuffbuff, to ensure that it does not fall off during the evocate CHANNEL time.

    I tried this, and it does not work.

    PHP Code:
    local LivingBombTimeLeft lbdebuff GetTime()
    local LivingBomb select(7UnitDebuffID("target",44457))
    local EvocateChannelTime select(7GetSpellInfo(12051))

    if 
    LB then
        
    if EvocateChannelTime LivingBombTimeLeft then
        CastSpellByName
    ("Evocate")
        return 
    true
        end
    end 
    Try removing the return true. By doing if < then you are already looking for a true statment. Otherwise if false it won't trigger

  15. #5790
    Soapbox's Avatar Legendary Founder of Soapbox Rotations

    CoreCoins Purchaser Authenticator enabled
    Reputation
    743
    Join Date
    Nov 2012
    Posts
    986
    Thanks G/R
    1118/364
    Trade Feedback
    61 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by blacknightlll View Post
    Try removing the return true. By doing if < then you are already looking for a true statment. Otherwise if false it won't trigger
    That was just an example of what im looking for. The barrier im running in to is that actual script that can detect the channeled duration of evocate

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 09:24 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