PQR - Rotation Bot menu

User Tag List

Page 150 of 779 FirstFirst ... 50100146147148149150151152153154200250650 ... LastLast
Results 2,236 to 2,250 of 11681
  1. #2236
    Master34's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Nov 2011
    Posts
    119
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone work on a brewmaster (tank) monk profile atm?

    PQR - Rotation Bot
  2. #2237
    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 wtfnix View Post
    Perfect spot to help support the Auto-update feature within PQR would be on Google Code however thanks for the contribution, will be trying them out for you and leave feedback.
    Sure, I hope you like it!

    There are a couple of things that aren't perfect with this profile, however my MoP ret profile should absolutely kick ass!

  3. #2238
    Daganjaman's Avatar Member
    Reputation
    2
    Join Date
    Aug 2012
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    function IsInRange(u1,u2)
    local range = DistanceBetweenUnits(member[u1].name,member[u2].name)
    if range == nil then range = 100 end
    if range < 11.5 then
    return true
    else
    return false
    end
    end

    function getDefHealth(unit)
    local hp = member[unit].health
    if UnitBuffID(member[unit].name, 974) then hp = hp - 5 end
    return (100 - hp)
    end

    function sortDefHealth(aUnit, anotherUnit)
    return getDefHealth(aUnit) > getDefHealth(anotherUnit)
    end

    function getnexthop(u)
    for nh = 1, table.maxn(chhops) do
    local onlist = 0
    for xxx = 1, table.maxn(nexthop) do
    if tostring(member[nexthop[xxx]].name) == tostring(member[chhops[nh]].name) then
    onlist = 1
    end
    end
    if nexthop[u] ~= nil and onlist == 0 then
    if IsInRange(nexthop[u],chhops [nh]) then return chhops[nh] end
    end
    end
    end

    function findGoodTarget()
    if table.maxn(chtargets) ~=0 and table.maxn(chhops) >= hops then
    table.sort(chtargets, sortDefHealth)
    table.sort(chhops, sortDefHealth)
    for x = 1, table.maxn(chtargets) do
    nexthop = {}
    nexthop[1] = chtargets[x]
    for z = 1,hops do
    nexthop[z+1] = getnexthop(z)
    if nexthop[(hops + 1)] ~= nil then
    return chtargets[x]
    end
    if nexthop[z] == nil then z = hops end
    end
    end
    end
    end

    if PQR_SpellAvailable(1064) and spell ~= GetSpellInfo(1064)then
    local chtarget = findGoodTarget()
    if chtarget ~= nil and moving == 0 then
    SilentCast(1064,member[chtarget].name)
    return true
    end
    end


    Im having trouble with chain heal from onya and sheuron profiles... i did everything from disabling all addons and reinstalling pqr etc. Is there something wrong btw this ability rotation is from Onya profile ... Guys pls help me out if you can . Thanks in advance

  4. #2239
    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 Daganjaman View Post
    Code:
    function IsInRange(u1,u2)
      local range = DistanceBetweenUnits(member[u1].name,member[u2].name)
      if range == nil then range = 100 end
      if range < 11.5  then
         return true
       else 
         return false
       end
    end
    
    function getDefHealth(unit)
       local hp = member[unit].health
       if UnitBuffID(member[unit].name, 974) then hp = hp - 5 end
        return (100 - hp)
    end
    
    function sortDefHealth(aUnit, anotherUnit)
        return getDefHealth(aUnit) > getDefHealth(anotherUnit)
    end
    
    function getnexthop(u)
     for nh = 1, table.maxn(chhops) do
       local onlist = 0
       for xxx = 1, table.maxn(nexthop) do
          if tostring(member[nexthop[xxx]].name) == tostring(member[chhops[nh]].name) then
            onlist = 1
          end
       end
       if nexthop[u] ~= nil and onlist == 0 then
         if IsInRange(nexthop[u],chhops [nh]) then return chhops[nh] end       
       end
     end
    end
    
    function findGoodTarget()
      if table.maxn(chtargets) ~=0 and table.maxn(chhops) >= hops then   
       table.sort(chtargets, sortDefHealth)  
       table.sort(chhops, sortDefHealth)
       for x = 1, table.maxn(chtargets) do
          nexthop = {}
          nexthop[1] = chtargets[x]
          for z = 1,hops do
           nexthop[z+1] = getnexthop(z)     
            if nexthop[(hops + 1)] ~= nil then
              return chtargets[x]
            end
            if nexthop[z] == nil then z = hops end
          end
       end
     end  
    end
    
    if PQR_SpellAvailable(1064) and spell ~= GetSpellInfo(1064)then
       local chtarget = findGoodTarget()
       if chtarget ~= nil and moving == 0 then
          SilentCast(1064,member[chtarget].name) 
          return true
       end
    end

    Im having trouble with chain heal from onya and sheuron profiles... i did everything from disabling all addons and reinstalling pqr etc. Is there something wrong btw this ability rotation is from Onya profile ... Guys pls help me out if you can . Thanks in advance
    I can't tell you why, but for some people, it just doesn't work. All I can say is make sure you have Sheuron's Data file in the right place and as for Onya's, I don't know. Both profiles have been working flawless for me since the day they were made, except for the newer version of Onya's that just shit's out to much errors for me. Thankfully, I had a backup of her older profile, which actually heals better than the newer one even with all the bugs worked out.

  5. #2240
    cpowroks's Avatar Contributor
    Reputation
    180
    Join Date
    Oct 2007
    Posts
    623
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chipeat View Post
    ^
    This. An MoP Enhancement Shaman profile would rock too. Sheuron? Bubba? firepong? Bueller? Bueller?
    I made a Mop enhance profile a while ago. i suppose it got over looked.
    https://www.dropbox.com/s/mw0v04zcklvy8zz/enh.txt

  6. #2241
    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)
    Originally Posted by Master34 View Post
    Anyone work on a brewmaster (tank) monk profile atm?
    I posted a very basic one back a few pages that I've been using pretty successfully.

  7. #2242
    snippetsr's Avatar Member
    Reputation
    1
    Join Date
    Aug 2011
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    New offsets required for Mists of Pandaria Beta - Build 16010

  8. #2243
    Master34's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Nov 2011
    Posts
    119
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kuukuu View Post
    I posted a very basic one back a few pages that I've been using pretty successfully.
    Can u repost it plz, i have searching for it but no luck..

  9. #2244
    Gabbz's Avatar Contributor
    Reputation
    184
    Join Date
    Dec 2011
    Posts
    451
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Xelper
    Wasnt there a way to determine if the mob was infront of player?
    Didnt find the function on wiki.
    Would help alot with the frozen orb so it goes in the right direction
    Looking for exploiters and botters to Elder Scrolls Online.

  10. #2245
    Kinkeh's Avatar Established Member
    Reputation
    243
    Join Date
    Jan 2012
    Posts
    450
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gabbz View Post
    @Xelper
    Wasnt there a way to determine if the mob was infront of player?
    Didnt find the function on wiki.
    Would help alot with the frozen orb so it goes in the right direction
    Is this what you were looking for?
    PQR_IsOutOfSight("target")

  11. #2246
    Gabbz's Avatar Contributor
    Reputation
    184
    Join Date
    Dec 2011
    Posts
    451
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Xelper, or any other experienced profile writer for that matter: I am currently doing a feral script and it is almost finished to be tested but since feral is way complex if you are min/maxing as i want to do its something like 40 decisions points in the rotation. That makes the abilities kind of tiresome to handle where i need to have multiple abilities for example Rake dependent on the scenario. So to simplify my development i have created a generic cat abilitiy where i put all of my rotation and just use CastspellByName and then return true.
    Is this causing any issues that you can forsee? If so is there any ways to overcome them? One that i could think of is the spelldelay but i have not seen any issues with it in my feral testing(altough i can only manage 58K on the shattrah dummies with no gems/echants)

    @Druid lovers: I have done a draft Moonkin(52 k dps) and a Feral(58k dps) that i can release for more testing when i come home tonight. Wants alot of feedback what can be improved. At the moment they are hardcoded using talents and there is no burst toggle. I will add that later when the rotation is done more stable. There is also i stable Guardian profile but its is very simple, since tanking is simple rotation and is more about reacting.
    Looking for exploiters and botters to Elder Scrolls Online.

  12. #2247
    tianrebzuan's Avatar Private
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Link for maintenance Scheduled


  13. #2248
    Daganjaman's Avatar Member
    Reputation
    2
    Join Date
    Aug 2012
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    I can't tell you why, but for some people, it just doesn't work. All I can say is make sure you have Sheuron's Data file in the right place and as for Onya's, I don't know. Both profiles have been working flawless for me since the day they were made, except for the newer version of Onya's that just shit's out to much errors for me. Thankfully, I had a backup of her older profile, which actually heals better than the newer one even with all the bugs worked out.
    Would you be so kind and give me link to older profile that actually works with CH then pls ?

  14. #2249
    Kinkeh's Avatar Established Member
    Reputation
    243
    Join Date
    Jan 2012
    Posts
    450
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gabbz View Post
    @Xelper, or any other experienced profile writer for that matter: I am currently doing a feral script and it is almost finished to be tested but since feral is way complex if you are min/maxing as i want to do its something like 40 decisions points in the rotation. That makes the abilities kind of tiresome to handle where i need to have multiple abilities for example Rake dependent on the scenario. So to simplify my development i have created a generic cat abilitiy where i put all of my rotation and just use CastspellByName and then return true.
    Is this causing any issues that you can forsee? If so is there any ways to overcome them? One that i could think of is the spelldelay but i have not seen any issues with it in my feral testing(altough i can only manage 58K on the shattrah dummies with no gems/echants)

    @Druid lovers: I have done a draft Moonkin(52 k dps) and a Feral(58k dps) that i can release for more testing when i come home tonight. Wants alot of feedback what can be improved. At the moment they are hardcoded using talents and there is no burst toggle. I will add that later when the rotation is done more stable. There is also i stable Guardian profile but its is very simple, since tanking is simple rotation and is more about reacting.
    It's not a performance decrease(same, if not better then having a lot of abilities), take Valma's warlock profile for example. He has 3 different specs, and 8 raid boss encounters all in mostly 2 abilities(lots of code) and it's flawless.
    Last edited by Kinkeh; 08-22-2012 at 03:35 AM.

  15. #2250
    Genetyk's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PTR up (Build 16010 , no offsets)

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 01:35 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