Recent content by Lzryde.old

  1. OWLTR 4.0

    The 32 bit version of Visual Studio? You can try the 2012 version https://www.microsoft.com/en-ca/download/details.aspx?id=34673
  2. OWLTR 4.0

    Make sure the scripts you merged with have all the proper references i.e. using daat99; If you use Visual Studio 2015 (its free,) you will be able to actually see all of the errors in real time and find what "using xxx;" you need to add to the top of the script to kill the errors.
  3. Spawning Specific Facets or Regions

    You could just spawn the whole world and then delete all statics and npc's that are outside of your region/facet using command modifiers. This is probably not ideal, but if you are just starting a server and don't have to worry about accidentally deleting something important it should be all you...
  4. skills not going above 15

    Check skill cap as Ravenwolfe said. # Sets the default individual skill cap. Since skills have a decimal value # they also need to have a decimal value added to their skillcap SkillCap=1000 Since skills have a decimal value they also need to have a decimal value added to their skillcap So...
  5. OWLTR 4.0 for ServUO Pub 54

    Anyone else having similar problems? It seems boards don't count as a resource, but logs do. Figured it out... In Resource Helper.cs: public static void AddWoodResources(CraftSystem system) { bool first = true; foreach ( ResourceData data in Resources ) {...
  6. ServUO and Enhanced Client support (Publish 54)

    Here's the enhanced client edits merged with latest repo files. Everything seems to work ok. A couple bugs I've found: Joeku's Command Toolbar - cannot see the actual text of commands, just appears as blank buttons (that work) Healthbars work properly, but health percentage on dead...
Back