PQR - Rotation Bot menu

User Tag List

Page 736 of 779 FirstFirst ... 236636686732733734735736737738739740 ... LastLast
Results 11,026 to 11,040 of 11681
  1. #11026
    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 last code for toggle spells by using macros:
    PHP Code:
    if INIT == nil then INIT true

     VFQ 
    = { {GetSpellInfo(122470), 0}, -- Touch of karma
             
    {GetSpellInfo(122783), 0}, -- Diffuse magic
            
    }

     function 
    RVFQ(SpellName)
      for 
    1#VFQ do
       
    if VFQ[i][1] == SpellName then return trueiVFQ[i][2end
      end
     end

     SLASH_TOGGLESPELL1 
    "/ToggleSpell"
     
    SlashCmdList["TOGGLESPELL"] = function(SpellName)
      
    SpellExistRVFQ(SpellName)
      if 
    SpellExist then
       VFQ
    [N][2] = (VFQ[N][2] == 1) and or 1
       
    print(string.format("The following spell has been %s the rotation: %s"VFQ[N][2] == and "|cff00ff00included|r in" or "|cffff0000excluded|r from"GetSpellLink(SpellName)))
      
    end
     end

    end 
    works fine but only while all the addons are disabled.
    With addons and in combat, if i do any action with VFQ table, like
    PHP Code:
    if select(3RVFQ(GetSpellInfo(122470))) == 1 then CastSpellByName(GetSpellInfo(122470), "target")  end
    or
    if 
    VFQ[1][2] == 1 then CastSpellByName(GetSpellInfo(122470), "target")  end 
    or even
    PHP Code:
    if select(3RVFQ(GetSpellInfo(122470))) == 1 then print(" ")  end
    or
    if 
    VFQ[1][2] == 1 then print(" ")  end 
    or something else, it causes an error message "Modification has been blocked from an action only available to the Blizzard UI". I can't turn off the error message and rotation no longer use abilities, just auto-attack until /reload.
    Last edited by WWF; 08-05-2013 at 08:29 AM.

    PQR - Rotation Bot
  2. #11027
    Alexindra's Avatar Private
    Reputation
    1
    Join Date
    May 2013
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was wondering if someone could post a link for the following profiles for 5.3:

    Leveling healing Druid
    2h Frost DK
    Beast Master Hunter
    Destruction Lock
    Holy Paladin

    Thank you in advance for the help.

  3. #11028
    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 Alexindra View Post
    I was wondering if someone could post a link for the following profiles for 5.3:

    Leveling healing Druid
    2h Frost DK
    Beast Master Hunter
    Destruction Lock
    Holy Paladin

    Thank you in advance for the help.
    Community Profiles ([PQR] List of Community Rotations - Updated 01252013)
    Former PQR Developer

  4. #11029
    snopoke's Avatar Member
    Reputation
    1
    Join Date
    Nov 2011
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone have an update on PQR 3.0??

  5. #11030
    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
    Maybe you should learn to play without using it then.
    I think that's an out of place thing to say to people in a botting section.

  6. #11031
    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)
    Originally Posted by demisehi View Post
    Maybe you should learn to play without using it then.
    Perhaps you should not be reading the botting forums if you feel like trolling like that.
    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

  7. #11032
    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)
    You say it works with all addons disabled but it does work with addons enabled.

    Is it possible this is caused by just 1 addon or will it happen if you enable ANY addon?

  8. #11033
    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 Uitham View Post
    You say it works with all addons disabled but it does work with addons enabled.

    Is it possible this is caused by just 1 addon or will it happen if you enable ANY addon?
    any ..............

  9. #11034
    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 ->

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

  10. #11035
    demisehi's Avatar Member
    Reputation
    50
    Join Date
    Jun 2009
    Posts
    147
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickmydog View Post
    Perhaps you should not be reading the botting forums if you feel like trolling like that.
    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.

  11. #11036
    wowd00d's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    72
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone tell me how to add Synapse Springs to the Survival Hunter nova profile? Someone told me the code was:

    if GetInventoryItemCooldown("player",10) == 0
    UseInventoryItem(10)
    return true end

    but doesn't seem to work. Anyone got the code to add to another ability?

  12. #11037
    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)
    Yesterday, this code tormented me till night. One friend recommended me install the addon BaudErrorFrame.
    After installing this addon stopped appearing errors about blocking addons but the rotation is still not working.
    I was tired and went to sleep. This morning I again started the rotation, and it miraculously started working as it should!
    There is no longer any errors or freezing rotation! Even with disabled BaudErrorFrame. I'm confused. :confused:

  13. #11038
    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 WWF View Post
    my old problem (PQR - Rotation Bot)
    Yesterday, this code tormented me till night. One friend recommended me install the addon BaudErrorFrame.
    After installing this addon stopped appearing errors about blocking addons but the rotation is still not working.
    I was tired and went to sleep. This morning I again started the rotation, and it miraculously started working as it should!
    There is no longer any errors or freezing rotation! Even with disabled BaudErrorFrame. I'm confused. :confused:
    I must admit I know the feeling... The same story happened to me once. Glad you have it working mate!
    Soapbox Rotations Developer

  14. #11039
    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 tonytouch View Post
    You can check how many arena units are targeting your friendly player, however this will not work in open-world or bg's because PQR does not support object management.

    How you will accomplish this is...

    Code:
    function UnitsTargetingUnit(unit)
    	local n = 0;
    	for i=1,5 do
    		if UnitExists("arena"..i) and UnitIsPlayer("arena"..i) and UnitIsUnit("arena"..i.."target",unit) then
    			n = n + 1;
    		end
    	end
    	return n;
    end
    But like I said, this is only going to return the amount of ARENA PLAYERS that are targeting the unit, it will not return if there is players in a bg, for example, targeting that unit. (will always return 0, in bgs / open world.)
    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.
    Last edited by MrHeroe; 08-06-2013 at 02:08 AM.

  15. #11040
    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 CodeMyLife View Post
    I must admit I know the feeling... The same story happened to me once. Glad you have it working mate!
    5 hours later ... not working again!
    I have not changed anything!

    1 hour later ... it working again!
    and broken again after reload
    and 5 min later it working again...

    I really can not understand what's going on :confused: but it makes me crazy

    Another problem: Using Zen meditation effect does not appear immediately and the check
    (UnitChannelInfo("player") == GetSpellInfo(131523)) -- Zen Meditation
    has no time to execute and stop the rotation. The following executed command immediately interrupts appeared effect of meditation.
    Can I suspend the rotation after command CastSpellByName (GetSpellInfo (115176))
    and before the "end"?
    Last edited by WWF; 08-06-2013 at 04:05 AM.

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