Edit: Found awnser
Edit: Found awnser
Last edited by Wildz0r; 11-18-2012 at 08:13 AM.
To everyone who's getting SVN errors and such from the Team Nova google code SVN! We've moved over to Assembla and you can find our new home at https://www.assembla.com/spaces/nova-project/
Also, with some changes to my Fire Mage profile, I kind of fully integrated Presence of Mind with Alter Time and Combustion, resulting in my poor alt doing 100k+ bursts, and averaging 67k DPS.
3.1% Haste, 18% Crit, 18% Mastery, 14.2% Hit, Item Level 451. Testing was done on a Boss-level Training Dummy.
Not sure if that's good enough? I'll try and fiddle around with it further.
Last edited by Kinky; 11-18-2012 at 09:33 AM.
Hey Xelper, awesome program.
Where's the donate button? Sorry if it's obvious, but didn't see it.
Also, anyone been able to get this to work while Firehack is running?
Thanks!
Hey guys. Is there a lua function that resembles spamming the tab key? I'm trying to make pqr scroll through targets but I'm unable to find any appropriate targeting function in the wow api wiki.
edit: Nvm found it. Hehe it was so obvious.
Last edited by PCharlesAA; 11-18-2012 at 11:25 AM.
'
Thank you Mentally, so is this what you mean?
Again Im not savvy on Bosslogic at all so . Just to be sure. having it this way will basically check the bosses health and if below mine will heal boss? (It will by default heal me if boss is in night phase)Code:--Variables local inBG = PQR_Battleground() --Misc Buffs/Debuffs/CD's local playerHP1 = 100 * UnitHealth("Player") / UnitHealthMax("Player") local psBuff = UnitBuffID("Player",69369) local nsBuff = UnitBuffID("Player",132158) if psBuff or nsBuff then if members[customtarget].HP < playerHP1 then PQR_CustomTarget = members[customtarget].Unit CastSpellByName(tostring(GetSpellInfo(5185)),PQR_CustomTarget) else CastSpellByName(tostring(GetSpellInfo(5185)),"Player") end end
*Edit - tested this and its not casting any HT at all now.
Last edited by googlebee; 11-18-2012 at 12:36 PM. Reason: tested - not working
Hey, i have a problem with the interrupt bot, sometimes it interrupts while the player isn't casting (happen a lot in arena), i use the interrupt from my pet, dunno if that matter ?
thank you
Last edited by manw; 11-18-2012 at 01:25 PM.
So, how are you guys making rotations work? Seems to me that some stuff is broken... not all spells get cast. Some of them can only be cast using CastSpellByName(), and some other headaches....
Can someone please explain me what is broken and why so I get a better understanding of how to make everything work? Please, with sugar on top!
I knew I could get an answer like this one... just didn't expeted to hear that from some profile author .
Please, someone show a little sense of comunity and wrap things up for me and many others, that would be very apreciated. You can't really expect someone to go back and read 200 pages. This information should be at the first page.
I've updated my PvE profile, cur version: 1.1.9
Updates:
-- (hopefully) Fixed Plague leech with DW, resulting in it being casted regardless of it not having the runes too, causing LUA errors.
-- Fixed it going into 2H regardless if you were DW using the AoE toggle, should now dynamically switch depending on if you're using a 2H weapon or DW weapons.
-- Added Death Strike on Dark succor and health bellow 80%.
-- Added a melee range check to Cooldowns.
-- Profile should now not apply dots if you are affected by maddening shout.
-- Also had to change the link location of the updates since I changed hosts, so you cannot update through the manager for this update only.
This update doesn't include sitting on KM procs for 2H, if anyone has info on how long you should sit on KM procs and not frost strike, let me know. As always, I am open to private messages for feedback/suggestions!