The only credit I can take is that of copy and pasting from the Fury.iss to Inquisitor.iss and changing the words "Favor of the Phoenix" to "Divine Awakening".
It was rough, but I did it. It would be kind of spiffy if these spells would trigger when the members in the group changed.
It was rough, but I did it. It would be kind of spiffy if these spells would trigger when the members in the group changed.
Code:
Index: Inquisitor.iss
===================================================================
--- Inquisitor.iss (revision 1745)
+++ Inquisitor.iss (working copy)
@@ -266,7 +266,15 @@
declare BuffTarget string local
variable int temp
-
+
+ ; Pass out feathers on initial script startup
+ if !${InitialBuffsDone}
+ {
+ if (${Me.GroupCount} > 1)
+ call CastSpell "Divine Awakening" ${Me.Ability["Divine Awakening"].ID} 0 1 1
+ InitialBuffsDone:Set[TRUE]
+ }
+
switch ${PreAction[${xAction}]}
{
case BuffDPS