Commit Graph

136 Commits

Author SHA1 Message Date
Steaphan Greene 9856fca4e3 Fix a few apparent TBA world consistency errors. (#65)
These are mostly cases of confusion between the "on the body"
and "about the body" slots (5 and 12).

But, there are also some that seem to just be misconfigured,
like non-weapons being wielded, worn items being unwearable,
weapons being worn instead of wielded, and items being worn
instead of held.

I have an independent MUD codebase that reads these files, and
so this gives me an ability to somewhat orthogonally test these,
and easily find this sort of issue.

I did avoid all the cases where it was clear this was done
intentionally, like all the cases where the second neck was
used for the missing face slot (masks, etc).

The ones fixed here all seem to really be (minor) bugs.
2019-11-17 21:52:01 -05:00
Steaphan Greene ece0bfd8e0 Minor fixes for done/end markers in one script. (#63)
I don't know dg_script well at all, so I could be mistaken.
But, I think these are just minor errors in this script.

I have a separately-implemented mud codebase that interprets the
worlds from tbamud, and it flags these as errors, and some other
issues I might chose to fix later, depending on how this PR goes. :)

Of course, it's possible this is really a bug in my own codebase, and
not in these scripts... but I don't think so - and the documentation
I've managed to find seems to confirm my suspicion.
2019-11-17 15:48:41 -05:00
Steaphan Greene 3f1ea5e7a5 Undo apparent accidental @-color replaces in upstream TBA files. (#62)
I am guessing some script or tool used upstream is doing an unsafe
search-and-replace for '@' with TAB, and accidentally changing these.
They seem to have been creeping into the repo for years.

I produced this fix commit automatically with:
  sed -i 's|\t\([bcdgmnoruwyBCDGMRWY]\)|@\1|g' tba/*/*.*
...and then a few files' changes had to be undone.

I looked through all of the rest, and they look like correct fixes.

I also ran all the other letters, and they only make incorrect "fixes".
2019-11-17 15:46:39 -05:00
Steaphan Greene 3e03332f0a Normalize a few spell names. (#64)
This just makes all dg_casts use the same name for the same spell.

Some of these are just short names, at least one seems to be a typo.
2019-11-17 15:45:51 -05:00
Rumble 674fbfddf1 Updated for 2019 release 2019-01-19 23:25:38 +00:00
Rumble 512fd64d65 Removed empty quest file 2018-01-15 01:37:03 +01:00
Rumble 70aef3841c Removed empty quest file 2018-01-15 01:34:26 +01:00
Rumble deeb862cde Final update for 2018 release, thanks Fizban for updating shady triggers and WhiskyTest for bug fix 2018-01-15 01:15:10 +01:00
Rumble 544afc796b Update for 2018 release 2018-01-10 02:56:13 +01:00
Rumble 51fa6bc2af Update for 2018 release 2018-01-08 02:28:56 +01:00
srhuston 38cdaf535d Fixed a few typos (some cosmetic, some functional) (#32) 2017-11-05 22:06:58 -05:00
gbrunett 27a2f4bdc8 new bandage command to enable fighting classes to help incapacitated players (#11) 2017-10-20 23:29:07 -04:00
gbrunett 75d8b58029 new unfollow command available for all players (#6)
* new unfollow command available for all players

* new unfollow command available for all players (fix redundant check)

* new unfollow command available for all players (fix redundant check)
2017-10-20 21:32:58 -04:00
Rumble ef17530ed8 Update for 3.68 release 2017-02-08 01:03:16 +01:00
Rumble 71baf9bf00 Updated World files for release and merged conflicts 2017-02-04 19:05:59 +01:00
Rumble 819afdf3d2 Update World for release 2017-02-04 18:10:07 +01:00
wyld-sw d62f0193af Added plrvars and house directories. 2017-01-21 12:56:25 -05:00
tb4m11d acfc90566d World update 2 2017-01-20 15:19:12 -05:00
tb4m11d 266a4bf210 World update 2017-01-20 15:19:12 -05:00
tb4m11d 367165f9f8 Update for 3.67 Release 2017-01-20 15:19:12 -05:00
tb4m11d 772fa3ecad Fixing permissions and adding God Complex extension (thanks Whiteknight) 2017-01-20 15:19:12 -05:00
tb4m11d 9daf1f4e73 Updating World files 2 of 2 2017-01-20 15:19:12 -05:00
tb4m11d a1f22f9417 Updating World files 1 of 2 2017-01-20 15:19:12 -05:00
AndreasHack 58006554e2 Corrected sector types in wld-files according last know good 2017-01-20 15:19:12 -05:00
wyld-sw cacd2c2dd2 Addressed warnings from -Wall. 2017-01-20 15:13:37 -05:00
tb4m11d d645e024ff World update 2 2016-01-28 20:55:37 +01:00
tb4m11d 87edc38b3b World update 2016-01-28 20:22:50 +01:00
tb4m11d 2845907c0d Update for 3.67 Release 2016-01-26 17:43:48 +01:00
tb4m11d 5f8895af01 Fixing permissions and adding God Complex extension (thanks Whiteknight) 2016-01-22 16:02:48 +01:00
tb4m11d c53eec88ba Updating World files 2 of 2 2016-01-22 01:22:21 +01:00
tb4m11d 3adf4f66f9 Updating World files 1 of 2 2016-01-21 00:09:30 +01:00
AndreasHack 076cc48afc Corrected sector types in wld-files according last know good 2016-01-17 00:13:42 +01:00
wyld-sw 5119361f15 Migrated away from using asctime() and ctime() - in favor of strftime().
Added year to several datestamps. Unbounded dates are locale-specific.
- Minor re-formatting was needed for STAT PLAYER and SHOW PLAYER.
The 'slay' feature of do_kill now requires a GRGOD or higher.
'last *' and 'last all' are now synonyms.
2015-09-18 09:16:04 -04:00
Jason "Opie" Babo 7b09f99adb Help Files
Help Files typos, formatting, and also colorcode fixes.
2015-03-29 17:27:28 +01:00
Jason "Opie" Babo ccb440001a Credits File
Quick update to fix colorcodes.
2015-03-29 17:20:19 +01:00
Jason "Opie" Babo fddb8a271a Typos 2015-03-29 17:14:30 +01:00
Jason "Opie" Babo 65013690e2 Typos
Fixed multiple typos in some spells/skills, socials, etc.
2015-03-29 11:05:35 +01:00
Rumble 027eec89fc Updated world and files for release. 2015-01-18 20:55:01 -06:00
Rumble 6ed539a28a . 2014-02-27 19:28:53 -06:00
Rumble b0c3a7bfe8 Forgot the shop files 2014-02-27 19:21:14 -06:00
Rumble 3ae3263bb4 Missed a File 2014-02-27 19:14:53 -06:00
Rumble 49e4660733 Added zones 354 and 355 2014-02-27 19:09:16 -06:00
Rumble 20a88c09b9 Updated World and files for 3.65 release. --Rumble 2014-02-27 18:47:00 -06:00
Rumble 5986794156 Added Parna's zone 211 Tarot, updated help files. 2013-10-14 18:44:42 -05:00
Rumble 9561e680d7 Update help.hlp 2013-04-17 21:25:09 -03:00
Rumble 93b7c58730 Updated Help File as a test commit 2013-04-17 20:57:05 -03:00
Rumble bec211195b Fixed typos, updated help --Rumble 2013-04-07 23:09:19 +00:00
Rumble 2cfae9ff43 Added color to poofs --Rumble 2013-04-03 00:57:51 +00:00
Rumble 5802118863 Updated World and files for 3.64 release. --Rumble 2013-03-02 21:17:47 +00:00
Rumble 36f35cdf55 Updated World and files for 3.64RC release. --Rumble 2013-02-18 23:24:08 +00:00