PQR - Rotation Bot menu

User Tag List

Page 737 of 779 FirstFirst ... 237637687733734735736737738739740741 ... LastLast
Results 11,041 to 11,055 of 11681
  1. #11041
    Sillyboo's Avatar Banned
    Reputation
    1
    Join Date
    May 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello everyone, was wondering if any of you can help me with something, I'm looking to have Cobra shot (77767) fired everytime I go below 35 focus... But the thing I came up with don't work ->

    Code:
    if UnitPower("Player", 2) < 35
    return true

    PQR - Rotation Bot
  2. #11042
    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)
    @Sillyboo
    if *something* then *do something* end

  3. #11043
    Uitham's Avatar Member
    Reputation
    2
    Join Date
    Apr 2007
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by demisehi View Post
    It wasn't a troll, it is constructive criticism. Basically, people need to learn how to troubleshoot minor things on their own, and post examples. I am well known in another community, and I have some stuff I posted here long ago back when LuaNinja was active. I am still active, but keep things pretty private because IMHO, that is what keeps things lasting longer and out of Blizzard's watchful eyes.

    I keep tabs on PQR and there are so many improvements to profiles that could be made if people take the time to learn and collaborate. Kuukuu or something has a Brewmaster/Windwalker profile for instance that is decent, but can be improved upon with a little work. It is about a 20k dps unbuffed difference between his PQR profile and my own script not using PQR. The windwalker is even a greater difference. If he asks for help, I would gladly give it to him.

    I just grow tired of the leecher attitude that so many people here have when it literally takes 30 mins to learn the basics of LUA.
    And I grow tired of the attitude of people thinking I am a lazy leecher because of that big gray bar that says "Lazy Leecher".
    And I do know lua (no caps), but I am more fluent in c#.

    Heck, I co-programmed the first private server for some game in c#

  4. #11044
    Vinshom's Avatar Contributor
    Reputation
    86
    Join Date
    Apr 2012
    Posts
    428
    Thanks G/R
    11/21
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sillyboo View Post
    Hello everyone, was wondering if any of you can help me with something, I'm looking to have Cobra shot (77767) fired everytime I go below 35 focus... But the thing I came up with don't work ->

    Code:
    Maybe u dont reach 35 focus or other abilities take the priority, thus ur copra shot wont shoot. can u post the profile.

  5. #11045
    CodeMyLife's Avatar Contributor
    Reputation
    272
    Join Date
    Mar 2013
    Posts
    707
    Thanks G/R
    24/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sillyboo View Post
    Hello everyone, was wondering if any of you can help me with something, I'm looking to have Cobra shot (77767) fired everytime I go below 35 focus... But the thing I came up with don't work ->

    Code:
    Use steady shot ID.
    Soapbox Rotations Developer

  6. #11046
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MrHeroe View Post
    I Love this Community! Thank you. Its a great help! +Rep!

    Is it possible to check if a non-player unit exists without using macrocasts? I want to check if theres a gargoyle or another specific Unit like a totem or a Psyfiend that i want to kill or interact with.

    I only get it working with macro cast (e.g /target Psyfiend) but when i try to check something in a function with that target (like UnitDebuffID("Psyfiend",xxXXxx) ) it will not work.

    Can you help me with this problem as well?

    Best regards
    Mr.
    That's quite possible, but you'll need to use a targeting macro. What I've done is create a list over targets that I want to target in a priority setting, then created a TargetUnit macro that targeted units in that macro whenever they were in range of my Mind Blast. That's how I did it back in Dragon Soul Heroic when I first started doing it. I'll sift through my code so you can take a look at it. =)

  7. #11047
    Vinshom's Avatar Contributor
    Reputation
    86
    Join Date
    Apr 2012
    Posts
    428
    Thanks G/R
    11/21
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This will be very interesting ^... btw anyone else is experience huge lag in PTR when PQR is activated?

  8. #11048
    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 CodeMyLife View Post
    Use steady shot ID.
    it will lock up until you move.

    if UnitPower("player") <= 35 then
    CastSpellByName(GetSpellInfo(77767), "target")
    return true
    end

    Please if someone helped you donate rep to them.

  9. #11049
    CodeMyLife's Avatar Contributor
    Reputation
    272
    Join Date
    Mar 2013
    Posts
    707
    Thanks G/R
    24/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    it will lock up until you move.

    if UnitPower("player") <= 35 then
    CastSpellByName(GetSpellInfo(77767), "target")
    return true
    end
    Humm not 100% sure as im on iphone but im close to 100% that it works for me with steady. Using CastSpellByName(GetSpellInfo()) with steady shot.
    Soapbox Rotations Developer

  10. #11050
    MrHeroe's Avatar Member
    Reputation
    3
    Join Date
    May 2013
    Posts
    67
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mentally View Post
    That's quite possible, but you'll need to use a targeting macro. What I've done is create a list over targets that I want to target in a priority setting, then created a TargetUnit macro that targeted units in that macro whenever they were in range of my Mind Blast. That's how I did it back in Dragon Soul Heroic when I first started doing it. I'll sift through my code so you can take a look at it. =)
    Cool! Thank you. Ist there any chance to target a specific Totem since spirit link cant be targeted by a macro? Stormlash for example?

    Best regards
    Mr.
    Last edited by MrHeroe; 08-06-2013 at 09:32 AM.

  11. #11051
    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)
    Originally Posted by MrHeroe View Post
    Cool! Thank you. Ist there any chance to target a specific Totem since spirit link cant be targeted by a macro? Stormlash for example?

    Best regards
    Mr.
    the only thing i know of is to destroy totems when u mouseover it, whenever this isn´t what u were looking for, sorry ;-(

    Code:
    local typem= UnitCreatureType("mouseover")
    
    if UnitExists("mouseover")
    and UnitCanAttack("player","mouseover") 
    and typem == "Totem"
    then
    	CastSpellByName(GetSpellInfo(yourspellidhere),"mouseover")
    	CastSpellByName(GetSpellInfo(yourspellidhere),"mouseover")
    	CastSpellByName(GetSpellInfo(yourspellidhere),"mouseover")
    	return true
    end

  12. #11052
    Sister's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone know the best assassination profile now? I've been using nerder's for a long time.

  13. #11053
    MrHeroe's Avatar Member
    Reputation
    3
    Join Date
    May 2013
    Posts
    67
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by finish View Post
    the only thing i know of is to destroy totems when u mouseover it, whenever this isn´t what u were looking for, sorry ;-(

    Code:
    local typem= UnitCreatureType("mouseover")
    
    if UnitExists("mouseover")
    and UnitCanAttack("player","mouseover") 
    and typem == "Totem"
    then
    	CastSpellByName(GetSpellInfo(yourspellidhere),"mouseover")
    	CastSpellByName(GetSpellInfo(yourspellidhere),"mouseover")
    	CastSpellByName(GetSpellInfo(yourspellidhere),"mouseover")
    	return true
    end
    Better than nothing =)

    Thank you.

  14. #11054
    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)
    Can anyone help me revive this bgreen function please?

    PHP Code:
    function GroupInfo()
      
    membersgroup = { { Unit "player"HP CalculateHP("player"), UTT "playertarget" } }, { low 0tanks = { } } 
      
    group.type IsInRaid() and "raid" or "party" 
      
    group.number GetNumGroupMembers()
      for 
    i=1,group.number do
      if 
    CanHeal(group.type..i)
      
    then 
        local unit
    hputt group.type..iCalculateHP(group.type..i), group.type..i.."target" 
        
    table.insertmembers,{ Unit unitHP hp UTT utt} ) 
        if 
    hp 98
        then
            group
    .low group.low 
        end 
        
    if UnitGroupRolesAssigned(unit) == "TANK"
        
    then 
            table
    .insert(group.tanks,unit)
        
    end 
      end
      end 
      
    if group.type == "raid"
      
    and #members > 1
      
    then 
         table
    .remove(members,1
      
    end 
      table
    .sort(members, function(x,y) return x.HP y.HP end)
      
    local customtarget CanHeal("target") and "target" -- or CanHeal("mouseover") and GetMouseFocus() ~= WorldFrame and "mouseover" 
          
    if customtarget
          then
          table
    .sort(members, function(x) return UnitIsUnit(customtarget,x.Unitend
          
    table.sort(members, function(x) return UnitCanAttack("player",x.UTTend)
        
    end 
    end

    function CanHeal(t)
      if 
    UnitCanCooperate("player",t)
      and 
    not UnitIsEnemy("player",t
      and 
    not UnitIsCharmed(t)
      and 
    not UnitIsDeadOrGhost(t)
      and 
    not PQR_IsOutOfSight(t,1)
      and 
    not UnitDebuffID(t,33786
      and 
    not UnitDebuffID(t,122370)
      
    then
          
    return true
      end 
    end

    function CalculateHP(t)
      
    incomingheals UnitGetIncomingHeals(t) or 0
      
    return 100 * ( UnitHealth(t) ) / UnitHealthMax(t)
    end 

  15. #11055
    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)
    my old problem (PQR - Rotation Bot)
    This problem still exists. Sometimes it may happen or may not happen.
    What to do if this happens:
    1) /reload
    2) logout
    3) disable all addons
    BaudErorFrame does not detect any errors.
    Apart from that, I almost completely finished my profile.
    My profile is targeted for PvE DPS Monk. If someone can help me figure out the nature of the error and fix it ... I will be glad to share it.

    And the last thing that I need, this is a working version of PQR_IsOutOfSight ("target") or LineOfSight.
    Last edited by WWF; 08-06-2013 at 05:07 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 10:21 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