Go Back   RunUO - Ultima Online Emulation > RunUO > Custom Script Release Archive

Custom Script Release Archive This is a pre-script database archive of what our users had released.

 
 
Thread Tools Display Modes
Old 06-23-2006, 04:35 AM   #1 (permalink)
Forum Expert
 
otimpyre's Avatar
 
Join Date: Apr 2003
Location: Georgia
Age: 31
Posts: 392
Post [2.0] [find house [find boat

Updated to run on 2.0.All credit goes to original creator Haazen & edits by Slayer1ss -> Fındhouse Sys

Gives a gump showing all owners of houses and boats along with locations and allows staff to teleport there

Commands are
[findhouse
[findboat


Edited code

Code:
    //
 //  Written by Haazen June 2005
//   Edited by Busty in October 2005 to find houses
//This script does NOT include the findboat command!!!
using System;
using System.Collections;
using Server;
using Server.Items;
using Server.Network;
using Server.Prompts;
using Server.Multis;
using Server.Targeting;
using Server.Accounting;
using Server.Commands;

namespace Server.Gumps
{
	public class FindHouseGump : Gump
	{

		public static void Initialize()
		{
			CommandSystem.Register( "FindHouse", AccessLevel.Counselor, new CommandEventHandler( FindHouse_OnCommand ) );
Attached Files
File Type: zip Find house or boat.zip (3.1 KB, 229 views)
otimpyre is offline  
Old 06-25-2006, 08:44 AM   #2 (permalink)
 
Join Date: Mar 2003
Posts: 105
Send a message via ICQ to camberman2003 Send a message via AIM to camberman2003
Default

Very cool! Thank you for updating this. It was on my list



Busty
camberman2003 is offline  
Old 06-25-2006, 09:06 AM   #3 (permalink)
Forum Expert
 
otimpyre's Avatar
 
Join Date: Apr 2003
Location: Georgia
Age: 31
Posts: 392
Default Yw

My pleasure.
otimpyre is offline  
 

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