Commit Graph

6882 Commits (357b51c07d5f31aede01b03572960bc1a6c9c74d)

Author SHA1 Message Date
rjtanner b90ead7196 Add more weak walls to the small room enclosure in Stronghold (scorn/mansion/stronghold) in Scorn 2022-04-30 01:51:28 -05:00
Kevin Zheng 13462e2f54 Move text to magic mouth so it is visible 2022-04-25 22:40:58 -07:00
Kevin Zheng 6579836e3a Add stand_still flag to Siegfried
An altar underneath Siegfried detects his death. This altar doesn't work
if Siegfried doesn't stand still.
2022-04-24 12:19:32 -07:00
rjtanner c46f0b046f Update the road sign in Lake Country (world/world_109_125) to include more destinations and their respective distances 2022-04-18 02:04:12 -05:00
rjtanner 3566a230a5 Update the road sign in northern Brest (world/world_107_123) to include more destinations and their respective distances 2022-04-18 01:35:42 -05:00
rjtanner 76e412b99c Update the road sign north of Brest ice ring (world/world_106_121) to include more destinations and their respective distances 2022-04-18 01:20:13 -05:00
rjtanner 0946059f59 Update the road sign outside of Kingdom of Scorn (world/world_105_115) to include more destinations and their respective distances 2022-04-18 00:34:58 -05:00
DraugTheWhopper ee7708013c Add abandoned road to azumauindo 2022-04-17 18:49:46 -04:00
rjtanner 033d7c6e78 Minor road change outside Santo Domion (world/world_102_108) to connect the roadway that continues to run north. Cosmetic change, no functional changes. 2022-04-17 03:02:02 -05:00
rjtanner 6f0659bb1c Update the road sign outside of Santo Dominion (world/world_102_108) to include more destinations and their respective distances 2022-04-17 02:57:01 -05:00
rjtanner 7140c70b80 Update the road sign outside of Ruins of Euthville (world/world_105_113) to include more destinations and their respective distances 2022-04-17 02:50:02 -05:00
rjtanner b0ce9f3cf9 Update the road sign south of Hamlet of Lord Marksel (world/world_120_109) to include distance and reference to Navar 2022-04-17 02:42:02 -05:00
rjtanner 444d777fb4 Update the road sign south of The Sultante of Darcap (world/world_116_102) to include more destinations and their respective distances 2022-04-17 02:39:58 -05:00
rjtanner 58b6eb52b2 Update the road sign south of Hamlet of Lord Marksel (world/world_120_109) to include more destinations and their respective distances 2022-04-17 02:29:04 -05:00
rjtanner 48ae971d2b Update the road sign outside of Navar (world/world_121_116) to include more destinations and their respective distances 2022-04-17 02:21:03 -05:00
rjtanner b278e41b13 Cosmetic cave wall changes to the Personal Pet Apartment, Torture Chamber (wolfsburg/apartments/pet-apartment/torture-chamber) in Wolfsburg. No functional changes. 2022-04-03 01:47:24 -05:00
Kevin Zheng 82079a2faa Add script for amulet of finding
These pieces of jewelry help players remember locations on the world
map. Players can bind an amulet at any location on the world map.
Applying a bound amulet shows players a message indicating which
direction they should travel to return to the bound location.

Since this shares some code with the Rhyzian amulet, move the shared
code to CFWorld. While here, improve the getdir() function to round the
direction to the closest compass direction.
2022-03-27 22:30:53 -07:00
rjtanner fa55a0c63a WIP Feature Request #280 Light sources on world map roadways - added light sources to the road between Marksel and Darcap 2022-03-27 02:55:08 -05:00
rjtanner b3afa5c620 WIP Feature Request #280 Light sources on world map roadways - added light sources to the road between Navar and Marksel 2022-03-27 02:13:05 -05:00
rjtanner 3b8cdb8b88 WIP Feature Request #280 Light sources on world map roadways - added light sources to the road between Brest and Lake Country 2022-03-21 01:53:24 -05:00
rjtanner 4ecb4c8cac WIP Feature Request #280 Light sources on world map roadways - added light sources to the road between Scorn and ice mountains around Brest 2022-03-19 02:29:52 -05:00
rjtanner 82a7b654f9 WIP Feature Request #280 Light sources on world map roadways - added light sources to the road between Scorn and Santo Dominion 2022-03-19 02:01:59 -05:00
rjtanner 0f83087ef7 WIP Feature Request #280 Light sources on world map roadways - added light sources to the road between Scorn and Navar 2022-03-19 01:09:45 -05:00
Nicolas Weeger e0f4f2cd2d Use new marble coffin container instead of customized bookshelf 2022-02-19 18:43:19 +01:00
Preston Crow 7b802f463e explicit hp,sp 0,0 for exit to avoid default if arch updated to default to -1,-1 2022-02-18 17:41:25 -05:00
Preston Crow 29eee31171 add .gitignore to ingore pycache 2022-02-18 14:19:18 -05:00
Kevin Zheng 6cf764ee64 Fix Pup Land Terminal exit coordinates 2022-02-17 09:31:09 -08:00
Nicolas Weeger a11087b410 Remove scorpion's stinger since it is poison 2022-02-15 19:45:37 +01:00
Kevin Zheng 34f452e4a5 Adjust shop greed
Reduce shop greed so that prices are reasonable. With shopgreed 50, all
items would cost an unimaginable sum of money.
2022-02-13 10:55:52 -08:00
Kevin Zheng 7308312a6b Make grey galleon sailable
Because there is a save bed in the Grey quest, there must be a way for
players to leave the island.
2022-02-12 21:58:55 -08:00
Kevin Zheng 37482de553 Unset kobold generator limit
This map uses kobold generators to randomly trigger the gates going up
and down. Unfortunately, generator limits that were added after the map
was designed make the gates stop moving after the generators run out.

Fix this by removing the generator limit for kobold generators on this
map.
2022-02-12 20:02:44 -08:00
Kevin Zheng d04698d5ce Improve Nethack in Crossfire
- Create world map entrance
- Generate 79x21 size map to match Nethack
- Allow players to leave without obtaining Amulet of Yendor
- Adjust random items
- Add Mazes of Menace region
2022-02-06 15:05:23 -08:00
Nicolas Weeger e0338dc2b2 Register 'autojail' and 'disinfect' as DM-only 2022-01-30 09:41:07 +01:00
Jason Zheng 0edce80939 Add tower defense game in the Darcap Fun Zone
Submitted by:   Jason Zheng
2022-01-23 20:22:32 -08:00
Kevin Zheng af0a4b094c Change default state to fix existing maps 2022-01-23 11:21:22 -08:00
Nicolas Weeger 8199662b5e Prevent reaching the Tower of Sorcery by levitation 2022-01-22 12:08:59 +01:00
Nicolas Weeger 4a38573f34 Fix Tower of Sorcery's name 2022-01-22 12:08:59 +01:00
Kevin Zheng de8820f81b Move shops closer to city center 2022-01-15 14:03:31 -08:00
Kevin Zheng 8fea01a066 Adjust lighting in Navar
Make outdoor maps outdoor, add darkness where appropriate. Add lighting
to shops or other points of interest.
2022-01-15 11:49:41 -08:00
Kevin Zheng ff8fa28774 Fix quest description 2022-01-10 09:31:59 -08:00
Nicolas Weeger df17dd5390 Give faces to Azumauindo and jade chest quests 2022-01-09 22:26:34 +01:00
Kevin Zheng d2866c8e52 Convert Jade Chest quest to new quest system 2022-01-09 12:36:23 -06:00
Kevin Zheng 271128cf3b Improve QuestTriggerConnect
Add optional argument to invert trigger edge. Check for script arguments
and raise an error if usage is incorrect. Remove broken release state
trigger.
2022-01-09 11:57:43 -06:00
Kevin Zheng 82cafec360 Fix map exit path 2022-01-09 10:59:10 -06:00
Kevin Zheng 29fbc6ecf8 Fix Akihikio's message after completing quest 2022-01-09 10:53:14 -06:00
Kevin Zheng d79bf5960e Adjust lighting
Make outdoor maps outdoor, add darkness where appropriate. Add lighting
to shops or other points of interest.
2022-01-05 15:58:27 -06:00
Kevin Zheng a72694ca6a Add darkness to Old Scorn
Old Scorn is underground, and so it should be dark. Add lighting to some
points of interest.
2022-01-05 15:01:18 -06:00
Kevin Zheng 7778e47f0f Fix QuestApplyIf 2022-01-04 16:44:42 -06:00
Nicolas Weeger 2636a53e2d Change some reply type to 'ask' so the player 'asks' 2022-01-04 17:50:57 +01:00
Kevin Zheng 8249250568 New quest: Journey to the East
Find your way to the long-isolated island of Azumauindo.

This quest replaces the old way of getting to Azumauindo. Extend
Roll-o-Matic to work with ships. Improve QuestApplyIf to work on objects
whose apply event is also implemented using the plugin system.

Special thanks to:  Jason Zheng
2022-01-03 18:43:13 -06:00