PDA

View Full Version : modkore aotu use item prob


gamecrazer-
16th March 2004, 02:31
do my config correct?
useSelf_item_0 red postion
useSelf_item_0_hp_lower 25
useSelf_item_0_hp_upper 25
useSelf_item_0_maxAggressives 0
useSelf_item_0_minAggressives 0
useSelf_item_0_sp_lower 0
useSelf_item_0_sp_upper 100
useSelf_item_0_stopWhenHit 0
useSelf_item_0_inLockOnly 0
useSelf_item_0_timeout 0
useSelf_item_0_useStatus 0

n if i alredi set auto use item like above how do i set the 2nd auto use item like auto use wing of fly when ur hp rich 25% plz give me an example from ur config.... thx

zer08ight
16th March 2004, 05:28
It won't work if you set hp_lower and hp_upper at the same percentage this values represents a range on when and up to what hp he should heal.. below is the correct way to do it.. if your hp gets lower than 25% he starts using red potions until he reaches 30%.

useSelf_item_0 red potion
useSelf_item_0_hp_lower 25
useSelf_item_0_hp_upper 30
useSelf_item_0_maxAggressives 0
useSelf_item_0_minAggressives 0
useSelf_item_0_sp_lower 0
useSelf_item_0_sp_upper 100
useSelf_item_0_stopWhenHit 0
useSelf_item_0_inLockOnly 0
useSelf_item_0_timeout 0
useSelf_item_0_useStatus 0

To add other items to use just chane useSelf_item to 1 example:

useSelf_item_1 white herb
useSelf_item_1_hp_lower 25
useSelf_item_1_hp_upper 27
useSelf_item_1_maxAggressives 0
useSelf_item_1_minAggressives 0
useSelf_item_1_sp_lower 0
useSelf_item_1_sp_upper 100
useSelf_item_1_stopWhenHit 0
useSelf_item_1_inLockOnly 0
useSelf_item_1_timeout 0
useSelf_item_1_useStatus 0

gamecrazer-
16th March 2004, 11:59
how about auto use wing of fly ....when my hp rich 25% if i set hp lower 25% n hp upper 30% then it will use wing of fly until my hp up to 30%?

can u give me the config of atuo use wing of fly? thx alot