call fairy (eliteskill)

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

call fairy (eliteskill)

#1 Post by sdude13 » Wed Aug 17, 2011 4:53 am

I have char Priest/Rouge, one elite skill is the Dark Fairy (gives 10% magical attack boost).
Skill ID is: 493269

It acts like a buff, you have to call it, activate buff, then hide the fairy (so it does not take dammage).
When buff runs out, you have to reactivate then hide it again.

When it's summoned an extra bar shows up:
ctrl+6 activates the buff
ctrl+7 hides the fairy

I'm not on my ROM computer now but try to get a plan.
I guess I could add it to "onLeaveCombat":

GetPlayerBuff(no, str) -- to check the buff name

CastSpellByName(493269) -- to get the fairy

then how use the extrabar ?

nokirk
Posts: 73
Joined: Sat Jul 03, 2010 2:26 pm

Re: call fairy (eliteskill)

#2 Post by nokirk » Wed Aug 17, 2011 5:30 am

usually it should work with

Code: Select all

keyboardHold(key.VK_STRG); yrest(50); keyboardPress(key.VK_6); yrest(50); keyboardRelease(key.VK_STRG);
e.g. but afaik using ANY modifier doesn't work cause rom sucks, you can read posts from Administrator regarding that topic and I don't think there has been found a solution yet.

User avatar
Administrator
Site Admin
Posts: 5307
Joined: Sat Jan 05, 2008 4:21 pm

Re: call fairy (eliteskill)

#3 Post by Administrator » Wed Aug 17, 2011 12:42 pm

Modifiers kind of work. There has been a number of issued in the past. You can try this:

Code: Select all

keyboardPress(key.VK_6, key.VK_CONTROL)

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 2 guests