Skill Priority In Bot

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
justing943
Posts: 6
Joined: Tue Jun 29, 2010 5:25 pm

Skill Priority In Bot

#1 Post by justing943 »

Hi!
In my skills section for mage, my Lightning has higher priority than my Rising Tide, yet for some reason Lightning never seems to get cast even though Rising Tide is cast very often. I thought it might be due to the Range limit on Lightning, but sometimes even when the monsters are pretty much right in front of me, this still happens. Here's the chunk of the .xml regarding my issue:
###
<skills_mage>
<skill name="PRIEST_URGENT_HEAL" modifier="" hotkey="VK_6" priority="100" hpper="50" />
<skill name="PRIEST_REGENERATE" modifier="" hotkey="VK_5" priority="120" hpper="55" />
<skill name="MAGE_LIGHTNING" modifier="" hotkey="VK_3" priority="90"/>
<skill name="MAGE_FLAME" modifier="" hotkey="VK_2" priority="100" />
<skill name="PRIEST_RISING_TIDE" modifier="" hotkey="VK_4" priority="80" />
###
Does anyone know what my problem is :)

Thanks in advance,
-justing
User avatar
Administrator
Site Admin
Posts: 5351
Joined: Sat Jan 05, 2008 4:21 pm

Re: Skill Priority In Bot

#2 Post by Administrator »

MAGE_LIGHTNING has a set min and max range on it. It's pretty pointless to use it when a monster is in range of you. I believe the max range on it is also shorter than PRIEST_RISING_TIDE, so that would explain it.
justing943
Posts: 6
Joined: Tue Jun 29, 2010 5:25 pm

Re: Skill Priority In Bot

#3 Post by justing943 »

Ah, okay thanks. Doesn't that mean though, that once the monster is within Lightning's range, lightning should be cast with higher priority than rising tide? If I remember correctly it seemed that this wasn't happening :(

Thanks
User avatar
Administrator
Site Admin
Posts: 5351
Joined: Sat Jan 05, 2008 4:21 pm

Re: Skill Priority In Bot

#4 Post by Administrator »

Yes, that is what should happen. However, you will probably already be mid-cast on another spell (most likely Rising Tide) when Lightning becomes usable. As computers aren't able to logically think and plan ahead, it makes it quite problematic to solve.
Post Reply