Economics

Moved

Total Downloads: 13,847 - First Release: Nov 10, 2014 - Last Update: Jan 10, 2018

5/5, 43 likes
  1. I never kept a copy of 2.x but ill test it anyways.
     
  2. Thank you Wulf. Players have cash to spend now. :)
    One last issue, the gatherRewards are giving Economics errors when harvesting, killing ect.
     
  3. Didn't wipe anything this time. I unloaded and took out lang file just like last time. so very good now. Thanks
     
  4. Wulf

    Wulf Community Admin

    Yeah, fixing that now in those plugins. Seems to be a bug in Oxide with some hook handling still when they share the same name (should't be an issue).
     
  5. Wulf

    Wulf Community Admin

    Wulf updated Economics with a new update entry:

    3.1.4

     
  6. I would really appreciate, if this had mysql support, so I could add it to a CMS/Forum/Website and do more with it, like rewarding players for their playtime with forumranks or rights. Like Premium for a whole community (not only on one single rustserver), just buyable with inGame-Currency. :)
     
  7. Wulf

    Wulf Community Admin

    The VorEconomy plugin has that, I may add support for that eventually but not a high priority.
     
  8. I'm still getting those errors, can it be because of playtime tracker or barrelpoints ? ServeRewards you already updated so it can't be that, any idea why i keep getting those error ? i deleted everything from the plugin and added it again and im still getting.

    Code:
    11:43 [Error] Failed to call hook 'Withdraw' on plugin 'Economics v3.1.4' (InvalidCastException: Cannot cast from source type to destination type.)
    11:43 [Stacktrace]   at Oxide.Plugins.Economics.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
    11:44 [Info] [Economics] Saving balances for players...
     
  9. Wulf

    Wulf Community Admin

    I'll update the other plugins, yes. There's a bug right now in hook calling in Oxide that defaults to the string instead of the ulong.
     
  10. Yes still getting it, but if it works, it's no biggie.
     
  11. Code:
    Failed to call hook 'Deposit' on plugin 'Economics v3.1.2' (InvalidCastException: Cannot cast from source type to destination type.)
      at Oxide.Plugins.Economics.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 
     
  12. Wulf

    Wulf Community Admin

    It's a plugin calling it still then, not something I can fix without seeing which plugins you are using.
     
  13. it's fixed when i updated all dependant plugins. sorry for bothering.
     
  14. Wulf

    Wulf Community Admin

    Yes it does.
     
  15. well it always say in murky plugin update it cant update for me.
     
  16. Wulf

    Wulf Community Admin

    Are you using an old version that didn't have one?
     
  17. i might will check and report back

    Yeah u right it doesnt appear in the list for cant update.
    But before im sure Economics was in the list when it said it couldnt update them.

    Oh well :)
     
    Last edited by a moderator: Nov 11, 2017
  18. the transfer works but it dose not show to the player it has been sent but in console im getting spammed with

    Code:
    (14:22:32) | Failed to call hook 'TransferCommand' on plugin 'Economics v3.1.4' (FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.)
    (14:22:32) | at System.String.FormatHelper (System.Text.StringBuilder result, IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
      at System.String.Format (IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
      at System.String.Format (System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Economics.Lang (System.String key, System.String id, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Economics.Message (IPlayer player, System.String key, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Economics.TransferCommand (IPlayer player, System.String command, System.String[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Economics.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