Difference between revisions of "Leviticus"
From Immwiki
m (* Dov - 2nd edition to Area Style Guide) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
* [[Area Style Guide]] - 2nd Edition. <b>A must read for new builders.</b> | * [[Area Style Guide]] - 2nd Edition. <b>A must read for new builders.</b> | ||
* [[Merc.h Values]] - things which typically require digging through merc.h to find | * [[Merc.h Values]] - things which typically require digging through merc.h to find | ||
Line 35: | Line 31: | ||
*[[Prog Appendix 4]]: List of If Checks | *[[Prog Appendix 4]]: List of If Checks | ||
*[[Prog Appendix 5]]: Addaffect Notes | *[[Prog Appendix 5]]: Addaffect Notes | ||
+ | *[[Prog Appendix 6]]: Generic skeleton progs for later use | ||
*[[Recent Additions]]: Things that have been added that have yet to be properly categorized and documented. | *[[Recent Additions]]: Things that have been added that have yet to be properly categorized and documented. | ||
+ | |||
+ | [[Category:Leviticus]] |
Revision as of 23:02, 26 April 2011
- Area Style Guide - 2nd Edition. A must read for new builders.
- Merc.h Values - things which typically require digging through merc.h to find
- Skill/Spell vnums - a raw list with corresponding vnums
- Variable List - Taken from room 4
OLC Guide - Jolinn's official guide to OLC
- OLC Section 0: Why OLC?
- OLC Section 1: Aedit - creating and editing areas
- OLC Section 2: Redit - creating and editing rooms
- OLC Section 3: Medit - creating and editing mobiles (NPCs)
- OLC Section 4: Oedit - creating and editing objects
- OLC Section 5: Fedit - creating and edition factions
- OLC Appendix 1: Summary of OLC helpfiles for quick reference
Programatis Universalis - Jolinn's guide to all things prog
- Prog Section 0: Why Prog?
- Prog Section 1: Prog Structure and Practice
- Prog Section 2: Variables
- Prog Section 3: Control Structures
- Prog Section 4: Prog Triggers
- Prog Section 5: Mobile Memory and PC Data Fields
- Prog Section 6: MP Commands
- Prog Section 7: If Checks
- Prog Appendix 1: Common Prog Troubleshooting Issues
- Prog Appendix 2: List of Prog Triggers
- Prog Appendix 3: List of Commands
- Prog Appendix 4: List of If Checks
- Prog Appendix 5: Addaffect Notes
- Prog Appendix 6: Generic skeleton progs for later use
- Recent Additions: Things that have been added that have yet to be properly categorized and documented.