HuntRPG

Moved

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

5/5, 73 likes
  1. anyone know what i have to do to give normal players the right to let them reset their stats on their own?
    i dont find it anywhere and NoGrod takes too long to answer (its nothing against you, i know its your private free time, but i need an answer quickly :D )

    thank you guys
     
  2. "ADMINRESET" : false
     
  3. okay sorry, it works now...dont know why it didn't work before because i tried this already. thank you :)
     
    Last edited by a moderator: Dec 19, 2015
  4. hi..after the update from the plugin /hgui works...but on my server we see no stat points no player level and so on can no set stats whit /hgui...is that normal or is it only on my server?run the plugin whit no error at your servers?please help me ..and sorry for my bad english .
     
  5. I also, you are not alone)
     
  6. [Oxide] 7:40 PM [Warning] 'HuntPlugin v1.5.0' plugin is using deprecated hook: OnItemPickup

    just for info, it should be fixed in the next Hunt Update :)
     
  7. Hello, I would want to know, I downloaded HuntPlugin v1.5.o, but when I go on /hunt profile , it displays no colors, no stat points, and on the Hud, it shows no skill/stat points, got any clues on how I can fix this? I code on flash so I'll have no probably if some one could explain where the code is messed up considering it's pretty damn long , yet amazing plug in.
     
  8. When you use /hgui the gui will open
     
  9. Last edited by a moderator: Dec 19, 2015
  10. Nogrod updated Hunt RPG with a new update entry:

    1.5.1

     
  11. Thanks A lot, How do I donate to help out?
     
  12. @Nogrod Do you keep progress of the Hunt RPG project via trello or another project management tool. If you are in search of a good Git Desktop Client I would recommend you SourceTree
     
  13. Hey guys, i think, in the last update, there is a problem with crafting, each craft send a error in the console.
     
  14. can you provide the full error?
    [DOUBLEPOST=1450563665][/DOUBLEPOST]
    currently not, only using private git for source files...had no time to setup anything yet :p
     
  15. Haha okay :p maybe you find the time ;) SourceTree is btw very nice to have if you decide to set it up very clean
     
  16. The errors is :[Error] Failed to call hook 'OnItemCraft' on plugin 'HuntPlugin v1.5.1' (NullReferenceException: Object reference not set to an instance of an object)
     
  17. Hey could you provide any Plugins you run maybe you got Plugins that interfere any that have something to do with items (research crafting etc.) to be exact
     
  18. Add in config bug craftitem, example

    Code:
      "ITEMTABLE": {
        "12 gauge buckshot": {
          "CanResearch": true,
          "ItemCategory": "Ammunition",
          "Shortname": "ammo.shotgun"
        },
        "xl picture frame": {
          "CanResearch": true,
          "ItemCategory": "Items",
          "Shortname": "sign.pictureframe.xl"
        },
        "wooden arrow": {
          "CanResearch": true,
          "ItemCategory": "Ammunition",
          "Shortname": "arrow.wooden"
        },
        "wooden door": {
          "CanResearch": true,
          "ItemCategory": "Construction",
          "Shortname": "door.hinged.wood"
        }
       
    correcting for yourself
     
  19. [Error] Failed to call hook 'OnItemCraft' on plugin 'HuntPlugin v1.5.1' (NullReferenceException: Object reference not set to an instance of an object)