Check if bot is transformed (e.g. has a costume)

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
User avatar
Edamh
Posts: 106
Joined: Tue May 24, 2011 11:56 pm

Check if bot is transformed (e.g. has a costume)

#1 Post by Edamh » Sat Nov 03, 2012 10:26 pm

With the various different types of potions that a bot can take and especially with the Trick-or-Treat title and daily quest, is there a check that I can use to see if the bot is transformed (e.g. has a costume)? I know that the game itself has a check to see if a character is transformed; you can't ride a mount when you're transformed. What's the equivalent check for the bot?

Thanks.

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

Re: Check if bot is transformed (e.g. has a costume)

#2 Post by rock5 » Sun Nov 04, 2012 12:30 am

Isn't there a buff you can check for?
  • 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

User avatar
Ego95
Posts: 564
Joined: Tue Feb 28, 2012 12:38 pm
Contact:

Re: Check if bot is transformed (e.g. has a costume)

#3 Post by Ego95 » Sun Nov 04, 2012 4:20 am

Isn't there a buff you can check for?
What he wants to know is, if you generally can check for being transformed, not for a specific buff. I think you can't. The only way to do this is to check for different buffs like

Code: Select all

if player:hasBuff(buff) or player:hasBuff(buff2) or player:hasBuff(buff3) ...
and so on.
know that the game itself has a check to see if a character is transformed; you can't ride a mount when you're transformed
I don't think the game has a check for this. I think every buff has its own arguments what you are able to do with them. I'm not sure, but when the dwarves came out you could ride a mount with a champion in shield form because they forgot to disable this. So in my opinion there isn't a general check for this.

Post Reply

Who is online

Users browsing this forum: No registered users and 10 guests