Its been a while since I've use the split command.
My trigger matches on this:
Text:
You knocked a powerful bebilith out cold!
Matchon:
You knock * out cold!
Currently I have it just attacking certain mobs. What I'd like to do is set it up so that it will attack all goblins. There are many different types of goblins. The one that you DON'T want to attack is the goblin healer... Now Knocking them out isn't considered an attack unless it fails, and I don't fail when it comes to knocking things out the same size as me(there are tiny, small, medium, large, huge, and giant sized mobs). Now, Once I knock them out, I don't want to backstab them because they're really strong for their level... Their maladictions last forever and land easily.
Now as I continue to explain this, I think of a different way to do this. I realize I could do it slightly differently. Instead of matching on the "sap" I could match it on the hunt trigger:
Text
A powerful bebilith is south from here.
match on:
A * is * from here.
What I'd like to do is split the first wild card, and if any of that array has healer in it then Ignore it, and hunt the next goblin... 2.goblin... 3.goblin.... 4.goblin...
Not sure how to do that exactly... Could I perhaps get a hand with this?
My trigger matches on this:
Text:
You knocked a powerful bebilith out cold!
Matchon:
You knock * out cold!
Currently I have it just attacking certain mobs. What I'd like to do is set it up so that it will attack all goblins. There are many different types of goblins. The one that you DON'T want to attack is the goblin healer... Now Knocking them out isn't considered an attack unless it fails, and I don't fail when it comes to knocking things out the same size as me(there are tiny, small, medium, large, huge, and giant sized mobs). Now, Once I knock them out, I don't want to backstab them because they're really strong for their level... Their maladictions last forever and land easily.
Now as I continue to explain this, I think of a different way to do this. I realize I could do it slightly differently. Instead of matching on the "sap" I could match it on the hunt trigger:
Text
A powerful bebilith is south from here.
match on:
A * is * from here.
What I'd like to do is split the first wild card, and if any of that array has healer in it then Ignore it, and hunt the next goblin... 2.goblin... 3.goblin.... 4.goblin...
Not sure how to do that exactly... Could I perhaps get a hand with this?