Stats of the Greater Dragon decreased once it's tamed.However Stam value doesn't increase altough Dex increasing. How Can I solve this problem??
Greater Dragon Stat Sample :
Taming:
Dex 70
Stam 70
Stat Up
Dex 100
Stam 70
namespace Server.Items
{
public abstract class Food : Item, IEngravable
{
namespace Server.Items
{
public abstract class BaseContainer : Container, IEngravable
{
Error:
+ Items/Containers/Container.cs:
CS0535: Line 10: 'Server.Items.BaseContainer' does not implement...
if (_Info.Entries[info.ButtonID - 10].StartsWith(CommandSystem.Prefix)) //138
Exception:
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.Collections.Generic.List`1.get_Item(Int32...
When i use this script and create a mage character from client.exe related characters items are not dropped.
Mage Character Create
private static void EventSink_CharacterCreated(CharacterCreatedEventArgs args)
{
Console.WriteLine("Test: {0}", args.Profession);
Console output ...
I'm sorry milva,
Omni crash line is 1399
public bool MoveNext()
{
while (true)
{
++m_CurrentIndex;
if (m_CurrentIndex == m_CurrentList.Count)
{
++m_ySector;
if (m_ySector > m_ySectorEnd)
{
m_ySector = m_ySectorStart;
++m_xSector...
Exception:
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at Server.Map.ClientEnumerator.MoveNext() in ..\Server\Map.cs:line 1399
at Server.Mobile.SetLocation(Point3D newLocation, Boolean...
Dragon Peacemaking Server Crash ..
Exception:
System.InvalidCastException: Unable to cast object of type 'Server.Mobiles.PlayerMobile' to type 'Server.Mobiles.BaseCreature'.
at Server.SkillHandlers.Peacemaking.InternalTarget.OnTarget(Mobile from, Object targeted)
at...
Servuo UTC code settings (Windows UTC Dublin, Edinburg, Lisbon, London) true, I'm setting time zone UTC +2 but in game time showing UTC (Dublin, Edinburg, Lisbon, London)
Windows Server 2008 R2 support UTC Time Zone not GMT
Exception:
System.NullReferenceException: Object reference not set to an instance of an object.
at Server.Network.PacketHandlers.DropReq6017(NetState state, PacketReader pvSrc) in d:\...\Server\Network\PacketHandlers.cs:line 1199
at Server.Network.MessagePump.HandleReceive(NetState ns) in...