[HELP] using Tension Relax Skill when sitting
Moderator: Moderators
-
- Noob
- Posts: 1
- Joined: 05 Sep 2010, 03:18
- Noob?: No
[HELP] using Tension Relax Skill when sitting
I need help on which command should I use so that when my character is sitting, it will use the skill Tension Relax. I'm not sure if I can use the status on this macro I'm thinking to do..
-
- Moderators
- Posts: 1197
- Joined: 16 Dec 2011, 02:53
- Noob?: No
- Location: Brazil
Re: [HELP] using Tension Relax Skill when sitting
You can stand, and then use tension relax.
Learn rules
-
- Noob
- Posts: 18
- Joined: 06 Jul 2009, 10:38
- Noob?: Yes
Re: [HELP] using Tension Relax Skill when sitting
OR!!! you could just use the friggin config to do it for you w/o any macros....
Code: Select all
doCommand ss 358 {
hp < 40%
onAction
whenStatusActive Sitting
whenStatusInactive
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 6
manualAI 0
}