Waypoint Problems

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Sammy009
Posts: 33
Joined: Thu Oct 06, 2011 7:33 am

Waypoint Problems

#1 Post by Sammy009 »

I have some questions.

1. What must I do when i allways killed mob with the name "Ameisenbär des Geheimen Haines" At the moment he kills all
2. Sometime the bot hang in woodpile
3. The bot says I must change the combat_range form 200 to............
Where can I find this?

Thanks for help
Jandrana
Posts: 187
Joined: Thu Jul 05, 2012 5:53 am

Re: Waypoint Problems

#2 Post by Jandrana »

Your answer for #1 is here:

http://www.solarstrike.net/wiki/index.p ... ile_-_Mobs

But adding this to your char profile is not the prefered method imho.

There is a way to do this specific for your waypoint file. You need this userfunction:
http://www.solarstrike.net/phpBB3/viewt ... =27&t=3626

Add an "onLoad" section to your file, if you don't have it already.

Code: Select all

<onLoad>
changeOptionFriendMob("mob", "[Name of mob to attack]", "Add");
</onLoad>
Post Reply