Search results

  1. Craftrable Level Items

    Okay I kind of get it. I would write a method of BaseWeapon to determine whether or not to attach the XML. Say if I created the method called MakeLevel, I could implement that into the AddCraft method in DefBlacksmithy? Would I just add the ObectType as typeof(Axe.MakeLevel)? Sorry I am still...
  2. Craftrable Level Items

    What I am trying to do is add the ability for players to craft levelable items, while still being able to craft non- level items as well.
  3. Craftrable Level Items

    Hi, I have been trying to make craftable level items for my shard using the level items feature built into XMLspawner2. I have been able to do it by creating a custom duplicate of each item and then adding those to my crafting gump. For example, this is my LevelAxe.cs. Its the same as the base...
  4. Hi I am New

    Hi guys, I am new to servUO and running a private shard for that matter. I managed to get the servUO code compiled and running on my PC but I have so much more to learn! I am hoping this is a place I can ask questions and learn things.
Back