Permission was granted to upload this patch to the Lord II Official Web site
from RTsoft-Seth Robinson.

Included in this zip :

Gametxt.ref
readme2.txt
file_id.diz

To use this Bug Fix simply copy the included Gametxt.ref over your old 
Gametxt.ref in your Lord2 directory. 

I changed the gametxt.ref because none of my players were getting the 
built in KILLS point when they killed another player. Some Lord II IGM's 
read this KILLS stat to function properly. 

The only thing I added to the original gametxt.ref was under the "live" 
routine I put @do `p35 + 1. (`p35 is the code for the KILLS stat.) 
This will give your players credit for their kills (of other players.) 


If you are using another gametxt.ref such as the one made by Shroomtrip
Software, think it's called "LordII stuff pack 3" you to can easily alter 
it by adding this below to your gametxt.ref

First find the Live routine inside your gametxt.ref. It'll look like this...
@#live

Found it? Good. Now directly below that put this....
@do `p35 + 1

Your finished work should look like this....
@#live
@do `p35 + 1 
(other live routine stuff goes here)

Why have it? Because it's part of the game !!!!  

Lord II version 3 will be out soon, it will contain the corrected version
of the gametxt.ref

Hope you find this patch helpful,

For a listing of IGM's I've written for Lord II please E-mail me 
at Odin706@aol.com

Or visit my Web site - http://members.aol.com/odin706/title.html

-oDiN



                                EOF
