Bank

Safe player storage

Total Downloads: 2,480 - First Release: Sep 7, 2016 - Last Update: Apr 29, 2018

5/5, 12 likes
  1. If they are in building blocked zone, they cannot open bank as far as I know.
     
  2. Thank you!
     
  3. Can i bind this plugin to a button?
     
  4. Hey i got a error!

    Code:
    Failed to call hook 'CanUseLockedEntity' on plugin 'Bank v0.1.2' (NullReferenceException: Object reference not set to an instance of an object)   at Oxide.Plugins.Bank.CanUseLockedEntity (.BasePlayer player, .BaseLock lockItem) [0x00000] in :0 at Oxide.Plugins.Bank.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in :0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in :0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in :0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in :0 
    
    Whats this about? and can it get fixed?
     
  5. Hello people,
    Is there any way to hide console messages in Rust Admin or normal console?
    I always get this error:
    Code:
     Failed to call hook 'OnEntityTakeDamage' on plugin 'Bank v0.1.2' (NullReferenceException: Object reference not set to an instance of an object)
      at Oxide.Plugins.Bank.IsBank (.BaseNetworkable entity) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Bank.OnEntityTakeDamage (.BaseCombatEntity entity, .HitInfo hitInfo) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Bank.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
    But it isn't a problem for players, it works fine, so I want to hide that messages ^^.

    Regards,
    Adrian
     
  6. I would not hide error messages its a way to know you have a problem with a plugin a d the best way is to get the plugin fixed
     
  7. Yes I know but, plugin developer don't answer for a week and a little more, so I wanted it. He's probably busy these days ^^
     
  8. Coder does have a life and as plugin is free he works on his own time table
     
  9. It's ok, thanks for your answer. I'll wait then ;)
     
  10. If I had a working pc I would fix it for you but it's broken and only have my iPad
     
  11. No problem Resistance, I understand, thank you so much anyway ^^
     
  12. NPC banker does not work during Build block from Tool Cupboard, when you access the NPC inventory by pressing E doesn't open! There are no such problems in the absence of Tool Cupboard. Can we solve this problem?
     
  13. I've been getting this for more than a month, please help ;)

    Code:
    Failed to call hook 'CanUseLockedEntity' on plugin 'Bank v0.1.2' (NullReferenceException: Object reference not set to an instance of an object)
      at Oxide.Plugins.Bank.CanUseLockedEntity (.BasePlayer player, .BaseLock lockItem) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Bank.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
     
  14. Yeah no chance of this getting fixed right?

    Might as well put this in to "Unmaintained" :D


    Code:
    Failed to call hook 'CanUseLockedEntity' on plugin 'Bank v0.1.2' (NullReferenceException: Object reference not set to an instance of an object)
      at Oxide.Plugins.Bank.CanUseLockedEntity (.BasePlayer player, .BaseLock lockItem) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Bank.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. Wulf

    Wulf Community Admin

    Wulf updated Bank with a new update entry:

    0.1.3

     
  16. oh my God it was finally updated @Wolf thank you very much kind sir
     
  17. Calytic

    Calytic Community Admin Community Mod

    Calytic updated Bank with a new update entry:

    0.1.4

     
  18. did you update the version number? download showed 0.1.3
     
  19. bank cooldown doesnt work for me , anyone else ?
     
  20. I couldn't set up the NPC banker... Maybe because it's in TC or some Zone flag... but nothing happens!

    Is this right? I've only typed the NPC ID in there and set it to True like this!
    Code:
    {
      "Settings": {
        "boxes": {
          "bank.big": "assets/prefabs/deployable/large wood storage/box.wooden.large.prefab",
          "bank.default": "assets/prefabs/deployable/woodenbox/woodbox_deployed.prefab"
        },
        "cooldownMinutes": 5,
        "defaultBox": "assets/prefabs/deployable/woodenbox/woodbox_deployed.prefab",
        "defaultSlots": 4,
        "keyring": true,
        "NPCBankersOnly": true,
        "NPCIDs": [1596695921],
        "radiationMax": 1.0,
        "slots": {
          "bank.big": 30,
          "bank.default": 4
        }
      },
      "VERSION": "0.1.3"
    }
     
    Last edited by a moderator: Apr 19, 2018