Magic Craft

Alternative crafting system

Total Downloads: 6,456 - First Release: Sep 18, 2015 - Last Update: Oct 13, 2017

5/5, 25 likes
  1. Facepunch have changed hooks again :/
    [DOUBLEPOST=1470339227][/DOUBLEPOST]im working on a fix../

    here you go
     
    Last edited by a moderator: Aug 4, 2016
  2. Makes sense probably the new update, I did just update my server anyway
     
  3. I have changed it around and as long as the mods have aproved it should be showing

    Please Give all of your praise to Resistance....
     
    Last edited by a moderator: Aug 4, 2016
  4. I downloaded your version. How do I use it and change the files?
     
  5. just stick it into the plugin file
    [DOUBLEPOST=1470346331][/DOUBLEPOST]delete the original and rename it to MagicCraft.cs
     
  6. [Oxide] 17:25 [Error] Failed to call hook 'OnItemCraft' on plugin 'MagicCraft v0.2.2' (NullReferenceException: Object reference not set to an instance of an object)
    [Oxide] 17:25 [Debug] at Oxide.Plugins.MagicCraft.OnItemCraft (.ItemCraftTask task, .BasePlayer crafter) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.MagicCraft.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod 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 name, System.Object[] args) [0x00000] in <filename unknown>:0
    Thats what it says. Do you have to change anything in the .cs or .json?
     
  7. it works for me....
     
  8. you can do to experience it gave Percentage as the plugin Crafting Controller?
     
  9. how to make it so everyone can use the plugin so like everyone can use magiccraft?
     
  10. granting permission to players grant group player MagicCraft.able


    Change the value of all this "Enabled": true,

    "gunpowder": {
    "MaxBulkCraft": 999,
    "MinBulkCraft": 1,
    "displayName": "Gun Powder",
    "shortName": "gunpowder",
    "description": "Made from Sulphur and Charcoal.",
    "Enabled": true,
    "Cooldown": 0
    },
     
  11. Is it normal that my users wont get any XP now for craftig stuff ? or is there a option to enable that ?
     
  12. how to solve when you have a full inventory not waste materials?
     
  13. Has MagicCraft stopped working for anyone else?
     
  14. Yep. :/
     
  15. Check \oxide\data It made your config to MagicCraft.old.json It created a new one. MagicCraft.json , you will need to enable all items again.. ( change from "false" to "true" ) ect...
     
    Last edited by a moderator: Aug 13, 2016
  16. is a update comming soon?
     
  17. Ive been trying to get this plugin on my server for a month
    Every single time it says the same exact thing.
     
  18. Грант группы игроков MagicCraft.в состоянии , когда я ее прописать. мой плеер дает группа не существует
     
  19. Dude ty but how do I allow items
     
  20. C:\Server\rustds\server\YOUR SERVER\oxide\data
    Edit- MagicCraft.json


    "CraftList": {
    "rifle.ak": {
    "MaxBulkCraft": 9999,
    "MinBulkCraft": 1,
    "displayName": "Assault Rifle",
    "shortName": "rifle.ak",
    "description": "High damage machine rifle.",
    "Enabled": true, (default is false on all items)
    "Cooldown": 0,
    "SkinID": 0
    },

    I use Notepad++ and can highlight the "false" then Search at the top and then Replace... Replace false with true and I click on "Replace all".. Save and then reload the plugin

    Or you need to go through and enable each item separately..