Difference between revisions of "User:Gwyrdain/TAW"

From The Final Challenge Wiki
Jump to navigation Jump to search
Line 14: Line 14:
**magic applies need magic flag
**magic applies need magic flag
* Having the ability to select multiple rooms and apply the same set of flags to several at a time, OR, to set 'standard' flags for all rooms created in the zone would be Nifty.
* Having the ability to select multiple rooms and apply the same set of flags to several at a time, OR, to set 'standard' flags for all rooms created in the zone would be Nifty.
== WIP Review Notes ==
* sort stuff by vnum.  -Done @ room table & formatted block.
* validate unique vnums.  -Done at the form level.

Revision as of 15:15, 16 January 2015

User Stories

  • I need an editor that won't crash if I enter vnums larger than 37,000.
  • I need an editor that won't crash if my .are is bigger than 90kb
  • I need an editor that creates reciprocal exits.
  • I need an editor that allows me to work dynamically with others.
  • I need an editor that doesn't crash if I have more than 180 mob resets.
  • I need an editor that doesn't eat my area file if I put a container inside a container.
  • I need to be able to create an exit link to a room that hasn't been created yet.
  • I need to be able to add granular comments to my area (even if .are files won't allow it!)
  • I need to be able to spell check text fields.
  • I need robust validation or warnings or ???:
    • metal where ac > 6
    • magic applies need magic flag
  • Having the ability to select multiple rooms and apply the same set of flags to several at a time, OR, to set 'standard' flags for all rooms created in the zone would be Nifty.


WIP Review Notes

  • sort stuff by vnum. -Done @ room table & formatted block.
  • validate unique vnums. -Done at the form level.