Commit Graph

29 Commits (master)

Author SHA1 Message Date
Rick Tanner 33573e68f1 Correct spacing after punctuation in msg text 2023-06-05 00:57:37 -05:00
Nicolas Weeger e0cd68a99e Replace 'burnout' images with (renamed) 'fire' 2023-03-22 19:56:05 +01:00
rjtanner c2a5017f47 Make Ebony Tiger Thief Guild maps part of the same reset_group, lakecountry_ebony-tiger-thief-guild 2022-07-21 01:15:14 -05:00
tannerrj 88700149be Grammar and spelling corrections to NPC dialog 2021-10-04 00:43:43 -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 6fb7c63363 Remove duplicate keywords from dialogs using @match 2021-07-25 17:15:16 +02:00
Andreas Kirschbaum 6e0b7aa2ee Reorder @match statements so that '@match *' comes last 2021-07-25 14:41:45 +02:00
rjtanner 8825a5fd30 Typo correction (espect -> aspect) in message text to Ebony Tiger Thief Guild, Master Level (lake_country/ebony/masterlev) in Lake Country.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@17502 282e977c-c81d-0410-88c4-b93c2d0d6712
2012-03-14 05:28:39 +00:00
rjtanner 2e1412d616 Removed forced line breaks and word spacing changes in message text to Ebony Tiger Thief Guild, Master Level (lake_country/ebony/masterlev) in Lake Country.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@16998 282e977c-c81d-0410-88c4-b93c2d0d6712
2012-02-07 06:51:52 +00:00
akirschbaum d22dd44c8d Remove explicit linebreaks; fix typos.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@15669 282e977c-c81d-0410-88c4-b93c2d0d6712
2011-11-11 20:32:45 +00:00
akirschbaum a2a731fdc4 Fix typos.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@15188 282e977c-c81d-0410-88c4-b93c2d0d6712
2011-10-15 15:26:29 +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 f93c655638 Insert missing floor tiles
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11096 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-12-23 06:59:55 +00:00
rjtanner 89c2b7511c (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@10150 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-22 01:47:55 +00:00
rjtanner 9eb0f7c78c Add missing shop header code to the Ebony Tiger Thief Guild
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9674 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-07-23 00:32:40 +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
rjtanner 750a7b6a3e Changes due to map editor reformatting.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@7120 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-09-07 02:35:13 +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
akirschbaum f8c923aa70 Add explicit 'move_type walk' to all monsters.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@5864 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-03-24 14:31:35 +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
akirschbaum 6fadcd22a6 Add plural names to items; allow guildmaster's key to merge with other keys.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@3277 282e977c-c81d-0410-88c4-b93c2d0d6712
2005-05-21 12:14:36 +00:00
akirschbaum 849cba5a48 Fix spelling errors.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@3192 282e977c-c81d-0410-88c4-b93c2d0d6712
2005-04-09 12:00:30 +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
akirschbaum 5169f671be Fix spelling error.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@3119 282e977c-c81d-0410-88c4-b93c2d0d6712
2005-03-09 21:50:58 +00:00
akirschbaum c30b65ab9e Fix spelling error.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@3101 282e977c-c81d-0410-88c4-b93c2d0d6712
2005-03-06 21:29:43 +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