I don't have uploaded changes into CVS but the code I have made is very simple right now.
As I just check, just when I enter in the Main Hand hit function if I'm in frost presence and have enough runic power to cast it.
It look like that :
If FrostPresence = 1 Then
If RunicPower.Value >= 20 Then
RuneStrike
exit function
End If
End If
Saving RP for emergency abilities is something I could throw easily in a customizable parameter. I put this in my todo list.
Originally Posted by Kyruski
You don't have a function to check if Rune Strike is available? Or is it build into the RuneStrike command?
|
Not right now. Adding a parameter for that is in my todo list.
Cabal,
A pure tanking module with dodge, effective health and so on is not my priority right now. But if have have enough time in the future to make something usefull for the DK tanking, I think I will if no other tools that fits my need appears.
But adding a TPS module was something I wanted to implement and started to work on a few days ago. Adding such things like I this are not very time consuming.
But, I think also that the work on the "DPS" module is nearly close to be finished. The main missing stuff I have in mind is the trinket proc implementation. The rest is more User Interface improvement and some code optimization. And I have to admit I'm missing ideas of what is missing to fits every DPS DK needs.