From: quentinnuk <36699389+quentinnuk@users.noreply.github.com> Date: Fri, 7 Dec 2018 23:42:36 +0000 (+0000) Subject: Corrected .HIGH. and minor errors X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=997a27b19e6da0f754b187cfd95733711d06782b;p=mud1.git Corrected .HIGH. and minor errors 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. --- diff --git a/1.dba b/1.dba new file mode 100644 index 0000000..4a92718 Binary files /dev/null and b/1.dba differ diff --git a/2.dba b/2.dba new file mode 100644 index 0000000..943124b Binary files /dev/null and b/2.dba differ diff --git a/5.dba b/5.dba new file mode 100644 index 0000000..affe036 Binary files /dev/null and b/5.dba differ diff --git a/6.dba b/6.dba new file mode 100644 index 0000000..ce1e9c6 Binary files /dev/null and b/6.dba differ diff --git a/7.dba b/7.dba new file mode 100644 index 0000000..babbc6e --- /dev/null +++ b/7.dba @@ -0,0 +1,19 @@ + There are 6 spells available, SUMMON, FORCE, WHERE, CHANGE, SLEEP and +WISH. Anyone may attempt to cast any number of them, with the chance of success +based on some percentage times their level of experience (novice=1 to +witch/wizard=10). If success is indicated, the victim, if any, has a chance to +resist based on the same calculation. If this works, then you will be told and +the effects will occur; otherwise you'll get a failure message, possibly hinting +at what magical item would let you do it every time. Furthermore, the power of +the magic might put you to sleep. + +SUMMON 4% Make drop all and teleport to you. +FORCE , 4% Make do the . +WHERE 6% Give an accurate description of where the + is, and who's carrying it. +WHERE 6% As above but tells you where the player is +CHANGE 10% Makes 's sex change... +SLEEP 6% Puts to sleep. +WISH , 100% Request of the Powers That Be. + +NB: Legends and above can WHERE with 100% chance. diff --git a/TXTCBT.GET b/TXTCBT.GET index 3f2e8af..85a7b7d 100644 --- a/TXTCBT.GET +++ b/TXTCBT.GET @@ -1,4 +1,4 @@ -*combat 9 ;1 +*combat 9 sneering looking staring diff --git a/TXTRMS.GET b/TXTRMS.GET index 5a05338..ce791e8 100644 Binary files a/TXTRMS.GET and b/TXTRMS.GET differ diff --git a/TXTTXT.GET b/TXTTXT.GET index 599b408..8a5bca3 100644 --- a/TXTTXT.GET +++ b/TXTTXT.GET @@ -283,3 +283,4 @@ 1507 In the distance you hear a pin drop. 1508 Type QUIT to quit, some dozy people keep hitting Q by accident. 1509 >>>>>SPARE<<<<< + \ No newline at end of file diff --git a/almana.dba b/almana.dba new file mode 100644 index 0000000..14cd3c5 Binary files /dev/null and b/almana.dba differ diff --git a/book.dba b/book.dba new file mode 100644 index 0000000..d4c0fd4 Binary files /dev/null and b/book.dba differ diff --git a/logboo.dba b/logboo.dba new file mode 100644 index 0000000..1c3658c Binary files /dev/null and b/logboo.dba differ diff --git a/mud.mic b/mud.mic index 9c0d5f0..d882d5f 100644 Binary files a/mud.mic and b/mud.mic differ