Search results

  1. TAChuck

    Pitch Dark Lightlevel

    Hello guys! My goal is simple, but I feel it's not so easy to do: I want nights to be pitch dark.... like really really dark. I thought it was enough for me to modify "public const int NightLevel = 12;" in LightCycle.cs, but the value of darkness does not seem to exceed 30, which is not enough...
  2. TAChuck

    Failed Backup because of an Access denied

    Hello there! When I save my world, I know get this error on my console : save 15:36:42 WARNING: Automatic backup FAILED: System.IO.IOException: L'acc?s au che min d'acc?s 'C:\Projets\vieuxmonde\Saves' est refus?. ? System.IO.Directory.InternalMove(String sourceDirName, String destDirName...
  3. TAChuck

    Generate a gump from a List<T>

    Hello guys! I think I might need your advice. I have a list of string attached to a player that I use for a custom titles system : Now, I'm trying to make a menu where the player can choose which Title he wants to show on his paperdoll. I know from the WhoGump that something like this is...
  4. TAChuck

    Reapetable Timer

    Hello guys! So, I have this Xml Attachment that I'm using for a leveling system "a la" RPG, with levels and xp, attach to every player. I want this Attachment to have a Timer that give a amount of xp every x minutes. But I'm not quite sure how to do this, since I'm fairly new to coding. I...
  5. TAChuck

    AoSAttributes on the player

    Hello! I am planning on creating a couple of custom races with some simples bonus, like +5 in luck or + 10% in weapon damage, etc., that would be attach to a player. Before diving into this, I want to know what's the best way to do this, since I'm new to ServUO (and in coding in general). I...
  6. TAChuck

    XmlTitle

    Hello there! I've been messing around with the attachments, since it seems like a great way to put some modification without touching the playermobile.cs . I tried XmlHue, XmlAddFame, etc. and all of those works. But XmlTitle don't really work. I attached the XmlTitle to a player and the...
  7. TAChuck

    Bonjour people!

    I've been around, looking into the forum for quite some times. But now, I think it's time for me to be a part of this community, so, here I am! I come from the RP side of UO, role-playing for a decade now since no MMORPG managed to support the "RPG" side of gameplay like Ultima Online. Now I...
  8. TAChuck

    Can't load World, config error?

    Hey there! I've been trying to run a brand new Servuo's server from cratch for a couple of hours and I can't get it to run. Is there a new way to handle the Datapath if you have a custom folder? I've changed the line 17 to : private static string CustomPath = @"C:\Ultima Online\Ultima Online...
Back