Search results

  1. Dorth

    Looking for a workaround to dupe non 0 parameter items

    If you want to play with a bit of dark magic... var ctors = typeof(__Class__To__Instantiate__).GetConstructors(); iterate through var ctor = ctors[ *iteration* ]; iterate through params: var param in ctor.GetParameters() Gives you param.Position {0,1,2... you already know that through...
  2. Dorth

    ServUO needs Refactoring and categorizing

    As someone who recently switched from RunUO to ServUO, the changes were heavy to learn and I sometimes ask myself why some things are the way they are in ServUO. However, RunUO had a lot of weird partitioning as well. And the idea of merging my changes on my current shard (half of the ones I had...
  3. Dorth

    Carpentry and Fletchery wood skill requirement

    My apologies if I'm wrong, but it seems like the levels used for those resources are 0/65/80/95/100/100/100 (lumberjack) and not 0/65/75/85/95/95/95(carpentry/fletching) like the skills require.
Back