RBAssist.xml questions.

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
bobdole
Posts: 152
Joined: Thu May 26, 2011 6:30 pm

RBAssist.xml questions.

#1 Post by bobdole »

Questions:

I have never tried using the RBAssist.xml before for my buffs. My question is can you make it so it uses a specific bar slot for a specific buff? I am trying to use a macro for Yawaka's Blessing that loads the set skill then casts the buff and then reloads the attack skill. As you know you can not call something like that from and add-on like NTbuff so unless I manually click the button the macro does not work. I want to see if I can modify RBAssist.xml to do all my buffing. Also can I use RBAssist.xm to spam the F12 key every half second, I currently use a program called AutoHotkey that spams the F12 key but it has some bad side effects like sometimes locking down the shift and CTRL keys. It would be great if I could get RBAssist.xml to do both and also allow me to chat via the client. This is not for botting but rather for game play assistance.

As always thanks in advance.
Last edited by bobdole on Tue Jan 24, 2012 7:20 pm, edited 1 time in total.
User avatar
MiesterMan
Posts: 543
Joined: Tue Jul 06, 2010 9:15 pm
Location: Between the Second and Third Circles of Hell

Re: RBAssist.xml

#2 Post by MiesterMan »

I think rock would be the best to answer this (I have no idea what you mean).

You should change the name of the thread to reflect the real question, RBAssist is a bit vague.
bobdole
Posts: 152
Joined: Thu May 26, 2011 6:30 pm

Re: RBAssist.xml questions.

#3 Post by bobdole »

Maybe this will explain a little what my first question wants to accomplish:

Code: Select all

<skill name="ROGUE_YAWAKAS_BLESSING"    		hotkey="VK_ACTIONBAR4BUTTON4" priority="90" />
That code doesn't work.
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: RBAssist.xml questions.

#4 Post by lisa »

bobdole wrote:hotkey="VK_ACTIONBAR4BUTTON4"
hotkey is an actual key, not position on your action bar.
So if you set a hotkey to that actionbar slot via in game menu then you can tell bot to use that KEY.

Any reason you don't set it to use MACRO ?

Code: Select all

<skill name="ROGUE_YAWAKAS_BLESSING"          hotkey="MACRO" priority="90" />
--=== EDIT ===--
Just read first post, if you want the bot to do special things when you do a specific skill then just need to add some code to the onskillcast section of profile.
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
bobdole
Posts: 152
Joined: Thu May 26, 2011 6:30 pm

Re: RBAssist.xml questions.

#5 Post by bobdole »

I just want the bot to push the specific hotbar button when Yawaka's Blessing needs to be rebuffed and I have no idea how I would do that.
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: RBAssist.xml questions.

#6 Post by lisa »

game menu
key bindings
keys.jpg
assigna key to the spot actionbar button you want it to use.

Then set the profile skill to that key.
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
bobdole
Posts: 152
Joined: Thu May 26, 2011 6:30 pm

Re: RBAssist.xml questions.

#7 Post by bobdole »

How can I spam F12 every second? :)
Blyad
Posts: 49
Joined: Fri Oct 07, 2011 3:16 am

Re: RBAssist.xml questions.

#8 Post by Blyad »

bobdole wrote:How can I spam F12 every second? :)
im guessing you want to use your DIYCE macro to fight?
Post Reply