Item Skin Randomizer

Randomizes item skins on item creation

Total Downloads: 18,547 - First Release: Sep 2, 2015 - Last Update: Apr 6, 2018

5/5, 64 likes
  1. Code:
    [Oxide] 04:57 [Error] Web request callback raised an exception (NullReferenceException: Object reference not set to an instance of an object)
     
  2. Wulf

    Wulf Community Admin

    That isn't the full error; the actual first line of the error is shown before that.
     
  3. sorry. add
    [Oxide] 04:57 [Error] Web request callback raised an exception (NullReferenceException: Object reference not set to an instance of an object)
     
  4. (23:29:01) | [Oxide] 23:28 [Info] Loaded plugin Item Skin Randomizer v1.2.1 by Mughisi
    (23:29:02) | [Oxide] 23:28 [Error] Web request callback raised an exception (NullReferenceException: Object reference not set to an instance of an object)
    (23:29:03) | [Oxide] 23:28 [Debug] at Oxide.Plugins.ItemSkinRandomizer.<OnServerInitialized>m__0 (Int32 code, System.String response) [0x00000] in <filename unknown>:0
    at Oxide.Core.Libraries.WebRequests+WebRequest.<OnComplete>m__1 () [0x00000] in <filename unknown>:0
     
  5. [Oxide] 02:32 [Info] Unloaded plugin Item Skin Randomizer v1.2.1 by Mughisi
    [Oxide] 02:32 [Info] Loaded plugin Item Skin Randomizer v1.2.1 by Mughisi
    [Oxide] 02:32 [Error] Web request callback raised an exception (NullReferenceException: Object reference not set to an instance of an object)
    [Oxide] 02:32 [Debug] at Oxide.Plugins.ItemSkinRandomizer.<OnServerInitialized>m__0 (Int32 code, System.String response) [0x00000] in <filename unknown>:0
    at Oxide.Core.Libraries.WebRequests+WebRequest.<OnComplete>m__1 () [0x00000] in <filename unknown>:0
     
  6. [Oxide] 14:10 [Error] Web request callback raised an exception (NullReferenceException: Object reference not set to an instance of an object)
    [Oxide] 14:10 [Debug] at Oxide.Plugins.ItemSkinRandomizer.<OnServerInitialized>m__0 (Int32 code, System.String response) [0x00000] in <filename unknown>:0
    at Oxide.Core.Libraries.WebRequests+WebRequest.<OnComplete>m__1 () [0x00000] in <filename unknown>:0
     
  7. Change...
    Code:
    if (item.itemshortname == string.Empty) continue;
    to...
    Code:
    if (item.itemshortname == string.Empty || item.workshopid == null) continue;
     
  8. why new face mask , plate don't skin??
     
  9. Plugin needs updating as all of the new skins don't work


    My Bad

    We also run a Vanilla Server and people cannot craft the skins they have bought on there so it must be another RUST BUG yet again that's causing the problem
     
  10. Wulf

    Wulf Community Admin

    There was an update for that already yesterday to Rust server and client.
     
  11. cant craft any item with skins on why is this after the latest update?
     
  12. Wulf

    Wulf Community Admin

    Which Rust server version are you currently using? They put out a 2nd update to fix some crafting issues with skins.
     
  13. how to check the server version? i just updated oxide
     
  14. Wulf

    Wulf Community Admin

    "version"
     
  15. thanks, and whats the latest version?
     
  16. Please update for the newer skins :). Thank you!
     
  17. [12/09/2016 21:39:59] [Oxide] 21:39 [Debug] at Oxide.Plugins.ItemSkinRandomizer.<OnServerInitialized>m__0 (Int32 code, System.String response) [0x00000] in <filename unknown>:0
    at Oxide.Core.Libraries.WebRequests+WebRequest.<OnComplete>m__1 () [0x00000] in <filename unknown>:0

    is this why it this plugin isnt working for me?
     
  18. do not work even on the skin on the bibs metal helmets do not see more almost every skyn coe can I fix?
     
  19. Wulf

    Wulf Community Admin

    Which version of Rust? There were 2 Rust updates this week, the last one fixed some skin crafting issues.
     
  20. Wulf

    Wulf Community Admin