|
||
|
|||||||
| General Discussion General discussion for the RunUO community, all off-topic posts will be deleted. This forum is NOT FOR SUPPORT! |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Newbie
Join Date: May 2008
Posts: 11
|
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.
|
|
|
|
|
|
#3 (permalink) |
|
Forum Novice
|
In your Scripts\misc\CurrentExpansion.cs look for:
Code:
Mobile.VisibleDamageType = !Enabled ? VisibleDamageType.Related : VisibleDamageType.None; Code:
Mobile.VisibleDamageType = VisibleDamageType.Related; Code:
Mobile.VisibleDamageType = VisibleDamageType.Everyone; |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|