Commit Graph

6802 Commits (67ee1c62340e47a8c4bbcd9917a1695db4c28aa6)

Author SHA1 Message Date
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
Kevin Zheng 49b6e23fb8 Add missing elevation
Imported from SilverNexus' weather patch.
2021-12-16 15:50:56 -05:00
DraugTheWhopper b98548e14d Add some lights to Wolfsburg 2021-12-16 15:50:56 -05:00
tannerrj 78cda4a92f Update Scorn (world/world_105_115) to include signs for Castle of Scorn and a hint about the royalty quests 2021-12-16 15:50:56 -05:00
Kevin Zheng b766dfe32e Add missing elevation
Imported from SilverNexus' weather patch.
2021-12-16 15:50:56 -05:00
tannerrj 5aacd35bcc Update Scorn (world/world_105_115) to include signs for Castle of Scorn and a hint about the royalty quests 2021-12-16 15:50:56 -05:00
Kevin Zheng 1fb64b4b8a Add missing elevation
Imported from SilverNexus' weather patch.
2021-12-16 15:50:56 -05:00
tannerrj 124b0bb881 Update Scorn (world/world_105_115) to include signs for Castle of Scorn and a hint about the royalty quests 2021-12-16 15:50:56 -05:00
SilverNexus e9eda50877 Re-add elevations to world_106_114 2021-12-16 15:49:56 -05:00
SilverNexus 0d0674634f Re-add a sizeable chunk of missing elevations along the road to Santo Dominion. 2021-12-16 15:49:55 -05:00
SilverNexus abe8dc449b Make elevation on some mountains in the Antarctic be reasonable. 2021-12-16 15:49:55 -05:00
SilverNexus d0f6b87078 Add missing elevation tile to (0, 0) of world_102_110. 2021-12-16 15:49:55 -05:00
Kevin Zheng 7d87308017 Add missing elevation
Imported from SilverNexus' weather patch.
2021-12-16 15:47:15 -05:00
Kevin Zheng 38be5b808d Add floors under walls to improve appearance 2021-11-28 10:09:35 -08:00
Nicolas Weeger 3aa3451ed7 Make a path with both tutorial maps, and give some details on the form they have
See https://sourceforge.net/p/crossfire/patches/419/
2021-11-27 09:47:23 +01:00
rock808 62073e9fe1 Adds "tutorial1" teleporter to Nexus map just as "newbiehouse" is set up.
See patch https://sourceforge.net/p/crossfire/patches/419/
2021-11-27 09:47:11 +01:00
Saiapatsu f03f5a57de Minor nitpick fixes to Dragon Hangars
Make Stoneville dragon's magic mouth say Stoneville instead of Out of Order
Add magic mouth to Nurnberg dragon, earlier it had a message right on the floor
Fix capitalization in Stoneville hangar: "To Darcap" instead of "to Darcap"
Swap Stoneville and (out of order) Lake Country dragons in Lake Country hangar
Make "Closed" and "sleeping" dragons "Out of Order" for consistency
2021-11-27 09:42:46 +01:00
Nicolas Weeger 46ad5a16c4 Remove suspicious 'changing' attribute 2021-11-14 17:06:04 +01:00
Nicolas Weeger 110166a1cb Remove obsolete 'include' from quests, update the root file to contain the syntax 2021-11-07 19:38:11 +01:00
SilverNexus dd464e599b Add map for testing terrain-aware pathing.
The terrain-aware pathing isn't ready at this point, but this gives a map that should demonstrate it working when it is.
2021-11-06 15:34:37 -04:00
DraugTheWhopper f02d8cbda9 Replace all instances of shop_general with shop_random.
I'm basically deprecating shop_general, at least until it's both useful and distinct from shop_random.
2021-11-03 00:56:57 -04:00
DraugTheWhopper 288b6287d5 Adjust more dialogue affected by the recent grammatical changes.
Some reversions, some additional adjustments. Overall, I've tried to make things more natural, at least for American English.
2021-11-01 18:22:23 -04:00
DraugTheWhopper 530bf316a5 Add some lights to Wolfsburg 2021-10-31 23:15:54 -04:00
DraugTheWhopper a87308d829 Make Scorn General Shop be more "general", and less food. 2021-10-31 22:54:27 -04:00
Nicolas Weeger 78448c41a3 Limit the booze a player can buy for each money drop to one bottle
This is nicer for new players.

See https://sourceforge.net/p/crossfire/bugs/901/
2021-10-23 12:55:17 +02:00
Rick Tanner 76fb9b7b73 Update world map structure to match linked map name, House of Doors is now Doors Galore in Scorn (world/world_105_115) 2021-10-20 16:15:35 -05:00
Kevin Zheng 927916a286 Remove extra release event
Remove extraneous release event when player steps on a
QuestTriggerConnect and does not satisfy the quest predicate.

While here, correct the polarity of the state flag to match the comments
in the server's trigger_connected() function.
2021-10-17 16:30:05 -07:00
Rick Tanner 467f437e84 Grammar and spelling corrections to NPC dialog 2021-10-17 01:57:36 -05:00
Rick Tanner 6023b8ff1c Adjust merging of spikewall with exterior wall in Scorn Jail (scorn/misc/jail), cosmetic change only - no functional changes 2021-10-17 01:33:22 -05:00
Rick Tanner dbe0ec7f9c Grammar and spelling corrections to NPC dialog 2021-10-17 01:29:52 -05:00
Rick Tanner 6788da9ab6 Grammar and spelling corrections to NPC dialog 2021-10-10 00:20:18 -05:00