Here is the link to the lua api info for wow.
http://www.wowwiki.com/Lua_functions
Btw do not flex your epeen here bragging about how much rep you have.
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
Here is the link to the lua api info for wow.
http://www.wowwiki.com/Lua_functions
Btw do not flex your epeen here bragging about how much rep you have.
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/
I'm not going to be releasing anything for a while. I'm back on retail for new content.
You're both acting like children imo, take it to PM's or something.
I like World of Warcraft Programming myself but i'll use wowwiki when it's incomplete/to cross reference.
Shaman resto and elemental profiles for PQRotation can be downloaded from here - https://db.tt/g2pIFrBc
Tradeskill profile (Jewelcrafting and disenchant) download here - https://db.tt/aPpOTKJH
Does anyone know of a good Enhancement profile?
I've tried Blinded's profile and another, but Blinded's profile for both 4pc T13 and non-4pc T13 casts an extra lightning bolt after casting a MW Lightning Bolt. If that makes sense. The other profile (can't remember where I got it exactly) doesn't cast Lightning Bolt at anything but MWx5
Thank you, this is exactly what needs to be done. I'm pretty sure I read no flaming/arguing somewhere in the forum rules. If it keeps going on here, I will not be afraid to report anyone that's doing what I just stated. Anyways, back to the constructive feedback and help.
Saronite Bomb's have a circle on the ground to show where your planting it right, like Healing Rain or DnD etc? If so, this is the way I would do it. Feel free to use it whenever you want to:
The above code is untested, but should work, I hope. Give it a try and let me know how it goes for you.Code:local sbCD = GetItemCooldown(41119) --41119 - ItemID of Saronite Bomb local inCombat == UnitAffectingCombat("Player") local sbCount = GetItemCount(41119) --Make Sure You Have The Item if sbCD == 0 and (sbCount and inCombat) ~= nil then UseItemByID(41119) if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end return true end
Check the first page about 5 pages down. Since Blinded hasn't been on and updated his profile in a while, I decided to take it over and post my changes I made. Should be pretty decent. I top charts in my raid on my DPS Off-Spec. I've burst up to 54k in 396 gear most times if I pre-pot before boss is pulled.
Last edited by firepong; 05-18-2012 at 12:07 PM.
Also, my version, instead of taking the time to waste maelstrom stacks and cast a 3 or less Lightning Bolt, it costs Lava Burst when EVERYTHING is on CD except for when feral spirit is up. When Feral Spirit is up, it does not cast Lava Burst, but does Lightning bolt at 4 or higher stacks.
I tried doing Lightning bolt fillers at 3+ stacks, but it was doing less DPS than when I use Lava Burst as a Filler. In my rotation, with Lava Burst as a filler, Lava burst is usually within the top 10 on Damage Done, Usually in the top 7.
And even though it says to use Fire Shock after a Unleash Weapon use, since the buff from Flametongue only buffs the direct damage of Fire shock, I didn't put this as a major priority. Half the time, when Unleash Elements is done, Fire Shock is on Cooldown, so it actually puts that into Lava Burst, which I've seen crit on my gear up to 45k damage.
It's best to put the rotation up against a Dummy to get the gist of my changes, but it does the same DPS, if not more as SimulationCraft, which 90% of the rotation is based around. The other 10% is my own DPS increase that I have had more luck with than the other 10% of SimulationCraft.
Did not work, I've tried everything and just no go. What about making the code so it's used with hitting the right control key and just have it throw the bomb where my mouseover is? The biggest issue is when DPSing you can't just hit it as the target window appears and then instantly vanishes so I need it to just throw it at the mouseover location. I certainly don't mind making it bound to a key I just need it's ability to be activated and thrown. However thank you very much for the attempt to resolve the issue.
+rep for that!
Sorry about that, I was using the wrong item use code. Try this one out:
I was using UseItemByID when it was suppose to be UseItemByName(itemID)Code:if IsLeftControlKeyDown() then UseItemByName(41119) if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end return true end
Last edited by firepong; 05-18-2012 at 01:44 PM.
I was trying to help(I said work off that, for a reason. And not to expect someone to just give you the whole code..you have to learn some how)...I haven't been on this forum for as long as you, I didn't even know nor do I care now about a rep system, I'll rep stuff I'm grateful for now though =]. Good luck with your profile, I'll check it out when you release it.![]()
Last edited by Kinkeh; 05-18-2012 at 05:47 PM.
yea i was trying to defend you imo... I am also looking forward to his work also. I like to learn from others hopefully he will be able to accomplish what he says he wants to. I want to see how nice my dps can get even though I have all top 75 parses in all HM fights with both of my frost and unholy profiles. Guess that makes me a top 100 dk in the world if he can make it top 25 awesome stuff.
My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/
There. Updated the Nova Unholy profile before bed. Added in a aoe rotation (courtesy of Kinkeh) and a few changes pointed out my Pants. =)
Also cleaned up the code a bit, temporarily disabled the Notification frame messages and fine tuned some abilities. Should have Dark Simulacrum in a few days if nothing else. :P