What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

How to only target a certain mob

Status
Not open for further replies.

baoky

New Member
Joined
Sep 20, 2014
Messages
36
Reaction score
0
How to only target a certain mob


I am using Simple Farm by OUT.


I only want to hit the mob with the name "Spider weaver"

There are other mob nearby, but I don't wanna target them, assume those other nearby are "passive" mob which are orange and won't hit me unless I hit them.

How do I only target "Spider weaver"


Thanks!!
 
Add to function that find best mob something like
&& string.Compare(obj.name, "Spider weaver",true) == 0
 
Status
Not open for further replies.
Back
Top