Search results

  1. Tempus

    Allnames for a container

    I have a container that I'd like to have its name displayed in allnames. Is that possible?
  2. Tempus

    Trying to better understand how certain items are created

    If I add a Bow (or any weapon or armor) using [add Bow, its a regular bow (or whatever I added). Looking in TreasureChestMod.cs, I see the filling of the chest using the Loot.RandomArmorOrShieldOrWeapon() method. If however I create a class and in that class create an item as shown here Item...
  3. Tempus

    Play sound when NPC spawns

    Title says it all. I'd like to play the recall sound when an evil NPC spawns. Tried dropping the line this.PlaySound(0x1FC); at the end of the constructor. Script compiles but no sound.
  4. Tempus

    Looking for a Tiling script/command that doesn't fill

    Before I write up a command to do this I figured I'd ask if anyone has seen anything like it. I'm looking for something like the TileZ command that doesn't just fill the bounding box with the item. I'm looking for something that takes the 'normal' parameters (item, props etc) plus a new...
  5. Tempus

    Best way to delete a player house

    Houses on my shard do not decay by design. That said, I have an account that is dormant and has a house. I'd like to demolish the house but that option isn't available on the house sign. What then is the best way to demolish it? I'm assuming if I delete the sign, the house will go poof.
  6. Tempus

    How to delete all of a single item in a backpack

    I just did a really foolish thing... I added 2500 ash to my backpack and its not stacked. I do not want to stack them one at a time. Is there a command to delete all of a single item from a backpack? UPDATE: I landed up going to an unspawned facet and deleted ALL the ash... That did the trick!
  7. Tempus

    NPC 'decay'

    Is there a setting to have an NPC disappear after say 10 minutes - like a decay timer? Update: I resolved this with the duration setting on the spawner. If there is another way, let me know.
  8. Tempus

    Spawning a random weapon

    I'd like to get an xmlspawner to spawn a random piece of armor. Lets keep it simple and say something from Loot.RandomWeapon. Dont want a container, just a random item. Is this possible? If there is a thread discussing this, my google-fu must be weak today...
  9. Tempus

    Easiest way to find spawners

    I'm just starting to work on a personal shard and would like to edit a few of the outdoor spawners. Is there an easy way to find them? Better yet, is there a spawn maintenance tool?
Back