Cast Elite Skills 70
Cast Elite Skills 70
Hello,
I tried to find the skill name for mage/warrior lvl70 (Wisdom and Bravery) but I couldn't find it in the skills DB.
Could someone tell me what it is or how to find it out?
thanks
I tried to find the skill name for mage/warrior lvl70 (Wisdom and Bravery) but I couldn't find it in the skills DB.
Could someone tell me what it is or how to find it out?
thanks
Last edited by C3PO on Thu Jan 31, 2013 7:27 pm, edited 2 times in total.
Re: Cast Elite Skills 70
- 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
Re: Cast Elite Skills 70
Sorry .. I wasn't exact enough 
I know the name of the skill but whats the name of the skill that the bot uses? (like MAGE_FLAME)
I know the name of the skill but whats the name of the skill that the bot uses? (like MAGE_FLAME)
Re: Cast Elite Skills 70
That skill isn't currently in the rombot skills database.
In order to add it we will need to know the skill id and buff Id, if you can get that then it should be easy enough to add.
In order to add it we will need to know the skill id and buff Id, if you can get that then it should be easy enough to add.
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
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: Cast Elite Skills 70
I'm confused. That skill looks like a passive that improves "Brute Strength" which also looks like a passive. But the description says "After it is used, it ...". How can it be used it it's a passive?
- 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
Re: Cast Elite Skills 70
@Lisa: I don't know how to get the ID for the skill, but the buff ID is: 623148. Maybe you could advise me how to get the skill id.
@rock5: it works like a buff. eg: MAGE_ELEMENTAL_CATALYST
the buff (623148) lasts for 30 sec and the skill has a cool down of 60 sec
@rock5: it works like a buff. eg: MAGE_ELEMENTAL_CATALYST
the buff (623148) lasts for 30 sec and the skill has a cool down of 60 sec
Re: Cast Elite Skills 70
Well the addon ItemPreview tells me the skill id is 499589.
Ok let me take a stab at thisTry that. Put it in skills.xml in the database folder and then add the skill to your profile as usual. I used the trick to use the skill at the beginning of battle.
Ok let me take a stab at this
Code: Select all
<skill name="MAGE_WISDOM_AND_BRAVERY" id="499589" type="buff" buffname="623148" range="225" cooldown="60" target="enemy" />- 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
Re: Cast Elite Skills 70
Thanks a lot!
are you sure that is correct. I thought it needs to be
edit
I changed the entry to and tested it and it worked fine.
thanks again
are you sure that
Code: Select all
target="enemy"Code: Select all
target="self"I changed the entry to
Code: Select all
<skill name="MAGE_WISDOM_AND_BRAVERY" id="499589" type="buff" buffname="623148" cooldown="60" target="self" />thanks again
Re: Cast Elite Skills 70
But doesn't that also cast it out of battle too? Is that what you want?
- 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
Re: Cast Elite Skills 70
I was just searching for something like onEnterCombat() but didn't find anything ... but now I understand your trick
will there come something like an onEnterCombat Event?
or better
OnEnterEliteCombat()
OnEnterBossCombat()
will there come something like an onEnterCombat Event?
or better
OnEnterEliteCombat()
OnEnterBossCombat()