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

    If you are getting that, your server is about 1 1/2 weeks outdated.
     
  2. Its showing in list otherwise it was not before I updated
     
  3. Wulf

    Wulf Community Admin

    That error is not possible though if you are updated, as PlayerSession exists only in the Hurtworld updates from the past week. Before that, it didn't exist, which is when you'd get that error message.
     
  4. made a starter pack. when I write "/kit starter", items are added to the inventory, but are not visible until you do not use any item.

    Help pls
    [DOUBLEPOST=1450994809][/DOUBLEPOST]
    Code:
    {
    "Kits": {
    "starter": {
        "name": "starter",
        "description": null,
        "max": 1,
        "cooldown": false,
        "authlevel": 0,
        "hide": false,
        "permission": null,
        "items": [
        {
            "itemid": 139,
            "amount": 1,
            "slot": 0
        },
        {
            "itemid": 89,
            "amount": 1,
            "slot": 1
        },
        {
            "itemid": 154,
            "amount": 1,
            "slot": 2
        },
        {
            "itemid": 5,
            "amount": 3,
            "slot": 3
        }
        ]
    }
    }
    }
     
    Last edited by a moderator: Dec 24, 2015
  5. I had this working before. Now when i type /kit beginner i get nothing. But if i do it again, then i get 2 kits. If i put a timer (which i usually do) drop everything, relog naked, and type /kit beginner again - i get nothing.

    Basically - ask for it once - nothing. Ask for it twice back to back - get 2x.
    [DOUBLEPOST=1451000011][/DOUBLEPOST]edit: also when i first ask for the kit it says "items received" and shows me the items. But i dont actually get them unless i ask for it back to back and then get 2x.
    [DOUBLEPOST=1451000288][/DOUBLEPOST]Ah ok, when i first ask for the kit - i get the "items received" but they dont show up. If i relog THEY ARE THERE. So something is kinda broke. But at least i hopefully narrowed it down?
     
  6. Help me pls guys :(
     
  7. Same problem get kit items but they do not show up. they are there and I can use them, but I can not see them until I pick up something from the ground.
     
  8. i can see why it does that now.
    the problem is that if i fix this, then you can't spawn items in specific slots.
    I would need to find a way to force the refresh of the inventory
    but it's also possible that they will fix this at some point
     
  9. Reneb updated Kits with a new update entry:

    1.0.4

     
  10. Thanks Reneb!!!!
     
  11. Hmm... I'm on the latest version, and no items are being recieved after a kit is triggered.. Here is my process:

    1 - fill inv with items to be in kit

    2 - type /kit starter

    3 - type /kit max 1 description "Basic tools and some food to help you get started"



    Am I doing anything wrong here?
     
  12. /kit items
     
  13. /kit not working in chat, running latest oxide and this updated plugin, any help thx.
     
  14. Wulf

    Wulf Community Admin

    Check your oxide/logs for errors.
     
  15. Can you guys post an exact example on how to make a kit. "/kit add etc."
     
  16. My kits were not showing either. I finally realized what I was doing wrong. I was not typing /kit kitname items into the chat command while making the kit options. I would run through the add kit steps but overlooked the part that actually copies the items to put in the kit! It worked fine afterwards. Hope this helps someone else!
     
  17. 2:59 PM [Error] Failed to call hook 'cmdKit' on plugin 'Kits v1.0.4' (KeyNotFoundException: The given key was not present in the dictionary.)
     
  18. what is this?
     

    Attached Files:

  19. How do you allow only a group to redeem a kit? I know it's in the overview but it's hard to understand.
     
  20. is there a way i can limit the user to only one active kit at a time?
    On my new server i want to have multiple kits that offer varying starts but i dont want the user to be able to just do /kit x multiple times to get all the stuff.