From 78c7d3898643d72b7769aae6d090618c26094e39 Mon Sep 17 00:00:00 2001 From: temitchell Date: Sun, 2 Feb 2003 20:49:00 +0000 Subject: [PATCH] - touch up IPO changes and update the README git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@1993 282e977c-c81d-0410-88c4-b93c2d0d6712 --- unlinked/ImperialPost/IPO | 2 +- unlinked/ImperialPost/README | 19 +++++++------------ 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/unlinked/ImperialPost/IPO b/unlinked/ImperialPost/IPO index e8c34d54f..d494af486 100755 --- a/unlinked/ImperialPost/IPO +++ b/unlinked/ImperialPost/IPO @@ -168,7 +168,7 @@ name Colette event_say_plugin Python event_say /python/IPO/say.py msg -I'm on a break, shoo shoo +@match * I'm on a break. endmsg x 2 y 2 diff --git a/unlinked/ImperialPost/README b/unlinked/ImperialPost/README index fb9f750d0..f462228be 100644 --- a/unlinked/ImperialPost/README +++ b/unlinked/ImperialPost/README @@ -1,31 +1,26 @@ Mail and Messageboard Python scripts for Crossfire Joris Bontje +Updated Feb 2002 by Todd Mitchell + This collection offers scripts and a map that allow you to send mail to your fellow players and place public messageboards in the game. Additionally you can request information about the last visit of a player to a NPC -and use her as a bank. +and use her as a bank. (note the bank script has been moved to bankteller.py) Requirements: -- Crossfire (1.1 or higher) +- Crossfire (1.4x or higher(version must have system path functions in Python Plugin)) - Python (2.0 or higher) - Python Crossfire plugin (latest) Installation: -Place the content of python/ in (for example) -/path/to/share/crossfire/maps/python/ and the content of -local/ (with subdirectory ImperialPost) in -/path/to/share/crossfire/maps/local/ImperialPost/ +Should work by default if python plugin is running -Modify all .py files and change the patchs according to -your installation, don't forget to point to the correct -'var' directory so that the database files can be stored. - -The main map for this is 'local/ImperialPost/IPO', link to +The main map for this is '../ImperialPost/IPO', link to it in Scorn. It is possible to place multiple messageboards in your -game, copy the example on from local/ImperialPost/IPO and +game, copy the example in the map from /ImperialPost/IPO and change 'event_say_options GENERALBOARD' and give it an unique name.