Help with taekwon running

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
OniNoSeishin
Noob
Noob
Posts: 6
Joined: 24 Jul 2013, 10:59
Noob?: No

Help with taekwon running

#1 Post by OniNoSeishin »

Hi, i'm trying to activate spurt status but it's not working.
I'm using the config from FAQ's section, with skills and statuses handlers:

Code: Select all

useSelf_skill TK_RUN {
   lvl 10
   sp > 20
   whenStatusInactive EFST_STRUP
   notInTown 1
   notWhileSitting 1
   #timeout 5
   inLockOnly 1
}

attackComboSlot TK_RUN {
   lvl 10
   afterSkill TK_RUN
   waitBeforeUse 0.6
   isSelfSkill 1
   inLockOnly 1
}
Not working :\
Bot just runs for some time, never activating spurt

Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Help with taekwon running

#2 Post by Raider »

Use "Run" inplace of TK_RUN and "Spurt" inplace of EFST_STRUP

Locked