|
Using attack skills Code: attackSkillSlot Double Strafe { lvl 10 dist 10 sp > 10% inLockOnly 1 notInTown 1 monsters Poring,Lunatic maxUses 3 }
attackSkillSlot Arrow Shower { lvl 10 dist 5 sp > 10% aggressives 3 inLockOnly 1 notInTown 1 monsters Zombie }
attackSkillSlot Blitz Beat { lvl 5 dist 5 sp > 10% aggressives 3 inLockOnly 1 notInTown 1 monsters Zombie }
attackSkillSlot Falcon Assault { lvl 5 dist 10 sp > 10% inLockOnly 1 notInTown 1 monsters Poring,Lunatic maxUses 3 }
Using self skills Code: useSelf_skill Improve Concentration { lvl 10 sp > 10% whenStatusInactive Improve Concentration inLockOnly 1 notWhileSitting 1 notInTown 1 }
Using usable items Code: useSelf_item Silver Arrow Quiver { inInventory Silver Arrow < 5 }
Getting additional arrows from storage Code: getAuto Silver Arrow { minAmount 1 maxAmount 1000 }
also make sure you have this line in your items_control.txt file Code: Silver Arrow 1000 1 0
NOTE: There are some users that this getAuto block setup doesn't work when kore initiates storage. A simple solution for this is placing the getAuto Silver Arrow block on top of the other getAuto blocks from your config, assuming you have other similar blocks.
TIPS When you ran out of arrows, to automatically equip it again, after storage. Code: autoSwitch_default_arrow Silver Arrow
To make your character attack through snipable wall or cliffs, instead of walking around them. Code: attackCanSnipe 1
To make kore auto calculate your distance for attacking using weapons (bow and/or knives). Code: attackDistanceAuto 1
To make kore move away from the target while attacking it. Code: runFromTarget 1 runFromTarget_dist 6
--------------------
Don't Avoid GM's GM's Should Avoid Us
Peace!
|