|
||
|
|||||||
| New Join Forum So your new to RunUO and looking to work with people that are new, this is the place. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Newbie
Join Date: Feb 2004
Posts: 21
|
Hi
Im sorry if this question is already answered somehwere, but for me the search didn't give out something usefull. Maybee i had the Wrong keywords.. ![]() Is there a way to set a door or a teleporter ( for me it doesn't matter wich of those two ) so only a Counslor, Game Master, Seer or Admin can use them ? I wanna create a Staff only Build in Britain, so the Staff don't got to "teleport" somwhere and can just walk in ![]() Greetinx Andy |
|
|
|
|
|
#3 (permalink) |
|
Code:
public override bool OnMoveOver( Mobile m )
{
if ( m.AccessLevel != AccessLevel.Player )
{
m.Location = new Point3D( 5879,2443, -5 ); //this must be set to the loc
}
else
{
m.SendMessage( "You are not staff." );
}
return false;
}
________________________ Noster Universitas(NUO) - custom Guild Warfare, Territorial/Political, and Economic systems! |
|
|
|
|
|
|
#6 (permalink) | |
|
Quote:
________________________ Noster Universitas(NUO) - custom Guild Warfare, Territorial/Political, and Economic systems! |
||
|
|
|
|
|
#7 (permalink) | |
|
Newbie
Join Date: Feb 2004
Posts: 21
|
Quote:
) and then i replaced the doors with walls.Ok usualy real ghosts can walk through walls, but not in UO But to be honest, i didn't know that i can lock every door over the settins with [props ![]() |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|