Anyone have updated Champion/Warlock skills?

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
User avatar
Edamh
Posts: 106
Joined: Tue May 24, 2011 11:56 pm

Anyone have updated Champion/Warlock skills?

#1 Post by Edamh »

I tried the new classes a while back, and I was thinking of levelling a Champion beyond level 20. Does anyone have an updated skills.xml with more skills than the following?

Code: Select all

	<!-- Champion skills -->
	<skill name="CHAMPION_ELECTROCUTION" id="498522" rage="20" range="50" cooldown="8" type="damage" target="enemy" />
	<skill name="CHAMPION_HEAVY_BASH" id="498521" rage="20" range="50" type="damage" target="enemy" />
	<skill name="CHAMPION_ENERGY_INFLUX_STRIKE" id="498526" rage="25" range="50" cooldown="6" type="damage" target="enemy" />
	<skill name="CHAMPION_SHOCK_STRIKE" id="498534" rage="25" range="100" cooldown="6" type="damage" target="enemy" aoecenter="self" />
	<skill name="CHAMPION_FORGE" id="498523" type="buff" buffname="621167" target="self" />
	<skill name="CHAMPION_RUNE_DRAW" id="498564" range="150" cooldown="40" type="damage" target="enemy" />
	<skill name="CHAMPION_RUNE_PULSE" id="498529" range="225" casttime="2" cooldown="6" type="damage" target="enemy" />
	<skill name="CHAMPION_FEARLESS_BLOW" id="498531" rage="15" range="200" cooldown="25" type="damage" target="enemy" />
	<skill name="CHAMPION_KINETIC_BURN" id="498481" rage="30" range="50" cooldown="60" type="damage" target="enemy" aoecenter="player" />

	<!-- Elite -->
	<skill name="CHAMPION_SOUL_FORGE_MYSTERY" id="498652" type="buff" buffname="621339" target="self" />
Thanks.
User avatar
Edamh
Posts: 106
Joined: Tue May 24, 2011 11:56 pm

Re: Anyone have updated Champion/Warlock skills?

#2 Post by Edamh »

Here are a couple to add if anyone needs

Code: Select all

	<skill name="CHAMPION_RUNE_GROWTH" id="498536" cooldown="15" type="buff" target="self" buffname="621209" />
	<skill name="CHAMPION_DETERMINATION_RUNE" id="498584" cooldown="30" type="buff" target="self" buffname="621246" />
	<skill name="CHAMPION_EYE_FOR_EYE" id="498585" cooldown="120" type="buff" target="self" buffname="621247" />
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Anyone have updated Champion/Warlock skills?

#3 Post by rock5 »

I'll add them to my next commit.
  • 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
Post Reply