Recent content by Lucian

  1. [RUNUO] How to setup visual studio solution for 2.1?

    Hello Runuo 2.1 does not have .sln file or any visual studio solution default. How can i setup it? Is it possible? Default runuo 2.1 files are:
  2. How can i edit custom buildings?

    For example I want to change Britain Bank's custom design manually? How can i do that?
  3. ServUO Crashes When Expansion is AOS

    Yeyy I can place a house now! Thanks but still got this warning says "Warning: Multi data files not found!" I think last build of ServUO has so many bugs with older expansions. For example when i click on Champions on [add gump it crashes again. Server Crash Report =================== ServUO...
  4. ServUO Crashes When Expansion is AOS

    Same bro, It still says "Warning: Multi data files not found!" And crashes when i place house
  5. ServUO Crashes When Expansion is AOS

    I set my DataPath correct in my Config files, what should i do next to give ServUO access to client files?
  6. ServUO Crashes When Expansion is AOS

    Yes I Updated my answer I fixed that but i cant place any house right now because of this crash:
  7. ServUO Crashes When Expansion is AOS

    I did and get a new crash :D Server Crash Report =================== ServUO Version 0.5, Build 7286.4231 Operating System: Microsoft Windows NT 6.2.9200.0 .NET Framework: 4.0.30319.42000 Time: 12/13/2019 6:02:49 PM Mobiles: 8 Items: 1105 Exception: System.Reflection.TargetInvocationException...
  8. ServUO Crashes When Expansion is AOS

    I set CurrentExpansion to AOS in CurrentExpansion.cs than recompiled my servUO, I set my DataPath to my Ultima Online 2D Client (6.0.1.10 Patch) and run ServUO.exe But got a crash while creating a owner account. Crash: Server Crash Report =================== ServUO Version 0.5, Build 7286.2079...
  9. Lootpack Questions

    In lootpack.cs I could not understand these two things : What is this "5d100+500" returns and how it calculating? I know it's called Dice but I dont know how. new LootPackEntry( true, Gold, 100.00, "5d100+500" ), And Why is this chances are more than 1...
  10. Deleting items at a wanted time || ServUO

    I wanna do it from scripts like a timer when it's 00:00 will be delete every kudos from server.
  11. Deleting items at a wanted time || ServUO

    I want to delete all of the kudos items from every player's bank or backpack at the end of the day ( 00 :00 ) where should i execute this script?
  12. [ServUO] BaseCreature Virtual Damage Method

    In Runuo there was a method (which Xanthos Evo System used) called Damage(int amonut , mobile defender) like that: public virtual void Damage( int amount, Mobile defender ) { content } But I couldn't find it in ServUO there is only 4 damage functions which is...
  13. Serializing a list[]

    Thanks for your help , will try. Still having problems while saving.. Don't know what is the problem but thank you for your help.
  14. Serializing a list[]

    I'm working on BaseCreature.cs it doesn't have Switch-Case in the deserialize method , I increase version. +1 in serialize method but didn't do anything in deserialize just writing it under the version reader. What should I Do ? Thanks for your help.
Back