Commit graph

134 commits

Author SHA1 Message Date
kinther
3344074ea2 Add age and time played functionality 2025-12-29 18:08:53 -08:00
kinther
be79603e8f Change ldesc update 2025-12-29 10:55:09 -08:00
kinther
5d4d724e73 Prioritize stats during chargen 2025-12-29 07:16:47 -08:00
kinther
8018ed3fcf Species update 1 2025-12-28 16:56:57 -08:00
kinther
a60cf8066a Accounts update 2 2025-12-26 10:54:47 -08:00
kinther
76513050cb Accounts update 1 2025-12-26 09:58:06 -08:00
kinther
448cb1f7a9 New character equipment and coin 2025-12-24 14:07:50 -08:00
kinther
7c23a93b7a Minor update to login and moved credits 2025-12-24 13:48:43 -08:00
kinther
d4bda3ad4a Coins as items update 2 2025-12-24 11:06:57 -08:00
kinther
972d290126 Coins as items update 1 2025-12-24 10:34:28 -08:00
kinther
0267a4c091 Forage command update 2025-12-23 09:24:09 -08:00
kinther
1278c31e89 Skinning update 2025-12-17 15:12:23 -08:00
kinther
4ea7abca56 WORN items update 2025-12-17 12:23:20 -08:00
kinther
4c1ef3d0e5 Sleight of hand update 2025-12-16 07:16:32 -08:00
kinther
4d9fa5771e Listen update 2025-12-15 20:37:39 -08:00
kinther
5dcc018fcd Say and talk update 2025-12-15 19:53:08 -08:00
kinther
5591664de5 Hidden emote update 2025-12-15 14:52:15 -08:00
kinther
219d59787f Scan/hide update 2025-12-15 13:39:03 -08:00
kinther
4f2e68a369 Background addition 2025-12-14 14:26:09 -08:00
kinther
2e1d7816f6 Sdesc update 2025-12-12 07:14:11 -08:00
kinther
b306f243ac Add player description to chargen 2025-10-31 12:15:16 -07:00
kinther
8904005169 Remove title code 2025-10-31 11:39:36 -07:00
kinther
99790cbb89 Add view command for shops and remove identify 2025-10-02 13:39:00 -07:00
kinther
8371124765 Godcmds logging 2025-09-30 20:28:33 -07:00
kinther
2703cbcf25 Add rsave command 2025-09-25 09:35:23 -07:00
kinther
21c66a16ae Add in quit flag and fix quit logic 2025-09-06 15:39:42 -07:00
kinther
542b01d71d Add mob equipment save function 2025-08-31 15:55:00 -07:00
kinther
7a188a7cdb Fix outstanding tbamud compile errors 2025-08-31 06:38:31 -07:00
kinther
5bdcba2a30 Think command for RP 2025-08-30 19:35:52 -07:00
kinther
a793607b11 Feel command for RP 2025-08-30 19:26:06 -07:00
kinther
17d6221510 Update skills for 5e system 2025-08-28 10:47:05 -07:00
kinther
46bd77943e Remove gsay/gtell, update helpfiles 2025-08-23 17:54:49 -07:00
kinther
75316a6702 Convert system to "5e-like" 2025-08-20 15:27:14 -07:00
kinther
603b82fc0f Remove auction, grats, gossip 2025-08-20 08:04:01 -07:00
kinther
1cf23d76b0 Remove qsay 2025-08-19 09:40:03 -07:00
kinther
f5cae94e14 Remove redundant skillset command 2025-08-19 07:15:18 -07:00
kinther
5aec076135 Emoting system 2025-08-19 07:10:24 -07:00
kinther
93da215633 Move tell/reply to staff commands 2025-08-17 11:51:14 -07:00
kinther
dbf38a2c38 Remove holler command 2025-08-17 11:34:46 -07:00
kinther
1f707eee74 OOC command 2025-08-17 11:14:58 -07:00
kinther
5a19b015e3 Remove practice command, add skills command, remove guild special room assignment 2025-08-17 09:12:48 -07:00
kinther
31e46e739d Change title to be immortal+ command 2025-08-16 16:02:51 -07:00
kinther
96f82a90e1 Remove levels command 2025-08-14 17:26:51 -07:00
kinther
7ba065b069 Remove sacrifice and donate commands 2025-08-14 12:51:49 -07:00
kinther
69caa31b8a Remove happyhour 2025-08-13 15:55:39 -07:00
kinther
9ce2340f7d Remove happy hour 2025-08-13 15:41:29 -07:00
wyld-sw
bf941bc9b2 Removed dead stores. 2018-07-15 10:33:06 -04:00
Paul Clarke
41da68bdb0 DG Scripts bug fixes (#44)
* Increase ID space

DG Scripts uses tiny idspace that results in wacky bugs when the mud is
running too long.

* Overhaul script ids

All references to GET_ID(ch/obj) were removed and replaced by
char_script_id() and obj_script_id(), which don’t assign ids until they
are needed. The ch->id and obj->id variable names were changed to
script_id to prevent accidental errors for future programmers. This
change greatly increases how long the mud can run before it runs out of
ID space.

* Fix extraction count

This prevents an error log where it has over-counted the extractions
pending. It now behaves correctly when the same mob is %purge%’d or
extract_char()’d twice.
2018-02-15 14:06:35 -05:00
Nauzhror
79e7ab10ea Mostly Mudlog (#42)
* Added %log%, and made %send%, %echo%, etc. not force capitalization.

* Fixed Previous Commit

* Really fixed this time.

* Fixed look 2.mail

Also reverted CMMAND_TERMS, was increased in previous commit when it didn't need to be due to the removed of marena.

* Fixed add_to_lookup_table

Fixed as per  Welcor https://www.tbamud.com/forum/2-general/4307-crash-bug-need-assistance-with-gdb?start=20#7390

* Fixed two crash bugs

Fixed tw crash bugs Welcor found here https://www.tbamud.com/forum/4-development/4300-simple-list-forced-to-reset-itself

* wizhelp changes

Cleared buf in columns_list that was getting garbage data in it. Removed wizhelp subcommand from do_commands, and removed buf and sprintf line that were never sent to anyone and replaced it with a send_to_char. Removed arg capability from do_commands as it's no longer useful without the wizhelp subcommand. Replaced wizhelp subcommand with separate do_wizhelp command that sorts commands by their level and shows all imms all imm commands regardless of their level.

* Fix

Fixed previous commit

* Trigedit Mostly

Changed attributes to persist across logout when changed in trigedit. Made strength now loer for GRGOD and above when wearing equipment. Added npcflag field to trigedit. Fixed %actor.vnum()%

* Log Files

Fixed Farbled Data in Logfiles. Fix from Prool on forums.

* Mudlog, Trigedit, New Pref Toggle

Skimmed every call of mudlog for missing GET_INVIS_LEV and other obvious inconsistencies. Added affect_total() cals to dg_variables so stats adjust properly. Added zoneresets toggle to prefedit because syslog complete is super spammy as a result of zone resets so tey're now separate from other syslog options.
2018-02-15 10:55:18 -05:00
Nauzhror
2a62eb3f4d Wizhelp (#39)
* Added %log%, and made %send%, %echo%, etc. not force capitalization.

* Fixed Previous Commit

* Really fixed this time.

* Fixed look 2.mail

Also reverted CMMAND_TERMS, was increased in previous commit when it didn't need to be due to the removed of marena.

* Fixed add_to_lookup_table

Fixed as per  Welcor https://www.tbamud.com/forum/2-general/4307-crash-bug-need-assistance-with-gdb?start=20#7390

* Fixed two crash bugs

Fixed tw crash bugs Welcor found here https://www.tbamud.com/forum/4-development/4300-simple-list-forced-to-reset-itself

* wizhelp changes

Cleared buf in columns_list that was getting garbage data in it. Removed wizhelp subcommand from do_commands, and removed buf and sprintf line that were never sent to anyone and replaced it with a send_to_char. Removed arg capability from do_commands as it's no longer useful without the wizhelp subcommand. Replaced wizhelp subcommand with separate do_wizhelp command that sorts commands by their level and shows all imms all imm commands regardless of their level.
2018-01-24 21:22:23 -05:00