I'm adding OWLTR 4.0 to my shard but i get this error and i can't solve it.
public void EndCombine(Mobile from, object o)
{
if (o is Item && ((Item)o).IsChildOf(from.Backpack))
{
if (o is SmallBOD)
{...
Ok. My books are still falling through the floor. I set the spawnrange to 0, I set the corordinates for the spawner, and I set the movabe false. I don't get it.
How do I make it so, for training purposes, I have a xmlspawner with a sword attached to it. How do I make that auto-replenish, so multiple people can get the sword and it respawns?
Quasar: That doesn't really help with the whole TownCrier thing but that [xmledit thing is awesome. Thanks for the post.
Hey Neshoba,
What do the parameters for TimeSpan mean?
Hi,
For some reason all my towns in the runebook for Trammel are set to Illshenar. I went into the xml and changed the Illshenar to Trammel, and rebooted ServUO and it still is the same
Hi
I'm trying to create a moongate library. I don't want the runebooks to decay or vanish.Is there a way that I can somehow attach the filled runebooks to an xmlspawner?
I'm trying to add a new hide. But in base armor
public override void AddNameProperty(ObjectPropertyList list)
{
int oreType;
switch ( m_Resource )
{
case CraftResource.DullCopper:
oreType = 1053108...