[Addon/Macro] Behind Target

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
evilband7
Posts: 15
Joined: Thu Aug 18, 2011 10:39 am

[Addon/Macro] Behind Target

#1 Post by evilband7 » Sun Jul 28, 2013 1:40 am

Anyway to check you are behind target or not? (for ingame macro/addon, not a bot)

Or at least, Can get the last warning msg like this.
http://upic.me/i/y7/behind.jpg


thank you

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: [Addon/Macro] Behind Target

#2 Post by lisa » Sun Jul 28, 2013 3:14 am

well you can make an addon to tell you if the message appears, I don't see the point as the message on screen is telling you that.
If not for botting then I don't see the benefit.
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

evilband7
Posts: 15
Joined: Thu Aug 18, 2011 10:39 am

Re: [Addon/Macro] Behind Target

#3 Post by evilband7 » Sun Jul 28, 2013 2:58 pm

I wanna make macro for rogue skill combo in 1 shortcut and it will cast blind spot instead of shadowstab when stay behind target.

User avatar
lolita
Posts: 139
Joined: Thu Oct 20, 2011 5:39 am
Location: Serbia

Re: [Addon/Macro] Behind Target

#4 Post by lolita » Tue Jul 30, 2013 12:26 pm

when i was playing rogue/scout, in "Diyce" addon i was useing this variable to check if i am behind target

Code: Select all

local behind = GetActionUsable(9) -- # is your blind spot spell slot number
so you can make macro

Code: Select all

/script local behind = GetActionUsable(9); if behind then CastSpellByName("spell_name") else CastSpellByName("spell_name") end
Life is a journey, not destination :D

evilband7
Posts: 15
Joined: Thu Aug 18, 2011 10:39 am

Re: [Addon/Macro] Behind Target

#5 Post by evilband7 » Thu Aug 01, 2013 12:40 am

lolita wrote:when i was playing rogue/scout, in "Diyce" addon i was useing this variable to check if i am behind target

Code: Select all

local behind = GetActionUsable(9) -- # is your blind spot spell slot number
so you can make macro

Code: Select all

/script local behind = GetActionUsable(9); if behind then CastSpellByName("spell_name") else CastSpellByName("spell_name") end
I try to use this before.
GetActionUsable(x) will return true if you are close to target. and when you cast, the warning msg appear. ;(

I tested many command in this http://runesofmagic.gamepedia.com/List_of_Functions.
but i can't solve this. ;(

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

Re: [Addon/Macro] Behind Target

#6 Post by rock5 » Thu Aug 01, 2013 2:01 am

Personally I don't think it's possible. I thought Lolita's idea was quite clever. A shame it didn't 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

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 1 guest