Search results

  1. [SOLVED] Can't compile on Debian/Linux

    I give up. I updated ServUO lately and now can't compile on my linux server. There are no problems with compiling using Visual Studio and running on Windows, but if I copy the same files to a Debian host and 'make' I first get this error:/servuo/server/ServUO.sh: 2: /servuo/server/ServUO.sh...
  2. Keeping a side-project servuo up to date with master?

    I would really appreciate a brain storm on this one. My shard is a modified master branch of servuo and I'm looking for an easier way to keep it up to date with master. I have a repo for my server files (updates and commits to the remote server) and a separate repo for master servuo branch. I...
  3. Modifying original house system to work as rental

    Hi everyone, I've been trying to go through the code of creating a custom house and understand how it works. I though if I can create a house without creating the foundations, but keep all functions from the original house system it would make a great base for a rental system with players being...
  4. Modified TileData.cs to extract AnimID/GumpID from ItemID

    timginter submitted a new resource: Modified TileData.cs to extract AnimID/GumpID from ItemID - A modified TileData.cs enabling lookup of AnimID and GumpID for items providing just the item's ItemID Read more about this resource...
  5. Gaining Poisoning when using Infectious Strike/Serpent Arrow?

    There's information on http://www.uoguide.com/Poisoning and http://uo2.stratics.com/skill-guides/skills-and-professions/ninjitsu/the-assassin/poisoning/ about gaining Poisoning while using Infectious Strike or Serpent Arrow weapon abilities. Does anyone know if this is currently accurate with...
  6. BulletinBoard and PlayerProfile text hues on dark

    I was wondering if anyone knows how to change the hue of text on Bulletin Boards and in Player Profile. Darker themes are great for reading the journal, but the side effect is that you can't see the black text in Player's Profile and hardly see the dark hue of Bulletin Boards' text.
  7. Best way to use Version Control with a UO Shard?

    I think I'm being a bit daft here. Can anyone point to a Version Control System that works best with an UO Shard? I'm basically trying to keep track of changes that multiple people make, but I also want to be able to run the shard from newly commited files. I set up an SVN repo, but with the...
  8. How to disable seasons effects (e.g. shiny flowers, mushrooms)?

    Hi everyone, Is there a way to disable season effects which appear on the map? I mean the sparkly violet and yellow flowers during 'summer', or the mushrooms during fall? I checked the season packet, but it has only an integer. Is adding those extra things done by the client (I'm running...
  9. m_Mobile.Controlled check in CombatTimer in Mobile.cs - child properties in parent class?

    Hi everyone. I'm trying to check in CombatTimer in Mobile.cs if a mobile is .Controlled or .Summoned and I'm wondering what's the "best" way to do it. From what I found I can create abstract "Controlled" and "Summoned" properties and override them in BaseCreature (and anywhere else...) or make...
  10. Disable particular AOS weapons/armour attributes?

    Does anyone know of an easy method to disable a particular AOS attributes? I mean, from spawning, imbuing, runic reforging or any other method an AOS property can be added to an item by/for a Player. I'm using XMLSpawner2 so I assume spawning is somewhere there, but will I also have to remove...
Back