|
||
|
|||||||
| Server Support on Windows Get (and give) support on general questions related to the RunUO server itself. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Slacker
|
bean56 helped me to overcome this by changing:
\Scripts\Items\Addons\baseaddon.cs: Code:
if (house != null && house.IsOwner( from ) && house.Addons.Contains( this ) ) Code:
if ( from.AccessLevel > AccessLevel.Player || (house != null && house.IsOwner( from ) && house.Addons.Contains( this ) )) |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|