Rune Pulse and Chain Drive question.

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
User avatar
Junk
Posts: 24
Joined: Tue Oct 23, 2012 4:59 pm

Rune Pulse and Chain Drive question.

#1 Post by Junk »

I've been trying to figure out how to configure my Champion's profile to make him cast Rune Pulse whenever the Chain Drive buff is active. Unfortunately I am a complete coding noob, so I have been very unsuccessful...

Can it be done, and if so, can someone give me a nice big push in the right direction?

Thanks.
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Rune Pulse and Chain Drive question.

#2 Post by rock5 »

You should be able to just add it as a requirement to your profile

Code: Select all

<skill name="CHAMPION_RUNE_PULSE"   		hotkey="MACRO" priority="100" reqbuffname="Chain Drive" reqbufftarget="player"  />
Is that what you're after?
  • 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
User avatar
Junk
Posts: 24
Joined: Tue Oct 23, 2012 4:59 pm

Re: Rune Pulse and Chain Drive question.

#3 Post by Junk »

I think so. I will try it out. Thank you!
Cindy
Posts: 237
Joined: Fri Sep 28, 2012 4:23 pm

Re: Rune Pulse and Chain Drive question.

#4 Post by Cindy »

Rock, more info.

Essentially you want to use Rune Pulse as much as you can, but definitely when chain drive is up. To make things more exciting it has a chance for its CD to reset, ie cast right away. At least this is what I am finding so far toying with champion. A more experienced champion player's opinion would be much appreciated also.
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Rune Pulse and Chain Drive question.

#5 Post by lisa »

It looks to me that the cooldown is gotten from memory now, so if it comes off cooldown earlier than usual the bot should use it earlier aswell.

Never played a champion so can't help much more than that.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Post Reply