steal from a specific mob?

International

Moderator: Moderators

cardboardbox
Noob
Noob
Posts: 5
Joined: 09 Aug 2012, 03:59
Noob?: No

steal from a specific mob?

#1 Post by cardboardbox »

So I got it down so that my bot only steals and doesn't attack, but I have no idea how to make him only specifically steal from one mob and ignore all others? I tried doing the mon control thing to make him only attack the mob I want him to try to steal from, but it didn't seem to work.
craw1er
Noob
Noob
Posts: 10
Joined: 08 Aug 2012, 07:48
Noob?: Yes

Re: steal from a specific mob?

#2 Post by craw1er »

You can put
monsters <monster name>
in the code block to make it only steal from that monster.....
jackyan
Developers
Developers
Posts: 29
Joined: 30 Oct 2011, 21:43
Noob?: No

Re: steal from a specific mob?

#3 Post by jackyan »

Donny923
Noob
Noob
Posts: 15
Joined: 13 Jul 2012, 06:26
Noob?: No

Re: steal from a specific mob?

#4 Post by Donny923 »

attackSkillSlot Steal {
lvl 10
sp > 10% #(Use Steal only if you have more than 10% of SP)
monsters Hydra, Pupa, Whisper
maxAttempts 2 #(Tries 2 times to Steal) Change this value if you want
maxUses 1 #(Stops if worked once) Changing this value would be useless ^^
inLockOnly 1
}