Hey guys im new on using openkore i just read the topics here but i have a problem configuring my bot not to use Concentration while in Tension relax is this possible
useSelf_skill Concentration {
lvl 5
sp > 30
onAction
whenStatusInactive Concentration
inLockOnly 1
}
useSelf_skill Tension Relax {
lvl 1
hp < 50%
sp > 20%
stopWhenHit 1
whenStatusInactive Tension Relax
notWhileSitting 1
}
help on concentration and tension relax skill
Moderators: waferbaron, Moderators
Forum rules
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
-
- Noob
- Posts: 3
- Joined: 18 Dec 2010, 04:53
- Noob?: Yes
-
- The Way Of Human
- Posts: 194
- Joined: 03 Nov 2010, 05:50
- Noob?: No
- Location: The Philippines
Re: help on concentration and tension relax skill
Code: Select all
whenStatusInactive (tension relax status)
-
- Human
- Posts: 46
- Joined: 10 Dec 2009, 02:10
- Noob?: Yes
Re: help on concentration and tension relax skill
what i do with tension relax is, i just add timeout like
timeout 120
that will be 2mins
Learn to read its helps a lot and use the darn search button!!!
-
- Noob
- Posts: 3
- Joined: 18 Dec 2010, 04:53
- Noob?: Yes
Re: help on concentration and tension relax skill
i already made this
useSelf_skill Concentration {
lvl 5
sp > 30
onAction
whenStatusInactive Concentration, EFST_TENSIONRELAX
inLockOnly 1
}
still aint working still continues to cast concentration while in tension relax arg
useSelf_skill Concentration {
lvl 5
sp > 30
onAction
whenStatusInactive Concentration, EFST_TENSIONRELAX
inLockOnly 1
}
still aint working still continues to cast concentration while in tension relax arg

-
- The Way Of Human
- Posts: 194
- Joined: 03 Nov 2010, 05:50
- Noob?: No
- Location: The Philippines
Re: help on concentration and tension relax skill
Here's what I do:
Reference: http://www.openkore.com/index.php/OnAction
Code: Select all
useSelf_skill Concentration {
lvl 5
sp > 10%
whenStatusInactive Action Delay, Concentration
inLockOnly 1
notWhileSitting 1
notOnAction sitAuto
}
Code: Select all
useSelf_skill Tension Relax {
lvl 1
sp >= 15
hp < 10%
whenStatusInactive Tension Relax, Action Delay
}
Last edited by rwnath on 18 Dec 2010, 22:45, edited 2 times in total.
-
- Noob
- Posts: 3
- Joined: 18 Dec 2010, 04:53
- Noob?: Yes
Re: help on concentration and tension relax skill
ok thanks im gonna try ot
-
- The Way Of Human
- Posts: 194
- Joined: 03 Nov 2010, 05:50
- Noob?: No
- Location: The Philippines