change friends on load?

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Golbez
Posts: 66
Joined: Sat Aug 02, 2008 8:27 pm

change friends on load?

#1 Post by Golbez »

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. :P
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: change friends on load?

#2 Post by rock5 »

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.”
          • Ronald Reagan
Golbez
Posts: 66
Joined: Sat Aug 02, 2008 8:27 pm

Re: change friends on load?

#3 Post by Golbez »

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?
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: change friends on load?

#4 Post by rock5 »

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.”
          • Ronald Reagan
Golbez
Posts: 66
Joined: Sat Aug 02, 2008 8:27 pm

Re: change friends on load?

#5 Post by Golbez »

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?
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: change friends on load?

#6 Post by rock5 »

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.”
          • Ronald Reagan
Golbez
Posts: 66
Joined: Sat Aug 02, 2008 8:27 pm

Re: change friends on load?

#7 Post by Golbez »

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
Post Reply