Go Back   RunUO - Ultima Online Emulation > RunUO > General Discussion

General Discussion General discussion for the RunUO community, all off-topic posts will be deleted. This forum is NOT FOR SUPPORT!

Reply
 
Thread Tools Display Modes
Old 05-17-2008, 10:58 AM   #1 (permalink)
Newbie
 
Join Date: May 2008
Posts: 11
Default Damage display

I started my own server with RunUO 2.0 and disabled all expansions, but now the displayed damage over the heads is also gone. Is there any way to keep the damage numbers over the heads without the expansions enabled.
Dragunov is offline   Reply With Quote
Old 05-17-2008, 12:12 PM   #2 (permalink)
Newbie
 
Join Date: Jun 2006
Location: Finland
Posts: 51
Send a message via MSN to Fr€€man
Thumbs down no

i guess answer is no
Fr€€man is offline   Reply With Quote
Old 05-17-2008, 01:11 PM   #3 (permalink)
Forum Novice
 
Alrick's Avatar
 
Join Date: Oct 2002
Location: Ukraine, Kiev
Age: 22
Posts: 110
Send a message via ICQ to Alrick
Default

In your Scripts\misc\CurrentExpansion.cs look for:
Code:
Mobile.VisibleDamageType = !Enabled ? VisibleDamageType.Related : VisibleDamageType.None;
and change it to
Code:
Mobile.VisibleDamageType = VisibleDamageType.Related;
or you can also change it to
Code:
Mobile.VisibleDamageType = VisibleDamageType.Everyone;
and everyone will see overhead damage of nearby mobiles.
Alrick 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