1. Hey everybody, as you may know the RUST update came out today, now I have gone through updating the plugins that were updates via OXIDE and when I go onto the server, it only shows some plugins working etc. Some that are down are NTeleportation, Quests, Shop and Home. When I reload a plugin it gives me something on these lines.

    "(12:37:25) | [Oxide] 12:35 [Error] NTeleportation.cs(2240,29): error CS1061: Type `BuildingBlock' does not contain a definition for `LookupPrefabName' and no extension method `LookupPrefabName' of type `BuildingBlock' could be found. Are you missing an assembly reference?"

    "(12:39:33) | [Oxide] 12:37 [Error] Quests.cs(310,77): error CS1061: Type `BaseCombatEntity' does not contain a definition for `LookupShortPrefabName' and no extension method `LookupShortPrefabName' of type `BaseCombatEntity' could be found. Are you missing an assembly reference?"

    If you're able to respond with some assistance that'd be excellent. Thanks!
     
  2. i can't get any plugin to work not even rust IO and they just updated wtf is going on my whole server is on shutdown because of this crap
     
  3. Screenshot Images as well
    [DOUBLEPOST=1468550666][/DOUBLEPOST]
    Same with me man
     
  4. Change LookupShortPrefabName() for LookupPrefab()
     
  5. Wulf

    Wulf Community Admin

    The changes were all from Rust mainly, Oxide itself had very little that changed. all of the LookupPrefabName(), ConsoleSystem.Broadcast, and byte[] errors are not things Oxide controls, but some of those plugins should be using Oxide's API for the Broadcast one at least.

    Please report plugin errors in each plugin's support thread. Most plugins already have updated versions, either official or community contributed as well.