[HELP] using Tension Relax Skill when sitting

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

messedupkid
Noob
Noob
Posts: 1
Joined: 05 Sep 2010, 03:18
Noob?: No

[HELP] using Tension Relax Skill when sitting

#1 Post by messedupkid »

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..
User avatar
SkylorD
Moderators
Moderators
Posts: 1197
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil

Re: [HELP] using Tension Relax Skill when sitting

#2 Post by SkylorD »

You can stand, and then use tension relax.
Learn rules
XSDenied
Noob
Noob
Posts: 18
Joined: 06 Jul 2009, 10:38
Noob?: Yes

Re: [HELP] using Tension Relax Skill when sitting

#3 Post by XSDenied »

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
}