Page 1 of 1

Runebooks

Posted: Mon Jan 12, 2009 7:35 am
by Cree A'dor
All I'm asking for is one thing; increase the distance that players are allowed to open a runebook from.

I don't like it when I go up to a stack of runebooks and go to open one but nothing happens. Then I get one more tile closer and now I can't see the book! Just tedious. I'm sure more people than just me would like to see this added.

I know you know how to, +Colibri, but I thought I'd add it anyways.

"C:\...\Scripts\Items\Skill Items\Magical\Runebook.cs"

Go to line 307:

Code: Select all

		public override void OnDoubleClick( Mobile from )
		{
			if ( from.InRange( GetWorldLocation(), 1 ) )
			{
Just change it to something a little more convenient like 2 or 3:

Code: Select all

		public override void OnDoubleClick( Mobile from )
		{
			if ( from.InRange( GetWorldLocation(), 2 ) )
			{

Re: Runebooks

Posted: Mon Jan 12, 2009 9:37 am
by +Colibri
Phew, finally something simple and well documented. Thanks Cree, will be in at server version 36.11, range 3.