bronzevirus
Initiate
- ServUO Version
- Publish 57
- Ultima Expansion
- Age Of Shadows
else if (m.Holding != null)
{
m.SendLocalizedMessage(1071955); // You cannot teleport while dragging an object.
}
Thank you so much!Should be able to fix it by commenting out the following in Moongate.cs
There are a few other spots something simular to this can be found such as PublicMoongate.cs in case you wanted to change that as well.C#:else if (m.Holding != null) { m.SendLocalizedMessage(1071955); // You cannot teleport while dragging an object. }
We use essential cookies to make this site work, and optional cookies to enhance your experience.