Cart Setup for pots and homunculus Aid Potion

Discussion about everything RO and OpenKore related. This place is NOT for ANY kind of support questions.

Moderator: Moderators

Message
Author
palancho
Human
Human
Posts: 39
Joined: 28 Mar 2017, 03:08
Noob?: Yes

Cart Setup for pots and homunculus Aid Potion

#1 Post by palancho »

Hello guys, I have big problem with setuping picking white pots from my cart when amount in inventory drops.
I got this line in items_control:

White Potion 25 0 0 0 1

Do I need to make also some setup in config file?

And is there any way to setup how many white potions bot gonna take from the cart ( I got 450 potions in cart so probably it is impossible to take them all into invenntory becouse of overweighting).


My second problem is healing my homunculus using Aid potion, I got this setup in config file:

partySkill Aid Potion {
lvl 4
dist 8
stopWhenHit 0
inLockOnly 0
notWhileSitting
notInTown
homunculus_hp < 70%
target @homunculus
target_timeout 1
}

The problem is bot does not heal it when hp drops to 70%, only it seems as it had some kind of a timer, heals randomly, mainly when hom got much lower hp.

Any help appreciated, thank you!!!

Mortimal
Developers
Developers
Posts: 389
Joined: 01 Nov 2008, 15:31
Noob?: No

Re: Cart Setup for pots and homunculus Aid Potion

#2 Post by Mortimal »

Code: Select all

White Potion 25 0 0 0 1
correct must work. first num is how many potions it will take.... 25 thou

Code: Select all

partySkill Aid Potion
use skills command to check if u named skill correctly...
Please use pin function for uploading your file contents!

palancho
Human
Human
Posts: 39
Joined: 28 Mar 2017, 03:08
Noob?: Yes

Re: Cart Setup for pots and homunculus Aid Potion [Solved]

#3 Post by palancho »

Mortimal wrote:

Code: Select all

White Potion 25 0 0 0 1
correct must work. first num is how many potions it will take.... 25 thou

Code: Select all

partySkill Aid Potion
use skills command to check if u named skill correctly...
Solved white potion pick up from cart issue, but hom Aid Potion is still wrong, skill is named properly :)

Edit: Aid Potion for hom also works:

partySkill Aid Potion {
lvl 4
stopWhenHit 0
inLockOnly 0
notWhileSitting 1
notInTown 0
inInventory White Potion
homunculus_hp < 70%
target @homunculus
target_timeout 1
}

and better with no distance block; good for people who don't have res homu on high lvl yet :P

Post Reply