1. Is there anyway to hook into player interaction with a gameobject such as resource node, item drop, mob, etc?
     
  2. Wulf

    Wulf Community Admin

    Not currently. All of the current hooks are listed on the Oxide for Hurtworld download page.
     
  3. That is what I thought. Can you point me in the right direction in the Oxide code if I wanted to add some hooks myself. I am a professional C# .net developer. I have the oxide solution up and running in VS2015
     
  4. Wulf

    Wulf Community Admin

    Adding hooks doesn't really involve C# directly or Visual Studio, it's just a matter of finding locations to hook, then using the Oxide Patcher add a hook.
     
  5. Ah. Gotcha. Thank you.