maps-1.12/python
kts of kettek cff12ec3d0 Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
..
IPO Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
casino Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
commands Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
events Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
gods Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
guilds Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
items Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
maps Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
misc Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
monsters Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
start Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
tod Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
.cvsignore Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
CFBank.py Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
CFBank.pyc Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
CFBoard.py Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
CFCampfire.py Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
CFDataFile.py Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
CFDataFile.pyc Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
CFDialog.py Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
CFGamble.py Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
CFGuilds.py Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
CFGuilds.pyc Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
CFItemBroker.py Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
CFLog.py Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
CFLog.pyc Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
CFMail.py Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
CFMail.pyc Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
CFMapTransformer.py Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
CFMove.py Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
CFTimeOfDay.py Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
CFWorld.py Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00
README Add 1.12 with HallOfSelection Ranger modifications 2017-03-20 09:16:04 -07:00

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