Tips & Trick in OpenKore

Posted by Krm under Openkore

For the OpenKore users, you must find that you’re playing a lot with the config.txt, A good configuration in your config.txt really affecting your bot behaviour.So here a little tips for you to make your bot running more efficient.

Below is an example of a default blocks for attackSkillSlot

attackSkillSlot {
lvl 10
dist 1.5
maxCastTime 0
minCastTime 0
hp
sp > 10
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
previousDamage
stopWhenHit 0
inLockOnly 0
notInTown 0
timeout 0
disabled 0
monsters
notMonsters
maxAttempts 0
maxUses 0
target_whenStatusActive
target_whenStatusInactive
target_deltaHp
inInventory
isSelfSkill 0
equip_topHead
equip_midHead
equip_lowHead
equip_leftHand
equip_rightHand
equip_leftAccessory
equip_rightAccessory
equip_robe
equip_armor
equip_shoes
equip_arrow
manualAI 0
}

If you had an Archer character and may want to use Double Strafe skills,you may likely write at your config.txt

attackSkillSlot Double Strafe {
lvl 10
dist 12
maxCastTime 0
minCastTime 0
hp
sp > 10%
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
previousDamage
stopWhenHit 0
inLockOnly 0
notInTown 0
timeout 0
disabled 0
monsters Geographer
notMonsters
maxAttempts 0
maxUses 0
target_whenStatusActive
target_whenStatusInactive
target_deltaHp
inInventory
isSelfSkill 0
equip_topHead
equip_midHead
equip_lowHead
equip_leftHand
equip_rightHand
equip_leftAccessory
equip_rightAccessory
equip_robe
equip_armor
equip_shoes
equip_arrow
manualAI 0
}

Whats wrong with that ?By default this config blocks 100% guarantee to works,But if you’re write like that, Bot will spend much time to write those unimportant lines. And here is the good idea  to cut unneeded lines to make it simple and efficient,Below an example of Double Strafe blocks that has been modify.

attackSkillSlot Double Strafe {
lvl 10
sp > 10%
monsters Geographer
maxUses
}

With this simple blocks lines, your Bot will perform Double Strafe skills more efficient.

You can modify the other blocks lines in your config.txt like useSelf_skill,useSelf_item,etc. Have a good try,Thanks.

One Response to “Tips & Trick in OpenKore”

  1. Leo INDONESIA Windows XP Opera 9.26 Says:

    kk, kasih aku file config kk ya. aku coba punya ku charnya ga jalan sama sekali. diem terus….

Leave a Reply

FireStats icon Powered by FireStats