skill database outdate

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Utonto
Posts: 2
Joined: Sun Nov 18, 2012 6:45 am

skill database outdate

#1 Post by Utonto »

hi all,
my first time here :mrgreen:

i'm looking for an update of skill database.

I can's see liv 60 (and liv 70) elite on file.

For example, LIGHTNING BURN WEAPON (liv 60 w/m elite)

<skill name="WARRIOR_LIGHTNING_BURN_WEAPON" id="???" mana="40" target="self" type="buff" buffname="???" nobuffname="???" nobufftarget="self"/>

i can see skill ID from item preview (499990, right?) but how i can find buffname and nobuffname value?

ty for help and tyvm if you can update "skills.xml" on next release

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

Re: skill database outdate

#2 Post by rock5 »

You are right, 499990 is the id. It's just a buff right? then you only need

Code: Select all

<skill name="WARRIOR_LIGHTNING_BURN_WEAPON" id="499990" target="self" type="buff" buffname="???" />
In the next version there wont be a need to specify mana. The "nobuff" values are only if the skill requires that there not be a certain buff or debuff on the target.

Now, as to the buffname, seeing as you have IP you could hover the mouse over the buff, when you have it, and see what it's called then look it up in IP. There is also a macro, floating around the forum, that prints your buffs and their ids. You can search for it if you want that as well.
  • 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