Thats because it was recoded and if you want players to do that then you would need to recode the plugin
HuntRPG
Moved
Total Downloads: 16,962 - First Release: Mar 15, 2015 - Last Update: Jul 30, 2018
- 5/5, 73 likes
-
Oh.....it simply wasn't written into the plugin. Thank you for the information. Off to learn how to code plugins =P
-
The value in the config is "ADMINRESET": true. To allow it for players, I think you might have to change "true" to "false".
I haven't actually tested this, though. -
Hello everyone! Then Im trying to put command "/h' or "/hunt" in game chat - oxide give an error:
Code:[Oxide] 12:36 PM [Error] Failed to call hook 'cmdHuntShortcut' on plugin 'HuntPlugin v1.5.3' (ArgumentNullException: Argument cannot be null. Parameter name: format) [Oxide] 12:36 PM [Debug] at System.String.FormatHelper (System.Text.StringBuilder result, IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0 at System.String.Format (IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0 at System.String.Format (System.String format, System.Object arg0) [0x00000] in <filename unknown>:0 at Oxide.Plugins.HuntPlugin.ChatMessage (.BasePlayer player, System.String message) [0x00000] in <filename unknown>:0 at Oxide.Plugins.HuntPlugin.ChatMessage (.BasePlayer player, HMK key, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.HuntPlugin.HandleChatCommand (.BasePlayer player, System.String[] args, Boolean npc) [0x00000] in <filename unknown>:0 at Oxide.Plugins.HuntPlugin.cmdHuntShortcut (.BasePlayer player, System.String command, System.String[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.HuntPlugin.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo 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 hookname, System.Object[] args) [0x00000] in <filename unknown>:0
Problem was to run *.bat-file with Administrator privileges at Win 10... After running a server with A.P. - it's work perfectly!
Second problem is error in server log when Im trying to craft something:
Code:[Oxide] 12:52 PM [Error] Failed to call hook 'OnItemCraft' on plugin 'HuntPlugin v1.5.3' (NullReferenceException: Object reference not set to an instance of an object) [Oxide] 12:52 PM [Debug] at Oxide.Plugins.HuntPlugin.OnItemCraft (.ItemCraftTask task, .BasePlayer crafter) [0x00000] in <filename unknown>:0 at Oxide.Plugins.HuntPlugin.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo 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 hookname, System.Object[] args) [0x00000] in <filename unknown>:0
Last edited by a moderator: Jan 3, 2016 -
Pls Check the /Research Option is not working for my PLayers. He says Unknown Command.
Thx and nice Work -
-
oh i think now its work with your command line
-
Trying to use the plugin and I get this message....
Failed to initialize huntplugin v 1.5.3 nullreferenceexception: object reference not set to an instance of an object -
Good evening what is the command to remove the part level with the point a and put the skills ? Thank you
-
Hello, I would like to know what line I need to change to change the commands chat.
Ex: /hunt sks lumberjack 1 --> /hunt sks bucheron 1
I need help please -
you must find word in plugin and then you can rewrite it..
-
yes I do but it does not work
-
eg: find "chatcmd" -
Both. When I change all the words the plugin does not work and when I modify it partially chat command do not work
-
ah i found it.. its simple... let original plugin version FLY!!!
then unload it and look in to config
"SKILLTABLE": {
"Lumberjack": {
"Name": "Lumberjack", <----------THIS IS WHAT YOU FINDING !
"Type": "Lumberjack",
"Enabled": true,
"Description": "LumberjackDesc",
"Usage": "None",
"RequiredLevel": 0,
"MaxLevel": 20,
"RequiredSkills": [],
"Modifiers": {
"Gather": {
"Args": [
1.035265
]
}
},
"RequiredStats": [],
"SkillPointsPerLevel": 1
},
"Miner": {
"Name": "Miner",
"Type": "Miner",
"Enabled": true,
"Description": "MinerDesc",
"Usage": "None",
"RequiredLevel": 0,
"MaxLevel": 20,
"RequiredSkills": [],
"Modifiers": {
"Gather": {
"Args": [
1.02048
]
}
},
"RequiredStats": [],
"SkillPointsPerLevel": 1
make your changes, save config file and load plugin -
I change this word but he change the name on the chat when you want to see your profil and not to change the command :/
-
how can i remove the chat msg for crafttime ?
i have instacraft and dont need the msg -
-
the usage info in "/hunt skill researcher" is wrong .It should have been "/hunt research "itemname" "instead of "/research "ietemname".
And I tried to research some kinds of weapons, but none of them worked. info displayed as item not found.
By the way , what advantage does skill researcher grant me?higher success percentage of research? or something else?
Because if thats not the case, the researcher skill is not better than the research table.
Thank you woof woof -
Hello the plugin doesn't seem to be working for me.
1. it does not create a config file or data file.
2. I think that as a result of that the commands don't work in game.
I have placed the hunt.cs file in my plugins folder