Page 1 of 1
help with warrior
Posted: Fri Sep 11, 2009 7:30 am
by imartynasi
Hello. i was botting on priest, i works perfect

but now i want to train my other class- warrior, when i start bot, it detect monster and just stand here, any ideas?
EDIT: while i waiting for answers, i added this
Code: Select all
<skill name="PRIEST_RISING_TIDE" hotkey="VK_8" priority="40" inbattle="false" />
and it working now, but i dont like that way, so if any1 know tell me.
Re: help with warrior
Posted: Fri Sep 11, 2009 8:04 am
by Administrator
Code: Select all
<option name="COMBAT_RANGED_PULL" value="true" /> <!-- only important for melees -->
Turn this off by setting it to false and you should no longer have this problem.
Re: help with warrior
Posted: Fri Sep 11, 2009 8:08 am
by imartynasi
thx, it worked
Re: help with warrior
Posted: Fri Sep 11, 2009 8:12 am
by imartynasi
btw, how do i set up, when my warrior is low hp, it will 1st try to use priest_urgent_heal, not hp_pot? if there will be no mp or cooldown, then use hp_pot
Re: help with warrior
Posted: Fri Sep 11, 2009 8:21 am
by d003232
imartynasi wrote:btw, how do i set up, when my warrior is low hp, it will 1st try to use priest_urgent_heal, not hp_pot? if there will be no mp or cooldown, then use hp_pot
It is not wrong to pull the mobs instead of running into the mobs.

So you can use
Code: Select all
<skill name="PRIEST_RISING_TIDE" hotkey="VK_8" priority="40" pullonly="true" />
and add the pullonly option to use that skill only for pulling.
What do you want to set up? First take a HP potion and after that use urgent heal? I can' really read that out of your description. Just set different HP levels in your profile. That will define what to use first:
Code: Select all
<option name="HP_LOW" value="85" />
<option name="MP_LOW_POTION" value="60" />
<option name="HP_LOW_POTION" value="60" />
That examle will use general healing skills at 85% and HP potions below 60%. So please desribe what you want. And read here the '
How to heal yourself.

Re: help with warrior
Posted: Fri Sep 11, 2009 8:29 am
by imartynasi
i mean: i got char with priest class (heal skill) and now training warrior class, but when it low hp it using hp pot, but i want it use heal skill not the hp pot.
Re: help with warrior
Posted: Fri Sep 11, 2009 8:36 am
by d003232
imartynasi wrote:i mean: i got char with priest class (heal skill) and now training warrior class, but when it low hp it using hp pot, but i want it use heal skill not the hp pot.
Just define your common heal level above your potion level. So you will come below the HP potion level. If it not works, post your profile.
Re: help with warrior
Posted: Fri Sep 11, 2009 8:45 am
by imartynasi
thx, everything was working always

just i was put hotkey 8 and skill was on 9

sry