HuntRPG
Moved
Total Downloads: 16,961 - First Release: Mar 15, 2015 - Last Update: Jul 30, 2018
- 5/5, 73 likes
-
-
No, version was missed last, I checked the file.
-
Thank you for bringing this plugin up to date. Much appreciated as it's quite popular on the server.
-
Hey there,
You've forget to update versions number, so updater will show as outdated v1.3.0 ^^
And after Update it say that Pets Plugin isnt installed, but its at actual update...
Can this even be fixed by you or has the Author from pets plugin to solve it?
Thank you and good job -
Code:
[Oxide] 2:01 PM [Error] Failed to call hook 'OnQuarryGather' on plugin 'Hunt RPG' (NullReferenceException: Object reference not set to an instance of an object) [Oxide] 2:01 PM [Debug] at Hunt.RPG.HuntRPG.ExpGain (Hunt.RPG.RPGInfo rpgInfo, Int32 experience, .BasePlayer player) [0x00000] in <filename unknown>:0 at Hunt.RPG.HuntRPG.OnQuarryGather (.MiningQuarry quarry, .Item item) [0x00000] in <filename unknown>:0 at Oxide.Plugins.HuntPlugin.OnQuarryGather (.MiningQuarry quarry, .Item item) [0x00000] in <filename unknown>:0 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
-
I post the error in the Pets thread later, so the author can fix it.
[DOUBLEPOST=1439128070][/DOUBLEPOST]Wulf already published a fast fix we can find here: http://oxidemod.org/threads/pets.7368/page-14#post-117528
The error seems to be solved and i hope, the functions will work again too.
Hunt shows, that Pets successfully loaded after using the fix. -
Hi, not sure if this has already been covered of fixed but the /hunt skilllist command shows no text.
-
-
i fixed it by reloading the plugin (oxide.reload HuntPlugin)
-
Any help pls
Code:6:57 AM [Error] HuntPlugin plugin failed to compile! 6:57 AM [Error] HuntPlugin.cs(888,24): error CS0246: The type or namespace name `CuiButton' could not be found. Are you missing an assembly reference? 6:57 AM [Error] Plugin failed to compile: HuntPlugin (leaving previous version loaded)
Last edited by a moderator: Aug 10, 2015 -
Skull delete plugin and config also check data folder then upload the plugin
-
-
Hello, love the plugin and the most recent update! However, it seems the blacksmith skill may be a bit bugged with regards to burnable items that have a higher output than input, i.e. empty cans and, more importantly, crude. It seems that crude smelting with blacksmith on yields virtually a 1:1 ratio, compared to a 3:1 ratio with a standard refinery. Frankly, I'm more concerned about that than the cans...any way this could be taken a look at and fixed?
Thanks for a great mod! -
Code:
[Oxide] 4:28 AM [Error] Failed to call hook 'OnQuarryGather' on plugin 'Hunt RPG' (NullReferenceException: Object reference not set to an instance of an object) [Oxide] 4:28 AM [Debug] at Hunt.RPG.HuntRPG.ExpGain (Hunt.RPG.RPGInfo rpgInfo, Int32 experience, .BasePlayer player) [0x00000] in <filename unknown>:0 at Hunt.RPG.HuntRPG.OnQuarryGather (.MiningQuarry quarry, .Item item) [0x00000] in <filename unknown>:0 at Oxide.Plugins.HuntPlugin.OnQuarryGather (.MiningQuarry quarry, .Item item) [0x00000] in <filename unknown>:0 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
-
-
Thnx. I've got one question.
Where should I make changes to translate into Russian all skills in hgui : lumberjack, miner, hunter, researcher, blacksmith, tamer ? -
@Nogrod
For furnaces/refs etc can you not add this to OnConsumeFuel
int amountToBurn = 1
And change
oven.inventory.Take(null, item.info.itemid, amountToGive);
To
oven.inventory.Take(null, item.info.itemid, amountToBurn);
I am pretty sure nothing requires more than 1 of itself, this is causing issues with both furnaces and refs -