torilmud / issues

Bug reports for TorilMUD
11 stars 8 forks source link

Areas wiki updates #1048

Closed byzanthia closed 5 months ago

byzanthia commented 5 months ago

Ask 1: https://github.com/torilmud/docs/wiki/Wld-File#subzones should be updated. I asked Marthammor if I should use this, or the subzone field in the config files. He said the WLD file had that option before the config files were released but that we shouldn't use it anymore.

Can we add a note here, like "NOTE: if you use the subzone field in the config file instead, don't use this. Defining subzones in the config file is preferred."

Ask 2: https://github.com/torilmud/docs/wiki/Zone-Template-Commands#command-load-npc should be updated to reflect that the flags are additive to any flags for that mob in the MOB file. E.g. update this line: flags (optional): The standard flags field. Any NPC flags set here will be set on the NPC at load time. to: flags (optional): The standard flags field. Any NPC flags set here will be set on the NPC at load time, in addition to its flags from the MOB file.