PQR - Rotation Bot menu

User Tag List

Page 508 of 779 FirstFirst ... 8408458504505506507508509510511512558608 ... LastLast
Results 7,606 to 7,620 of 11681
  1. #7606
    larrybyrdy's Avatar Member
    Reputation
    2
    Join Date
    Mar 2011
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by googlebee View Post
    You can simply open the ability editor, and select the INTERUPT ability in the list.

    You can then edit the percentages and timing.

    -GB
    Curious about this as well. Started arenas and slowly working my team up and I've already been getting tells about people saying I'm hacking because I've got the interrupter running (at the 1400 bracket nonetheless) and want to edit how it works. The first part reads as follows:

    Code:
    if PQR_SpellAvailable(6552) then
    	for y=1, 5 do
    		local aTarget = "arena"..tostring(y)
    		if UnitExists(aTarget) 
    		 and IsSpellInRange(GetSpellInfo(6552), aTarget) == 1 
    		 and PQR_UnitFacing("player", aTarget) then
    			local spellName, _, _, _, startCast, endCast, _, _, canInterrupt = UnitCastingInfo(aTarget)
    			for i=1, #InterruptSpells do
    				if GetSpellInfo(InterruptSpells[i]) == spellName and canInterrupt == false then
    					Nova_SpellReflect = false
    					if select(2, Nova_CastingInfo(aTarget)) >= 85 then
    						PQR_CustomTarget = aTarget
    						return true
    					end
    				end
    			end
    		end
    	end
    I fail to see an area where it does a check about what percentage the cast it as before it attempts the interrupt. Unless its at the end there with the >= 85? This is for the arena portion, it just copies itself for target and focus as well. I'd like to make it like 70% through the cast then attempt to interrupt.

    PQR - Rotation Bot
  2. #7607
    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 larrybyrdy View Post
    Curious about this as well. Started arenas and slowly working my team up and I've already been getting tells about people saying I'm hacking because I've got the interrupter running (at the 1400 bracket nonetheless) and want to edit how it works. The first part reads as follows:

    Code:
    if PQR_SpellAvailable(6552) then
    	for y=1, 5 do
    		local aTarget = "arena"..tostring(y)
    		if UnitExists(aTarget) 
    		 and IsSpellInRange(GetSpellInfo(6552), aTarget) == 1 
    		 and PQR_UnitFacing("player", aTarget) then
    			local spellName, _, _, _, startCast, endCast, _, _, canInterrupt = UnitCastingInfo(aTarget)
    			for i=1, #InterruptSpells do
    				if GetSpellInfo(InterruptSpells[i]) == spellName and canInterrupt == false then
    					Nova_SpellReflect = false
    					if select(2, Nova_CastingInfo(aTarget)) >= 85 then
    						PQR_CustomTarget = aTarget
    						return true
    					end
    				end
    			end
    		end
    	end
    I fail to see an area where it does a check about what percentage the cast it as before it attempts the interrupt. Unless its at the end there with the >= 85? This is for the arena portion, it just copies itself for target and focus as well. I'd like to make it like 70% through the cast then attempt to interrupt.
    correct, change the 85 to 70 and thats 70%

    im guessing some peoples lag would make 85 a little unreliable XD
    ^0^Team Nova's PQR NCC ^0^

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

  3. #7608
    Mystery X's Avatar Contributor Lord of Destruction

    CoreCoins Purchaser
    Reputation
    168
    Join Date
    Jun 2010
    Posts
    165
    Thanks G/R
    1/2
    Trade Feedback
    26 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    there is only 1 serious question after all : can you get banned for a rotations bot? i mean by just editing and doing a rotation which is nearly (or actually is) playing perfect for you the system may notice it - or am i wrong? sry for my bad english though :X

  4. #7609
    evlow's Avatar Contributor
    Reputation
    171
    Join Date
    Sep 2007
    Posts
    233
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @XXXXXXXXX you can get banned for anything blizzard feels like banning you for. With that being said, the odds are slim that you will get banned for using this since you have to be at your computer to use it, as long as you are careful and you don't advertise and bring attention to yourself, I feel you are pretty safe.

  5. #7610
    mrkebo's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Feb 2012
    Posts
    78
    Thanks G/R
    0/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Please Delete

  6. #7611
    mrkebo's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Feb 2012
    Posts
    78
    Thanks G/R
    0/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by replikatoren View Post
    Hey,
    just take my profile which is improved by me. Has switch between single target and two target ( r CTRL ) and aoe profile, which is also good. For optimal use, disable autobloodbath.
    The profile you can find in my signature.
    Thanks for rep ;P

    Thanks for the edit. Working great. +Rep to you!

  7. #7612
    larrybyrdy's Avatar Member
    Reputation
    2
    Join Date
    Mar 2011
    Posts
    61
    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
    correct, change the 85 to 70 and thats 70%

    im guessing some peoples lag would make 85 a little unreliable XD
    If its already set at 85% though why does the interrupt take place instantly? I think people get suspicious when you interrupt damn near instacast spells like someone hitting a Nature's Swiftness>>Cyclone or an NS>>Heal and the 2nd spell gets pummeled/kicked. Granted I've only had 1 team send me tells afterwards saying they were going to report me but I did have 30+ interrupts in about 20 mins.

  8. #7613
    jh16's Avatar Contributor
    Reputation
    323
    Join Date
    Feb 2012
    Posts
    321
    Thanks G/R
    10/46
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by larrybyrdy View Post
    If its already set at 85% though why does the interrupt take place instantly?
    Are you using the default Interrupt profile that Xelper releases?

    If so here's something in the "-- Variables: Interrupt --" ability you should know about.
    Code:
    --This is the percentage of the cast to wait before interrupting
    PQR_InterruptPercent = 0

    If the class profile itself has a built-in interrupt then you shouldn't use any Interrupt profiles. Since your interrupt is on cool-down, techniquely the class profile that has a built-in interrupt just gets ignored.
    However if the class profile doesn't have a built-in interrupt then I might suggest using Team Nova's Interrupt profile.

    Same location, sort of looks like the default Interrupt profile Xelper gives out except notice the difference.
    Code:
    --This is the percentage of the cast to wait before interrupting
    PQR_InterruptPercent = math.random(30, 80)
    Instead of going off at 0% it goes off of those two random percentages, 30% and 80%.

    So the point of this post is don't use an Interrupt profile if the current class profile you are using doesn't already have it built-in.

    Hope this helps you, larrybyrdy.

  9. #7614
    MACH9 WoW Services's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    219
    Thanks G/R
    1/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone making ret paladin PvE profiles anymore? couldn't see any in the profile forum.

  10. #7615
    lolomo2003's Avatar Active Member
    Reputation
    49
    Join Date
    Apr 2012
    Posts
    102
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cameronmc88 View Post
    Anyone making ret paladin PvE profiles anymore? couldn't see any in the profile forum.
    Well you didnt look hard enough Paladin (Avery Ret Profile)

  11. #7616
    MACH9 WoW Services's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    219
    Thanks G/R
    1/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've seen it before lolomo2003, just didn't think it was up to date but thanks for replying!

  12. #7617
    jjlanp'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 bu_ba_911 View Post
    Actually wrong on every count. The only way to wipe a CVar is manually setting it to nil, or exiting wow completely. It will last through relogs, character swaps, account changes, everything except wow closing.

    Sent from my ADR6400L using Tapatalk 2
    Oh. Well seems a bit silly if you have to setup your settings every time you close and open wow. Seems like a lot of work on that frame for not much good. Id prefer to set settings just open the rotation up and look at the top and that's where all the settings are and keybind. What's wrong with that? And less klunk

  13. #7618
    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 jjlanp View Post
    Oh. Well seems a bit silly if you have to setup your settings every time you close and open wow. Seems like a lot of work on that frame for not much good. Id prefer to set settings just open the rotation up and look at the top and that's where all the settings are and keybind. What's wrong with that? And less klunk
    Sadly, this won't happen for the time being. The way PQR is, it cannot make changes to game files and doesn't have any sort of system to save values and tables outside of what is done in pre-loaded tables and values. When the game is exited out, it looses all the information because it is saved in memory, not the PQR program itself since PQR injects the code into the game.

  14. #7619
    jjlanp'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 firepong View Post
    Sadly, this won't happen for the time being. The way PQR is, it cannot make changes to game files and doesn't have any sort of system to save values and tables outside of what is done in pre-loaded tables and values. When the game is exited out, it looses all the information because it is saved in memory, not the PQR program itself since PQR injects the code into the game.
    Yea I understand why it doesn't work..

    The frame is definitely nice to look at and a great step forward for these profiles but I would just prefer the method of setting it up at the beginning 1 time and be done with it.. so that's how I made my profiles

    To each his own though and cheers to all the hard work you guys are putting into it.

  15. #7620
    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 jjlanp View Post
    Oh. Well seems a bit silly if you have to setup your settings every time you close and open wow. Seems like a lot of work on that frame for not much good. Id prefer to set settings just open the rotation up and look at the top and that's where all the settings are and keybind. What's wrong with that? And less klunk
    the frame is more for trying out settings. if more people follow the example i set for them in how to set it up, there's going to be a giant table that you setup and that will have all the values you are changing anyways. so you can just go into that and set the perfect values for yourself there after you've done all of your tests with the frame on the fly. This isn't supposed to be a magical way to save people from ever going into the PQR ability and rotation editor again.... it's just supposed to make it a 100 times easier than entering into those things each time you want to try some different value out, or if you just want to disable a single spell for a fight (like turn off cleaves for a certain boss fight, change your CD keys to see which one feels better to you, etc)
    ^0^Team Nova's PQR NCC ^0^

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

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:15 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