PQR - Rotation Bot menu

User Tag List

Page 52 of 779 FirstFirst ... 2484950515253545556102152552 ... LastLast
Results 766 to 780 of 11681
  1. #766
    Noelpqr's Avatar Member
    Reputation
    3
    Join Date
    Oct 2011
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can anyone please point where i made the mistake on this script

    ability name : PWS
    spell id : 17
    target custom
    code :
    Code:
    for i=1,#members do
      if UnitGroupRolesAssigned(members[i].Unit) == "TANK" and UnitThreatSituation(members[i].Unit) == 3 
      and not UnitbuffID(members[1].Unit,17)
        and not UnitDebuffID(members[1].Unit,6788)
            then PQR_CustomTarget = members[i].Unit return true end 
      end
    what i was trying to do is making a script that will check if the one that should be target by PWS is a tank and he or she has aggro

    PQR - Rotation Bot
  2. #767
    Noelpqr's Avatar Member
    Reputation
    3
    Join Date
    Oct 2011
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by g1teglover View Post
    I've been having issues with PQR as of late with my shaman. It seems that neither of the resto profiles that I've got (Onya and Sheuron) will do Chain Heal at all. I've redownloaded both PQR and the profiles, and have turned off every addon, and still neither profile will cast chain heal.

    I've added a simple output to chat type debug to each of the profiles chain heal ability, so that i can get a visual notice on if it's casting it, however it never seems to fire off at all.

    Here's what Onya's current CH ability lookes like:
    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) 
          PQR_WriteToChat("Casting Chain Heal") 
          return true
       end
    end
    Even with everyone stacked up for fights like ultraxion, it seems that the profile can't seem to find a good target to start casting on.
    lol i thought i was the only one who had this problem

  3. #768
    FrostDKsFTW's Avatar Sergeant Major
    Reputation
    20
    Join Date
    Nov 2011
    Posts
    169
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mentally View Post
    Hey guys. :P Working on making the Shadow Priest and Death Knight profiles MoP ready.
    Should especially see an extensive change on Shadow Priests mainly because changes is all over the place on the beta. Not really sure about the future of the MS/MB profile yet as it's only really viable in 4.3.x patches if you have the Shadow 4-set. (Which in turn is gonna change to boost SW: Pain once 5.0 hits live.) We'll see! Maybe I have a few ideas to prove it there as well.

    I saw a question before as to why it's not fleshed out like the standard shadow priority, it's mainly because that multi-dotting while spamming MS/MB would ruin it all and produce a lot lower DPS than possible, but, I'm going to see if I can't get it enabled with my final re-write of the 4.3.x patch(es).
    It's good to know someone is working on DKs already for MOP Will you be working on both Unholy and Frost or just one? Frost is looking pretty weird at the moment especially DW Frost. : /
    I just want to say a big thanks to all from Nova Team, I tried out the Holy Pally profile recently and it's amazing!! Auto swapping to suit Raids, 5 Mans, ect. - awesome! Rep+ to you and Bubba (let me know if I'm leaving people out)

  4. #769
    Weischbier's Avatar Member
    Reputation
    12
    Join Date
    Apr 2012
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Message: [string "if PQR_Addon_Loaded == nil then..."]:760: attempt to call field '?' (a nil value)
    Time: 06/07/12 11:42:19
    Count: 1469
    Stack: [string "if PQR_Addon_Loaded == nil then..."]:760: in function `PQR_NextAbility'
    [string "if PQR_Addon_Loaded == nil then..."]:533: in function `PQR_ExecuteRotation'
    [string "if PQR_Addon_Loaded == nil then..."]:289: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>

    Locals: rotationNumber = 0
    nextAbility = -1
    playerChanneling = false
    (for index) = 6
    (for limit) = 1023
    (for step) = 1
    i = 6
    spellID = 0
    skipUnknown = true
    (*temporary) = nil
    (*temporary) = "attempt to call field '?' (a nil value)"
    Hey Firepong,

    this is what I get when I use your profiles. Never happened before.

    greetz

    Weischbier

  5. #770
    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)
    @weicshbeir

    Its not just my profile. I've never gotten the errors on mine myself, but I had gotten the error on numerous profiles. This was only after I updated to 2.1.6. Didn't get the error on 2.1.5.

    Also, if you have changed anything on the profile to do with the LUA file or don't have the LUA file, it will shit that error out as well. Make sure you go through the rotation editor and update my profile if you haven't already.


    Sent from my MB860 using Tapatalk 2

  6. #771
    Weischbier's Avatar Member
    Reputation
    12
    Join Date
    Apr 2012
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    @weicshbeir

    Its not just my profile. I've never gotten the errors on mine myself, but I had gotten the error on numerous profiles. This was only after I updated to 2.1.6. Didn't get the error on 2.1.5.

    Also, if you have changed anything on the profile to do with the LUA file or don't have the LUA file, it will shit that error out as well. Make sure you go through the rotation editor and update my profile if you haven't already.


    Sent from my MB860 using Tapatalk 2
    I'm using your latest version + latest PQR version.
    PQInterface shows that it stucks at Ravage!.
    Since I don't understand any LUA...well reading is easy but the rest is just meh to me^^

    greetz

    Weischbier

  7. #772
    ace99ro's Avatar Sergeant Major
    Reputation
    9
    Join Date
    Dec 2011
    Posts
    173
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any Priest Disc PVE profiles ? i only found Sheurons PVP one , thx

  8. #773
    acrodox's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any hutner survival PvE rotations? ive looked EVERYWHERE :P

  9. #774
    abndrew82's Avatar Active Member
    Reputation
    17
    Join Date
    Jan 2008
    Posts
    162
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Weischbier View Post
    I'm using your latest version + latest PQR version.
    PQInterface shows that it stucks at Ravage!.
    Since I don't understand any LUA...well reading is easy but the rest is just meh to me^^

    greetz

    Weischbier
    I saw the same thing the other day, didnt note the errors but can try. I am using the most recent PQR and my feral druid was doing nothing with your profiles Firepong, it said an ability in pqr interface but never moved from it.

    I loaded up another feral one of the ones by gabbz and it went fine, but with any of your active my char was only doing white swings.

    I will try it again tonight and see if I can get an error to post.

  10. #775
    scatterer's Avatar Private
    Reputation
    1
    Join Date
    Sep 2011
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone else having troulbe with bubba's paladin profile? PQR itself works, but with rthis profile the bot isn't healing at all, and i've copied the Data file. Another healpala profile would be fine too

    Thanks

  11. #776
    NickGI's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by acrodox View Post
    Any hutner survival PvE rotations? ive looked EVERYWHERE :P
    liar =)))))

  12. #777
    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)
    Any chance for beta offsets?

  13. #778
    tigole1's Avatar Member
    Reputation
    3
    Join Date
    Apr 2012
    Posts
    82
    Thanks G/R
    0/1
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    crystal tech the demo is good just 1 small problem, when i turned on demo rotation it works, but it doesnt pet swap during rotation, i had pet swap turned on before doing the demo rotation. i tried left shift but it does not do meta, demon soul+ felstorm and no pet swap.

  14. #779
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by acrodox View Post
    Any hutner survival PvE rotations? ive looked EVERYWHERE :P
    You havent looked everywhere

  15. #780
    Mirabis's Avatar Member
    Reputation
    1
    Join Date
    Jul 2010
    Posts
    72
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Firepong

    Any reason for not putting Ferocious Bite at last behind Shred instead of before Rip in rotation ?
    When I switch them around I've like a 2~5k dps increase.

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 08:02 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search