maps/python
cavesomething 934430945f Hall of Heroes in Scorn castle, and script to support them.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13378 282e977c-c81d-0410-88c4-b93c2d0d6712
2010-06-08 15:01:00 +00:00
..
IPO
casino
commands
dialog Fix comments. 2010-06-06 15:14:56 +00:00
events
gods
guilds
items Script to punish a player from killing a NPC. 2010-05-29 19:54:58 +00:00
maps Hall of Heroes in Scorn castle, and script to support them. 2010-06-08 15:01:00 +00:00
misc
monsters Fix dialog. 2010-05-15 11:26:25 +00:00
pshop
quests
start
tod
.cvsignore
CFBank.py
CFBoard.py
CFCampfire.py
CFDataBase.py Replace tabs with spaces 2010-06-07 20:13:51 +00:00
CFDataFile.py
CFDialog.py Fix exception syntax for Python 2.5.2. 2010-06-06 08:32:03 +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