Bot won't move to the specific location after returning

International

Moderator: Moderators

juniorlcq
Noob
Noob
Posts: 2
Joined: 08 May 2013, 12:57
Noob?: Yes

Bot won't move to the specific location after returning

#1 Post by juniorlcq »

My bot was set to move to the locked map .
It will use Kafra automatically to warp to the location .
It goes like this ( Kafra -> locked map )


However I noticed that after hunting and return from the lock map to town , my bot will just stand in front of the Kafra and won't move to the locked location .


So I delete the whole openkore folder and reinstall another new one .
After all the same setting , it ONLY WORKS FINE for the 1st use of openkore program ( meaning after I press the 'x' button , and reopen the openkore program again , it won't use Kafra and warp to the locked map but just stand in front of the Kafra )


So I have to delete and reinstall , delete and reinstall , over and over again , VERY ANNOYING !
Can anyone kindly give me a hand on this :( ????






PS: Autoswitch weapon on specific monsters also don't work :( :( :(
User avatar
twist3d
Testers Team
Testers Team
Posts: 94
Joined: 09 Sep 2009, 04:34
Noob?: No
Location: USA

Re: Bot won't move to the specific location after returning

#2 Post by twist3d »

post your config on here and just scrub the details, ill take a look at it
Member since 09/09/09, botter since its first creation days. Thanks Kura for the original Kore.
juniorlcq
Noob
Noob
Posts: 2
Joined: 08 May 2013, 12:57
Noob?: Yes

Re: Bot won't move to the specific location after returning

#3 Post by juniorlcq »

Code: Select all

lockMap gef_fild14
lockMap_x
lockMap_y
lockMap_randX
lockMap_randY

Code: Select all

itemsTakeAuto 2
itemsTakeAuto_party 0
itemsGatherAuto 2
itemsMaxWeight 89
itemsMaxWeight_sellOrStore 48
itemsMaxNum_sellOrStore 99
cartMaxWeight 7900
itemsTakeAuto_new 0

Code: Select all

sitAuto_hp_lower 40
sitAuto_hp_upper 100
sitAuto_sp_lower 0
sitAuto_sp_upper 0
sitAuto_follow 0
sitAuto_over_50 0
sitAuto_idle 1
sitAuto_look
sitAuto_look_from_wall


Code: Select all

teleportAuto_hp 10
teleportAuto_sp 0
teleportAuto_idle 0
teleportAuto_portal 0
teleportAuto_search 0
teleportAuto_minAggressives 0
teleportAuto_minAggressivesInLock 0
teleportAuto_onlyWhenSafe 0
teleportAuto_maxDmg 500
teleportAuto_maxDmgInLock 0
teleportAuto_deadly 1
teleportAuto_useSkill 3
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


Code: Select all

useSelf_item Yellow potion {
	hp < 40%
	sp
	homunculus_hp
	homunculus_sp
	homunculus_dead
	onAction
	whenStatusActive
	whenStatusInactive
	whenFollowing
	spirit
	amuletType
	aggressives
	monsters
	notMonsters
	monstersCount
	stopWhenHit 0
	inLockOnly 0
	notWhileSitting 0
	notInTown 0
	timeout 0
	disabled 0
	inInventory
	manualAI 0
}

useSelf_item Concentration Potion {
	hp
	sp
	homunculus_hp
	homunculus_sp
	homunculus_dead
	onAction
	whenStatusActive
	whenStatusInactive Concentration Potion
	whenFollowing
	spirit
	amuletType
	aggressives
	monsters
	notMonsters
	monstersCount
	stopWhenHit 0
	inLockOnly 1
	notWhileSitting 0
	notInTown 0
	timeout 0
	disabled 0
	inInventory
	manualAI 0
}

useSelf_item Red Herb {
	hp < 95%
	sp
	homunculus_hp
	homunculus_sp
	homunculus_dead
	onAction
	whenStatusActive
	whenStatusInactive
	whenFollowing
	spirit
	amuletType
	aggressives
	monsters
	notMonsters
	monstersCount
	stopWhenHit 0
	inLockOnly 0
	notWhileSitting 0
	notInTown 0
	timeout 0
	disabled 0
	inInventory
	manualAI 0
}

Code: Select all

sellAuto 1
sellAuto_npc geffen_in 77 167
sellAuto_standpoint
sellAuto_distance 5
sellAuto_npc_steps s e

storageAuto 1
storageAuto_npc geffen 120 62
storageAuto_distance 5
storageAuto_npc_type 3
storageAuto_npc_steps c r0 n
storageAuto_password
storageEncryptKey
storageAuto_keepOpen 0
storageAuto_useChatCommand
storageAuto_notAfterDeath
relogAfterStorage 0
minStorageZeny 50

npcTimeResponse

getAuto Fly Wing {
	minAmount 0
	maxAmount 50
	passive 0
}

getAuto Yellow potion {
	minAmount 0
	maxAmount 100
	passive 0
}

getAuto Concentration Potion {
	minAmount 0
	maxAmount 20
	passive 0
}



It keeps on change Yellow Potion to Yellow potion ....


After getting all the items from storage it then just stand there not moving at all ...