USING Warrior/Warlock ELITE SKILLS (SOLVED & WORKING) !!

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Braziliano
Posts: 82
Joined: Fri Apr 19, 2013 2:36 pm

USING Warrior/Warlock ELITE SKILLS (SOLVED & WORKING) !!

#1 Post by Braziliano » Mon Aug 05, 2013 4:54 am

.
Last edited by Braziliano on Sun Aug 31, 2014 7:23 am, edited 2 times in total.

User avatar
lolita
Posts: 139
Joined: Thu Oct 20, 2011 5:39 am
Location: Serbia

Re: USING Warrior/Warlock ELITE SKILLS

#2 Post by lolita » Mon Aug 05, 2013 5:03 am

try

Code: Select all

<hotkeys>
    	<!-- to communicate with the RoM API / define ingame dummy macro at place 1 -->
		<hotkey name="MACRO"          key="VK_0" />
</hotkeys>

Code: Select all

<skills_warrior>
 <skill name="WARRIOR_SLASH" hotkey="MACRO" priority="90" />
 <skill name="WARRIOR_MOON_CLEAVE" hotkey="MACRO" priority="95" />
 <skill name="WARRIOR_MOON_CLEAVE" hotkey="MACRO" priority="94" />
 <skill name="WARRIOR_MOON_CLEAVE" hotkey="MACRO" priority="80" />
 <skill name="WARRIOR_SURPRISE_ATTACK" hotkey="MACRO" priority="70" pullonly="true" />
 <skill name="WARRIOR_SURPRISE_ATTACK" hotkey="MACRO" priority="69" pullonly="true" />
 <skill name="WARRIOR_MOON_CLEAVE" hotkey="MACRO" priority="30" inbattle="true" />
 <skill name="WARRIOR_MOON_CLEAVE" hotkey="MACRO" priority="60" inbattle="true" />
 <skill name="WARRIOR_MOON_CLEAVE" hotkey="MACRO" priority="88" />
 <skill name="WARRIOR_MOON_CLEAVE" hotkey="MACRO" priority="89" />
 <skill name="WARRIOR_BLASTING_CYCLONE" hotkey="MACRO" priority="70" />
 <skill name="WARLOCK_WARP_CHARGE" hotkey="MACRO" priority="20" />
 </skills_warrior>
i dont understand why you have same skill so many time?
Life is a journey, not destination :D

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: USING Warrior/Warlock ELITE SKILLS

#3 Post by lisa » Mon Aug 05, 2013 5:47 am

There is no point repeating the same names as that will just over write the previous occurance of that name.

Code: Select all

apple = "green"
apple = "red"
apple = "purple"

print(apple)
That will print purple because the value was defined as purple last.

What are the names of the skills you want to use?
All the skills you posted aren't elite and you never mentioned any other skill names.
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

Braziliano
Posts: 82
Joined: Fri Apr 19, 2013 2:36 pm

Re: USING Warrior/Warlock ELITE SKILLS

#4 Post by Braziliano » Mon Aug 05, 2013 6:46 am

lisa wrote:There is no point repeating the same names as that will just over write the previous occurance of that name.

Code: Select all

apple = "green"
apple = "red"
apple = "purple"

print(apple)
That will print purple because the value was defined as purple last.

What are the names of the skills you want to use?
All the skills you posted aren't elite and you never mentioned any other skill names.

_____________________________________________________________________________________

- Rage Blow
- Psychic Whirlwind
- Divine Battle Spirit
- Psychic Ghost Step
- Spirit-Cracking Blow
- Lightning Spell
- Spirit Blade Storm

those are the Elite skills i wish to use for (Warrior/Warlock)

Braziliano
Posts: 82
Joined: Fri Apr 19, 2013 2:36 pm

Re: USING Warrior/Warlock ELITE SKILLS

#5 Post by Braziliano » Mon Aug 05, 2013 6:49 am

lolita wrote:try

Code: Select all

<hotkeys>
    	<!-- to communicate with the RoM API / define ingame dummy macro at place 1 -->
		<hotkey name="MACRO"          key="VK_0" />
</hotkeys>

Code: Select all

<skills_warrior>
 <skill name="WARRIOR_SLASH" hotkey="MACRO" priority="90" />
 <skill name="WARRIOR_MOON_CLEAVE" hotkey="MACRO" priority="95" />
 <skill name="WARRIOR_MOON_CLEAVE" hotkey="MACRO" priority="94" />
 <skill name="WARRIOR_MOON_CLEAVE" hotkey="MACRO" priority="80" />
 <skill name="WARRIOR_SURPRISE_ATTACK" hotkey="MACRO" priority="70" pullonly="true" />
 <skill name="WARRIOR_SURPRISE_ATTACK" hotkey="MACRO" priority="69" pullonly="true" />
 <skill name="WARRIOR_MOON_CLEAVE" hotkey="MACRO" priority="30" inbattle="true" />
 <skill name="WARRIOR_MOON_CLEAVE" hotkey="MACRO" priority="60" inbattle="true" />
 <skill name="WARRIOR_MOON_CLEAVE" hotkey="MACRO" priority="88" />
 <skill name="WARRIOR_MOON_CLEAVE" hotkey="MACRO" priority="89" />
 <skill name="WARRIOR_BLASTING_CYCLONE" hotkey="MACRO" priority="70" />
 <skill name="WARLOCK_WARP_CHARGE" hotkey="MACRO" priority="20" />
 </skills_warrior>
i dont understand why you have same skill so many time?

I used alot of the same names because i could not put the Elite skill name in cuz it doesn't reconize it
so i used Macro's .. but still no luck :p

User avatar
lolita
Posts: 139
Joined: Thu Oct 20, 2011 5:39 am
Location: Serbia

Re: USING Warrior/Warlock ELITE SKILLS

#6 Post by lolita » Mon Aug 05, 2013 6:56 am

look into micromacro/scripts/rom/database/skills.xml file for all available skill and then add them to your profile
if skill you skill isn't there add it with same method
Life is a journey, not destination :D

Braziliano
Posts: 82
Joined: Fri Apr 19, 2013 2:36 pm

Re: USING Warrior/Warlock ELITE SKILLS

#7 Post by Braziliano » Mon Aug 05, 2013 7:44 am

lolita wrote:look into micromacro/scripts/rom/database/skills.xml file for all available skill and then add them to your profile
if skill you skill isn't there add it with same method
How do i obtain the ELITE SKILL ID?

wps
Posts: 74
Joined: Tue Feb 05, 2013 11:11 am

Re: USING Warrior/Warlock ELITE SKILLS

#8 Post by wps » Mon Aug 05, 2013 8:12 am

Braziliano wrote:
lolita wrote:look into micromacro/scripts/rom/database/skills.xml file for all available skill and then add them to your profile
if skill you skill isn't there add it with same method
How do i obtain the ELITE SKILL ID?
Use Rock's tooltipid addon

Braziliano
Posts: 82
Joined: Fri Apr 19, 2013 2:36 pm

Re: USING Warrior/Warlock ELITE SKILLS

#9 Post by Braziliano » Mon Aug 05, 2013 8:50 am

edit: check last post ty.
Last edited by Braziliano on Mon Aug 05, 2013 9:34 am, edited 1 time in total.

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

Re: USING Warrior/Warlock ELITE SKILLS

#10 Post by rock5 » Mon Aug 05, 2013 9:15 am

Assuming they are correct, I'll add them to the skills database. Let me know if they don't work or you make any changes.
  • 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

Braziliano
Posts: 82
Joined: Fri Apr 19, 2013 2:36 pm

Re: USING Warrior/Warlock ELITE SKILLS

#11 Post by Braziliano » Mon Aug 05, 2013 9:32 am

rock5 wrote:Assuming they are correct, I'll add them to the skills database. Let me know if they don't work or you make any changes.
im sorry rock those were the debuff IDS . i will post the correct ID numbers now plz wait sec

Braziliano
Posts: 82
Joined: Fri Apr 19, 2013 2:36 pm

Re: USING Warrior/Warlock ELITE SKILLS

#12 Post by Braziliano » Mon Aug 05, 2013 9:34 am

<skill name="WARRIOR_RAGE_BLOW" id="498706" range="75" cooldown="5" type="damage" target="enemy" />
<skill name="WARRIOR_SPIRIT_CRACKING_BLOW" id="498740" range="75" cooldown="20" type="damage" target="enemy" />
<skill name="WARRIOR_PSYCHIC_GHOST_STEP" id="498739" minrange="0" range="150" cooldown="15" type="damage" target="enemy"/>
<skill name="WARRIOR_DIVINE_BATTLE_SPIRIT" id="498734" cooldown="120" target="self" type="buff" />
<skill name="WARRIOR_LIGHTNING_SPELL" id="498741" cooldown="20" range="50" type="damage" target="enemy" aoecenter="player"/>
<skill name="WARRIOR_SPIRIT_BLADE_STORM" id="498742" cooldown="30" range="50" type="damage" target="enemy" aoecenter="player"/>


THESE are the correct numbers
sorry for the wrong numbers :p


edit: this is how i got it now in my profile.

________________________________________________________________________
<!-- to communicate with the RoM API / define ingame dummy macro at place 1 -->

<hotkey name="MACRO" key="VK_0" />

&

<skills_warrior>
<skill name="WARRIOR_RAGE_BLOW" hotkey="MACRO" priority="95" />
<skill name="WARRIOR_SPIRIT_CRACKING_BLOW" hotkey="MACRO" priority="98" />
<skill name="WARRIOR_PSYCHIC_GHOST_STEP" hotkey="MACRO" priority="69" pullonly="true" />
<skill name="WARRIOR_DIVINE_BATTLE_SPIRIT" hotkey="MACRO" priority="99" />
<skill name="WARRIOR_ENRAGED" hotkey="MACRO" priority="99" />
<skill name="WARRIOR_LIGHTNING_SPELL" hotkey="MACRO" priority="93" />
<skill name="WARRIOR_SPIRIT_BLADE_STORM" hotkey="MACRO" priority="94" />
<skill name="WARRIOR_SLASH" hotkey="MACRO" priority="92" />
<skill name="WARRIOR_SURPRISE_ATTACK" hotkey="MACRO" priority="70" pullonly="true" />
<skill name="WARRIOR_BLASTING_CYCLONE" hotkey="MACRO" priority="70" />
<skill name="WARLOCK_WARP_CHARGE" hotkey="MACRO" priority="20" />
</skills_warrior>


it works like a charm , already tested my farming script .. uses all the skills =D

i would like to thank the people that posted on this thread
your information and help is very much apreciated.

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

Re: USING Warrior/Warlock ELITE SKILLS (SOLVED & WORKING) !!

#13 Post by rock5 » Mon Aug 05, 2013 10:16 am

Ok I'll add them.
  • 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

Who is online

Users browsing this forum: Ahrefs [Bot], Google [Bot] and 0 guests