Nice and it's now working! Just more knowledge to add while I try and teach my self this
Thanks all adding +rep to whom I can![]()
Nice and it's now working! Just more knowledge to add while I try and teach my self this
Thanks all adding +rep to whom I can![]()
[ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
If you like this piece of code feel free to invite me a beer making a donation.
My paypal account: [email protected]
Does PQR query object manager even is new functions (PQR_UnitInfo,...) not being used on profile? I think i noticed perforance decreased on last version playing 25 man groups. But not sure, need more testing, cant find older version to compare.
[ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
If you like this piece of code feel free to invite me a beer making a donation.
My paypal account: [email protected]
Ok guys, since [Blinded] hasn't came on and updated his Enhance profile in a while, I decided to take it over and make it better
Log:
- -- Heal Mode Start --
- Press Right Alt to Switch On/Off Heal Mode
- Heal Mode Activated: Will use Greater Healing Wave When at 5 Maelstrom Stacks instead of Lightning Bolt when Health is Below 40%
- Heal Mode Deactivated: Will Use Lightning Bolt as Normal.
- While Heal Mode is Activated, it will do the above stated. Also, if the player has the Deep Corruption Debuff from H Yor'Sahj, it will instead skip Greater Healing Wave and instead cast Lightning Bolt/CHain Lightning Respectively/
- PURELY BETA! HAVE NOT HAD A CHANCE TO TEST AS MY SHAMAN HAS ALREADY DONE H DS10 THIS WEEK. NEED FEEDBACK
-- Heal Mode End --
- -- AoE Mode Start --
- -Press Right Control To Toggle AoE Mode
- AoE Mode Activated: Uses Chain Lightning instead of Lightning Bolt as well as uses Fire Nova ( No Magma Totem Coded in Yet)
- AoE Mode Disabled: Uses Lightning Bolt and Does Not Use Chain Lightning/Fire Nova.
-- AoE Mode End --
- -- Toggle Controls Start --
- Hold Left Control to use Healing Rain
- Hold Left Shift To use Fire Elemental Totem
-- Toggle Controls End --
Usage:
- Automatically puts enchants on weapons
- Windfury on Main-Hand
- Flametongue on Off-Hand
- Keeps Lightning Shield Up
- Recommended use of Lightning Shield Major Glyph for increased DPS
To-Do
- Add in use of Stone Claw Totem on Yor'Sahj for Shield
- Maybe More?
LINK: http://pqrotation-profiles.googlecod...HAMAN_v1.0.rar
GO INTO THE ROTATION EDITOR AND UPDATE PROFILE BEFORE USE TO GET THE DATA FILE!!
Last edited by firepong; 05-10-2012 at 08:26 PM.
Nope, if PQR_UnitInfo isn't being used it is not querying or running the command to update the object manager. Nothing has really changed at all with PQR WoW code in many builds. As long as you aren't passing the "EXACT" line to UnitBuffID it is still functioning exactly the same. I'll go a step further next update to cause it to not even write the object data to WoW... but that doesn't even matter because it is being written by a seperate process to a piece of memory that is never being touched by WoW.
Last edited by Xelper; 05-10-2012 at 07:54 PM.
[ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
If you like this piece of code feel free to invite me a beer making a donation.
My paypal account: [email protected]
Updated Fire Mage PvE profile. This is mayor update, dps have been increased substantially also having a faster response to spread DoTs while holding shift.
[ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
If you like this piece of code feel free to invite me a beer making a donation.
My paypal account: [email protected]
i'll give it a shot soon on my mage and let ya know
i tested it, you cannot target enemy totems with a macro like "/tar spirit link totem"
TargetUnit(), CastSpellByName() and CastSpellByID also doesnt work
example for my first idea (NOT TESTED)
maybe the while loop goes crazy, if the totem is not in the "TAB" cycleCode:local name, realm = UnitName("target") local totem = "Spirit Link Totem" local mem = GetNumRaidMembers() for i = 1, mem do local tar = "arena"..i if UnitBuff(tar,totem) ~= nil and CheckInteractDistance(tar,3) then while name ~= totem do TargetNearestEnemy() name, realm = UnitName("target") end return end end
and while tabbing you possibly break a cc
and you cannot self choose a other target in this phase
and highspeed target changing is a indicator for cheating (like instant kick etc.)
Last edited by osbornx22; 05-10-2012 at 11:00 PM.
hey crrystal tech about your affliction profile, does it do the rotation once you have flasks food buffs and such in dragon soul?
Don't know if your smokin anything or not, but macros are CASE-SENSITIVE. Meaning "/tar spirit link totem" wouldn't work anyways. Gotta do "/tar Spirit Link Totem" See the 3 letters there that are capitals? I just tested it out myself in a duel with a shaman. I could and did target the totem with:
Worked like a charm for me. Just make sure to check cases next timeCode:/tar Spirit Link Totem /cast Flame Shock![]()