riordan
Member
- Joined
- Jun 16, 2015
- RedCents
- 304¢
I've been working on a Pally .ini and am trying to limit his stuns when facing stun immune mobs. I've got the thing working appropriately except I have to define the variable when I startup kiss (using an outer boolean) so that I can varset within the dps section. Any thoughts on a more 'elegant' kiss ini method for altering tactics against stun immune mobs?
INI:
DPS1=command:/varset stunval FALSE|100|Once
DPS2=Refute for Honor|99|Cond18
DPS3=Force of Mercy|98|Once
DPS4=command:/varset stunval TRUE|97|Once|Cond23
...
Cond23=${Target.Stunned}

