User contributions
Jump to navigation
Jump to search
- 11:31, 26 May 2020 diff hist +427 Manual:Zone Manual/The NPC Section/DIL functions for NPCs current
- 11:31, 26 May 2020 diff hist +389 Manual:Zone Manual/The NPC Section/Compiling and debugging your first NPC current
- 11:31, 26 May 2020 diff hist +395 Manual:Zone Manual/The NPC Section/Building your first NPC current
- 11:30, 26 May 2020 diff hist +359 Manual:Zone Manual/The NPC Section/NPC macros current
- 11:30, 26 May 2020 diff hist +368 Manual:Zone Manual/The NPC Section current
- 11:28, 26 May 2020 diff hist +366 Manual:Zone Manual/The Room Section/Suggested room exercises
- 11:28, 26 May 2020 diff hist +403 Manual:Zone Manual/The Room Section/Putting the rooms together
- 11:28, 26 May 2020 diff hist +398 Manual:Zone Manual/The Room Section/A more complex set of rooms
- 11:27, 26 May 2020 diff hist +433 Manual:Zone Manual/The Room Section/DIL functions for rooms
- 11:25, 26 May 2020 diff hist +395 Manual:Zone Manual/The Room Section/Compiling and debugging your first room current
- 11:25, 26 May 2020 diff hist +394 Manual:Zone Manual/The Room Section/Building your first room current
- 11:25, 26 May 2020 diff hist +372 Manual:Zone Manual/The Room Section
- 11:24, 26 May 2020 diff hist +364 Manual:Zone Manual/Unit Building Blocks current
- 11:24, 26 May 2020 diff hist +339 Manual:Zone Manual/Zone Source File/Zone information section
- 11:24, 26 May 2020 diff hist +403 Manual:Zone Manual/Zone Source File current
- 11:23, 26 May 2020 diff hist +355 Manual:Zone Manual/General Compiler Information/The VMC pre-processor current
- 11:23, 26 May 2020 diff hist -339 Manual:Zone Manual/Introduction
- 11:22, 26 May 2020 diff hist -362 Manual:Zone Manual/General Compiler Information current
- 11:22, 26 May 2020 diff hist +1 Manual:Zone Manual/General Compiler Information
- 11:22, 26 May 2020 diff hist +720 Manual:Zone Manual/General Compiler Information
- 11:17, 26 May 2020 diff hist -41 Manual:Zone Manual/Introduction
- 11:16, 26 May 2020 diff hist +88 Manual:Zone Manual/Introduction
- 11:15, 26 May 2020 diff hist 0 Manual:Zone Manual/Introduction
- 11:15, 26 May 2020 diff hist +2 Manual:Zone Manual/Introduction
- 11:15, 26 May 2020 diff hist +2 Manual:Zone Manual/Introduction
- 11:14, 26 May 2020 diff hist 0 Manual:Zone Manual/Introduction
- 11:13, 26 May 2020 diff hist +72 Manual:Zone Manual/Introduction
- 11:12, 26 May 2020 diff hist +236 Manual:Zone Manual/Introduction
- 11:08, 26 May 2020 diff hist +278 Manual:Zone Manual/Introduction
- 14:55, 25 May 2020 diff hist +5,631 N Manual:Zone Manual/Appendices/Spell definitions in values.h Created page with "==== Spell definitions in values.h ==== The following list was extracted from the ''values.h'' <nowiki> #define SPL_CALL_LIGHTNING 12 →Cell Group: #define SPL_BLE..."
- 14:54, 25 May 2020 diff hist +2,195 N Manual:Zone Manual/Appendices/Skill definitions in values.h Created page with "==== Skill definitions in values.h ==== The following list was extracted from the ''values.h'' <nowiki> #define SKI_TURN_UNDEAD 0 #define SKI_SCROLL_USE 1..."
- 14:54, 25 May 2020 diff hist +6,379 N Manual:Zone Manual/Appendices/Complete magical transfers macros listing Created page with "==== Complete magical transfers macros listing ==== This listing of macros was taken from ''wmacros.h''. When building your objects you should check the macros file to make..."
- 14:54, 25 May 2020 diff hist +2,299 N Manual:Zone Manual/Appendices/Liquid macros file Created page with "==== Liquid macros file ==== <nowiki> #define LIQ_WATER(WEIGHT,CAPACITY,INSIDE,POISON) \ LIQ_DEF("clear", WEIGHT,CAPACITY,INSIDE,10,1,0,POISON) #define LIQ_BEER(WEIGHT,C..."
- 14:54, 25 May 2020 diff hist +1,655 N Manual:Zone Manual/Appendices/weapon definitions in values.h Created page with "==== weapon definitions in values.h ==== The following list was extracted from the ''values.h'' <nowiki> #define WPN_BATTLE_AXE 7 →Two Handed: #define WPN_HAND_AXE..."
- 14:53, 25 May 2020 diff hist +6,883 N Manual:Zone Manual/Appendices/Race Definitions in values.h Created page with "==== Race Definitions in values.h ==== The following list was extracted from the ''values.h'' <nowiki> #define RACE_HUMAN 0 →PC race: #define RACE_ELF..."
- 14:53, 25 May 2020 diff hist +614 Manual:Zone Manual
- 14:50, 25 May 2020 diff hist +690 N Manual:Zone Manual/Appendices/Reserved keyword listing Created page with "==== Reserved keyword listing ==== {| class="wikitable" |- |ability |affect |alignment |applyf |armour |attack |bits |bright |- |capacity |complete |cost |creators |data |defa..."
- 14:50, 25 May 2020 diff hist +5 Manual:Zone Manual/Appendices
- 14:49, 25 May 2020 diff hist +841 N Manual:Zone Manual/Appendices Created page with "==== VMC command line options ==== The argument string is processed from left to right. Options may appear between filenames, but it should be noted that an option only t..."
- 14:49, 25 May 2020 diff hist +231 Manual:Zone Manual
- 14:46, 25 May 2020 diff hist +18 Manual:Zone Manual/Color and Formatting Codes/Formatting code descriptions and examples
- 14:44, 25 May 2020 diff hist +2,156 N Manual:Zone Manual/Color and Formatting Codes/Formatting code descriptions and examples Created page with "=== Formatting code descriptions and examples === ;&& : If you want a single '&' you must let the VME know that you don't want a formatting or a color code. You do t..."
- 14:44, 25 May 2020 diff hist +48 Manual:Zone Manual
- 14:42, 25 May 2020 diff hist +1 Manual:Zone Manual/The DIL Section
- 14:41, 25 May 2020 diff hist +145 Manual:Zone Manual
- 14:39, 25 May 2020 diff hist +3,155 N Manual:Zone Manual/The DIL Section Created page with "== The DIL section == When I first thought of writing this manual I had planned to leave DIL totally out of it. The DIL language always confuses new Builders and complica..."
- 14:38, 25 May 2020 diff hist +3,706 N Manual:Zone Manual/Color and Formatting Codes/Color code descriptions and examples Created page with "=== Color code descriptions and examples === ;&c and &b : In order to allow you to change the colors there are two codes. One is for the foreground color (&c) an..."
- 14:36, 25 May 2020 diff hist +2,177 N Manual:Zone Manual/Color and Formatting Codes/Formatting codes Created page with "=== Formatting codes === As you may have noticed the string fields on the VME are formatted in an english paragraph style. What that means is all text is formatted..."
- 14:35, 25 May 2020 diff hist +663 N Manual:Zone Manual/Color and Formatting Codes Created page with "== Color and formatting codes == Now that you have got a handle on how to build rooms, objects, and NPCs, we will now give you the ability to format text the way you want..."
- 14:35, 25 May 2020 diff hist +15,461 N Manual:Zone Manual/The Reset Section/The complete dragon station Created page with "=== The complete dragon station === <nowiki> #include <composed.h> %zone dragonst lifespan 20 reset RESET_ANYHOW creators {"whistler"} notes "This is the dragon..."