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
Bot won't use potions nor run back to hunting grounds
Moderator: Moderators
-
- Noob
- Posts: 1
- Joined: 24 Mar 2016, 23:22
- Noob?: Yes
-
- Noob
- Posts: 4
- Joined: 08 Nov 2016, 05:38
- Noob?: No
Re: Bot won't use potions nor run back to hunting grounds
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
}
-
- Noob
- Posts: 4
- Joined: 09 Nov 2016, 15:17
- Noob?: Yes
Re: Bot won't use potions nor run back to hunting grounds
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
}