HWKits

Moved

Total Downloads: 9,083 - First Release: Dec 6, 2015 - Last Update: Nov 13, 2017

5/5, 27 likes
  1. Wulf

    Wulf Community Admin

    The one I posted was not 100% working, the version Nogrod posted fixes the remaining issue from my version. If you are having an issue with any other plugin, please check for an update in their thread else wait for an update.
     
  2. ok Thanks Wulf :)
     
  3. Reneb updated Kits with a new update entry:

    1.0.3

     
  4. What if the player has his own gear and items equiped. How auto kit will work then? Will it remove items on spawn or what?
     
  5. yes it will for the moment
     
  6. Code:
    [Error] Kits plugin failed to compile!
    9:24 AM [Error] Kits.cs(350,21): error CS0246: The type or namespace name `PlayerSession' could not be found. Are you missing an assembly reference?
    9:24 AM [Error] Kits plugin failed to compile!
    9:24 AM [Error] Kits.cs(350,21): error CS0246: The type or namespace name `PlayerSession' could not be found. Are you missing an assembly reference?
     
    Last edited by a moderator: Dec 20, 2015
  7. need update again or its work with 19 5 update?
     
  8. Wulf

    Wulf Community Admin

    Should be working fine.
     
  9. How do i add this too my Server?
     
  10. Hi , I installed 4 plugins on my server.

    Welcom msg / Adverts / Kits / Private msg


    Only WelcomMsg and Adverts works .

    when I type /kit or /pm the console responds unknown command:
     
  11. Wulf

    Wulf Community Admin

    Make sure you have the latest versions of each.

    Are you sure you are using the latest Hurtworld update? That error means you likely aren't.

    See Installing plugins for Hurtworld | Oxide
     
  12. Yes I just downloaded ....



    I just restart the server no change ...

    [Oxide] 3:08 AM [Error] Timed out waiting for plugin to be compiled: Kits
    [Oxide] 3:08 AM [Error] Timed out waiting for plugin to be compiled: PrivateMessage
     
    Last edited by a moderator: Dec 20, 2015
  13. NAO

    NAO

    Hi guys, where can I see the oxide permisssions?
     
  14. Wulf

    Wulf Community Admin

    Permissions are listed on the Overview of each plugin that uses them. There is no master list.
     
  15. I've starting to implement kits into my server. The issue I'm having is that when I redeem a kit, it prompts me that I received the items. However, there isn't an actual icon in my inventory. I can equip it and see my character holding it though. Has anyone else had this issue or does this just sound like a game bug?
     
  16. Code:
    [Error] Failed to call hook 'OnPlayerRespawn' on plugin 'Kits v1.0.3' (InvalidCastException: Cannot cast from source type to destination type.)
    3:25 AM [Debug]   at Oxide.Plugins.Kits.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo 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 hookname, System.Object[] args) [0x00000] in <filename unknown>:0
     
    Last edited by a moderator: Dec 22, 2015
  17. Auto kit only works after respawn. When player dies and respawns only then he gets items from autokit.
    The player who connected for the first time to the server does not get anything.
    Can you fix this somehow? Everything else is perfect and doesnt need any improvments.
     
  18. Wulf

    Wulf Community Admin

    See Kits | Page 6 | Oxide.
     
  19. Kits.cs(350,21): error CS0246: The type or namespace name `PlayerSession' could not be found. Are you missing an assembly reference?