PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 518 of 779 FirstFirst ... 18418468514515516517518519520521522568618 ... LastLast
Results 7,756 to 7,770 of 11681
  1. #7756
    Khaze41's Avatar Member
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kuukuu View Post
    Check the profiles forum? Lots of profiles listed in there and I even have a thread with almost all of them in one post in a nice list.
    There's a Profiles Forums? O.o this is news! Lol could you leave a link?

    PQR - Rotation Bot
  2. #7757
    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)
    Former PQR Developer

  3. #7758
    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 NicodemusAtNIMH View Post
    @writers of rogue profiles, at one time when I was playing a rogue there was macro i would use that stealth me and would sneak behind them use the pickpocket ability then use my opening move for combat. Is there a way that can be added to a profile?
    prob was my rogue code.

    check the svn all the old codes are there.

    Please if someone helped you donate rep to them.

  4. #7759
    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)
    Update to the Nova_Frame




    *edit*
    Note to Profile Devs....... Nothing has changed for you guys and how you send the frame your code, or get code back from the same.... so this is purely Cosmetic in the changes...... also the lua file size is smaller
    ^0^Team Nova's PQR NCC ^0^

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

  5. #7760
    Rubim's Avatar Contributor
    Reputation
    247
    Join Date
    Mar 2010
    Posts
    267
    Thanks G/R
    4/7
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    Update to the Nova_Frame




    *edit*
    Note to Profile Devs....... Nothing has changed for you guys and how you send the frame your code, or get code back from the same.... so this is purely Cosmetic in the changes...... also the lua file size is smaller
    Are you using some fancy wow frame skin?
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/385569-pqr-death-knight-monk-tank-dps-profiles.html#post2582063

  6. #7761
    TheBolivianGuy's Avatar Corporal
    Reputation
    17
    Join Date
    Apr 2012
    Posts
    33
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jh16 View Post
    I've seen some Interrupt profiles that do milling, prospecting, and even disenchanting. But has anyone thought to try to code something for those pesty weeds in the Sunsong Ranch?

    I have attempted several times to come up with a way to do it but apparently I'm doing something wrong.
    Reckon I'm better at reading and understanding code than writing it myself, haha.
    I'm a complete beginner to this as well but this is what I came up with:

    PHP Code:
    -------------------------------------------------------------------------------
    -- 
    Sunsong Ranch
    -------------------------------------------------------------------------------
    local VehicleCastName UnitCastingInfo('vehicle')
    local VineSlam GetSpellInfo(116084)

    if 
    IsPossessBarVisible() or UnitHasVehicleUI('player'then 
      
    if VehicleCastName == VineSlam then
      RunMacroText
    ("/click PetActionButton2"
      else 
      
    RunMacroText("/click PetActionButton1"
      
    end 
    end 
    It works but it can probably be refined some more by the experienced coders here if they feel like it.
    Last edited by TheBolivianGuy; 01-30-2013 at 02:14 PM.

  7. #7762
    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 Rubim View Post
    Are you using some fancy wow frame skin?
    lol i used to use aurora, and i got the extra files for that...... that is what that it
    ^0^Team Nova's PQR NCC ^0^

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

  8. #7763
    sc00p1's Avatar Corporal
    Reputation
    6
    Join Date
    Apr 2012
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i got it working
    Last edited by sc00p1; 01-27-2013 at 05:21 PM.

  9. #7764
    aghost917's Avatar Corporal
    Reputation
    2
    Join Date
    Nov 2012
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there anyway to make a custom table and put enemy names in it? So i can put dots on everyone that gets close to me and not have to put my mouse over them? And then have away to reset it.
    If someone could code something like that. It would be awesome!!!!!!!! TY!!!

  10. #7765
    aghost917's Avatar Corporal
    Reputation
    2
    Join Date
    Nov 2012
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok i got the code but it just says We just added ... to the Custom Healing Table. Where do I put the Nova_CustomT = { } in my profile? I just have it at the top.

    PHP Code:
    local Nova_CustomT = { }

    --------------------------------------
    -- 
    Adding Players to Custom Table
    --------------------------------------
    if 
    IsRightControlKeyDown()
     and 
    UnitIsEnemy("mouseover""player")
     and 
    UnitExists("mouseover"
      
    then
        
    for i=1#Nova_CustomT do
            
    if Nova_CustomT[i].GUID and Nova_CustomT[i].GUID == UnitGUID("mouseover"then
                
    return false
            end
        end
        
        table
    .insert(Nova_CustomT, { GUID UnitGUID("mouseover") } )
        
        if 
    not GetCVarBool("Nova_Recording"then
            PQR_WriteToChat
    ("We just added "..UnitName("mouseover").." to the Custom Healing Table.""Alert")
        
    end
        
    return true

    end


    --------------------------------------
    -- 
    Removing Players from Custom Table
    --------------------------------------

    if 
    IsRightAltKeyDown()
     and 
    UnitExists("mouseover")
     and 
    UnitIsEnemy("mouseover""player")
      
    then
        
    for i=1#Nova_CustomT do
            
    if Nova_CustomT[i].GUID and Nova_CustomT[i].GUID == UnitGUID("mouseover"then
                
    if not GetCVarBool("Nova_Recording"then
                    PQR_WriteToChat
    ("We just removed "..UnitName(Nova_CustomT[i].Unit).." from the Custom Healing Table.""Alert")
                
    end
                table
    .remove(Nova_CustomTi)
                return 
    true
            end
        end
    end 

  11. #7766
    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)
    Very small update

    KMD_All_Hunter_Rotations_v19.zip

    This will slightly improve the BM profile.

    i) Fixed using Cobra Shot during Bestial Wrath
    ii) If Kill Command & Bestial Wrath are available, it should in all cases use Bestial Wrath first before Kill Command. In some instances it would use Kill Command before hand thus delaying Bestial Wrath activation.
    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. #7767
    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 aghost917 View Post
    Ok i got the code but it just says We just added ... to the Custom Healing Table. Where do I put the Nova_CustomT = { } in my profile? I just have it at the top.

    PHP Code:
    local Nova_CustomT = { }

    --------------------------------------
    -- 
    Adding Players to Custom Table
    --------------------------------------
    if 
    IsRightControlKeyDown()
     and 
    UnitIsEnemy("mouseover""player")
     and 
    UnitExists("mouseover"
      
    then
        
    for i=1#Nova_CustomT do
            
    if Nova_CustomT[i].GUID and Nova_CustomT[i].GUID == UnitGUID("mouseover"then
                
    return false
            end
        end
        
        table
    .insert(Nova_CustomT, { GUID UnitGUID("mouseover") } )
        
        if 
    not GetCVarBool("Nova_Recording"then
            PQR_WriteToChat
    ("We just added "..UnitName("mouseover").." to the Custom Healing Table.""Alert")
        
    end
        
    return true

    end


    --------------------------------------
    -- 
    Removing Players from Custom Table
    --------------------------------------

    if 
    IsRightAltKeyDown()
     and 
    UnitExists("mouseover")
     and 
    UnitIsEnemy("mouseover""player")
      
    then
        
    for i=1#Nova_CustomT do
            
    if Nova_CustomT[i].GUID and Nova_CustomT[i].GUID == UnitGUID("mouseover"then
                
    if not GetCVarBool("Nova_Recording"then
                    PQR_WriteToChat
    ("We just removed "..UnitName(Nova_CustomT[i].Unit).." from the Custom Healing Table.""Alert")
                
    end
                table
    .remove(Nova_CustomTi)
                return 
    true
            end
        end
    end 
    if u use my data file, it's already in there
    ^0^Team Nova's PQR NCC ^0^

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

  13. #7768
    aghost917's Avatar Corporal
    Reputation
    2
    Join Date
    Nov 2012
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    if u use my data file, it's already in there
    how do i get it to load your data file?

  14. #7769
    derpin8's Avatar Corporal
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone help me please?
    I want to create a function that does something like this:
    If someone whispers me "shattering throw", I want PQR to cast shattering throw.
    Is this possible?
    TYVM!

  15. #7770
    Rubim's Avatar Contributor
    Reputation
    247
    Join Date
    Mar 2010
    Posts
    267
    Thanks G/R
    4/7
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by aghost917 View Post
    how do i get it to load your data file?
    PQR_LoadLua("PQR_Nova_Data.lua")
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/385569-pqr-death-knight-monk-tank-dps-profiles.html#post2582063

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 07:53 PM. 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