Only attack certain monsters? ***Solved***

International

Moderator: Moderators

Fyre
Noob
Noob
Posts: 4
Joined: 22 Oct 2010, 11:46
Noob?: No

Only attack certain monsters? ***Solved***

#1 Post by Fyre »

in the mon_control file it says that the default setting for all monsters not listed is attack = 1 how can i change that to attack = 0 so that i can set it to only attack the certain monsters i choose

Edit: Thanks a lot for the quick and informative answers
Last edited by Fyre on 02 Nov 2010, 13:23, edited 1 time in total.
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Only attack certain monsters?

#2 Post by EternalHarvest »

Actually (guessing by looking at code), mon_control should work with "all" entry being default one.

We need to change documentation on that if it works.
Fyre
Noob
Noob
Posts: 4
Joined: 22 Oct 2010, 11:46
Noob?: No

Re: Only attack certain monsters?

#3 Post by Fyre »

so if i add in

Code: Select all

All = 0
and then amend it with monsters i do want to target that should theoretically work?
Mushroom
Perl Monk
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

Re: Only attack certain monsters?

#4 Post by Mushroom »

Yes.
Btw, you don't need to use the equal sign.
Quit.