Rust-Kits

Moved

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

4.96216/5, 185 likes
  1. I pack things in stock
    /kit add "kit starter"
    /kit items max 1 cooldown 3600 authlevel 2 hide true item

    this kit doesn`t exist
    starter is not a valid argument

    Where I was mistaken, what order of teams the correct?
     
  2. you must update version plugin and create kits new
     
  3. the plug-in is updated
     
  4. check /kit list or /kit edit "namekit" if not show you must create new
     
  5. /kit list empty

    I pack things in stock
    /kit add "kit starter"
    /kit items max 1 cooldown 3600 authlevel 2 hide true item
    peeps
    this kit doesn`t exist

    and in / kit list is record/kit starter -
     
  6. /kit resetkits and /kit add "new"
     
  7. all tried, writes this kit doesn`t exist
     
  8. This is not the one from your data folder
    [DOUBLEPOST=1444152468][/DOUBLEPOST]
    You need to make sure you have the items on your char before you run that command
     
  9. it was badly translated into Russian. I didn't understand that you meant
     
  10. this again
     

    Attached Files:

  11. You dont see the ws kit has you have set it to hide
    Change
    "hide": "true",
    to
    "hide": null,
    try this one
     

    Attached Files:

  12. Code:
    {
      "Kits": {
        "autokit": {
          "name": "autokit",
          "description": null,
          "max": null,
          "cooldown": null,
          "authlevel": "2",
          "hide": "true",
          "npconly": null,
          "permission": null,
          "image": null,
          "items": [
            {
              "itemid": "-864578046",
              "bp": "False",
              "skinid": "0",
              "container": "wear",
              "amount": "1"
            },
            {
              "itemid": "-1289478934",
              "bp": "False",
              "skinid": "0",
              "container": "belt",
              "amount": "1"
            },
            {
              "itemid": "789892804",
              "bp": "False",
              "skinid": "0",
              "container": "belt",
              "amount": "1"
            },
            {
              "itemid": "-1691991080",
              "bp": "False",
              "skinid": "0",
              "container": "belt",
              "amount": "1"
            },
            {
              "itemid": "-337261910",
              "bp": "False",
              "skinid": "0",
              "container": "belt",
              "amount": "1"
            },
            {
              "itemid": "110547964",
              "bp": "False",
              "skinid": "0",
              "container": "belt",
              "amount": "1"
            }
          ]
        },
        "kit starter": {
          "name": "kit starter",
          "description": null,
          "max": "1",
          "cooldown": "3600",
          "authlevel": "2",
          "hide": "true",
          "npconly": null,
          "permission": null,
          "image": null,
          "items": [
            {
              "itemid": "696727039",
              "bp": "False",
              "skinid": "0",
              "container": "wear",
              "amount": "1"
            },
            {
              "itemid": "-1211618504",
              "bp": "False",
              "skinid": "0",
              "container": "wear",
              "amount": "1"
            },
            {
              "itemid": "106433500",
              "bp": "False",
              "skinid": "0",
              "container": "wear",
              "amount": "1"
            },
            {
              "itemid": "2107229499",
              "bp": "False",
              "skinid": "0",
              "container": "wear",
              "amount": "1"
            },
            {
              "itemid": "-420273765",
              "bp": "False",
              "skinid": "0",
              "container": "main",
              "amount": "32"
            },
            {
              "itemid": "-853695669",
              "bp": "False",
              "skinid": "0",
              "container": "belt",
              "amount": "1"
            },
            {
              "itemid": "698310895",
              "bp": "False",
              "skinid": "0",
              "container": "belt",
              "amount": "1"
            },
            {
              "itemid": "-578028723",
              "bp": "False",
              "skinid": "0",
              "container": "belt",
              "amount": "1"
            },
            {
              "itemid": "-337261910",
              "bp": "False",
              "skinid": "0",
              "container": "belt",
              "amount": "5"
            },
            {
              "itemid": "-1691991080",
              "bp": "False",
              "skinid": "0",
              "container": "belt",
              "amount": "5"
            }
          ]
        }
      }
    }
    autokit - works
    kit starter - doesn't work!
    where mistake!
     
    Last edited by a moderator: Oct 10, 2015
  13. why doesn't the chat GUI kits?
    [DOUBLEPOST=1444161160][/DOUBLEPOST]prior to that, worked fine
     
  14. "hide": "true",
    Dont set starter kit to hide
    try this for starter stop server and edit it
    Code:
    "starter": {
          "name": "starter",
          "description": "Help to get started, usable twice at 1 hour intervals",
          "max": "2",
          "cooldown": "3600",
          "authlevel": null,
          "hide": null,
          "npconly": null,
          "permission": null,
          "image": null,
          "items": [
            {
     
    Last edited by a moderator: Oct 6, 2015
  15. Thanks. I found the mistake
    "name": "kit starter", - not correctly
    "name": "starter", correctly)
     
  16. okay fix it now can use 90%, but i want to focus this problem (i want config kits give to player in permission every 1 hour have 1 kit) can you do it ? and now i config "max 1 cooldown 3600" first time i can use kit for redeem but after 1 hour i can't use kit again and show massage "already......" what happen ?

    thanks for advise and help...
     
  17. Put it at max 2 as I have already said above
     
  18. why doesn't the chat GUI kits?
    prior to that, worked fine
     
  19. GUI kits does not work
     
  20. GUI Kits not working for NPCs
    [DOUBLEPOST=1444270117,1444254756][/DOUBLEPOST]ANY FIX ON NPC GUI KITS?