Configuring Taekwon/Star Gladiator

Do you have a question or problem? Read this forum first! Someone has probably already asked the same thing in the past. Do not ASK questions here!

Moderators: Moderators, Documentation Writers

Message
Author
kokben
Noob
Noob
Posts: 2
Joined: 27 Oct 2009, 04:37
Noob?: Yes

Re: Configuring Taekwon/Star Gladiator

#71 Post 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 ?

zarkon
Noob
Noob
Posts: 15
Joined: 27 Oct 2009, 01:09
Noob?: Yes

Re: Configuring Taekwon/Star Gladiator

#72 Post 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
My Flickr | Blog
Status: Idle!

ssj2ander
Noob
Noob
Posts: 1
Joined: 13 Dec 2009, 14:21
Noob?: No

Re: Configuring Taekwon/Star Gladiator

#73 Post 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... =[

ikaro
Noob
Noob
Posts: 1
Joined: 23 Dec 2009, 17:31
Noob?: No

Re: Configuring Taekwon/Star Gladiator

#74 Post 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
}

Locked