I am looking to level up something. Anyone has a profile to suggest leveling 1-90? Preferably something that you also used while leveling.
I am looking to level up something. Anyone has a profile to suggest leveling 1-90? Preferably something that you also used while leveling.
Anyone have the code for the following
Optical Blast Level 90
20 Energy 40 yd range
Instant 24 sec cooldown
Requires level 52
Blasts the enemy with lasers, dealing 18 (+ 14% of SpellPower) Shadow damage and silencing the enemy for 3 sec.
If used on a casting target, it will counter the enemy's spellcast, preventing any spell from that school of magic from being cast for 6 sec.
The checks I guess would be that the pet has 20 energy and that the pet's target is casting a spell.
Also anyone have the code for these
Twilight Ward (with 4 piece)
Blood Horror
Would like Twilight Ward to cast whenever not active.
Would like Blood Horror to cast whenever not active and
- target/mouseover/focus is in melee range and
- life >25%.
Just updated my Ele/Enhance profiles
[PQR] Cpoworks's PQR profiles
WoW LUA Script Developer
Need Something Custom? WarmaneScripts.com
Skype - grapejuice111
Not sure what the problem is, but constantly crashing, sometimes more then other times. This has started since the last set of offsets were changed, but seems to me if I dont use to PQR and I run the game in 64bit it runs fine. Any suggestions?? Not sure what to do ty!!!
Would there be an easy way to calculate time to death? wracking my brain pretty hard =/
Code:---------------------------- TIME TO DIE PlayerCombat = UnitAffectingCombat("player") TimeToDie = 999999 if UnitExists("target") and UnitCanAttack("player", "target") == 1 and PlayerCombat then if (guid ~= UnitGUID("target")) or (guid == UnitGUID("target") and UnitHealth("target") == _firstLifeMax) then guid = UnitGUID("target") _firstLife = UnitHealth("target") _firstLifeMax = UnitHealthMax("target") _firstTime = GetTime() end _currentLife = UnitHealth("target") _currentTime = GetTime() timeDiff = _currentTime - _firstTime hpDiff = _firstLife - _currentLife if hpDiff > 0 then fullTime = timeDiff*_firstLifeMax/hpDiff pastFirstTime = (_firstLifeMax - _firstLife)*timeDiff/hpDiff calcTime = _firstTime - pastFirstTime + fullTime - _currentTime if calcTime < 1 then calcTime = 1 end TimeToDie = calcTime end if hpDiff <= 0 then guid = UnitGUID("target") _firstLife = UnitHealth("target") _firstLifeMax = UnitHealth("target") _firstTime = GetTime() end -- dummy if UnitHealthMax("target") == 1 then TimeToDie = 99 end end
Anybody got an idea why PQR is constantly crashing my WoW since today?
If anyone want to know the time till you are energy caped here you go.
timeToCap = (UnitPowerMax("player") - UnitPower("player")) / GetPowerRegen()
Just thought it would be useful.
WoW LUA Script Developer
Need Something Custom? WarmaneScripts.com
Skype - grapejuice111
http://www.ownedcore.com/forums/worl...-donation.html (Need Storm, Earth, and Fire WW Monk tracking code ($20 donation))
Posting this thread here in case one of you pro coders want to help me out for $20.
Edit: Figured out what was causing it. Because if you don't have target that you can cast power word shield on same time having weakened soul debuff on yourself then power word shield is grayed out as not available. So it work as meant to as long I have party1 targeted by my priest, if I don't have target that I can cast shield on and same time weakened soul on my priest then it as if spell wasn't available even if target unit could get new shield.
Is this bug or am I missing something?
I have nothing else in rotation since this was confusing hell out of me.
Just simple:
It should cast power word shield on party1 and it work like that unless I cast power word shield on myself then it simply stop until weakened soul is over on my priest before casting shield again on party1.Code:PQR_CustomTarget = "party1" return true
Code:<Ability> <Name>PW:Shield</Name> <Default>false</Default> <SpellID>17</SpellID> <Actions/> <Lua>PQR_CustomTarget = "party1" return true</Lua> <RecastDelay>100</RecastDelay> <Target>Custom</Target> <CancelChannel>False</CancelChannel> <SkipUnknown>True</SkipUnknown> </Ability>
Last edited by luac; 04-22-2013 at 11:43 AM.
Do or Die
[PQR] Monk Mistweaver
any plans making a version for 1.12.1![]()
Just posted about a mash up fury profile that I stitched together if your interested: Link here