PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 723 of 779 FirstFirst ... 223623673719720721722723724725726727773 ... LastLast
Results 10,831 to 10,845 of 11681
  1. #10831
    CaptnHaddock's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can i use UnitCastingInfo for an instant cast like death coil?

    trying to vanish coil but i cant make it work..

    PQR - Rotation Bot
  2. #10832
    Maxitor's Avatar Master Sergeant
    Reputation
    8
    Join Date
    Apr 2013
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CaptnHaddock View Post
    can i use UnitCastingInfo for an instant cast like death coil?

    trying to vanish coil but i cant make it work..
    I would scan the combat log for mortal coil cast instead and hope for a better connection than your opponent

  3. #10833
    Partykilla's Avatar Contributor
    Reputation
    107
    Join Date
    Jan 2011
    Posts
    129
    Thanks G/R
    5/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys! Can I have a little help? =P
    I would like to cast 85288/[Raging Blow] ONLY when I have 2 stacks of "buffs" 131116/[Raging Blow!]
    How would I do this? =)


    ---Edit:
    I managed it. ty anyways
    Last edited by Partykilla; 07-18-2013 at 03:59 AM.

  4. #10834
    finish's Avatar Master Sergeant
    Reputation
    18
    Join Date
    Mar 2013
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    buffstack

    im not at home, but this should work

    Originally Posted by Partykilla View Post
    Hey guys! Can I have a little help? =P
    I would like to cast 85288/[Raging Blow] ONLY when I have 2 stacks of "buffs" 131116/[Raging Blow!]
    How would I do this? =)

    Code:
    local _, _, _, rbStack = UnitBuffID( "player", 131116)
    
    
       --Raging Blow--
    if rbStack == 2
    then
       _castSpell(85288)
    end

  5. #10835
    Dimonoff's Avatar Master Sergeant
    Reputation
    12
    Join Date
    May 2012
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How to check that mouseover is not my current target?

  6. #10836
    tobmaps's Avatar Active Member
    Reputation
    43
    Join Date
    Apr 2013
    Posts
    28
    Thanks G/R
    1/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dimonoff View Post
    How to check that mouseover is not my current target?
    Code:
    if not UnitIsUnit("mouseover","target") then return true else return false
    ten chars.

  7. #10837
    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 tobmaps View Post
    Code:
    if not UnitIsUnit("mouseover","target") then return true else return false
    ten chars.
    forgot the last end

    Please if someone helped you donate rep to them.

  8. #10838
    WWF's Avatar Active Member
    Reputation
    31
    Join Date
    Jul 2010
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Friday, July 19

    Spoils of Pandaria - 10 Player Normal
    10:30 PDT (13:30 EDT, 19:30 CEST)

    Thok the Bloodthirsty* - 10 Player Normal
    16:00 PDT (19:00 EDT, 01:00 CEST)
    need offsets!

    ClearFocus(), ClearTarget(), RunMacro, RunMacroText, CastSpellByID(), CastSpellByName() now got "protected" status. (wowprogramming.com)
    But on live servers it still works. Is it data from the PTR?
    Last edited by WWF; 07-18-2013 at 06:02 PM.

  9. #10839
    js1974's Avatar Member
    Reputation
    27
    Join Date
    Jan 2008
    Posts
    199
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    At this point would probably donate for some PTR offsets need to do some testing can't figure it out myself so definitely fine with helping someone that wants to, PM me.

  10. #10840
    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 WWF View Post
    need offsets!

    ClearFocus(), ClearTarget(), RunMacro, RunMacroText, CastSpellByID(), CastSpellByName() now got "protected" status. (wowprogramming.com)
    But on live servers it still works. Is it data from the PTR?
    they've been protected for awhile now, just need updated offsets

    Please if someone helped you donate rep to them.

  11. #10841
    nertman's Avatar Active Member
    Reputation
    17
    Join Date
    Aug 2008
    Posts
    64
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WWF View Post
    need offsets!

    ClearFocus(), ClearTarget(), RunMacro, RunMacroText, CastSpellByID(), CastSpellByName() now got "protected" status. (wowprogramming.com)
    But on live servers it still works. Is it data from the PTR?
    17205 is current version of posting this of PTR

  12. #10842
    WWF's Avatar Active Member
    Reputation
    31
    Join Date
    Jul 2010
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nertman View Post
    17205 is current version of posting this of PTR
    I know, but i have no 17205 offsets for testing. =\

  13. #10843
    chumii's Avatar Master Sergeant
    Reputation
    7
    Join Date
    Aug 2011
    Posts
    104
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +2 rep for ptr offsets! please please anyone, need to test raid

  14. #10844
    nertman's Avatar Active Member
    Reputation
    17
    Join Date
    Aug 2008
    Posts
    64
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would also love PTR 17205 offsets
    i was reading the guide posted on page 320 or something on how to get offsets and let me tell you it's all over the place however i got cheat engine and ida if anyone has a more direct guide it would be much appreciated

    collection of guides to get offsets:
    http://www.ownedcore.com/forums/worl...ml#post2771119
    http://www.ownedcore.com/forums/worl...ml#post2188904
    http://www.ownedcore.com/forums/worl...ml#post2151783
    -- http://www.hex-rays.com/products/ida/index.shtml
    -- http://www.cheatengine.org/
    Code:
        <CurrentWoWVersion>17205</CurrentWoWVersion>   
        <WoWVersionOffset>0xD9BDD5</WoWVersionOffset> 
        <PlayerName>0xFE1CA0</PlayerName>
    Last edited by nertman; 07-19-2013 at 01:33 PM.

  15. #10845
    cassrgs's Avatar Master Sergeant Authenticator enabled
    Reputation
    9
    Join Date
    Oct 2011
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello there
    People already asked that and i know there is other advantages we can code on pqr that ovale dont consider, But is there a way to make pqr use the main attack that shows on ovale as rotation?

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