UOGamers Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • To obtain new Razor updates, please reinstall Razor from our new website.

[COMPLETE] Runebook Accuracy

Status
Not open for further replies.

slc517

Wanderer
[COMPLETE] Runebook Accuracy

On OSI currently, runebooks can be opened from up to 3 tiles away. Also, runebooks no longer give the message "This book needs time to recharge" after using them... there is no recharge timer anymore.

I'm looking for documentation to back this up. I just logged in to Lake Superior(OSI) and verified it though.
 

Nikki_Demise

Bug Hunter
Re: Runebook Accuracy

Code:
Index: Items/Skill Items/Magical/Runebook.cs
===================================================================
--- Items/Skill Items/Magical/Runebook.cs    (revision 321)
+++ Items/Skill Items/Magical/Runebook.cs    (working copy)
@@ -276,7 +276,7 @@
 
         public override void OnDoubleClick( Mobile from )
         {
-            if ( from.InRange( GetWorldLocation(), 1 ) )
+            if ( from.InRange( GetWorldLocation(), (Core.ML ? 3 : 1) ) )
             {
                 if ( DateTime.Now < NextUse )
                 {
 

Attachments

  • RuneBook.zip
    364 bytes · Views: 2
Re: Runebook Accuracy

yes, I was just saying this: better to flag it as ML modification for sanity :)

OSI Playguide still says there is a timer, Stratics is only the copy of OSI Playguide in that topic, but if there are evidences...
 

psz

Administrator
Re: Runebook Accuracy

Also, when it comes to things like this, testing on OSI's TC is good, but testing on a production shard like the OP did is better.


Actually, just test on both to make things easy ;->
 
Status
Not open for further replies.
Top