steal from a specific mob?
Moderator: Moderators
-
- Noob
- Posts: 5
- Joined: 09 Aug 2012, 03:59
- Noob?: No
steal from a specific mob?
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.
-
- Noob
- Posts: 10
- Joined: 08 Aug 2012, 07:48
- Noob?: Yes
Re: steal from a specific mob?
You can put
monsters <monster name>
in the code block to make it only steal from that monster.....
monsters <monster name>
in the code block to make it only steal from that monster.....
-
- Developers
- Posts: 29
- Joined: 30 Oct 2011, 21:43
- Noob?: No
-
- Noob
- Posts: 15
- Joined: 13 Jul 2012, 06:26
- Noob?: No
Re: steal from a specific mob?
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
}
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
}