Ragnarok Bot Config Tutorial Using Pots
AdvertisementLevel of Difficulty: Easy
Ragnarok Bot How to Use Healing Potions, Awakening Potions and Etc
In the src/config.txt of your Ragnarok bot, find the useSelf_item line. The use self item pots allows your bot to use potions specified when your hp becomes low.
useSelf_item {
hp
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout
disabled 0
inInventory
manualAI 0
}
How to use Healing Potions
Although the useSelf_item block is too long, you only need some of the commands to enable use of pots
useSelf_item Red Potion, White Potion, Potato {
hp < 50%
}
Explanation
1. useSelf_item Red Potion, White Potion, Potato - your character would use red potions white potions or potato as your healing item
2. hp < 50% - it will use the healing items that you specified when your character’s hp is below 50%.
How to use Awakening Potion, Concentration Potion and Berserker Potion
These potions allows your character to level fast because it increases your attack speed.
Ragnarok Bot use Awakening Potion
useSelf_item Awakening Potion {
whenStatusInactive Awakening Potion
}
Ragnarok Bot use Concentration Potion
useSelf_item Concentration Potion {
whenStatusInactive Concentration Potion
}
Ragnarok Bot use Berserker Potion
useSelf_item Berserker Potion {
whenStatusInactive Berserker Potion
}
Explanation
1. useSelf_item Berserker Potion - your character would use the potion that you specified
2. whenStatusInactive Berserker Potion - it uses the potion when your character is inactive of that status
Topics: Ragnarok Bot |

|
May 10th, 2008 at 2:33 pm
mine still won’t work
July 30th, 2009 at 6:59 am
my bot does not attack any monster..please
help me sir….how
November 20th, 2009 at 9:05 pm
Is it possible to have item configs like these for PLAYING ragnarok online & not just for bot programs?…
If so it would greatly rival those weak autopot
programs out there.
I have grf editors & everything…
May 24th, 2010 at 2:02 pm
My bot uses at least 8 awakening potion after the status is in active help me please
June 1st, 2010 at 9:03 pm
sir my bot uses 2 awakes at a time do you know how to fix it?