PDA

View Full Version : hving probs w/ heal and auto-storage...pls help


borlet
16th June 2006, 05:48
im a wiz and i hve necessary items for botting a wiz like heal,phen, etc.but when i tried botting it,i noticed that it heals itself b4 attacking monsters,and when got mobbed it heals itself upto the target hp percentage.i want to make it heal after casting storm gust.is it possible?here's my config for heal

useSelf_skill Heal {
lvl 1
maxCastTime 0
minCastTime 0
hp <= 70
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 1
timeout 0
disabled 0
inInventory_name
inInventory_qty


and another thingy.i want my bot to use a bwing when it has no more fly wings on its inventory and get them on the storage.pls make a config for me for that thing.here's mine

storageAuto 1
storageAuto_npc geffen 203 123
storageAuto_distance 5
storageAuto_npc_type 3
storageAuto_npc_steps c r1 n

getAuto Fly Wing {
minAmount 0
maxAmount 150
passive 1

i did'nt add the bwing in getAuto coz i dont like to mess my bot to the worst.thx 4 helping:paranoid:

yags
16th June 2006, 05:54
useSelf_skill Heal {
lvl 1
maxCastTime 0
minCastTime 0
hp <= 70
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 1<<<<--
inLockOnly 0
notWhileSitting 0
notInTown 1
timeout 0
disabled 0
inInventory_name
inInventory_qty
try that. and check your items_control for the flywing.

borlet
16th June 2006, 06:17
thx for the heal thing,it worked for me now.but in in items_control.txt there's no command for getting items in storage,only storaging items.another thing,i noticed that my bot is not as fast as some others,coz my bot stops for a bit when it sees a monster. i want it to cast instantly when it sees a monster.pls help.thx!

CrashOverride23
16th June 2006, 10:03
another thing,i noticed that my bot is not as fast as some others,coz my bot stops for a bit when it sees a monster. i want it to cast instantly when it sees a monster.pls help.thx!

in timeouts.txt:

ai_attack_waitAfterKill 0.1

borlet
16th June 2006, 10:56
ok ill try this...thx!!

it worked for me and thx for that,but im still having probs w/ teh heal thing..my target hp is 70% and it continouosly uses heal up to about 80 or 90% of my hp.i want it to cast first b4 healling..is it possible?thx!!