Commit Graph

2732 Commits (8668e1a426f0d200a3598b8e75b36800a7c8b8cc)

Author SHA1 Message Date
anmaster face5e6001 Add missing floor under wall in /quests/mcz/castle_low1
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11595 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-03-04 19:47:36 +00:00
anmaster 1f7a6d3a2c Add more altars to the indoor pickmap.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11557 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-19 23:48:12 +00:00
anmaster a82c7b1e79 Fix broken connections in the basement maps of all pshops in Brest. This may require updating unique server maps.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11540 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-15 15:44:32 +00:00
anmaster acd7e1b1cf Sync pshop maps with script
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11539 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-15 15:40:10 +00:00
anmaster f952a3e588 Fix some bugs in the pshop_copier script for the brest pshops.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11538 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-15 15:37:56 +00:00
anmaster 84813f777d The casino code for major wins (in all the different slot types) was missing a cast to integer, this resulted in a traceback on Python 3.x.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11481 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-14 18:00:40 +00:00
anmaster fc2ac59b2c The exchange code in /python/IPO/banksay.py was missing a cast to integer, this resulted in a traceback on Python 3.x.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11477 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-14 17:09:40 +00:00
anmaster 0c4149180d Fix a bug causing tracebacks in /python/start/dragon_attune.py. If there was no player on the changer it ended up as None which resulted in a traceback.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11460 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-12 09:28:12 +00:00
anmaster ae645b58e3 Make /python/CFDataFile.py work on both Python 2.x and Python 3.x with no need to run 2to3 for the python 3.x users.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11459 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-12 08:11:48 +00:00
anmaster d037e074c6 Replace deprecated string.split() amd string.lower() in /python/*/*.py
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11453 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-11 21:52:51 +00:00
anmaster c589e07ec3 Replace deprecated string.find() amd string.lower() in /python/*.py
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11452 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-11 21:47:17 +00:00
anmaster f312f10445 Replace deprecated string.split() and string.join() in /python/CFDataFile.py. Also open in text mode instead of binary mode to make the script work under python 3.x
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11451 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-11 21:39:10 +00:00
anmaster f813901342 Replace deprecated string.split() calls in /python/CFDialog.py
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11450 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-11 21:36:27 +00:00
anmaster d18ea5543e Fix tab error in CFGamble.py
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11449 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-11 21:20:20 +00:00
anmaster 60b5e31445 Replace deprecated string.split() calls in /python/IPO/*.py.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11448 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-11 21:08:00 +00:00
anmaster f117ef543f Fix division error in /python/items/banquet.py
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11447 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-11 21:02:23 +00:00
rjtanner 38379114b7 Removed duplicate passes (set the qty to 1) for theservant_ found in /scorn/temples/ruggilli2
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11446 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-11 20:54:20 +00:00
rjtanner e9005f37a8 Set floor tiles in the blacksmith area of Brest CVT (/brest/shops/brest.cvt) to shop tiles (type 68) in order for the conversion anvils to function properlly, also removed some unneeded double stacked slate floor tiles
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11445 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-11 19:36:16 +00:00
anmaster 499b7f770d Fix a case of "TabError: inconsistent use of tabs and spaces in indentation" in /python/IPO/receive.py
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11444 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-11 18:55:51 +00:00
anmaster 540ad17f62 Fix a case of "TabError: inconsistent use of tabs and spaces in indentation" in /python/IPO/say.py
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11443 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-11 18:42:54 +00:00
anmaster 945064b553 Fix a typo in /test/python.py that broke the exp test.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11442 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-11 12:49:47 +00:00
rjtanner e1ed299f38 Replace the very dangerous for new players (and multiplying) centipede with a Gnoll Champion in Beginners2 (/scorn/misc/beginners2)
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11441 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-11 06:02:44 +00:00
rjtanner f579a29995 Make the King and Queen of Scorn (/scorn/misc/castle2) level 120 to prevent them from being charmed by players
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11440 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-11 05:59:06 +00:00
rjtanner 04b224a6ea Add a shop inventory sign to Ye ol' Home Depote (/navar_city/misc/buildshop)
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11439 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-11 05:56:20 +00:00
rjtanner c3782abf12 Set quest items in Museum of Arms (/navar_city/magara/houses/museum) to no_pick to prevent pet theft abuse
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11438 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-11 05:54:00 +00:00
rjtanner c0adcceee6 Place no_spells (dungeon magic) tiles at the bottom most level in the stack
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11437 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-11 05:48:26 +00:00
rjtanner f03a0f93de Set quest items in Clem's Archery to no_pick to prevent pet theft abuse, also removed 'no_pretext 1' since this is no longer used or supported
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11436 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-11 05:45:32 +00:00
anmaster 6893e0a74d Unbreak exit from river map.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11417 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-09 18:54:17 +00:00
anmaster f904b45c15 Fix typo in message in /pup_land/rainbow/Lv1/hut3 (mistery -> mystery)
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11416 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-09 18:22:08 +00:00
anmaster 2c529bbf06 Fix broken map in rainbow quest: Players got stuck in cage map due to arch on target having move_block all.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11415 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-09 18:14:33 +00:00
anmaster f7fc91ba12 Limit allowed range of stats for rings of Occidental Mages in /python/items/ring_occidental_mages.py
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11414 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-09 17:44:51 +00:00
anmaster 694b57694c Updated ChangeLog file using svn2cl.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11412 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-09 10:15:48 +00:00
anmaster 4354623217 Prevent the wagon outside scorn from being set to point to a broken random map when cfrhg is used. This happens because the wagon is unique.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11407 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-08 15:38:13 +00:00
anmaster 99e2e99a8e /HallOfDMs: Fix typo ("Wraith Hal of Selection" should be "Wraith Hall of Selection").
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11406 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-08 15:36:55 +00:00
anmaster edb9d350f3 /test/python.py: Avoid deprecated syntax.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11405 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-08 15:34:26 +00:00
anmaster 39ac202b17 Add some missing dungeon_magic tiles to /scorn/shops/scorn.sale1.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11359 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-06 20:04:58 +00:00
anmaster 9461ca36e9 Fix mixed tab/space indention in some casino python scripts.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11349 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-06 16:34:58 +00:00
anmaster ed4a0d2b14 Fix part of bug 2457751 "Unpaid items work for some things...": Make diamondslots.py and imperialslots.py check that the object is paid for.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11348 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-06 16:32:36 +00:00
anmaster aaa7b7f0b9 Fix part of bug 2457751 "Unpaid items work for some things...": Make some floor in /brest/brest.scrolls.right shop floor. Also add some missing spell blocking tiles.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11347 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-06 16:01:54 +00:00
anmaster 43cbabaca4 Fix part of bug 2457751 "Unpaid items work for some things...": Make some floor in /scorn/shops/light_shop shop floor.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11346 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-06 14:05:00 +00:00
anmaster 2370079936 Fix /mlab/citydeclouds/cdcapart1: When going from player unique map to a shared map you have to use absolute paths, not relative ones. This will require updating of the maps stored for the player (if any).
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11345 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-06 13:53:13 +00:00
anmaster 752809ee66 Fix exit coordinates in /mlab/citydeclouds/villa/citydecloudsvillaC1
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11344 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-06 13:48:59 +00:00
anmaster 3adb52415f Fix part of bug 2457751 "Unpaid items work for some things...": Valkyrie altars no longer accepts unpaid items.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11343 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-06 13:33:39 +00:00
anmaster 6571131b4c Fix part 1 of bug 2369423 ("occidental mages weapons bugs"). Part 1 is weapon speed going the wrong way.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11337 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-04 17:08:57 +00:00
anmaster b4042eae5e Fix indentation in CFGamble.py
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11330 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-03 19:25:55 +00:00
anmaster 364f9f2d3c Try to be a bit more future compatible with Python 3
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11329 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-03 19:24:16 +00:00
rjtanner 99bbaf77a8 Cosmetic changes with Twin Towers maps - nicer merging with cwall (castle walls) and swall (fence)
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11300 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-02-01 07:39:08 +00:00
rjtanner 42abb901c2 Typo correction on girdle of damage (was dammage) in Museum of Arms (/navar_city/magara/houses/museum)
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11290 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-01-31 06:32:15 +00:00
rjtanner b681d14af5 Removed the cloud floor tile in the Fun Zone Obstacle Course 1 (/darcap/darcap/circus/fz_o1) in Darcap Circus, it was causing problems with the teleporter back to the Fun Zone Lobby
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11289 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-01-30 05:07:50 +00:00
rjtanner aa0082be02 Fix entrance from Castle Magara, floor 1 (/wolfsburg/magara/castle/floor_1) back to the world map (/world/world_128_109)
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11288 282e977c-c81d-0410-88c4-b93c2d0d6712
2009-01-30 04:38:18 +00:00