HurtStore

A simplified store with dynamic prices

Total Downloads: 2,031 - First Release: Jan 15, 2016 - Last Update: May 12, 2018

5/5, 17 likes
  1. I type shop food
    Everything is invisible and i cant buy anything. plz help
     
  2. Im having this problem

    Failed to call hook 'ChatCmd_AddItem' on plugin 'HurtStore v1.3.51' (IndexOutOfRangeException: Array index is out of range.)
     
  3. yeah same items are invisable and u cant buy anything
    this plugin needs major updates catagory bugged
    To add a new item to stock (Bugged)
    /additem category item price dose nothing when u type the Command.

    can someone please update this plugin @Wulf
     
    Last edited by a moderator: Jun 5, 2017
  4. hi guys i maked all succes but not showing items in category help pls
     
  5. when im typing for example /shop food the item id not show and in cmdserver say

    Failed to call hook 'ChatCmd_Shop' on plugin 'HurtStore v1.3.51' (NullReferenceE
    xception: Object reference not set to an instance of an object)

    what should i do
     
  6. Greeting, currently the text is invisible and the sell and buy function is not working,
    Followed the youtube video and did it the normal way.

    Strange thing is i do see it working on other servers,
    Any idea what im doing wrong im really scratching my head here.
     
  7. The previous versions work, just the latest version is broken. Problem with previous versions is they were more exploitable.
     
  8. thank you so much this works!
    Going try running a older version of Spawnconfig as well hope it works also

    Then i'm all done Thanks alot
     
  9. any way to hide the 0.6000001 and make it go only 0.06?
     
  10. There is supposed to be in config a way to limit the number of decimals, but that feature never worked right for me either.
     
  11. using an even older version 1.3.2 fixed it
     
  12. Hello i have problem here can someone help. command /shop working good but this command /shop (category) like /shop food not working and give me this error. hurtstore.jpg
     
  13. this is broken now since last oxide update. i should have knew better than to update HW v1 for no reason ! anyone know fix ?
     
  14. Wulf

    Wulf Community Admin

    Please provide details. There hasn't been anything changed that would have broken this in Oxide.
     
  15. (its for ecobanks too)
    i can't say for sure it's oxide because i never know wtf is happening with these bugs really, but oncemore, i don't change anything, only update & update oxide, then errors X(
    Code:
    23:37 [Error] Failed to initialize plugin 'HurtStore v1.3.5' (NullReferenceException: Object reference not set to an instance of an object)
      at Oxide.Plugins.HurtStore.Init () [0x00000] in <filename unknown>:0
      at Oxide.Plugins.HurtStore.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.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.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <filename unknown>:0
    23:37 [Info] [HurtStore] Will now do failsafe check of config file
    23:37 [Info] [HurtStore] Storestock default 0
    23:37 [Info] [HurtStore] Storestock44
    23:37 [Info] Unloaded plugin HurtStore v1.3.5 by Pho3niX9023:37 [Error] Failed to initialize plugin 'EconomyBanks v1.5.51' (NullReferenceException: Object reference not set to an instance of an object)
      at Oxide.Plugins.EconomyBanks.Loaded () [0x00000] in <filename unknown>:0
      at Oxide.Plugins.EconomyBanks.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.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.Plugins.CSharpPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <filename unknown>:0
     
    Last edited by a moderator: May 12, 2018
  16. Wulf

    Wulf Community Admin

    The plugins are trying to do things that aren’t available until the server is initialized. I’ll push fixes tonight.
     
  17. Wulf

    Wulf Community Admin

    Wulf updated HurtStore with a new update entry:

    1.3.6

     
  18. Thanks , but still errors:
    Code:
    15:14 [Error] Failed to call hook 'ChatCmd_Shop' on plugin 'HurtStore v1.3.6' (NullReferenceException: Object reference not set to an instance of an object)
      at Oxide.Plugins.HurtStore.DynPrice (Int32 itemid, Int32 type) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.HurtStore.SalesPrice (Int32 itemId) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.HurtStore.ChatCmd_Shop (.PlayerSession player, System.String command, System.String[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.HurtStore.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.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 hook, System.Object[] args) [0x00000] in <filename unknown>:0
    15:14 [Error] Failed to call hook 'ChatCmd_Buy' on plugin 'HurtStore v1.3.6' (NullReferenceException: Object reference not set to an instance of an object)
      at Oxide.Plugins.HurtStore.DynPrice (Int32 itemid, Int32 type) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.HurtStore.ChatCmd_Buy (.PlayerSession player, System.String command, System.String[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.HurtStore.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.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 hook, System.Object[] args) [0x00000] in <filename unknown>:0
     
    Last edited by a moderator: May 23, 2018
  19. Is it something my fault, bro? I did try with regenerated data, though, I'm sure.
    /shop works. but /shop category is always empty
     
  20. plugin is not working anymore. Each command is broke. Last Update: May 12, 2018
     
    Last edited by a moderator: Aug 29, 2018