Recent content by yayafan

  1. Help for Adventure's mysterious corpse lag (runuo)

    Hello, Is there any progress on this topic?
  2. latest client encryption LoginKey

    Because I use some old scripts. The CalculateLoginKeys function looks very useful! How to use this CalculateLoginKeys function ? It's powerful, but I don't know how to integrate it into my script, I guess I also need modify some other scripts?
  3. latest client encryption LoginKey

    Thanks!!!
  4. latest client encryption LoginKey

    Hello, I updated my client to latest version , it's 7.0.91.15 now My server need encrypted client to login in, but now the problem comes, I don't know the latest login key for this 7.0.91.15, does anyone know which login key I need use? Or is there a tool to calculate any version of client for...
  5. Odyssey: Server stuck issue

    I'm running with the latest Odyssey server, there is a problem confused me for many days: The server will stuck some time, the CPU keeps at a high level, player can't move in the game, the server will not restart automaticly ( but I can restart server in console ). It looks like some script runs...
  6. Multiple shards on one server?

    it works with old client(6.0), but with latest client, it doesn’t work.
  7. Multiple shards on one server?

    Did any one try this multiple server with latest ServUO and client ? I did exactly same modification as above , I can see the second server when I login, but after I choose the second server in server list, then my client stuck before show character list.
  8. How to add random Craft Skills to BaseJewel in creature loot

    Only in latest ServUO version you have this file
  9. How to add random Craft Skills to BaseJewel in creature loot

    Solved. Extra steps: 1,in itempropertyinfo.cs you need add ID for these skills 2, in Imbuing.cs you need modify ID range for these new ID
  10. CustomizableVendor StoneRewardVendor doen't work with latest Servuo

    I think I solved the problem: There are two CustomizableVendor script in the server, after I deleted one, then It's OK, no crash happened again.
  11. How to add random Craft Skills to BaseJewel in creature loot

    Hello, I tried to add Craft Skills to BaseJewel in creature loot, but I nerve made success. Below is my failed approach: 1. In BaseRunicTool , I defined another " private static readonly SkillName[] m_PossibleJewelSkills = new SkillName[]" with all craft skills inside, and in...
  12. CustomizableVendor StoneRewardVendor doen't work with latest Servuo

    Hello, On my server I used CustomizableVendor to sell something inside game with StoneRewardVendor, it worked for long time. But after I upgrade to latest servuo, this CustomizableVendor script doesn't work anymore. The server crash with below error: Time: 2019/6/17 1:52:48 Mobiles: 44423...
  13. Server Crash Report

    I got it, thanks!
  14. Server Crash Report

    Yes, it's a custom code. but the BaseHouse.CheckAccessible is not custom code, I mean maybe there can be some "!= null" check to avoid crash.
  15. Server Crash Report

    hello, I think it's came from the Corpse.cs, because I added some function, as below sentense: " if (!item.IsAccessibleTo(c.m_Killer)) { item.MoveToWorld(c.Location,map); } " When boat decayed, crew on boat will be killed by script, and c.m_Killer is null...
Back