1. I'm trying to update the plugin in the raid zone for itemv2. but I'm having problems. I had never experienced this before. Can someone help me? upload_2018-8-8_1-18-25.png


    I'm using

    Code:
    using System.Collections.Generic;
    using System;
    using Newtonsoft.Json;
    using Oxide.Core.Configuration;
    using System.Linq;
    using Oxide.Core.Plugins;
    using UnityEngine;
    using Steamworks;
    using System.Text;
    using InCore.Helper.Serialization;
    using System.IO;
    using System.Runtime.InteropServices;
    using System.Collections;
    using System.Reflection;
    using Oxide.Core;
    using EasyAntiCheat.Server;
    using EasyAntiCheat.Server.Hydra;
    using System.Text.RegularExpressions;
    using Assets.Scripts.Core;
    using Oxide.Core.Libraries;
     

    Attached Files:

  2. Wulf

    Wulf Community Admin

    There is nothing in Hurtworld called "InCore". Is that the original plugin? If you'd like the plugin for itemv2, I'd suggest asking in the plugin's support thread.

    If you are trying to update the plugin yourself, I'd suggest setting up a proper project in an IDE with the references to all of the game's DLL files.

    After that, you should be able to see what is erroring and then you'll be able to see what needs to updated. For whatever is erroring, you'd then have to look in the game's DLLS via a decompiler such as JustDecompile to find a replacement for what was changed or removed.