=============================================================================
Runebook v4	08-MAY-2006	Yukiko hopelivesproject@yahoo.com
Original script by Shilohen (shilohen@hotmail.com)
POL 96 conversion done by Yukiko
=============================================================================


Features
=============================================================

	OSI style runebook.
	Add runes by dragging recall rune on it.
	Recharge by dragging recall scrolls on it.
	Can store up to 16 recall runes.
	Allow rune removal and default location.
	
=============================================================

This may not be the most efficient runebook script around but it works. I basically took Shilohen's scripts and converted them to run under POL 96 by adding Realm support.


Installation
=============================================================

	This package require POL096 or better version.
	
	Remove any previous runebook package.
	
	Unzip the file in \pkg\runebook
		
	
	The runebooks are newbied presently, if you don't want this,
	remove
	
		Newbie	1
		
	from the itemdesc.cfg
	
	
	To be able to use the default location feature, you'll have
	to alter recall and gate spell scripts this way:
	
	Find either of those lines in the script:
	
		if( cast_on.objtype != UOBJ_RUNE )
		or
		if( cast_on.objtype != 0x1F14 )
		
		
		
	Replace it with either, depanding if you use objtype.inc or not :
	
		if( cast_on.objtype != UOBJ_RUNE and cast_on.objtype != 0x6100 )
		or
		if( cast_on.objtype != 0x1F14 and cast_on.objtype != 0x6100 )
		

	You're ready to go :)
	
=============================================================

Changes:

Conversion to POL 95-96 done by Yukiko on 5-MAY-2006.

Now fully compatible with POL 96 only. Final revision done 6-MAY-2006 by Yukiko.

Changed pkg.cfg maintainer info to Yukiko. Removed the conversion script for older style runebooks etc. 6-MAY-2006.

Updated the readme file 6-MAY-2006

Yukiko

Report any bugs to Yukiko at hopelivesproject@yahoo.com