|
||
|
|||||||
| Custom Script Release Archive This is a pre-script database archive of what our users had released. |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Forum Expert
Join Date: Apr 2003
Location: Georgia
Age: 31
Posts: 392
|
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 ) );
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|