maps/python
cavesomething 96d5f0fd05 Allow include blocks to use either relative or absolute paths to reference other .msg files.
Maps still need to specify a full path in the slaying field of an event say.


git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13121 282e977c-c81d-0410-88c4-b93c2d0d6712
2010-05-05 10:46:35 +00:00
..
IPO
casino
commands
dialog Allow include blocks to use either relative or absolute paths to reference other .msg files. 2010-05-05 10:46:35 +00:00
events
gods
guilds more python guild updates 2010-03-25 17:33:10 +00:00
items
maps Update existing dialog files to use the new dialog syntax 2010-04-27 09:04:21 +00:00
misc Move npc_dialog.py to the dialog directory rather than misc/ 2010-04-27 08:40:30 +00:00
monsters
pshop added dir to /python for handling the private shops 2010-04-07 22:18:35 +00:00
quests Two scripts which can be used to handle quest interaction with maps 2010-04-26 15:35:12 +00:00
start
tod
.cvsignore
CFBank.py
CFBoard.py
CFCampfire.py
CFDataBase.py Added CFDataBase for handling generic python objects 2010-04-08 18:04:05 +00:00
CFDataFile.py
CFDialog.py Allow include rules to contain a "pre" block which will be evaluated to decide 2010-04-30 17:19:34 +00:00
CFGamble.py
CFGuilds.py
CFItemBroker.py
CFLog.py
CFMail.py
CFMapTransformer.py
CFMove.py
CFTimeOfDay.py
CFWorld.py
README

README

This directory is the proper directory for all python scripts for crossfire and the default location for importing CF modules.

The subdirectories are:

/: all shared files
/events: all script files called by a global server event
/items: all scripts embedded in archetypes
/IPO: all scripts relating to the Imperial Post and Bank system
/guilds: all scripts relating to guild management
/casino: all scripts related to the casino
/misc: other scripts

Script additions should be placed in a subdirectory, either existing, or when it makes sense, a new one.
Shared classes used for import should be placed in the root directory

All Python scripts added to this map repository should be tested with and valid for Python 2.3