Commit Graph

421 Commits (05cb47d794c496b5ff371295f796d7e23b59b24d)

Author SHA1 Message Date
rjtanner e50e10fb4b Added missing plural names to the balms and potions
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10710 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-11-25 03:09:18 +00:00
rjtanner d4f4e390df Changes to the shop layout - more item types for sale (all levels of Potions of Life, balm of cure poison, balm of minor healing) in slightly different locations to make room for the new inventory
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10709 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-11-25 03:03:20 +00:00
rjtanner 92b8058d65 Cosmetic change with how swall (fence) merges with nearby walls
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10708 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-11-25 02:40:16 +00:00
kbulgrien 6da4348d23 - Remove a redundant rule from the NPC dialog.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10639 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-11-21 08:15:05 +00:00
kbulgrien 97a884773d - Add a new NPC in Goths that uses an npc_dialog.py message file to drive a
CFDialog.py driven conversation (the conversation was created before the
  author knew about CFDialog or how to use it, but it was too large to put
  into @match as it caused a server crash).  This dialog is structured, but
  state is not tracked due the informational nature of the conversation.
  The NPC drops some hints about things in Scorn that a new player might
  want to check out.  There are no spoilers, but it may serve to help a new
  player find out about some things about scorn that the author did not
  discover for ages.


git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10638 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-11-21 08:09:46 +00:00
rjtanner f9f4972aa6 Convert platinum payment altars to accept payment of any coin type, requires server update r10232 (or newer)
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10631 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-11-21 02:37:29 +00:00
rjtanner 21ff951cf8 Fix broken conversion table
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10517 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-11-18 03:05:42 +00:00
rjtanner 65fccfc7f5 Additional lever to prevent players from being trapped in the map, as pointed out by kbulgrien
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10473 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-11-16 05:56:21 +00:00
kbulgrien b6726a40ea Gork should not reset the conversation just because you say the wrong
word!


git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10472 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-11-15 23:08:27 +00:00
kbulgrien ba2f19f2dc Modify CFDialog.py to use a list of strings for the keywords instead of the "|"
delimited string for consistency and to reduce the need to specially parse the
string.  There seems no particular reason to stay with the "|" delimiter (and
@match use of it does not seem compelling enough to override the benefit of
removing the oddball parameter from both CFDialog.py and npc_dialog.py scripts.
This commit also updates every known dialog that is affected.  Also updated
are the comments in both dialog scripts to reflect the change.  In CFDialog.py
also pluralize some identifers to better reflect that they are used for lists.


git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10469 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-11-15 07:55:59 +00:00
kbulgrien dc000da14c Difficulty 1 for spiders seems way too low. Other maps with spiders are set
to difficulty 5, so changing this one to 5.


git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10468 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-11-15 07:34:57 +00:00
kbulgrien dcecb2b60d The prior modification to CFDialog used "|" as a delimiter for multiple
precondition values and overlooked the fact that the precondition syntax was
already defined to be a list that could contain multiple values without
resorting to packing them into a single string.  This modification dispenses
with the prior un-pythonic enhancement to CFDialog, and establishes a format
that is more consistent with the rest of the rule structure.  As a result of
this change, Gork's conversation is also updated to work with the new version.
A dependent script ./misc/npc_dialog.py remains unaffected by this change.


git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10465 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-11-15 04:07:05 +00:00
kbulgrien 2c008d88cd Fix, and improve, the Gork dialog in the scorn/kar Gorks Quest. Add some new
content, and make the conversation a lot more flexible so it is not necessary
to reset from the beginning so much.


git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10432 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-11-14 06:34:06 +00:00
kbulgrien aa8f1309f9 Fix spelling and remove spurious blank lines from within the JSON.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10430 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-11-14 06:31:31 +00:00
ryo_saeba 6d9f94ba01 Apply patch #2133038: scorn kitchen steak fix.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10391 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-11-11 10:47:58 +00:00
rjtanner 4920997b4d Restore darkness setting to str-tunnel map
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10262 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-11-06 01:01:42 +00:00
rjtanner 2f529bed48 Convert silver payment altars to accept payment of any coin type, requires server update r10232 (or newer)
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10252 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-11-04 21:07:55 +00:00
rjtanner 6e562575bd Update conversion tables to accept payment of any coin type, requires server update r10232 (or newer)
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10249 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-11-03 06:11:44 +00:00
rjtanner 295930a80a Convert platinum payment altars to accept payment of any coin type, requires server update r10232 (or newer)
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10248 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-11-03 06:06:25 +00:00
rjtanner bd6ad73434 Convert platinum payment altars to accept payment of any coin type, requires server update r10232 (or newer)
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10247 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-11-03 06:02:16 +00:00
rjtanner 801d4a5a8e Convert gold payment altars to accept payment of any coin type, requires server update r10232 (or newer)
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10245 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-11-03 05:44:22 +00:00
rjtanner 76158c3c75 Update conversion tables to accept payment of any coin type, requires server update r10232 (or newer)
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10241 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-11-02 07:29:04 +00:00
rjtanner 6166035086 Cosmetic wall changes with how they merge with each other, especially swall (fence)
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10240 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-11-02 07:03:14 +00:00
rjtanner daffc86c79 Convert platinum payment altars to accept payment of any coin type
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10238 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-11-02 06:36:36 +00:00
rjtanner b9883e9c59 Map name updates for the Gates in Scorn
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10226 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-30 01:48:20 +00:00
rjtanner d599ed06d1 (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@10210 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-29 00:34:13 +00:00
rjtanner 3ee4f83800 (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@10209 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-28 19:58:18 +00:00
rjtanner 984b5e3e7c (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@10207 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-28 01:10:23 +00:00
rjtanner 3073b0db4c (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@10205 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-27 05:14:45 +00:00
rjtanner 3b20798a3e (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@10199 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-26 07:09:18 +00:00
rjtanner c36c5b3b33 (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@10198 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-26 06:35:49 +00:00
rjtanner 7b7e79ff05 (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@10197 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-26 02:06:25 +00:00
rjtanner 15edcb83cc (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@10196 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-26 01:22:39 +00:00
rjtanner 15eb4bfa2f (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@10185 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-25 06:24:13 +00:00
rjtanner 9928fe63a5 (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@10184 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-25 01:19:10 +00:00
rjtanner b347572a31 Cosmetic changes with how fences (swall) merges with nearby walls
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10183 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-25 01:04:28 +00:00
rjtanner 3fda522055 (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@10181 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-25 00:54:52 +00:00
rjtanner 7245c1ba6e Cosmetic changes with how fences (swall) merges with nearby walls
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10161 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-23 22:32:25 +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 7ff2728939 (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@10157 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-23 01:39:37 +00:00
rjtanner 005aeda064 Cosmetic wall (fence) changes
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10148 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-22 01:05:47 +00:00
rjtanner 05cd0be130 (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@10147 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-22 00:56:46 +00:00
rjtanner 58f47a9fec Cosmetic wall update
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10138 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-21 01:41:41 +00:00
rjtanner 07b63b1a37 (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@10137 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-21 01:40:00 +00:00
rjtanner 6ae7ed2977 (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@10134 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-21 00:20:22 +00:00
rjtanner 8d96edc875 Map normalize, no functional changes
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10130 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-20 20:26:48 +00:00
rjtanner ed33265745 Map header updates: 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@9951 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-09-30 00:57:48 +00:00
rjtanner e69673c76f Map header updates: Correct creation date in map header that was changed in r7448, it was using the wrong month; Added map author's name where necessary, 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@9950 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-09-30 00:57:00 +00:00
rjtanner 1330710c28 Map header updates: 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@9949 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-09-30 00:36:56 +00:00
rjtanner 6c60177e1a Map header updates: Update maps with entrance x & y coordinates, adjust map level difficulty to something slightly more realistic, move map description to maplore field
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9948 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-09-29 05:56:41 +00:00
rjtanner 101c92e662 Map header updates: 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@9947 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-09-29 05:54:11 +00:00
rjtanner ca39a26597 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@9946 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-09-29 05:39:59 +00:00
rjtanner 7b9930aeab Map header update: Adjust map level difficulty to something slightly more realistic
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9945 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-09-29 01:24:52 +00:00
rjtanner c53ff26b80 Insert a missing floor tile beneath a wall
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9944 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-09-29 01:22:04 +00:00
rjtanner 773eea1c1a 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@9943 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-09-29 01:20:27 +00:00
rjtanner 36c253c418 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@9942 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-09-28 23:26:31 +00:00
rjtanner e9318a4576 Re-correct creation dates
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9941 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-09-28 22:46:55 +00:00
rjtanner 698c17f022 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@9940 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-09-28 06:59:26 +00:00
rjtanner 8df0e08550 Map normalize, no functional changes
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9764 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-08-21 00:32:27 +00:00
bbotbuilder a6706efa75 set the 'difficulty' value on some maps
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9738 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-08-12 03:26:11 +00:00
bbotbuilder dac36864a1 scorn/shops/potionshop:
* replace a reference to the alchemy spell with one to the skill (thanks goes to elliotbay)


git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9726 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-08-10 23:32:31 +00:00
quinet 59fe978019 Mention how to add or remove windows in the building instructions.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9718 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-08-04 14:03:04 +00:00
ryo_saeba 11745ab860 Add missing other_arch.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9701 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-08-02 09:27:03 +00:00
quinet 264e2f230a Removed optional swamp, replaced it with sticky floor (glue and spider webs).
Added a new handle to control the archways separately from other obstacles.


git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9683 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-07-24 21:55:51 +00:00
quinet 574266cc6c Added customizable obstacles to the arena: the players can add statues, walls
or swamps in some parts of the arena before entering it.


git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9677 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-07-24 14:57:53 +00:00
quinet 394a019d32 Replaced my old e-mail address in map headers by a working one.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9577 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-07-19 23:46:03 +00:00
quinet dba48e8b07 Updated map header.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9573 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-07-19 23:02:35 +00:00
quinet 8c71c4a876 More fixes for bug #2018391, set carrying limit for human skeletons to 80kg.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9570 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-07-19 22:12:35 +00:00
anmaster 5f9396b879 Add missing "difficulty 1" to some maps in Scorn containing no monsters (just NPC or empty).
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9439 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-07-17 15:28:26 +00:00
quinet 058738bc5e Partial fix for bug #2018391: set a weight limit to all containers and set their nrof to 0 so that they cannot be stacked.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9436 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-07-16 21:07:09 +00:00
kbulgrien 35a160510e - Change the title of this hint scroll since "the Servant" is a special
character in Scorn.  "the Good Citizen" fits the hints better anyway.


git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9380 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-06-29 05:38:14 +00:00
rjtanner 747136191f Context correction in magic mouth messages, replaced parish (church community) with perish (to destroy)
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9365 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-06-24 17:33:23 +00:00
anmaster 93457e023a Change more "name woodfloor" to "name wood floor" in some more maps.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9347 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-06-20 10:51:53 +00:00
anmaster 331c0e7d5d Change more "name woodfloor" to "name wood floor" in misc places.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9345 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-06-20 10:47:32 +00:00
anmaster fbc447ef99 In /scorn: Fix some invalid key string warnings from gridarta. Move a magic ear under floor. Remove a pointless check_inv.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9338 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-06-20 09:32:36 +00:00
rjtanner 8e17c473c9 Applied patch [ 1992525 ] Typo Fix in Scorn Oldcity by Creidieki M. Crouch with some additional spelling corrections
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9322 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-06-13 17:01:05 +00:00
anmaster 49a8c98763 Add missing floors under walls in /scorn/anthony/{prison,passoffice}
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9281 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-06-06 23:16:17 +00:00
anmaster f50ad2d7aa Move some magic_ear under floor in /scorn/taverns/goths.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9280 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-06-06 23:13:49 +00:00
anmaster 73252155cd Unbreak non-animated exits in /scorn/cannery/ware1
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9279 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-06-06 23:13:03 +00:00
anmaster 8f580af84b Remove floors under blocked arch in /scorn/temples/ruggilli2
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9278 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-06-06 23:12:06 +00:00
anmaster e93cfffabe Add floors under walls as needed in /scorn/mansion/garden.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9277 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-06-06 18:46:50 +00:00
anmaster c327168e54 In /scorn/misc/gatehouse: Move some magic_ear under floor, change the look of some wall tiles near the edge of the map to make it clearer that these continue outside map (they are part of the city wall).
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9276 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-06-06 14:54:50 +00:00
anmaster 22878418ef In /scorn/misc/port_arena: change the floors under walls to match the floors around it. Fix broken animation for exit. Remove some duplicate arches on top of each other, remove unreachable and non-visible wall tiles in a corner of the map.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9275 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-06-06 14:51:21 +00:00
anmaster ba532dc732 In /scorn/oldcity/*: Add missing floor under wall tiles, move magic_ear under floor, fix broken "no animation and custom face" exit.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9274 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-06-06 14:04:32 +00:00
anmaster 0f7decfa1d Add missing floor arches under walls in /scorn/kar/creepy.house and /scorn/kar/creepy.house2.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9273 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-06-06 14:02:24 +00:00
anmaster 462c4662a5 In /scorn/houses/resir move magic mouth to below floor, in /scorn/houses/wizz.lev1.pass1 remove duplicate wall tile under another wall tile.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9272 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-06-06 13:42:15 +00:00
anmaster 1174dc06f4 Add missing floors under walls in /scorn/houses/breezy_under
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9271 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-06-06 13:31:01 +00:00
anmaster cb81f4bc4d Fix two mixed up connections in /scorn/houses/cornerbrook to make the right messagess display for the right events.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9270 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-06-06 13:29:32 +00:00
anmaster e5a7169137 Make /scorn/houses/ house3.1st look nicer, add doorway arches to it.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9237 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-06-05 22:05:54 +00:00
anmaster 943723045a Add missing no magic tiles to jail maps in Scorn.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9224 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-06-03 19:31:58 +00:00
anmaster 65fc8b837e Get rid of unlinked /scorn/oldcity/oldcity[45]. Those maps had been converted to be parts of the single (tiled) oldcity54.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9223 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-06-03 19:30:10 +00:00
akirschbaum 772638b98d Run MapNormalizer script on all maps.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9176 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-05-30 07:32:24 +00:00
anmaster 3260d8c063 Change exits in /scorn/misc/castle to be under ground and thus look nicer.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9160 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-05-29 06:54:43 +00:00
anmaster d96ee67454 Yet 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 a script.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9146 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-05-23 10:52:18 +00:00
anmaster e5c9604b0a More fixes for redundant patterns in @match (it is case insensitive, but a lot of maps treated it as if it was case sensitive). Also fix some broken dialogs (missing the match part of @match and other such typos).
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9145 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-05-23 09:49:20 +00:00
anmaster 01bbd348d3 The @match expression in npc dialog is case insensitive, but a lot of map treated it as if it was case sensitive, fixing a lot of them (there may be more left, that the grep didn't find).
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9144 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-05-23 08:11:20 +00:00
qal21 ecf094cf47 Make coloured mail work in the Scorn armour shop
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9128 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-05-21 06:33:44 +00:00
qal21 cc79aceda1 Add region info in Scorn, courtesy of Arvid Norlander
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9107 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-05-18 19:50:44 +00:00
ryo_saeba 829d024877 Patch #1947664: Modified resir's house simi-harder some what moe fun, courtesy Anthony Wyatt (buzzsawddog), slightly modified.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@8891 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-05-05 22:09:55 +00:00
ryo_saeba c61a36f6a6 Fix broken connection resulting in no pass / 2 passes instead of 1 / 1.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@8709 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-04-09 17:51:31 +00:00