Code: Select all
/target npc "a hill giant"
Code: Select all
/alert clear 1
/alert add 1 npc "a hill giant"
Code: Select all
/target alert 1
Here's the thing. I know that if I set up the above alert with a single word ("giant") then all will work fine. And I know that if I try and set it up without the quotes, it will only see the first word ("a"). If I didn't use any quotes then it would return the error:There are no " around here
So my guess is that it's seeing that quoted string as just the first quote - and actually looking for a ".There are no a around here
My question boils down to this: How can I be specific about the mob that I want to hunt while using alerts? Any help would be appreciated. Hell, I'd even be fine with a flame that points to some off topic post in another section for an answer =).

