torilmud / issues

Bug reports for TorilMUD
11 stars 8 forks source link

Areas wiki - question about flags when loading a mob via the load npc #1073

Closed byzanthia closed 3 months ago

byzanthia commented 3 months ago

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:

 "flags": {
    "npc": ["aggressive"]

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.