So I had this nifty idea that a mob could use skills, such as rescuing a pc in combat. I found a trigger in stock zone 46 as follows:
Code:
Name: 'Guard Rescue Queen - 4632', VNum: [ 4607], RNum: [ 1123]
Trigger Intended Assignment: Mobiles
Trigger Type: Fight , Numeric Arg: 50, Arg list: None
Commands:
wait 1
rescue queen
i1 510hp 110mn 92m
Looks simple enough, right? Except I can't get it to work. In fact, when I switch into the mob to see what it's doing (or not doing) it says: "You have no idea how to do that."
I can get mobs to use spells. What's the deal with using mobs to use skills? I feel like it's going to be super easy and I've just stubbornly gone down the wrong thinking path with all my tried and failed solution attempts. Anyone?