Search results

  1. Inezza

    { expected

    Try remove ": AI_WildAnimal". I'm at work so I can test things out. Ehm isnt it that you like to add a new enum value? In that case add it in the list not after the variable.
  2. Inezza

    { expected

    Isnt it supposed to be something like. public enum AI_Type : AI_WildAnimal This is how it works. https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/enum
  3. Inezza

    { expected

    It does write that it expect a "{" in the end of line 30 not ",". I guess you just need to remove the "," and it will work.
  4. Inezza

    Mining Spawns *Fixed*

    This is found in mining.cs under OnHarvestFinished function. In the GargoylesPickaxe Check. So yes. You just need to modify spawn function.
  5. Inezza

    Legality of RunUO

    == TOS == (c) Official Service. Ultima Online has been designed by Origin Systems for play only on the Service. The Software is licensed to you for play on the Service only. Origin does not grant you a license to use the Software for any other purpose. You agree to play Ultima Online only on...
  6. Inezza

    Legality of RunUO

    Hi, We are running our servers in a grey area that is breaking TOS. The only reason we are left alone is that there is no money made on our part. Ultima Online emulators don't really steel players from EA servers. People that play on emulators would not pay for a subscription, at least players...
  7. Inezza

    Question about getting old client versions

    This is from Grimoric's client library. https://mega.nz/folder/zM012KoS#CyQTPeBk-l5EcSdsGO6PfA
  8. Inezza

    Pre ML spawner?

    Now you will kill yourself, have you tried to overwrite the files in Spawns with the "Old" ones? :D
  9. Inezza

    Host?

    What you need is a VPS. That are many you can try for free or really cheap. https://portal.fxvm.net/cart.php?a=confproduct&i=0 (cheap) Free VPS Trial | Get your VPS Free Trial Server | VPSServer (free) Free VPS Trial for 30 Days | IONOS by 1&1 (free) Kamatera Express – Performance Cloud...
  10. Inezza

    Stuck at "Verifying Account" while trying to follow getting started guide

    Client version? Sounds like unsupported protocol.
  11. Inezza

    When a friend asks if you have any freeshard files...

    If I exclude most of Grim's files. "Site Data" are scraped forums on sites like runuo.com and uosecondage.com [Suggestions & Era Accuracy].
  12. Inezza

    UO Demo/UO:98

    Here are the files unpacked: https://github.com/Grimoric/UODEMO Here are the scripts cross-linked. It need alot of cleaning I guess. http://wiki.uot2a.com/index.php?title=Special:AllPages&from=Script%3A+7181 Here are UODemo Installer unpacked files. It require T2A installation CD sins it uses...
  13. Inezza

    Restoring the old Gargoyle City in Ilshenar

    Here is an example of "old haven" on a "newer" client, might be able to convert it to a UOP file? I could not find heaven in the map file on the old clients?!? But there is a modified client with it that is still possible to download...
  14. Inezza

    Ultima Online - Various editions

    Here are some other previous downloadable clients that I found. If it helps? https://mega.nz/folder/255yySab#fsrIKqAHwWSZXIN-VBEg_w/folder/ahhzyBxD
  15. Inezza

    RUNUO.COM

    Yea, I did notice that now. It will be hard to carry on without the main coders. I had big hope sins I'm stuck on an old RunUO.
  16. Inezza

    RUNUO.COM

    Good News! Mark "Ryan" is back and is going to pick up the work on RunUO again. You might want to check this out if you like other expansions than the last one. http://www.runuo.com/community/threads/an-corp-the-community.537191/
  17. Inezza

    Is it possible to create mobile with magic weapon or armor?

    AddItem(new Katana { Hue = 0x120, Quality = WeaponQuality.Exceptional });
  18. Inezza

    AoS Ruleset

    It is the architect that is selling them. You find NPCs in 'Scripts\Mobiles\NPCs' and their inventories in 'Scripts\VendorInfo'. You will notice that a lot of the files have been move around to new locations in ServUO but have the same names as in RunUO. Scripts\Mobiles\NPCs\Architect.cs...
Back