Go Back   RunUO - Ultima Online Emulation > RunUO > Server Support on Windows

Server Support on Windows Get (and give) support on general questions related to the RunUO server itself.

Reply
 
Thread Tools Display Modes
Old 08-03-2006, 08:16 PM   #1 (permalink)
Forum Novice
 
Join Date: Jan 2004
Posts: 138
Send a message via ICQ to robinson
Default elven night sight problem

I think elves cannot work good in RunUo 2.0 RC1. Because elves have a always night sight option but this is not work in new runuo. I want to do this but i don't know what to do. Anyone help me.
Thanks...
robinson is offline   Reply With Quote
Old 08-04-2006, 08:34 AM   #2 (permalink)
Forum Novice
 
Join Date: Jan 2004
Posts: 138
Send a message via ICQ to robinson
Default

anyone help me?
robinson is offline   Reply With Quote
Old 08-04-2006, 11:23 AM   #3 (permalink)
Forum Expert
 
Join Date: May 2005
Age: 29
Posts: 949
Default

Have a look at the SVN, iirc Nightsight was implemented in Revision 63. IIRC the only change needed, is...

Code:
		public override void ComputeBaseLightLevels( out int global, out int personal )
		{
			global = LightCycle.ComputeLevelFor( this );

			bool racialNightSight = (Core.ML && this.Race == Race.Elf);

			if ( this.LightLevel < 21 && ( AosAttributes.GetValue( this, AosAttribute.NightSight ) > 0 || racialNightSight ))
				personal = 21;
			else
				personal = this.LightLevel;
		}
Change this method in PlayerMobile.cs.
Irian is offline   Reply With Quote
Old 08-04-2006, 06:58 PM   #4 (permalink)
Master of the Internet
 
Anti-Basic's Avatar
 
Join Date: Dec 2005
Age: 20
Posts: 12,927
Default

Quote:
Originally Posted by robinson
I think elves cannot work good in RunUo 2.0 RC1. Because elves have a always night sight option but this is not work in new runuo. I want to do this but i don't know what to do. Anyone help me.
Thanks...
RunUO 2.0 is a work in progress, RC1 is the first packaged release of it, and is incomplete, If you want the latest updates you may prefer to use the SVN repo.
__________________
Quote:
Originally Posted by madmadmax3 View Post
I didn't insult anyone dumpass
Anti-Basic is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5