HuntRPG

Moved

Total Downloads: 16,961 - First Release: Mar 15, 2015 - Last Update: Jul 30, 2018

5/5, 73 likes
  1. BaK

    BaK

    ah, thanks Wulf.
     
  2. Not a tooltip, but when you enter / hgui that was immediately what you have done and what I drew in the tabernacle - there is a description of skills, which is responsible for what!
     
  3. BaK

    BaK

    No, version was missed last, I checked the file.
     
  4. TGR

    TGR

    Thank you for bringing this plugin up to date. Much appreciated as it's quite popular on the server.
     
  5. 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
     
  6. 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 
     
  7. Nogrod updated Hunt RPG with a new update entry:

    1.3.2


    [DOUBLEPOST=1439123775][/DOUBLEPOST]
    Is Pets really loaded? Check the Pets plugin thread there is the latest version, but looks like there are still issues.
     
  8. Ive testet Pets now (oxide.reload) and u are right... There is an Error while loading the plugin.
    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.
     
  9. Hi, not sure if this has already been covered of fixed but the /hunt skilllist command shows no text.
     
  10. The same issue.
     
  11. i fixed it by reloading the plugin (oxide.reload HuntPlugin)
     
  12. 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
  13. Skull delete plugin and config also check data folder then upload the plugin
     
  14. do you have the latest oxide?
     
  15. 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! :D
     
  16. 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 
     
  17. i'll look into it

    should not happen with the latest plugin version(added checks in v1.3.2), nor can i reproduce that issue..
     
  18. 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 ?
     
  19. @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
     
  20. i'll add a value in the config that you can translate the displayed name

    i'm not really sure if it even should take an item there again...was the skill meant to increase the amount of become or just the production speed? :p