Golbez
Posts: 66 Joined: Sat Aug 02, 2008 8:27 pm
#1
Post
by Golbez » Sat Mar 03, 2012 9:11 am
Code: Select all
<friends>
<!-- names of friends we help fighting or enemys we don't want to attack -->
<!-- for umlauts use \129 (ue),\132 (ae),\148 (oe) e.g. K\132fer -->
<friend name="Elite_Mob_Name1" />
<friend name="Elite_Mob_Name2" />
</friends>
hi i was wondering if there is a way to change this when i load my waypoints. i wants to make it so my bot doesnt always attack certain mobs because its just wasting time at this point.
rock5
Posts: 12173 Joined: Tue Jan 05, 2010 3:30 am
Location: Australia
#2
Post
by rock5 » Sat Mar 03, 2012 10:32 am
I usually just create the mobs list for that waypoint file eg.
Code: Select all
settings.profile.mobs = {"Wheezer","Lakoso"}
Lisa has posted a function to add and remove mobs but I never saw the need. Do a search for it if that's what you want.
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.”
Golbez
Posts: 66 Joined: Sat Aug 02, 2008 8:27 pm
#3
Post
by Golbez » Sat Mar 03, 2012 10:41 am
rock5 wrote: I usually just create the mobs list for that waypoint file eg.
Code: Select all
settings.profile.mobs = {"Wheezer","Lakoso"}
Lisa has posted a function to add and remove mobs but I never saw the need. Do a search for it if that's what you want.
ty
edit: this is for a list of mobs to kill right?
rock5
Posts: 12173 Joined: Tue Jan 05, 2010 3:30 am
Location: Australia
#4
Post
by rock5 » Sat Mar 03, 2012 11:35 am
Golbez wrote: edit: this is for a list of mobs to kill right?
Yes, Only attacks those mobs.
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.”
Golbez
Posts: 66 Joined: Sat Aug 02, 2008 8:27 pm
#5
Post
by Golbez » Sat Mar 03, 2012 11:55 am
rock5 wrote: Golbez wrote: edit: this is for a list of mobs to kill right?
Yes, Only attacks those mobs.
settings.profile.friends= {"Ray","Gabe"} <--- friend names?
rock5
Posts: 12173 Joined: Tue Jan 05, 2010 3:30 am
Location: Australia
#6
Post
by rock5 » Sat Mar 03, 2012 12:52 pm
Golbez wrote: settings.profile.friends= {"Ray","Gabe"} <--- friend names?
Yeah. If you just want it not to attack certain mobs then you can add them to the frinds list instead.
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.”
Golbez
Posts: 66 Joined: Sat Aug 02, 2008 8:27 pm
#7
Post
by Golbez » Sat Mar 03, 2012 8:53 pm
rock5 wrote: Golbez wrote: settings.profile.friends= {"Ray","Gabe"} <--- friend names?
Yeah. If you just want it not to attack certain mobs then you can add them to the frinds list instead.
cool ty