Mage/Priest bot setup for Elverion Bot?

05/27/2010 21:13 Elvizzz#1
Hey there, i'm using Elverion Bot and could use some help with Mage/Priest bot setup.
I don't know how to add needed skills (so the bot would use em itself, atm it only uses like flame and elemental catalyst).

Would be grateful for some help on this, thank you!
05/28/2010 02:34 jebus404#2
Here's just an example. When adding skills make sure you spell it correctly + in caps lock or it wouldnt work.

inbattle="true" (Only uses in battles)
hpper="24" (Uses when hp is 24% or below)


<skills_mage>
<skill name="MAGE_ELEMENTAL_CATALYST" modifier="" hotkey="VK_2" priority="120" inbattle="true" />
<skill name="MAGE_ENERGY_WELL" modifier="" hotkey="VK_P" priority="90" inbattle="true" />
<skill name="MAGE_FLAME" modifier="" hotkey="VK_3" priority="70" />
<skill name="MAGE_FIREBALL" modifier="" hotkey="VK_4" priority="60" />
<skill name="PRIEST_URGENT_HEAL" modifier="" hotkey="VK_7" priority="100" hpper="65" />
<skill name="PRIEST_REGENERATE" modifier="" hotkey="VK_8" priority="90" hpper="80" />
<skill name="MAGE_ELECTROSTATIC_CHARGE" modifier="" hotkey="VK_J" priority="90" hpper="50" />
</skills_mage>

<skills_priest>
<skill name="PRIEST_SOUL_SOURCE" modifier="" hotkey="VK_4" priority="110" inbattle="true" hpper="15" />
<skill name="PRIEST_HOLY_AURA" modifier="" hotkey="VK_7" priority="100" inbattle="true" hpper="24" />
<skill name="PRIEST_URGENT_HEAL" modifier="" hotkey="VK_2" priority="100" hpper="30" />
<skill name="PRIEST_REGENERATE" modifier="" hotkey="VK_6" priority="90" />
<skill name="PRIEST_RISING_TIDE" modifier="" hotkey="VK_3" priority="80" />
<skill name="MAGE_FIREBALL" modifier="" hotkey="VK_8" priority="70" />
<skill name="PRIEST_WAVE_ARMOR" modifier="" hotkey="VK_5" priority="40" inbattle="true" />
<skill name="MAGE_LIGHTNING" modifier="" hotkey="VK_9" priority="90" />
</skills_priest>

Just mess around with it and hopefully you'll get the just of it.
06/25/2010 22:55 Unterkiefer#3
do i have to add the

Quote:
inbattle="true" (Only uses in battles)
hpper="24" (Uses when hp is 24% or below)
right over the mage and priest skills?
06/26/2010 01:24 jebus404#4
Yes.

Set it like this:
<skill name="PRIEST_HOLY_AURA" modifier="" hotkey="VK_7" priority="100" inbattle="true" hpper="24" />
07/05/2010 14:27 phenyll#5
Hey, I'm using the same bot with the same setup. it works great an is very easy to configure imo. thanks to the developers.

the only problem i was faced with yet, is that when the bot follows the waypoints an gets attacked from behind, it tries to to do the spells but doesnt turn around, which, as we all know, doesnt work because you have to face the enemy to attack it. is there any possibility in the setting, to let the char turn towards the enemy?

I couldnt find anything like that yet..

thanks for help in advance.
07/05/2010 14:35 jebus404#6
Maybe try having quick turn as true. See if that solves the problem.
Quote:
<option name="QUICK_TURN" value="true" />
07/05/2010 19:53 phenyll#7
works excellent. thanks a lot.