I want to attack this but not that

International

Moderator: Moderators

Servbot
Noob
Noob
Posts: 1
Joined: 12 Nov 2010, 01:19
Noob?: No

I want to attack this but not that

#1 Post by Servbot »

Hello there, I'm total new to this sport of thing. I started to play this game about a month ago and quickly learned about bots in the server. I didn't think I would end up trying to make one, but it seems it's the most plausible way to get anything in this game xD

ANYWAY, this is my predicament: I just wanted to build a simple bot for now. I made a Marchant and I wanted to make it fight in certain Payon field filled with Boas, Spores and Worm Tails. I wanted it to ignore Worm tails however. I manged to learn a few simple things like keeping it locked at the map and heal after reached certain hp. However I cannot seem to get the set up right to ignore Worm Tails and prioritize only on Spores and Boas. In the mon_control.text I left all the gibberish on the top that I think explains how to do it and put this below it:

Code: Select all

Boa	1	0	1
Spore	1 	0	1
Worm Tail 0	0	0
Which should mean Attack and search for spores and Boas and ignore Worm tails, but it still attack them.
Mushroom
Perl Monk
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

Re: I want to attack this but not that

#2 Post by Mushroom »

# <attack>:

# -1 means to leave the monster alone, even if it attacks you.

# 0 means to leave the monster alone, unless it attacks you.
Try setting it to -1.
Quit.