UOGamers Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • To obtain new Razor updates, please reinstall Razor from our new website.

[Complete] Staff Unable to Demolish Houses

Status
Not open for further replies.

LadyCrimson

Wanderer
[COMPLETE] Staff Unable to Demolish Houses

Problem/Bug: Staff unable to use demolish house function
Tested by placing and demolishing a house on staff character.

Further testing: ensure regular players can still demolish houses.

LC

Code:
Index: Gumps/HouseDemolishGump.cs
===================================================================
--- Gumps/HouseDemolishGump.cs (revision 319)
+++ Gumps/HouseDemolishGump.cs (working copy)
@@ -92,7 +92,9 @@
      if ( m_Mobile.AccessLevel >= AccessLevel.GameMaster )
      {
       m_Mobile.SendMessage( "You do not get a refund for your house as you are not a player" );
-     }
+                        m_House.RemoveKeys(m_Mobile);
+                        m_House.Delete();
+                    }
      else
      {
       Item toGive = null;
 

Kiluad

Sorceror
Re: Staff Unable to Demolish Houses

I live in luna at that place with all the tots, and on sunday ima call you a bunch a names.

meet me there. :D
 

LadyCrimson

Wanderer
Re: Staff Unable to Demolish Houses

hehe oh, I can demo a player's house no problem :) its staff owned houses that seem to be a bit of a problem so I just use [area delete.... that a problem? ;)
 

uome

Bug Hunter
Re: Staff Unable to Demolish Houses

Sorry i can't test this one as i am unable to reproduce the bug.

I tried using different sized plots blank and customised. Plots with vendors. Different acces levels admin,gm,seer. Overlapping plots. Plots in different facets and green acres. I also tried connecting using different local addresses not just 127.0.0.1
On all occasions i was able to demolish the house using the house sign>ownership>demolish house. :confused:
 

LadyCrimson

Wanderer
Re: Staff Unable to Demolish Houses

hehe - well, just the other day I go to demo a house using the sign and the plot was still there.... wouldn't go away.... with patch, it went away... so I dunno. On Demise I cannot demo a house using the house sign right now (I can record it to show you :) )
 
Status
Not open for further replies.
Top