tbaMUD is the continued development of the codebase formerly known as CircleMUD. http://tbamud.com/
Find a file
Thomas Arp bdaca46e79
Added a new trigger type for mobs, called "Damage", that triggers every (#151)
time the mob is harmed, through any means.

Valid return values: 
-1: prevents damage from occurring. Will also prevent a fight from
starting.
0: forces a miss.
>0 : the damage the mob will endure.

Available variables:
%actor%: the one doing the damage
%victim%: typically the same as %self% - the one being attacked
%damage%: the damage inflicted. Always a non-negative number.
%attacktype%: The attack type. Will be UNDEFINED when hitting with a
weapon.
2025-07-02 22:22:17 +02:00
.github/workflows Create build.yml (#117) 2022-11-06 23:41:31 +01:00
bin Added the bin directory 2013-08-21 19:11:36 -04:00
build Added new easy way of building TbaMUD in the Visual Studio through the CMake (#127) 2023-11-19 04:04:39 +01:00
cnf Setting up 3.5.0 as trunk 2006-12-19 22:56:18 +00:00
doc convert docs files to utf-8 2025-07-02 21:26:19 +02:00
lib Remove webster lookup since it no longer works (#99) 2025-07-02 22:18:40 +02:00
log Setting up 3.5.0 as trunk 2006-12-19 22:56:18 +00:00
src Added a new trigger type for mobs, called "Damage", that triggers every (#151) 2025-07-02 22:22:17 +02:00
.gitignore ignore .idea from clion IDE 2025-07-02 21:25:34 +02:00
autorun test commit 2010-12-02 22:35:47 +00:00
autorun.amiga Setting up 3.5.0 as trunk 2006-12-19 22:56:18 +00:00
autorun.cmd [Dec 05 2009] - Rumble 2009-12-05 22:24:22 +00:00
autorun.pl [Dec 05 2009] - Rumble 2009-12-05 22:24:22 +00:00
autorun.sh [Dec 05 2009] - Rumble 2009-12-05 22:24:22 +00:00
changelog Updated for 2019 release 2019-01-19 23:25:38 +00:00
configure Changes to make the code compile normally on macOS. (#137) 2024-09-22 11:15:28 +02:00
LICENSE.md Typos 2015-03-29 11:05:35 +01:00
macrun.pl [Dec 05 2009] - Rumble 2009-12-05 22:24:22 +00:00
power_curve.ipynb Staying ahead of the power curve 2025-04-16 12:24:37 -07:00
README.md Github-recommended files 2013-04-13 00:24:38 +02:00
vms_autorun.com Setting up 3.5.0 as trunk 2006-12-19 22:56:18 +00:00

Files for tbaMUD.