A few questions about config

For everything NOT server specific support. Do NOT ask for connectivity help here!.

Moderator: Moderators

Message
Author
andora
Noob
Noob
Posts: 19
Joined: 24 Mar 2015, 17:20
Noob?: No

A few questions about config

#1 Post by andora »

ok, im having some problems with my openkore and ive read the documentations about the scripts im using.
I have a few questions I havnt found in openkore's wiki and im thinking maybe some people here knows exactly what to do:

1. Teleport and kill
what are the vital settings i should check for this?
I've almost done it but it seems my champion does alot of walking more than Punching my targets.
heres my config:

Skill config:

Code: Select all

attackSkillSlot Asura Strike {
	lvl 5
	sp > 10%
	stopWhenHit 0
	inLockOnly 0
	notInTown 1
	dist 9
	monsters Tatacho, Dolomedes, Bradium Golem, Kapha
}

useSelf_skill Dangerous Soul Collect {
	lvl 1
	maxCastTime 0
	minCastTime 0
	spirit < 5
	stopWhenHit 0
	inLockOnly 0
	notWhileSitting 0
	notInTown 0
	timeout 0
	disabled 0
	inInventory
	manualAI 0
}

useSelf_skill Critical Explosion {
	lvl 1
	maxCastTime 0
	minCastTime 0
	whenStatusInactive Critical Explosion
	stopWhenHit 0
	inLockOnly 0
	notWhileSitting 0
	notInTown 0
	timeout 0
	disabled 0
	manualAI 0
}
and here is my teleport config:

Code: Select all

teleportAuto_hp 0
teleportAuto_sp 0
teleportAuto_idle 1
teleportAuto_portal 0
teleportAuto_search 1
teleportAuto_minAggressives 99
teleportAuto_minAggressivesInLock 0
teleportAuto_onlyWhenSafe 0
teleportAuto_maxDmg 9999
teleportAuto_maxDmgInLock 0
teleportAuto_deadly 1
teleportAuto_useSkill 1
teleportAuto_useChatCommand
teleportAuto_allPlayers 0
teleportAuto_notPlayers
teleportAuto_atkCount 0
teleportAuto_atkMiss 10
teleportAuto_unstuck 0
teleportAuto_lostTarget 0
teleportAuto_dropTarget 0
teleportAuto_dropTargetKS 0
teleportAuto_attackedWhenSitting 0
teleportAuto_totalDmg 0
teleportAuto_totalDmgInLock 0
teleportAuto_equip_leftAccessory
teleportAuto_equip_rightAccessory
teleportAuto_lostHomunculus
teleportAuto_useItemForRespawn
just to throw in some info:
Ive added the monsters I want to kill in my mon_control.txt and priority.txt

2. How can I make my bot use skills faster?
I've seen my xkore worked with multiple targets and all i can say is, its damn slow. Ive seen my creo facing 3 incubus and uses acid demo but yet it waits for like 3 seconds to cast another to the next target. how do we optimize that? if your gonna ask if I have timeouts or delays in my skill then its a no. all incubus are 1 hit kill btw, maybe it has to do with switching target.

3. Buff before leaving town.
got my champ to use dangerous soul collect and critical explosion in town by adding inMap #town option to my skills.
but after that my bot casts skill 1 then teleports away! anyone knows how i can work with this?

4. speeding up botting.
I want to make my bot work faster by means of:

Spawning.
Storing.
Switching Targets.
Searching Targets.
Skill Delay or Attack Delay

anyone got some tips for that?

thanks and good day!

vitriol
Plain Yogurt
Plain Yogurt
Posts: 61
Joined: 19 Apr 2011, 23:26
Noob?: No

Re: A few questions about config

#2 Post by vitriol »

check config.txt sleepTime (it is in microseconds) and everything in timeouts.txt
if ur bot spends too much time walking, then get him to ignore monsters that are too far by setting clientSight to a lower value

andora
Noob
Noob
Posts: 19
Joined: 24 Mar 2015, 17:20
Noob?: No

Re: A few questions about config

#3 Post by andora »

thanks for the reply. any ideas about the others?

Edit: I got everything else working except #4

i made this on config.txt

Code: Select all

#explosion
doCommand ss 270 {
	spirit > 1
	whenStatusInactive Critical Explosion
	inMap alberta
}
#soul collect
doCommand ss 401 {
	inMap alberta
	spirits < 1
}


now the only problem is it wont finish the cycle in town.
My logic was like this:

if in alberta
if spirits is less than 1 then use 410 or soul collect
then done.
if in alberta
and spirits is greater than 1 and Critical explosion is not active then use 270 or critical explosion
then done.
then proceed to other conditions

now the problem is:
1. The cycle keeps on going.
2. The cycle is not even finished and my character is warping out.

how do i resolve this without interrupting storage, sell and teleport?
Is it possible to initiate multiple commands in 1 bracket of code?

vitriol
Plain Yogurt
Plain Yogurt
Posts: 61
Joined: 19 Apr 2011, 23:26
Noob?: No

Re: A few questions about config

#4 Post by vitriol »

download the macro plugin and write a macro

andora
Noob
Noob
Posts: 19
Joined: 24 Mar 2015, 17:20
Noob?: No

Re: A few questions about config

#5 Post by andora »

Issue resolved. Please close.

Post Reply