Need Help for BM

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
M4gm4
Posts: 137
Joined: Sun Jan 30, 2011 2:30 pm

Need Help for BM

#1 Post by M4gm4 »

Hi, can someone show me, how i create a profile for an Battlemonk ?

<skills_priest> .... i dont know how it works with the elite and rebuff.

Code: Select all

<skill name="PRIEST_BATTLE_MONK_STANCE" hotkey="VK_4" priority="100" rebuffcut="900" inbattle="true" />
		<skill name="PRIEST_POWER_BUILD_UP" hotkey="VK_5" priority="99" rebuffcut="900" inbattle="true" />
		<skill name="PRIEST_AMPLIFIED_ATTACK" hotkey="VK_6" priority="98" rebuffcut="1800" inbattle="true" />
does not work ..
the char runs, hit , buff, hit , buff ,,buff, buff, ...out of mana ,,
I use the google translator, so do not be surprised if my english is funny
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Need Help for BM

#2 Post by lisa »

Maybe double check the buff id for battle monk?

make a macro of this

Code: Select all

/script i=1 while UnitBuff( "player", i) ~= nil do name, __, __, ID = UnitBuff( "player", i) SendSystemChat(name.." "..ID) i = i + 1 end
It will give you the buff Id's. If it says 501977 for battle monk then the issue is something else.

Do you get the bot to cast battle monk in your profile, like on skill cast ?

I'm not sure what rebuffcut is, haven't seen that before.
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
M4gm4
Posts: 137
Joined: Sun Jan 30, 2011 2:30 pm

Re: Need Help for BM

#3 Post by M4gm4 »

BATTLE_MONK_STANCE iss an elite buff from P/W

i need, that the script buffs , and rebuff after 15 minutes
I use the google translator, so do not be surprised if my english is funny
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Need Help for BM

#4 Post by rock5 »

rebuffcut is used if you want to recast a buff before it expires. By setting rebuffcut to 900 you are saying you want to recast the skill 15 minutes before it is due to expire. Remove that and it should work.
  • 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
M4gm4
Posts: 137
Joined: Sun Jan 30, 2011 2:30 pm

Re: Need Help for BM

#5 Post by M4gm4 »

yayyyyy BIG THX ,, it works now ^^
thanks thanks thanks :)
I use the google translator, so do not be surprised if my english is funny
Post Reply