Thought I would offer this up as a tip.
So, I toyed around with this and got some crude coding to work out. I was getting tired of forgetting to click it manually. Now your Rogue will click your disc before going into stealth mode.
In the Kissassist1004e15 file, you can go to line: 10568 and swap Roguestuff for the below code. If you prefer Breather, you can swap out Hiatus for Breather. Rogue is now keeping way better endurance with out manual clicks.
Code:
I have tested it with no real issues.
Enjoy!
So, I toyed around with this and got some crude coding to work out. I was getting tired of forgetting to click it manually. Now your Rogue will click your disc before going into stealth mode.
In the Kissassist1004e15 file, you can go to line: 10568 and swap Roguestuff for the below code. If you prefer Breather, you can swap out Hiatus for Breather. Rogue is now keeping way better endurance with out manual clicks.
Code:
Code:
| ----------------------------------------------------------------------------
| SUB: Roguestuff
| ----------------------------------------------------------------------------
Sub Roguestuff
/if (${Me.Class.Name.Equal[Rogue]}) {
/if (!${Me.CombatState.Equal[COMBAT]}) {
/if (${Me.CombatAbilityReady[Hiatus Rk. II]} && ${Me.PctEndurance} < 25) {
/Echo Time for some endurance Regen!
/Disc Hiatus Rk. II
}
}
}
/if (${Me.Class.Name.Equal[Rogue]}) {
/if (!${Me.Combat} && ${AutoHide}) {
/if (${Me.AbilityReady[hide]} && ${Me.AbilityReady[sneak]}) {
/Echo Stealth Mode Activated!
/doability hide
/doability sneak
}
}
}
/return
| ----------------------------------------------------------------------------
| SUB: LoadSpellSet
| ----------------------------------------------------------------------------
I have tested it with no real issues.
Enjoy!
Last edited:

