Bot won't use potions nor run back to hunting grounds

International

Moderator: Moderators

Message
Author
someguy71
Noob
Noob
Posts: 1
Joined: 24 Mar 2016, 23:22
Noob?: Yes

Bot won't use potions nor run back to hunting grounds

#1 Post by someguy71 »

As my topic says, my bot won't use potions to heal himself and also doesn't run back to the map he was hunting in after he dies.

I'm new to the forums and Openkore, so please excuse my ignorance. I've read countless forums, the game manual, etc. However I still can't figure it out. I also have the latest version of OpenKore.

In my Control Folder > Config.txt I have this:


lockMap prt_fild07
autoMoveOnDeath_map prt_fild07

useSelf_item Red_Potion {
hp < 70%
}

useSelf_item Red Potion {
hp < 70%
}


Can anyone tell me where I've gone wrong? Thank you

Onslaught
Noob
Noob
Posts: 4
Joined: 08 Nov 2016, 05:38
Noob?: No

Re: Bot won't use potions nor run back to hunting grounds

#2 Post by Onslaught »

someguy71 wrote:As my topic says, my bot won't use potions to heal himself and also doesn't run back to the map he was hunting in after he dies.

I'm new to the forums and Openkore, so please excuse my ignorance. I've read countless forums, the game manual, etc. However I still can't figure it out. I also have the latest version of OpenKore.

In my Control Folder > Config.txt I have this:


lockMap prt_fild07
autoMoveOnDeath_map prt_fild07

useSelf_item Red_Potion {
hp < 70%
}

useSelf_item Red Potion {
hp < 70%
}


Can anyone tell me where I've gone wrong? Thank you

Try this:

UseSelf_item Red Potion {
hp <70%
inInventory Red Potion
}

Redang
Noob
Noob
Posts: 4
Joined: 09 Nov 2016, 15:17
Noob?: Yes

Re: Bot won't use potions nor run back to hunting grounds

#3 Post by Redang »

someguy71 wrote:As my topic says, my bot won't use potions to heal himself and also doesn't run back to the map he was hunting in after he dies.

I'm new to the forums and Openkore, so please excuse my ignorance. I've read countless forums, the game manual, etc. However I still can't figure it out. I also have the latest version of OpenKore.

In my Control Folder > Config.txt I have this:


lockMap prt_fild07
autoMoveOnDeath_map prt_fild07

useSelf_item Red_Potion {
hp < 70%
}

useSelf_item Red Potion {
hp < 70%
}


Can anyone tell me where I've gone wrong? Thank you

personally,
autoMoveOnDeath_map "i keep this blank"
since u already set the lockMap,
you can try it might work nor not ;)

for the pot,

useSelf_item Red Potion {
hp < 40%
notWhileSitting 1
notInTown 1
}

Post Reply