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
Waypoint Problems
Re: Waypoint Problems
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.
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>