Corrected .HIGH. and minor errors
authorquentinnuk <36699389+quentinnuk@users.noreply.github.com>
Fri, 7 Dec 2018 23:42:36 +0000 (23:42 +0000)
committerGitHub <noreply@github.com>
Fri, 7 Dec 2018 23:42:36 +0000 (23:42 +0000)
Corrected the .HIGH. values in MUD.MIC for the linker, so that the application puts the right data in high memory and DBASE can produce a working MUD. Fixed text errors in several game .GET files so that DBASE can parse them correctly. Added .DBA files which are required for certain commands in game.

12 files changed:
1.dba [new file with mode: 0644]
2.dba [new file with mode: 0644]
5.dba [new file with mode: 0644]
6.dba [new file with mode: 0644]
7.dba [new file with mode: 0644]
TXTCBT.GET
TXTRMS.GET
TXTTXT.GET
almana.dba [new file with mode: 0644]
book.dba [new file with mode: 0644]
logboo.dba [new file with mode: 0644]
mud.mic

diff --git a/1.dba b/1.dba
new file mode 100644 (file)
index 0000000..4a92718
Binary files /dev/null and b/1.dba differ
diff --git a/2.dba b/2.dba
new file mode 100644 (file)
index 0000000..943124b
Binary files /dev/null and b/2.dba differ
diff --git a/5.dba b/5.dba
new file mode 100644 (file)
index 0000000..affe036
Binary files /dev/null and b/5.dba differ
diff --git a/6.dba b/6.dba
new file mode 100644 (file)
index 0000000..ce1e9c6
Binary files /dev/null and b/6.dba differ
diff --git a/7.dba b/7.dba
new file mode 100644 (file)
index 0000000..babbc6e
--- /dev/null
+++ b/7.dba
@@ -0,0 +1,19 @@
+       There are 6 spells available, SUMMON, FORCE, WHERE, CHANGE, SLEEP and\r
+WISH. Anyone may attempt to cast any number of them, with the chance of success\r
+based on some percentage times their level of experience (novice=1 to\r
+witch/wizard=10). If success is indicated, the victim, if any, has a chance to\r
+resist based on the same calculation. If this works, then you will be told and\r
+the effects will occur; otherwise you'll get a failure message, possibly hinting\r
+at what magical item would let you do it every time. Furthermore, the power of\r
+the magic might put you to sleep.\r
+\r
+SUMMON <name>          4%      Make <name> drop all and teleport to you.\r
+FORCE <name> , <command>       4%      Make <name> do the <command> .\r
+WHERE <item>           6%      Give an accurate description of where the\r
+                               <item> is, and who's carrying it.\r
+WHERE <name>           6%      As above but tells you where the player is\r
+CHANGE <name>          10%     Makes <name>'s sex change...\r
+SLEEP <name>           6%      Puts <name> to sleep.\r
+WISH , <message>       100%    Request <message> of the Powers That Be.\r
+\r
+NB: Legends and above can WHERE with 100% chance.\r
index 3f2e8af8f92de4ff3da50fbc13f16f3363c21b85..85a7b7d82cce8bfccb07d53301fc46a858d90f54 100644 (file)
@@ -1,4 +1,4 @@
-*combat        9                       ;1\r
+*combat        9\r
        sneering\r
        looking\r
        staring\r
index 5a05338aa7162bcf5d392fc344301e157fd0b0d0..ce791e8ade9b9bd7467594fa9d2774b500f6e01d 100644 (file)
Binary files a/TXTRMS.GET and b/TXTRMS.GET differ
index 599b408d50b5300c2988c6fca427868d6110cdcd..8a5bca3c51b56a79a418bc2dda92dd0d9425cf3d 100644 (file)
 1507   In the distance you hear a pin drop.\r
 1508   Type QUIT to quit, some dozy people keep hitting Q by accident.\r
 1509   >>>>>SPARE<<<<<\r
+\0
\ No newline at end of file
diff --git a/almana.dba b/almana.dba
new file mode 100644 (file)
index 0000000..14cd3c5
Binary files /dev/null and b/almana.dba differ
diff --git a/book.dba b/book.dba
new file mode 100644 (file)
index 0000000..d4c0fd4
Binary files /dev/null and b/book.dba differ
diff --git a/logboo.dba b/logboo.dba
new file mode 100644 (file)
index 0000000..1c3658c
Binary files /dev/null and b/logboo.dba differ
diff --git a/mud.mic b/mud.mic
index 9c0d5f0e9a70bf58b1e915307324b11cf2cd37c2..d882d5f7b4a4c0e0f678f676b50f6b7670717aed 100644 (file)
Binary files a/mud.mic and b/mud.mic differ