mobs in only a bot
mobs in only a bot
Hi, I would make a bot including a class of mobs that it were not included in the profile, becouse i want only attack them in this bot. I've tried to "changeProfileSkill" and "changeProfileOption" but not working, or not use them correctly. Anybody can help me, please? (Excuse me, becouse I'm not English, and I speak it a little bad.)
Re: mobs in only a bot
You can change the mob list directly in the onload section of the waypoint file.
Code: Select all
<onLoad>
settings.profile.mobs = {"Bear","Boar"};
</onLoad>- 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
Re: mobs in only a bot
Thank you very very much. I proved and work very well.