Commit Graph

75 Commits (e3af947463afe5655ada981f44ad0bd5124cd3ad)

Author SHA1 Message Date
rjtanner e3af947463 Map header update: Update maps with entrance x & y coordinates
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9992 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-04 07:45:05 +00:00
rjtanner 557b05298c 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@9991 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-04 07:43:26 +00:00
rjtanner b60aaba500 Added missing floor tiles
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9990 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-04 07:33:46 +00:00
rjtanner f96a89959b 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@9989 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-04 07:31:39 +00:00
rjtanner 4567a3a882 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@9988 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-04 07:25:21 +00:00
rjtanner db5434c9a7 Map header update: Update maps with entrance x & y coordinates
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9987 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-04 07:15:24 +00:00
rjtanner 36052f1894 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@9986 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-04 07:07:50 +00:00
rjtanner 4a473f8bc2 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@9983 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-03 01:36:58 +00:00
rjtanner 4e9e331509 Add missing floor tiles
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9981 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-03 01:31:36 +00:00
rjtanner ad1a171f46 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, update maps with entrance x & y coordinates, adjust map level difficulty to something slightly more realistic, map title update
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9980 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-03 01:30:59 +00:00
rjtanner b60494d9e9 Map header updates: Update maps with entrance x & y coordinates
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9979 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-03 01:04:21 +00:00
rjtanner 58a194801b Map header updates: Added map author's name, update maps with entrance x & y coordinates, update map names
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9978 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-10-03 01:03:49 +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
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
anmaster d4c467f8fc In /wolfsburg: Change all "name woodfloor" to "name wood floor" (and remove them when that is the default in the arch). Also fix broken "hidden" teleporter in /wolfsburg/dungeons/hut.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9349 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-06-20 11:05:38 +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 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
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 86186a20f1 Add region info in Wolfsburg, courtesy of Arvid Norlander
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9105 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-05-18 19:43:56 +00:00
ryo_saeba 1c6dc57f8c Wrong path was used, unique should be set.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@8697 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-04-05 14:49:28 +00:00
ryo_saeba c2e526595f Commit patch #1817285: Pet apartments, by anonymous submitter.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@8696 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-04-05 12:27:52 +00:00
ryo_saeba c56cf091cf Link Lursendis quest maps.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@8692 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-04-05 07:53:10 +00:00
rjtanner fb3428468e Restore line indentation to in-game text info
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@8525 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-03-19 01:28:57 +00:00
rjtanner 96e85af174 Region names are case sensitive - converted Wolfsburg -> wolsburg, which was my typo to begin with
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@8466 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-02-19 05:01:01 +00:00
kbulgrien 53f2b30307 Rename dwall3_3 to dwall_3_3 after removing incorrect Object in
arch/trunk/wall/dwall/dwall.arc.


git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@8208 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-01-19 00:56:11 +00:00
gros ea6c8af21e Added the first part of the Heimser Brothers Quest.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@8169 282e977c-c81d-0410-88c4-b93c2d0d6712
2008-01-12 00:49:29 +00:00
eracc ffb9984d23 Fix a display problem with overlapping swall not looking correct when in-game
although it looks correct in Gridarta.


git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@7694 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-12-04 19:22:46 +00:00
eracc 7be1d30d3d Fix mistyped path for pup_land in the Wolfsburg transport shoppe.
Add buttons under the teleporters to try to keep players from being trapped.


git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@7681 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-12-03 22:34:59 +00:00
eracc c8923507da Update transport shoppes with Valkyrie altar
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@7680 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-12-03 21:38:25 +00:00
eracc 37308274e7 Add "Ye Olde Transport Shoppe" to Wolfsburg and update world map for same.
Fix some errors with various buildings on the world map.


git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@7676 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-12-03 20:10:24 +00:00
eracc 13d9586428 Removed the silly and useless Wolfsburg "whorehouse".
Added Wolfsburg apartment (buildable).
Added Wolfsburg buildshop.
Update world/world_128_109 with the new map info.


git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@7672 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-12-03 00:26:27 +00:00
rjtanner 297894cd2f Widen the hallways of One Eyed Mike's store in order to accomodate use from more then one player at a time
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@7487 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-11-06 06:41:38 +00:00
rjtanner 67ec8650a6 Update the guild maps to include map difficulty levels, ability to create an altar of valkyrie for 5 holy_shield, and altars are now level 120 (players are no longer able to reconsecrate them) which addresses bug [1824769] Players able to reconsecrate guild altars
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@7481 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-11-05 01:50:51 +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 beb731ab34 Synchronize with branch - map names and map difficulty settings
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@7408 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-10-27 23:47:09 +00:00
rjtanner b8e0d6efca Changes due to map editor reformatting.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@7131 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-09-09 04:37:45 +00:00
rjtanner 159bf8a609 Changes due to map editor reformatting.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@7127 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-09-08 21:36:34 +00:00
akirschbaum 7d210be75d Replace obsolete fields fly_on/fly_off/walk_on/walk_off with move_on/move_off.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@6982 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-08-23 19:36:52 +00:00
ryo_saeba d366678c26 Final steps and scripts for the Lursendis quest.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@6405 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-06-03 16:02:23 +00:00
ryo_saeba d97ff269f5 Alter text, moved to Port Joseph's inn.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@6350 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-05-26 20:03:39 +00:00
ryo_saeba d3d674d05b Small house.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@6329 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-05-23 20:19:16 +00:00
akirschbaum 45d36cb162 Spelling corrections.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@6245 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-05-12 22:46:19 +00:00
rjtanner 6d1353dffe Cosmetic update - improve appearance of how swall_ merges with nearby walls
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@5965 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-04-08 04:11:09 +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 8de8411641 Remove trailing whitespace.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@5862 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-03-24 13:15:00 +00:00
akirschbaum 0597888502 Remove empty msg..endmsg values.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@5834 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-03-21 10:43:51 +00:00
rjtanner b477d9cccc Map update to remove 0 destination coordinates warnings from server log files
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@5638 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-03-02 02:56:06 +00:00
rjtanner a5651e73b1 Renamed maps (which were either unnamed, used the actual file name or tweaked their spelling and capitilization). Renamed maps with a generic name to something more specific. Other changes are due to Map Editor reformatting.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@5609 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-02-25 01:49:09 +00:00