Stupid me :< I was writing the BoL code as one of my first abilities a looong time back, didn't know how to check for buffs/debuff on PQR_CustomTarget :P
I won't be updating anything yet, probably tomorrow or wednesday since I don't want people to have to download a new version every day :P Btw maybe you can link me to some thread/post on how to setup a SVN or how to make it possible to update via PQR Rotation Manager?
Take a look at this concerning SVN.Getting Started with Google Code Hosting, Subversion, and TortoiseSVN without feeling like an Idiot « // Internet Duct Tape
To use the PQR updater you'll need the SVN setup with a text file created looking like this.
Then you just give people the link to the txt file on the svn. They paste the link within PQR and it downloads.Code:-- ^ COPY THIS ^ -- -- | URL INTO | -- -- " PQR " -- ------------------------- --IF YOU ARE VIEWING THIS FILE IN A WEB BROWSER --OPEN PQR, OPEN "ROTATION EDITOR", SELECT "DOWNLOAD PROFILE FROM URL" --AND PASTE THE URL FOR THIS WEBPAGE THERE. --ALL FILES BELOW WILL AUTOMATICALLY BE DOWNLOADED AND INSTALLED FOR YOU. Link to abilities.xml from svn link to roatations.xml from svn --DATA File Link to data file if you have one from svn.
Meh managed to get the SVN working but can't download the profile via PQR ;/
Don't have time now, I'll work on that tomorrow
https://dominium.googlecode.com/svn/trunk/
dominium - PQR Holy Paladin PvP Profiles - Google Project Hosting
Not sure which one you need :P
You probably used the https one. PQR doesn't like https.Code:-- ^ COPY THIS ^ -- -- | URL INTO | -- -- " PQR " -- ------------------------- --IF YOU ARE VIEWING THIS FILE IN A WEB BROWSER --OPEN PQR, OPEN "ROTATION EDITOR", SELECT "DOWNLOAD PROFILE FROM URL" --AND PASTE THE URL FOR THIS WEBPAGE THERE. --ALL FILES BELOW WILL AUTOMATICALLY BE DOWNLOADED AND INSTALLED FOR YOU. http://dominium.googlecode.com/svn/trunk/Dominium_PALADIN_Abilities.xml http://dominium.googlecode.com/svn/trunk/Dominium_PALADIN_Rotations.xml
Make a text file with that and host it on svn. Use the link for the text file in PQR.
Last edited by Ralphiuss; 12-03-2012 at 03:04 PM.
What happen to the Ret profile you had :O
I will test this out![]()
Here you go
Replace your Repentance code with this, also change 'Target' to Custom (in the settings on the bottom left) and Spell ID to 0.
if UnitExists("target")
and PQR_SpellAvailable(20066)
and IsLeftAltKeyDown() then
CastSpellByID(20066, "target")
end
if UnitDebuffID("target", 20066) == nil then
if UnitExists("target")
and not PQR_SpellAvailable(20066)
and IsLeftAltKeyDown()
and PQR_SpellAvailable(853)
and UnitDebuffID("target", 20066) == nil then
CastSpellByID(853, "target")
end
end
Edit: 200th post weeee ;D
Last edited by Dominium; 12-04-2012 at 09:59 AM.
Updated, please download from main post.
04/12/2012 New Version, please download!
Changes:
Fixed Beacon of Light in RBGs.
Changed logic for Sacred Shield (reapplys at <15 secs left on the target that you choose)
Significantly increased health % for heals when target has a Necrotic Strike debuff (not 100% perfect but better then nothing)
Download via Download Link at the end of the post!
How do you change the Autotarget Low HP to not only heal your target and/or mouseover?
Also you have Freezing Trap id 1499 on Cleanse but when my hunter freeze traps it says debuffid 3355
Last edited by aghost917; 12-05-2012 at 03:28 PM.