- 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-b93c2d0d6712master
parent
9dcd72efa0
commit
78c7d38986
|
|
@ -168,7 +168,7 @@ name Colette
|
||||||
event_say_plugin Python
|
event_say_plugin Python
|
||||||
event_say /python/IPO/say.py
|
event_say /python/IPO/say.py
|
||||||
msg
|
msg
|
||||||
I'm on a break, shoo shoo
|
@match * I'm on a break.
|
||||||
endmsg
|
endmsg
|
||||||
x 2
|
x 2
|
||||||
y 2
|
y 2
|
||||||
|
|
|
||||||
|
|
@ -1,31 +1,26 @@
|
||||||
Mail and Messageboard Python scripts for Crossfire
|
Mail and Messageboard Python scripts for Crossfire
|
||||||
Joris Bontje <jbontje@suespammers.org>
|
Joris Bontje <jbontje@suespammers.org>
|
||||||
|
|
||||||
|
Updated Feb 2002 by Todd Mitchell
|
||||||
|
|
||||||
This collection offers scripts and a map that allow you
|
This collection offers scripts and a map that allow you
|
||||||
to send mail to your fellow players and place public
|
to send mail to your fellow players and place public
|
||||||
messageboards in the game. Additionally you can request
|
messageboards in the game. Additionally you can request
|
||||||
information about the last visit of a player to a NPC
|
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:
|
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 (2.0 or higher)
|
||||||
- Python Crossfire plugin (latest)
|
- Python Crossfire plugin (latest)
|
||||||
|
|
||||||
Installation:
|
Installation:
|
||||||
Place the content of python/ in (for example)
|
Should work by default if python plugin is running
|
||||||
/path/to/share/crossfire/maps/python/ and the content of
|
|
||||||
local/ (with subdirectory ImperialPost) in
|
|
||||||
/path/to/share/crossfire/maps/local/ImperialPost/
|
|
||||||
|
|
||||||
Modify all .py files and change the patchs according to
|
The main map for this is '../ImperialPost/IPO', link 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
|
|
||||||
it in Scorn.
|
it in Scorn.
|
||||||
|
|
||||||
It is possible to place multiple messageboards in your
|
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
|
change 'event_say_options GENERALBOARD' and give it an
|
||||||
unique name.
|
unique name.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue