Page 8 of 8

Re: Configuring Taekwon/Star Gladiator

Posted: 01 Nov 2009, 12:57
by kokben
zarkon wrote:
kokben wrote:can we config the 2 taekwon to sit beside each other..

to have the fast HP and SP recovery skills?
set your TK slave to followsit should work nicely i guess
but follow sit just follow ur master to sit..doesnt sit beside isnt it ?

Re: Configuring Taekwon/Star Gladiator

Posted: 02 Nov 2009, 11:06
by zarkon
kokben wrote:
zarkon wrote:
kokben wrote:can we config the 2 taekwon to sit beside each other..

to have the fast HP and SP recovery skills?
set your TK slave to followsit should work nicely i guess
but follow sit just follow ur master to sit..doesnt sit beside isnt it ?
that would be difficult unless you set you slave follow distant 1.5 or use macro

Re: Configuring Taekwon/Star Gladiator

Posted: 13 Dec 2009, 15:54
by ssj2ander
I'm also having problems with Sprint aka Run not cycling fast enough to activate the Spurt buff. I've pasted the script blocks for it from page 1, but the bot repeatedly tries to sprint till he's low on SP...and not once does he successfully get the Spurt buff effect.

I've tried changing the waitBeforeUse line to everything from 0.3 - 1.0 with no success.

If I want to try the macro commands listed further up as an alternative solution, how do I get those to work? I've pasted them both into the config.txt but get the error 'unknown macro' over and over. Am I placing those lines of code in the wrong file/place in the file?

-edit-
I also tried looking up macro commands in the forum, but was confused by the posts that came up...none of them seemed to explain where to use the commands, or how to go about writing them...what am I missing? O.o

--edit again--
Wow, no replies yet... Well, I also tried changing my cpu sleep speed setting in the config.txt file ("sleepTime 10000"). The default is 10000/sec, I changed it to 3000 since lower sleep time is supposed to make the bot run faster but use more cpu cycles....and no effect. Still doesn't pop out of Run fast enough... =[

Re: Configuring Taekwon/Star Gladiator

Posted: 23 Dec 2009, 17:38
by ikaro
Hello i got a problem my bot dosent seems to do any skills, im playing iro btw.
Well here is my code :roll:

Code: Select all

useSelf_skill Ready Counter {
	lvl 1
	whenStatusInactive Ready Counter
}

attackComboSlot Counter Kick Stance {
	lvl 7
	sp > 2
	dist 1.5
	afterSkill Counter Kick
	waitBeforeUse 0.1
}

useSelf_skill Ready Heel Drop Stance {
	lvl 1
	whenStatusInactive Ready Heel Drop Stance
}

attackComboSlot Heel Drop {
	lvl 7
	sp > 2
	dist 1.5
	afterSkill Ready Heel Drop Stance
	waitBeforeUse 0.1
	notWhileSitting 1
	notInTown 1
}

useSelf_skill Sprint {
	lvl 7
	sp > 40
	whenStatusInactive Sprint
	notInTown 1
	notWhileSitting 1
	timeout 5
	inLockOnly 1
	notWhileSitting 1
	notInTown 1
}

attackComboSlot Sprint {
	lvl 7
	afterSkill Sprint
	waitBeforeUse 0.6
	isSelfSkill 1
	inLockOnly 1
}