PDA

View Full Version : hybrid question


tatta
9th September 2004, 13:59
im using hybrid but now i wanna know how i make it join a party , i have allready turned of deny in the config file.
and my bot is healing himself the whole time, i just want it to heal itself when its below some hp line

i will past the lines below

dealAutoCancel 1
partyAutoDeny 0
partyAutoAccept 1
guildAutoDeny 1
partyAutoShare 1

useSelf_skill_0 heal
useSelf_skill_0_hp_lower 80
useSelf_skill_0_hp_upper 100
useSelf_skill_0_lvl 9
useSelf_skill_0_maxAggressives 0
useSelf_skill_0_minAggressives 0
useSelf_skill_0_maxCastTime 0
useSelf_skill_0_minCastTime 0
useSelf_skill_0_sp_lower 0
useSelf_skill_0_sp_upper 100
useSelf_skill_0_stopWhenHit 0
useSelf_skill_0_timeout 0

useSelf_skill_smartHeal 0

useSelf_itemCurePoison 1

djinn_virii
10th September 2004, 02:12
useSelf_skill_0_hp_lower 80
*this means that everytime your character goes below 80% of his hp it would heal itself....
sometimes we should read the docs included... :)

tatta
10th September 2004, 10:43
useSelf_skill_0_hp_lower 80
*this means that everytime your character goes below 80% of his hp it would heal itself....
sometimes we should read the docs included... :)

i know what it does but thats not the point i meant its doing it the whole time not only when its dropping below 80% ;)