Search results

  1. Argalep

    Greater Dragons

    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
  2. Argalep

    EngravingTool Problem

    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...
  3. Argalep

    ServUO and Enhanced Client support (Publish 54)

    Gump add AddAlphaRegion transparency problem; AddBackground( 0, 0, 380, 280, 5054 ); AddImageTiled( 10, 10, 360, 260, 2624 ); AddAlphaRegion( 10, 10, 360, 260 ); How do I resolve?
  4. Argalep

    Toolbar Gump Crash

    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...
  5. Argalep

    Map.cs Crash

    if (m != null && !m.Deleted && m_Bounds.Contains(m.Location)) fixed
  6. Argalep

    ServUO and Enhanced Client support (Publish 54)

    fix : EventSink.cs Change to public class CharacterCreatedEventArgs : EventArgs { private readonly NetState m_State; private readonly IAccount m_Account; private readonly CityInfo m_City; private readonly SkillNameValue[] m_Skills; private readonly int m_ShirtHue; private...
  7. Argalep

    ServUO and Enhanced Client support (Publish 54)

    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 ...
  8. Argalep

    Map.cs Crash

    very clever solution. But if I find that which stems from the creature, I'm very relaxed. Thanks you..
  9. Argalep

    Map.cs Crash

    Servuo Publish version 54.59 I do not know how the crash happened. Core script no change.
  10. Argalep

    Map.cs Crash

    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...
  11. Argalep

    Map.cs Crash

    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...
  12. Argalep

    Peacemaking OnTarget Crash

    base servuo peacemaking.cs QuestHelper.CheckCalm((PlayerMobile)from, (BaseCreature)targ); I think the problem is that
  13. Argalep

    Peacemaking OnTarget Crash

    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...
  14. Argalep

    Datetime.UTC problem

    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
  15. Argalep

    Datetime.UTC problem

    Hi, server and the game clock showing different. Why?
  16. Argalep

    ServUO and Enhanced Client support (Publish 54)

    There is a problem in bandage self actions. Selecting target must be.. How can I fix it.
  17. Argalep

    ServUO and Enhanced Client support (Publish 54)

    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...
  18. Argalep

    Enhanced Client Text Problem

    Hi, Enhanced Client, say command character problem 'ş', 'ğ' vs. problem.
  19. Argalep

    Working on a Shard.

    Working on a Shard.

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back