
Originally Posted by
Dominico
How much STP do you need on SAM to get a 5-hit while using a TP Bonus +100 Keit? Assuming you have 5/5 merits. Also how much STP do you need to keep on during a WS to maintain the 5 hit?
Check out this post. It has the answers you seek.

Originally Posted by
Cream Soda
Ok, how do I make spellcast put on hermes' and remove dusk gloves when idle, and swap to dusk and af3+1 shoes when I engage, but only when I engage?
That's all I want it to do. Swap on and off movement stuff. I do the rest w/ windower macros. So let's say I engage and it puts my dusk and af3 shoes on and I swap to my evade set or something. Then I do an action. As soon as the action is over, it swaps my gear back again. I don't want it to do that.
Have sets for Movement and Engaged. In the rules section have somethin' like this:
Code:
<action type="equip" when="Idle|Aftercast" set="Standing"/>
<action type="equip" when="Engaged" set="Engaged" />
<if status="Engaged">
<action type="equip" when="aftercast" set="Engaged" />
</if>