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();
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?