Npc crypto

Comment

Author: Admin | 2025-04-28

Your default at level 0, and increasing as you increase rank. So, in this scenario, we would change the Custom AutoKits section to look like this."Custom AutoKits": { "0": "Normal" "1": "VIP"}Save this file by clicking the save icon in the top left corner of the editor. Then, reset your server using your GameServerKings Game Server Manager panel. Your custom AutoKits will now be set up.GUI MenusNPC GUIWhen you create an NPC kit, you may choose to give it the option npconly true which makes the kit only accessible through NPCs. To allow NPC kits, create an npc and type /npc_list to get the NPC ID. Then, go to your Kits.json file located at oxide/config/Kits.json and edit it by clicking on the pencil next to the file. You will be greeted by something like this: "NPC - GUI Kits": {NPC data}Then modify it to look something like this:"NPC - GUI Kits": {"NPC ID":{ "description" : "Edit this string to what you want the description for your NPC Kit GUI to be." "kits: :[ "kit1", "kit2", "... and so on" ] }}Once you fill out this information hit save in the upper left-hand corner of your text editor. Now your NPC will have a GUI where they can apply Kits to users.Chat GUIBy default, there are no chat GUIs. But you may replace the default /kit chat command by a gui. In the code above, just type a zero for your NPC ID. This way instead of the kit selection being text-based, it will have it's own GUI, and the user will just have to click.That's all you'll need to know! If you have any questions regarding this article, please voice your questions or concerns to our 24/7 live chat for an instant reply. Thanks for reading!

Add Comment