Commit Graph

516 Commits (3b1922570654a16b14e4e04bfad16c8af71112c2)

Author SHA1 Message Date
Rick Tanner 152b17b1d8 Update Fire Temple, Hot Mines (quests/peterm/FireTemple/HotMines) to correct layoutoptions setting that was causing '[EE] unrecognized string: layoutoptions 1' in CRE 2023-09-20 17:30:46 -05:00
Rick Tanner abcdb50623 Update Tower of Demonology maps to make them part of the same reset group, wilderness_tower-of-demonology 2023-06-19 00:35:23 -05:00
Rick Tanner c0e80b67e6 Correct spacing after punctuation in msg text 2023-06-11 01:25:26 -05:00
Kevin Zheng 44e8febcaf Fix quest step description 2023-04-16 11:38:30 -07:00
rjtanner 6d93441622 Removed duplicate floor and no_magic tiles in Tower of Demonoly High Tower (quests/peterm/Demonology/HighTower1) map 2023-03-29 16:27:43 -05:00
rjtanner 4540d7d09b Update msg text to remove extra space after periods in Tower of Demonology (quests/peterm/Demonology/) map set 2023-03-29 01:43:10 -05:00
Nicolas Weeger e0cd68a99e Replace 'burnout' images with (renamed) 'fire' 2023-03-22 19:56:05 +01:00
rjtanner 617f50d1b5 Add some hints that the assembled password is one word vs multiple syllables as this proved confusing to a playtest group 2023-02-27 17:11:18 -06:00
rjtanner cff22bb8c7 Minor grammar changes to the cleaning woman dialogue in Tower of Demonology, Summoning Chambar (quests/peterm/Demonology/Demon3) map 2023-02-27 17:06:33 -06:00
rjtanner d8431e055b Update punctuation and minor grammar changes to the cleaning woman dialogue in Tower of Demonology, Gates (quests/peterm/Demonology/Demon1) map 2023-02-27 16:52:20 -06:00
Kevin Zheng c1dd8f4450 Remove uses of absurdly high glow_radius
Per bugs/942, the server has problems dealing with glow_radius larger
than 4. I reviewed the maps using absurdly high (>= 12) glow_radius and
removed them where they had no business having them. These changes fell
into the category of:

- There is no darkness or outdoor flag, so remove the light4

- Object with custom glow_radius, but no darkness or outdoor flag, so
  remove glow_radius line

- Unlinked maps
2023-02-16 22:49:04 -08:00
rjtanner d55629a655 Add maplore to Lorde Spectre's lair (quests/peterm/quests/undead_final) map so it shows up as part of the ScornHero quest 2022-07-31 01:36:32 -05:00
Nicolas Weeger 327f3aae34 Make Dark Temple maps part of the same reset_group, quests_dark-forest 2022-07-16 11:27:35 +02:00
Nicolas Weeger 1ee86e43e6 Make Fire Temple maps part of the same reset_group, quests_fire-temple 2022-07-16 11:25:30 +02:00
Nicolas Weeger 1fae27db70 Make Dragon Quest maps part of the same reset_group, quests_dragon-nest 2022-07-16 11:17:40 +02:00
Nicolas Weeger 409d12defd Fix jade chest quest not having an end 2022-06-30 11:14:01 +02:00
Nicolas Weeger eb9bf45bb6 Fix exit coordinates 2022-05-29 18:58:55 +02:00
Kevin Zheng b396826d09 Fix exit coordinates 2022-05-06 00:22:16 -07:00
Nicolas Weeger e0f4f2cd2d Use new marble coffin container instead of customized bookshelf 2022-02-19 18:43:19 +01: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
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 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
Nicolas Weeger c72c9d38ba Rename 'Scorn Royalty Quest' to 'scorn/ScornHero', add developer comment 2021-09-21 20:42:12 +02:00
Nicolas Weeger 3608a7fc84 Rename 'Lursendis' to 'wolfsburg/Lursendis' to match system quest name,
add developer comment
2021-09-21 20:42:06 +02:00
Nicolas Weeger 3ab1f9190f Add missing @end tag 2021-09-13 21:25:45 +02:00
Nicolas Weeger 34109846d6 Describe the origin or purpose of every key
This patch will give the vast majority of the keys in the game
a message that describes the location the key was found in, or straight-up what it's used for.

It also names or renames a lot of them, although this isn't the focus (for now).

Patch https://sourceforge.net/p/crossfire/patches/415/ by Saiapatsu.
2021-08-13 18:55:09 +02:00
Nicolas Weeger b797012d36 Give proper key codes to doors in Tower of Demonology
Part of patch https://sourceforge.net/p/crossfire/patches/420/ by Saiapatsu.
2021-08-13 18:31:36 +02:00
Andreas Kirschbaum 449fc26e37 Reorder game object attributes in canonical order 2021-08-01 17:50:28 +02:00
Andreas Kirschbaum f6ada1f307 Reformat and fix spelling of messages 2021-07-25 23:44:39 +02:00
Andreas Kirschbaum 3e3c403b01 Fix incorrectly used regular expressions in @match lines 2021-07-25 18:49:07 +02:00
Andreas Kirschbaum 9815651c16 Use lower case letters in @match lines 2021-07-25 17:15:11 +02:00
Nicolas Weeger 6be133c0d6 Reset Belzebub to use archetypes values 2021-06-06 12:09:41 +02:00
Nicolas Weeger 201ef9e9d9 Reset cyclops to default settings 2021-06-06 11:55:10 +02:00
Nicolas Weeger 89a4d55132 Reset monsters to their default experience, no reason to reduce it 2021-06-06 11:54:54 +02:00
Nicolas Weeger 5272e27aba Remove executable flag on maps. 2021-05-13 12:28:34 +02:00
silvernexus 79d6c13548 Increase the item power of greyshield from 6 to 30.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@22107 282e977c-c81d-0410-88c4-b93c2d0d6712
2021-05-05 01:41:52 +00:00
partmedia 7a9dffb132 Fix direction of stairs
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@22079 282e977c-c81d-0410-88c4-b93c2d0d6712
2021-04-13 19:01:16 +00:00
ryo_saeba d99a4b5444 Add no_magic on exits to prevent dimension door to a blocked place.
Fix exits coordinates for smoother transitions.


git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@22041 282e977c-c81d-0410-88c4-b93c2d0d6712
2021-03-17 14:26:13 +00:00
ryo_saeba b21974fd8f Give knowledge for recipe, which is actually fire resist potion.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21925 282e977c-c81d-0410-88c4-b93c2d0d6712
2021-02-09 17:28:50 +00:00
ryo_saeba caab8d5690 Use 'light_blue_cave', 'dark_blue_cave' and 'red_cave' archetypes instead of 'cave' ones. Requires arch r21867.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21868 282e977c-c81d-0410-88c4-b93c2d0d6712
2021-01-30 09:27:17 +00:00
ryo_saeba 9e3bf5deae Fix generator speed after archetype changes.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21864 282e977c-c81d-0410-88c4-b93c2d0d6712
2021-01-29 19:09:21 +00:00
ryo_saeba 36fda39304 Use blue and green dragon caves.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21855 282e977c-c81d-0410-88c4-b93c2d0d6712
2021-01-28 16:26:41 +00:00
ryo_saeba df4288ecdf Change locked doors for colored ones.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21817 282e977c-c81d-0410-88c4-b93c2d0d6712
2021-01-18 16:35:30 +00:00
ryo_saeba 32c3c2289b List potion of fire resistance ingredients, and give knowledge too.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21802 282e977c-c81d-0410-88c4-b93c2d0d6712
2021-01-17 11:26:45 +00:00
partmedia 53f6c3dc64 Normalize quest title capitalization
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21703 282e977c-c81d-0410-88c4-b93c2d0d6712
2021-01-02 00:02:43 +00:00
partmedia efb3d541c6 Make paths absolute
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21175 282e977c-c81d-0410-88c4-b93c2d0d6712
2020-03-14 22:39:09 +00:00
partmedia 7a718e6750 Use once space afer periods
Submitted by:   Jason Zheng

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@20497 282e977c-c81d-0410-88c4-b93c2d0d6712
2017-08-15 23:39:43 +00:00