Rick Tanner
6ac7b5364f
Minor grammar corrections to NPC dialogue in Snake Pit, Level 1
2023-11-29 00:30:25 -06:00
Rick Tanner
33573e68f1
Correct spacing after punctuation in msg text
2023-06-05 00:57:37 -05:00
rjtanner
619ef0a2de
Make Chaos Lair, Snake Pit, and related maps part of the same reset_group, lakecountry_chaos-lair
2022-07-21 01:33:21 -05: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
Andreas Kirschbaum
9815651c16
Use lower case letters in @match lines
2021-07-25 17:15:11 +02:00
rjtanner
d19dfcadf5
Cosmetic wall changes for nicer merging to Chaos Lair and Snake Pit (lake_country/snake_pit/) in Lake Country. No functional changes.
...
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@19882 282e977c-c81d-0410-88c4-b93c2d0d6712
2015-04-03 04:56:27 +00:00
akirschbaum
dd472884c9
Run MapNormalizer editor script on all map files.
...
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@18817 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-07-19 13:26:30 +00:00
akirschbaum
5e430c833f
Remove trailing whitespace.
...
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@18703 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-05-09 11:08:11 +00:00
rjtanner
3e0c9fd632
Grammar correction (nicely make -> nicely made) in message text to Snake Pit, Level 1 (lake_country/snake_pit/snakepit_1) in Lake Country.
...
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@17648 282e977c-c81d-0410-88c4-b93c2d0d6712
2012-03-23 04:18:30 +00:00
rjtanner
d7cbad3825
Spelling correction (enscription -> inscription) in message text to Snake Pit, Level 1 (lake_country/snake_pit/snakepit_1) in Lake Country.
...
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@17647 282e977c-c81d-0410-88c4-b93c2d0d6712
2012-03-23 04:17:46 +00:00
rjtanner
c016e6e5d3
Removed forced line breaks, punctuation updates and word spacing changes in message text to Snake Pit, Level 1 (lake_country/snake_pit/snakepit_1) in Lake Country.
...
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@17032 282e977c-c81d-0410-88c4-b93c2d0d6712
2012-02-10 06:38:00 +00:00
akirschbaum
698fcd20ff
Reformat/fix msg...endmsg attributes in Lake Country.
...
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@15006 282e977c-c81d-0410-88c4-b93c2d0d6712
2011-08-27 14:11:25 +00:00
rjtanner
90e3203c8f
Replace blocked (solid black square) arch with cave_15 (solid grey square) archetype, requires archetype update r10843 or newer
...
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10943 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-12-13 08:57:45 +00:00
rjtanner
9d7238c7c7
(Inprogress checkin) Update map names to make them unique and more descriptive
...
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10160 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-23 22:28:06 +00:00
rjtanner
f2d10b11d6
Map header updates: Correct creation date in map header that was changed in r7448, it was using the wrong month; Update maps with entrance x & y coordinates, adjust map level difficulty to something slightly more realistic
...
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9897 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-09-20 22:03:15 +00:00
anmaster
610cd5f790
Add missing floor tiles under some walls in lake_country/snake_pit/snakepit_{1,2}
...
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9487 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-07-18 20:15:33 +00:00
anmaster
f4effab867
Even more fixes for redundant patterns in @match (it is case insensitive, but a lot of maps treated it as if it was case sensitive). Mostly done with grep + sed. Also add @question to two pupland maps and fix a typo on a lake country map.
...
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9147 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-05-23 22:30:19 +00:00
akirschbaum
0e39777161
Update spellcasting objects to use inventory objects.
...
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@7474 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-11-04 19:05:10 +00:00
akirschbaum
d98265c0f0
Unify Created: and Modified: map headers.
...
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@7448 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-11-02 22:49:56 +00:00
akirschbaum
3b791f5cb5
Fix whitespace in text messages; reverts unwanted changes due to an editor bug.
...
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@7430 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-10-30 23:00:20 +00:00
rjtanner
905973e440
Changes due to map editor reformatting.
...
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@7123 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-09-07 05:38:16 +00:00
akirschbaum
ee878a0da1
Replace "no_pass" with "move_block".
...
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@5940 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-04-05 21:37:01 +00:00
rjtanner
d3b9619df9
Massive checkin. Went through many, many maps and updated their names (which were either unnamed, used the actual file name or tweaked their spelling and capitilization). Corrected wall sections there were 'incorrect' and obvious when next to doorways or similar openings - basically using the wrong wall sections. Minor cosmetic updates to maps as well. Other changes are due to Map Editor reformatting.
...
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@5574 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-02-19 05:44:55 +00:00
ryo_saeba
ae25fc13ec
Fix bug #1603935 : Locked boxes can be opened, by making boxes indestructible.
...
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@5146 282e977c-c81d-0410-88c4-b93c2d0d6712
2006-12-02 17:29:03 +00:00
mikeeusa
211a235a76
Setting the face of 'a blue crystal' to blue_crystal.111
...
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@4216 282e977c-c81d-0410-88c4-b93c2d0d6712
2005-12-27 02:07:51 +00:00
mikeeusa
3b85fdb751
Setting the face of 'a blue crystal' to blue_crystal.111
...
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@4215 282e977c-c81d-0410-88c4-b93c2d0d6712
2005-12-27 02:02:36 +00:00
ryo_saeba
d1d8b472f0
Applied patch #1145089 (cavesomething) to add region support
...
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@3142 282e977c-c81d-0410-88c4-b93c2d0d6712
2005-03-15 21:44:56 +00:00
temitchell
771a87376f
- commit multipart notation fixes
...
- make modifications to small (LC_nn)
- add floors to more maps and fix access to sunset lake fortress (it's
mostly empty hint hint)
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@2879 282e977c-c81d-0410-88c4-b93c2d0d6712
2004-08-16 01:51:00 +00:00
mwedel
fe4dfcda8d
Fix up all the maps related to abilities of monsters on the maps, as
...
well as spellbooks on maps, to work with the new spell code.
MSW 2003-11-13
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@2458 282e977c-c81d-0410-88c4-b93c2d0d6712
2003-11-14 07:45:40 +00:00
mwedel
841aa9562a
Add lake_county (kundi_area) maps to world southeast of brest.
...
Update world maps road connects to this city. Also, fix up some typos/
incorrect map path names.
Add dreaming_sage guild to navar city.
MSW 2002-07-22
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@1665 282e977c-c81d-0410-88c4-b93c2d0d6712
2002-07-23 07:04:57 +00:00