Level 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


Bookmark and Share

« »