PDA

View Full Version : PQR - Rotation Bot



Wise
09-12-12, 10:29 PM
PQR is a bot designed to perform complex DPS, healing and tanking rotations for the player. It was mainly designed to reduce the tediousness of performing a complex rotation for hours on end, which for many can be a huge relief and provide them with a better WoW
experience where they may have wanted to quit in other cases.



No addons to configure.
No pixel scanning to hinder performance.
Easily customizable and shareable abilities and rotations.



You will just need to find a rotation to get started, and there are plenty posted in this thread and on the Wiki (http://pqrotation.wikia.com/wiki/PQRotation_Wiki)
. Scroll down to the bottom of this post for direct links to each classes' rotation page. Please do some searching before making posts.


Download PQR
Download (http://dl.dropbox.com/u/39925787/PQR.zip) | VirusTotal Scan (http://www.virustotal.com/file-scan/report.html?id=69276e6591f2a0aa691e11ce2384d475772 c6b91d8f4b92865c6099733d9cb8c-1310480694)
(Run PQRUpdater.exe in a new, or current directory of PQR to download the latest version.)

http://dl.dropbox.com/u/39925787/Screenshots/main.png



Manual Download Only:
*NOTE: Since you are downloading an EXE directly, some web browsers may consider it malicious.
If you are unable to use the updater, you may download PQR.exe (http://dl.dropbox.com/u/39925787/PQR/PQR.exe) and PQR.exe.config (http://dl.dropbox.com/u/39925787/PQR/PQR.exe.config) directly.
If you need to download offsets directly, the list of offsets can be found here (http://dl.dropbox.com/u/39925787/PQR_Offsets/offsets.txt).
You will need to download from this link:
http://dl.dropbox.com/u/39925787/PQR_Offsets/
Simply add the XML file name to the end of that URL. Ex: Offsets_15050.xml
Would be: http://dl.dropbox.com/u/39925787/PQR...sets_15050.xml (http://dl.dropbox.com/u/39925787/PQR_Offsets/Offsets_15050.xml)

If you are playing WoW 3.3.5, download PQR 1.1 here:
PQR111.zip (http://www.mediafire.com/?u7kjn1i3qwatkdj)


How to Use Rotation Bot
1) Launch PQR.exe
2) Select the process you would like to attach to. You must be logged into your character to do this.
3) Install and Select your Primary and Secondary rotations.
4) Press ALT+X to start your Primary rotation, and ALT+Z to start your Secondary rotation. Pressing the key(s) again will either stop the bot or switch the rotation, depending on what you have selected.

How to Use Interrupt Bot
1) Add/Remove any spell that you would like to interrupt on the main form or select "Interrupt All Spells".
2) Press ALT+C to start/stop Interrupt Mode.

Configuring a Rotation
1) Select the "Rotation Editor"
2) Select the Class that you wish to edit.
3) Select the Profile you wish to edit, or create a new profile.
4) Select the rotation you wish to edit, or add a new rotation.
5) The "Current Abilities" list is the rotation that will be used from top to bottom.
6) Rotations are automatically saved as you make changes.
7) You may also provide a static download address for your profiles to allow users to use the "Download Update" button as well as provide a note to users so they have more details on what the rotation is supposed to do.



http://dl.dropbox.com/u/39925787/Screenshots/rotationeditor.png


Configuring an Ability
1) Select the Ability Editor.

2) Select the Class for which you would like to configure an ability for.
3) Select the Profile for which you would like to configure an ability for.
4) Configuring an ability. An ability only requires a couple parts to work properly, which I have marked as required.



[*=left]Ability Name (Required) - This is just the name to represent the ability, it must be unique.
[*=left]Spell ID (Required) - This is the spell ID that will be casted if the ability 'returns true.' Use spell ID 0 to not cast any spell.
[*=left]Actions (Optional) - A list of macros that will be performed if this ability returns true. Delimited by a |. Ex: /startattack|/petattack|/use 13
[*=left]Cancel Channel (Optional) - Is this ability allowed to be cast while channeling?
[*=left]Recast Delay (Optional) - The number of milliseconds before this ability is allowed to be recast.
[*=left]Skip Unknown (Optional) - Should this ability be skipped if the spell ID is unknown? Does NOT apply to spell ID 0.
[*=left]Target (Required) - Who to cast the spell at. Valid units are provided and you can also use the PQR_CustomTarget before returning true to name another unit.
[*=left]Lua (Required) - The lua code to be executed to determine if this ability will be executed. It is executed in the form of a function, so you should use 'return true' to indicate you wish to cast the ability.



5) Press "Save."

Here is an example ability.
Example: Cast Hammer of Wrath if the player has "Avenging Wrath" buff (allowing our Execute ability to be cast at any time), or if the target is less than 20% HP




local sAW = UnitBuffID("player", 31884) local unithealth = 100 * UnitHealth("target") / UnitHealthMax("target") if sAW ~= nil then return true else if unithealth <= 20 then -- only usable if target health < 20% return true end end




http://dl.dropbox.com/u/39925787/Screenshots/abilityeditor.png



Death Knight Rotations (http://pqrotation.wikia.com/wiki/Death_Knight_Rotations)
Druid Rotations (http://pqrotation.wikia.com/wiki/Druid_Rotations)
Hunter Rotations (http://pqrotation.wikia.com/wiki/Hunter_Rotations)
Mage Rotations (http://pqrotation.wikia.com/wiki/Mage_Rotations)
Monk Rotations (http://pqrotation.wikia.com/wiki/Monk_Rotations)
Paladin Rotations (http://pqrotation.wikia.com/wiki/Paladin_Rotations)
Priest Rotations (http://pqrotation.wikia.com/wiki/Priest_Rotations)
Rogue Rotations (http://pqrotation.wikia.com/wiki/Rogue_Rotations)
Shaman Rotations (http://pqrotation.wikia.com/wiki/Shaman_Rotations)
Warlock Rotations (http://pqrotation.wikia.com/wiki/Warlock_Rotations)
Warrior Rotations
(http://pqrotation.wikia.com/wiki/Warrior_Rotations)
Credits to Xelper

failzord
10-01-13, 02:11 AM
Update your Link to: http://dl.dropbox.com/u/39925787/PQR.zip

Wise
10-01-13, 03:47 AM
now???

ratfer
12-05-14, 09:17 AM
Error link...

Tulba
12-10-14, 11:14 AM
Yes Error...