Rust-Kits

Moved

Total Downloads: 70,199 - First Release: Oct 21, 2014 - Last Update: Jun 7, 2018

4.96216/5, 185 likes
  1. checked my data folder the permission was kits.Kits.vip for some reason it works now :) thanks
     
  2. Tried it. It doesn't even show the list of kits when I press E while looking at the NPC anymore. I am not sure why removing the ID number of the NPC would make it redeem correctly.
     
  3. type /kit
     
  4. Still says I need to find the NPC before I can redeem it...
     
  5. But all kit names in there they are case sensitive
    so it will be something like
    Code:
    {
      "NPC - GUI Kits": {
        "0": {
          "description": "Welcome on this server, Here is a list of free kits that you can get <color=red>only once each</color>\n\n                      <color=green>Enjoy your stay</color>",
          "kits": [
            "admin",
            "sniper",
            "hunter",
            "elite",
            "moderator",
            "RedTeamSniper"
          ]
        },
        "8753201223": {
          "description": "<color=red>VIPs Kits</color>",
          "kits": [
            "kit1",
            "kit3"
          ]
        }
      }
    }
    But make sure there are no spaces in the kit names or they wont show in the config or kits file from data folder
     
  6. So are you saying I should make the name of the kit be in all lowercase letters? I have the kit name EXACTLY the same in the config. I don't understand where you are going with these suggestions of trying to fix this. Do you understand what I am trying to do or was I unclear somewhere? The point of this kit is to make it redeemable ONLY on an NPC. It was working fine with the NPC ID number and it isn't working properly in the same way even with your suggestions. I am just confused as to where you're going in trying to help me. I'm not trying to be rude at all, I am just not following how what you are suggesting even tackles the problem. It is like the NPC doesn't realize I "found" him therefore access to the kit is locked, despite me standing right next to him.
     
  7. All the ones you see in the file above apart from the one and the admin and mod are from npcs in my server and they work I am not sure what you are doing wrong
     
  8. They are redeemable at ONLY NPC's on your server? I don't get how the coding would even support that if the ID for the particular NPC isn't even being referenced, since it is 0 instead.
     
  9. Test putting chat instead of 0 but not sure if that will work as i think it was changed a long time ago. And I get some at the npc and some with /kit mine are all lower case like this
    "sniper": {
    "name": "sniper",
     
  10. Messed around with things a little. I put the correct NPC ID into the config and made a new kit named "redteamsniper" and it works properly now. I'm not sure if it doesn't like uppercase letters or spaces in the name of the kit, but that solved the issue for me at least.
     
  11. I did say a few posts up no spaces and mine are all in lower case you must of missed that but glad you got it working with my help
     
  12. It wasn't working with the 0 in as the ID, so... you helped part of it, yes. Thanks.
     
  13. how do i set permissions for a kit like vip admin owner ext
     
  14. admin and owner dont have permissions only auth level 2 for a list see my post on page 107
     
  15. go in the data folder and look for the permissions for the vip mine is (kits.Kits.vip) so in console you got to grant that permission to vip kit when you make it, this is from page 107
    /kit add "vip"
    /kit items description "VIP reward" permission Kits.vip, mine i kits.Kits.vip

    also you need to make a group called vip to be able to let the vip players gain the vip kit
     
  16. It needs to be Kits.vip for the permission not kits.Kits.vip
     
  17. i know that but some reason mine is kits.Kits.vip thats why i said in my post mine is that so look to see what his is
     
  18. Then you need to edit it with notepad++
     
  19. mine works perfect tho and for some reason i cant open notepad++ with my ftp
     
  20. You install notepad++ on your pc download the file from your ftp then edit it from your desktop