Facepunch have changed hooks again :/
[DOUBLEPOST=1470339227][/DOUBLEPOST]im working on a fix../
here you go

Magic Craft
Alternative crafting system
Total Downloads: 6,456 - First Release: Sep 18, 2015 - Last Update: Oct 13, 2017
- 5/5, 25 likes
-
-
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 -
-
just stick it into the plugin file
[DOUBLEPOST=1470346331][/DOUBLEPOST]delete the original and rename it to MagicCraft.cs -
[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? -
it works for me....
-
you can do to experience it gave Percentage as the plugin Crafting Controller?
-
how to make it so everyone can use the plugin so like everyone can use magiccraft?
-
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
}, -
Is it normal that my users wont get any XP now for craftig stuff ? or is there a option to enable that ?
-
how to solve when you have a full inventory not waste materials?
-
Has MagicCraft stopped working for anyone else?
-
Yep. :/
-
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 -
is a update comming soon?
-
Ive been trying to get this plugin on my server for a month
Every single time it says the same exact thing. -
Грант группы игроков MagicCraft.в состоянии , когда я ее прописать. мой плеер дает группа не существует
-
-
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..