Runebooks

Locked
User avatar
Cree A'dor
Journeyman Scribe
Posts: 29
Joined: Thu Jan 01, 2009 10:51 pm

Runebooks

Post 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 ) )
			{
Image
User avatar
+Colibri
Administrator
Posts: 3958
Joined: Sat Feb 25, 2006 4:08 pm
Location: static void Main

Re: Runebooks

Post by +Colibri »

Phew, finally something simple and well documented. Thanks Cree, will be in at server version 36.11, range 3.
+Colibri, Administrator of UO Excelsior Shard

Don't know what the purpose of your life is? Well then make something up! ;)
(Old Colibrian proverb)
Locked