Search results

  1. Is the Ultima Odyssey thread no more?

    https://discord.gg/wmNgX7hh
  2. public override void OnEnter( Mobile m ) { base.OnEnter( m ); if ( m is PlayerMobile )...

    public override void OnEnter( Mobile m ) { base.OnEnter( m ); if ( m is PlayerMobile ) { m.Send( Network.PlayMusic.GetInstance( MusicName.Yelo__OhYeah ) ); } } public override void OnExit( Mobile m ) { base.OnExit( m ); if ( m is PlayerMobile ) {...
  3. hahahah baywatch = true;

    hahahah baywatch = true;
  4. MrRiots - Season of the Witch package

    Wow!~
  5. Blocked areas etc.

    Server ServerFiles = DataPath DataPath = A copy of your uo If your server is on your desktop now, then you need to make another copy of your UO game files and make sure the DataPath= is reading to the copy of the files.
  6. Blocked areas etc.

    Glad it did and you're welcome sir.
  7. Blocked areas etc.

    Make a copy your entire UO Client folder somewhere. Go to your pub58 files->Config->Server.cfg. At the bottom of this config file, please find this and place the directory address of your copied uo client folder: DataPath= The copied files will be read by the server and no other application...
  8. Oh, Hi!

    Scripts/Misc/MapDefinitions.cs Can disable the map there. Scripts/Items/Functional/PublicMoongate.cs Can comment out trammel lines to not display it in the moongate gump. So that players cannot access it.
  9. Newb to ServUO. Use to host a RunUO server. So much has changed.

    Hahaha that's okay~ I, too grew up playing T2A and Ren era. Check out BaseCreature.cs and look into TribeType. Perhaps add Militias as a new type and have them and orcs oppose each other hahahah. E.g. Savages vs. Orcs Terathan vs. Ophidians
  10. Newb to ServUO. Use to host a RunUO server. So much has changed.

    Hello thisguy, 2006 -> 2022. Too many core changes. If you are looking to host Pre-AoS era then I think a lot of people will recommend you to stick to the latest RunUO as there are too many changes to mechanics. ServUO updates mainly tries to follow current retail UO~ Militiafighter was in...
  11. Datapath.cs

    Easy way: make a copy of your entire UO game folder to a directory. e.g. -Copy EA/UltimaOnlineClientFolder -Rename it to something simple(in this example, let's use uodata as a folder name. -move it to a new directory. C:\uodata Then just copy the location of your copied uofolder, in this case...
  12. Is the Cloak of the Virtuous acquirable

    UO Fiddler - Classic Client version 7.0.86.2 ServUO SVN - Scripts\Services\Seasonal Events\JollyRoger\Region.cs Lines 76 -> 113 Upon entering Ilshenar's Well of Souls Virtues, need to meet this condition to get the cloak: !list.Cloak && list.Shrine.Count == 8 && !list.Shrine.Any(x =>...
  13. Ticket Teleporters

    Thank you. I am glad you found this useful. I used it in one of our harvest event to be able to mine exclusive wood and ore(using specific item id). The tickets were mainly a gold sink. Ah yes, timer is a good one for special mobs or quest.
  14. USA Flag

    Voxpire, the coding of the gump.... you are a wizard sir.
  15. Crash - Treasuremap? BountyQuestSpawner?

    Dear ServUO community, Good morning/afternoon/evening! I would like to seek support on where to look to fix the crash. I am getting a crash everyday with the exact same log. However, I am not sure what is the issue. From the server files, I am using SVN. Regarding the bountyquest spawner, I am...
  16. Happy Birthday argalep!

    Happy Birthday argalep!
  17. VitaNexCore - Walk(me)through

    Hi Voxpire, I hope you are well. Thank you very much for taking the time to read and respond to my query. -Understood about the buffering output. I was just concerned if this would cause crashes. About websockets. I saw the webclient in development about under a year ago. It probably has...
  18. VitaNexCore - Walk(me)through

    Hello! Hope everyone is doing well. Firstly, thank you Voxpire for building this core system and for sharing it with the community. I would like to inquire some information from users of VitaNexCore. Byte Buffer, Compression buffer overflowed on Packet 0xDD When I was browsing the [vnc menus...
  19. ServUO Item teleporters

    Ahh genius! I didn't think about checking RunUO emulator. I'm glad things are great for you. Have a good one! All the best~
  20. Paragon Deed w/ Command

    jingz2k2 submitted a new resource: Paragon Deed w/ Command - #IsParagon - Itsmorphintime or Deed Read more about this resource...
Back