Commit Graph

31 Commits

Author SHA1 Message Date
e53949abf7 NPC data to separate YAML 2023-10-09 21:38:12 +11:00
807a9612fd Split most room data to YAML for faster compile times. 2023-10-08 16:34:55 +11:00
472bdb4f0e Fix bug that leads to some players never having urges like hunger 2023-10-01 17:03:11 +11:00
4467707d4a Start work on a new computer museum zone. The puzzle and reward are
still TODO.
2023-09-17 22:13:19 +10:00
e42bb6b4a9 Implement blades (partially), + fix some attack bugs. 2023-09-11 21:40:41 +10:00
ea45530a39 Apply limits on carrying capacity, and make roboporter strong. 2023-07-11 21:23:34 +10:00
e83cc19698 Allow hiring NPCs (roboporters) to carry heavy stuff!
Note that I still have to implement carrying weight calculation, so it
isn't yet as useful as it will be eventually!
2023-07-06 22:34:01 +10:00
4b524fda96 Support following other players. 2023-06-30 23:46:38 +10:00
261151881d Refactor to move command queue to item.
This is the start of being able to implement following in a way that
works for NPCs, but it isn't finished yet. It does mean NPCs can do
things like climb immediately, and will make it far simpler for NPCs
to do other player-like actions in the future.
2023-06-20 22:53:46 +10:00
c78dc64a7f Implement soaks
Also fix some minor combat bugs found, including the refocusing bug,
and the dead NPCs talking (mk II) bug.
2023-05-25 22:51:52 +10:00
936fcc6dde Refactor to make death more than a boolean (what organs left) 2023-04-23 22:31:31 +10:00
62f5457d3a Open doors automatically on movement. 2023-04-16 22:12:19 +10:00
b96fc2e772 Enable PvP fighting. 2023-03-13 15:23:07 +11:00
70dae5b853 Look shows health and charges. 2023-02-23 22:55:02 +11:00
b878f8f95c Sorry NPCs, no last words from beyond the grave. 2023-02-22 21:43:18 +11:00
f930d67562 Start of Concourse setup + early start on reward system 2023-02-08 22:35:05 +11:00
722757468f Start work on shops. 2023-01-29 00:26:06 +11:00
737fe3a86f Change parameters to reduce CPU usage growth and reduce message spam 2023-01-28 18:34:32 +11:00
a3ea381438 Support player recloning + NPCs can wander and aggro. 2023-01-27 00:36:49 +11:00
2d9fcf9850 Bugfixes + don't get to keep items when you die. 2023-01-25 23:59:19 +11:00
e6e712e255 Make dead NPCs auto-respawn. 2023-01-23 22:52:01 +11:00
165f5671ac Implement health and death. 2023-01-22 22:43:44 +11:00
09db1a6ed9 Implement more combat capability. 2023-01-22 01:16:00 +11:00
c26a4768c5 Add alias system. 2023-01-20 23:38:57 +11:00
5d3c8bc0aa Allow attacks to be started. 2023-01-15 17:30:23 +11:00
cf8ceb1351 Add more NPCs + announce moves to room. 2023-01-12 23:13:11 +11:00
c5c78763a2 Add dogs 2023-01-11 22:51:17 +11:00
1f3fbd28bf Make NPCs talk more. 2023-01-07 23:20:06 +11:00
4207ab8f4d Create 60 NPCs and let them spontaneously talk. 2023-01-07 23:06:02 +11:00
3ad4de8f5f Make statbot start to reply to whispers. 2022-12-31 00:59:14 +11:00
c39803898b Implement basic NPC creation, and improve item updating. 2022-12-29 23:16:52 +11:00