Recent content by Ashmaedaeva

  1. Dynamic Loot

    Hello, I'm trying to set up this system and I'm getting these errors: No overload for method 'GenerateRandomItem' takes 5 arguments. [5 times, same error] and Cannot implicitly convert type "Server.Items.ItemQuality' to 'Server.Items.InstrumentQuality'. An explicit conversion exists <are you...
  2. Adding attributes to custom resources

    I thought of looking in there, and I searched for SwingSpeed to see how that was referenced, as an example, but I couldn't find anything. Any help?
  3. Adding attributes to custom resources

    Hello! I'm trying to slightly modify the custom resource system that comes with OWLTR 4.0, adding properties to weapons and armor crafted with the added ore\logs\leathers. It's not difficult when using properties already defined in resourceinfo.cs, for example: CraftAttributeInfo blaze = Blaze...
Back