CustomSets

Set creation and management system with built-in purchasing

Total Downloads: 652 - First Release: Apr 19, 2017 - Last Update: May 13, 2017

5/5, 6 likes
  1. Absolut submitted a new resource:

    CustomSets - A Set Creation and Management System with Built in Purchasing

    Read more about this resource...
     
  2. Absolut updated CustomSets with a new update entry:

    1.0.0

     
  3. Absolut updated CustomSets with a new update entry:

    1.0.0

     
  4. When I click on Admin View, I don't have the option to create a new set. I have set permissions correctly.

    Any ideas?
     

    Attached Files:

  5. I made some last minute changes :/ ... Let me double check that logic! (I know it was something I touched).

    Sorry give me a couple minutes!
     
  6. Absolut updated CustomSets with a new update entry:

    1.0.1

     
  7. Thanks Absolut! I'll upload it now and test it out!
     
  8. your version has more skins i see this version only has the basic ones.


    nvm i updated image Library now thats alot of skins
     
    Last edited by a moderator: Apr 19, 2017
  9. :) thanks for following up on it!
     
  10. Looks great Absolut one question is it compatible with server rewards shop kits functionality or do i need to alter code?
     
  11. So I made all the same hooks to make that easy. You would need to Replace All on "Kits" within SR to make it work. So Replace All "Kits" With CustomSets.

    The alternative is to ask K1lly0u to add CustomSets support :)
     
  12. this can be used like a all in one is what you are saying.
     
  13. Correct, there is absolutely no need to use ServerRewards.. but if you wanted to it is possible. Every Kit hook that exists is made into this plugin. The easiest way to implement it is for the Plugin Developer to add support, the second easiest way is to take a copy of whatever plugin it is and just remove and replace every instance of Kits with CustomSets.
     
  14. the amount of different skins is nuts it's almost endless so far i love the plugin the only bad thing is I'm going to be sitting up kits for the rest of my live long days.
     
  15. lol! Love it.
     
  16. I'm having issues with the plugin. Every time I either redeem a set, or I'm in the set gui for more than a couple minutes, Rust completely crashes to the Desktop (server is on a linux dedi).

    The errors that I'm getting in the oxide logs is this:

    Code:
    01:09 [Error] Failed to call hook 'cmdUI_CancelGearSet' on plugin 'CustomSets v1.0.1' (ArgumentOutOfRangeException: Argument is out of range.
    Parameter name: index)01:09 [Stacktrace]   at System.Collections.Generic.List`1[Oxide.Plugins.CustomSets+Gear].get_Item (Int32 index) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CustomSets.InspectorPanel (.BasePlayer player) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CustomSets.SetPanel (.BasePlayer player) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CustomSets.cmdUI_CancelGearSet (.Arg arg) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CustomSets.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
    Not sure if that has anything to do with the crash, but that's the last thing that is in my oxide logs right after the last crash.

    Any ideas?

    Thanks!
     
  17. looking now. Also.. it was a TERRIBLE time to release a UI intensive plugin but the hope is that CUI is fixed tomorrow!
     
  18. My fingers are crossed. I've also come across that sometimes the skins don't load on the test sets I've redeemed. It will load the default skin for about 85% of the gear I've tried. Also Image Library isn't loading the skin graphics in the inventory - just grey boxes.
     
  19. Made you a Logo for the plugin page.
     

    Attached Files:

  20. Failed to call hook 'GetImage' on plugin 'ImageLibrary v1.8.0' (KeyNotFoundException: The given key was not present in the dictionary.)
    Failed to call hook 'chatauction' on plugin 'CustomSets v1.0.1' (NullReferenceException: Object reference not set to an instance of an object)