I'm trying to make a simple tamer quest, where a player would go out, tame a dragon and return to an NPC with it. I'm using the GETONNEARBY method to do this. Here is my structure, it seems as if the GETONTRIGMOB,name is not coming back properly or something.
GETONNEARBY,5,*,Dragon,ControlMaster={GETONTRIGMOB,name}
I also tried
GETONNEARBY,10,*,Dragon,controlmaster.serial={GETONTRIGMOB,serial}
These are conditions on an XmlQuestNPC
Any help? @tass23
GETONNEARBY,5,*,Dragon,ControlMaster={GETONTRIGMOB,name}
I also tried
GETONNEARBY,10,*,Dragon,controlmaster.serial={GETONTRIGMOB,serial}
These are conditions on an XmlQuestNPC
Any help? @tass23