I want to set a lot of mob flags using the load-npc command, so that can reuse the same mob several times but with different flags. How will I know what flags to use if they differ from what is in the Mob-Act list?
Edit never mind - I see it uses the "human readable" column.
https://github.com/torilmud/docs/wiki/Zone-Template-Commands#command-load-npc says:
"flags (optional): The standard flags field. Any NPC flags set here will be set on the NPC at load time in addition to the flags set in the mob file."
But the example below it then contains:
If I look at the npc flags in https://github.com/torilmud/docs/wiki/Mob-Act, shouldn't that be
["agg"]
? There is no "aggressive" listed there.I want to set a lot of mob flags using the load-npc command, so that can reuse the same mob several times but with different flags. How will I know what flags to use if they differ from what is in the Mob-Act list?
Edit never mind - I see it uses the "human readable" column.