Two Questions

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
scithen
Posts: 25
Joined: Sun Oct 21, 2012 9:55 pm

Two Questions

#1 Post by scithen » Tue Nov 06, 2012 9:48 am

I've been using waypoints to navigate back and forth between the Frontline Camp
and Static Lathrofea in Xav, to level my secondary class. With that said, is there
a way to make the bot mount either before or after buffing when I swap classes?
Right now, it'll run up to the house servant and swap classes, then buff and just
keep running, never trying to mount. I've tried using yrest, but it seems like the
whole bot just waits for however many seconds I put in there.

Code: Select all

player:dismount();
yrest(2000);
player:target_NPC("Barok Ulan");
sendMacro("ChoiceOption(3);");
yrest(1500);
player:mount();
Since I'm just running to and from the camp, I wouldn't mind it not buffing altogether.

Second question: I've looked in the skills database, and Perception (M/D elite) is
in there where it should be, but every time I swap to D/M, the bot spends the
entire time it's running trying to buff my char with Perception.. which it can't do.
It doesn't seem like it's hurting anything, but it makes it hard to find any kind of
info on the screen without having to sort through 1-200 lines of it trying to buff.
I do have it set in my skills_mage in my profile, though, not just skills. Anyone able
to point me to a solution to that?

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

Re: Two Questions

#2 Post by rock5 » Tue Nov 06, 2012 9:59 am

About the mounting I have 2 ideas. You could have it mount at the next waypoint or you could manually buff yourself first, eg.

Code: Select all

player:clearTarget() -- So it doesn't apply buffs to the npc.
player:checkSkills(true) -- 'true' means friendly skills only.
player:mount()
About Perception, usually when you change character or zone it detects a changed address and reloads the profile but when it just changes class the bot doesn't detect it. Future versions will but the current version doesn't. A simple fix is to just reload the profile. You can use

Code: Select all

loadProfile()
  • 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

scithen
Posts: 25
Joined: Sun Oct 21, 2012 9:55 pm

Re: Two Questions

#3 Post by scithen » Tue Nov 06, 2012 10:25 am

That did the trick, rock. Thank you. :) I didn't even think about mounting at the
next waypoint. Will have to keep that in mind for the other waypoints I use for
dailies.

Cindy
Posts: 237
Joined: Fri Sep 28, 2012 4:23 pm

Re: Two Questions

#4 Post by Cindy » Tue Nov 06, 2012 6:27 pm

I am starting to find that it is a smart idea to have WPs at points of interest, for example right in front of the NPC you are changing class at. You could then mount at that waypoint.

Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 2 guests