Page 1 of 1

mobs in only a bot

Posted: Mon May 30, 2011 2:58 pm
by Ajoir
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

Posted: Mon May 30, 2011 9:00 pm
by rock5
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>

Re: mobs in only a bot

Posted: Tue May 31, 2011 10:22 am
by Ajoir
Thank you very very much. I proved and work very well.