Skills casttime/cooldowns not working ?

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
sdude13
Posts: 76
Joined: Thu Aug 19, 2010 9:36 am

Skills casttime/cooldowns not working ?

#1 Post by sdude13 »

As I watched my bot farming I saw that
all skills are used one after another, no pause betwheen.

Seems as if it does not wait until cast is finished.

here the skills:

Code: Select all

	<skills_priest>
		<skill name="PRIEST_GRACE_OF_LIFE" modifier="" hotkey="MACRO" priority="1" rebuffcut="10" />
		<skill name="PRIEST_BONE_CHILL" hotkey="MACRO" priority="90" />
		<skill name="PRIEST_SNAKE_CURSE" hotkey="MACRO" priority="95" />
		<skill name="PRIEST_CHAIN_OF_LIGHT" modifier="" hotkey="MACRO" priority="120" />
		<skill name="PRIEST_RISING_TIDE"   modifier="" hotkey="MACRO" priority="99" />
		<skill name="PRIEST_WAVE_ARMOR" hotkey="MACRO" priority="120" rebuffcut="1" inbattle="true" />
		<skill name="PRIEST_SOUL_SOURCE"   modifier="" hotkey="MACRO" priority="110" inbattle="true" hpper="15" />
		<skill name="PRIEST_HOLY_AURA"     modifier="" hotkey="MACRO" priority="100" inbattle="true" hpper="24" />
		<skill name="PRIEST_HEAL"   modifier="" hotkey="MACRO" priority="100" inbattle="true" hpper="60"  />
		<skill name="PRIEST_REGENERATE" modifier="" hotkey="MACRO" hpper="90" priority="90" inbattle="true"/>	
		<skill name="PRIEST_SOUL_BOND"     hotkey="MACRO" priority="30" /> 
		<skill name="PRIEST_MAGIC_BARRIER" hotkey="MACRO" priority="60" rebuffcut="60" inbattle="false" />
	</skills_priest>
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Skills casttime/cooldowns not working ?

#2 Post by rock5 »

Have you updated to the latest revision and are all the icons next to your files green?
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan
sdude13
Posts: 76
Joined: Thu Aug 19, 2010 9:36 am

Re: Skills casttime/cooldowns not working ?

#3 Post by sdude13 »

with the latest svn update it seems to work.
Post Reply