BGrade

Moved

Total Downloads: 18,674 - First Release: Apr 8, 2015 - Last Update: Mar 15, 2018

5/5, 52 likes
  1. have you figured out what fixed it?? still having the problem where it deekay as twig with the deekay plugin installed

    nvm, I figured out what made it work
    Code:
      "assets/prefabs/building core/foundation/foundation.prefab": {
      "Metal": {
      "InsidePrivilege": {
      "DamageRate": 0.0,
      "DecayRate": 3600.0
      },
      "OutsidePrivilege": {
      "DamageRate": 0.2,
      "DecayRate": 3600.0
      },
      "IsEnabled": true
      },
      "Stone": {
      "InsidePrivilege": {
      "DamageRate": 0.0,
      "DecayRate": 3600.0
      },
      "OutsidePrivilege": {
      "DamageRate": 0.2,
      "DecayRate": 3600.0
      },
      "IsEnabled": true
      },
      "TopTier": {
      "InsidePrivilege": {
      "DamageRate": 0.0,
      "DecayRate": 3600.0
      },
      "OutsidePrivilege": {
      "DamageRate": 0.2,
      "DecayRate": 3600.0
      },
      "IsEnabled": true
      },
      "Twigs": {
      "InsidePrivilege": {
      "DamageRate": 0.0,
      "DecayRate": 3600.0
      },
      "OutsidePrivilege": {
      "DamageRate": 0.2,
      "DecayRate": 3600.0
      },
      "IsEnabled": true
      },
      "Wood": {
      "InsidePrivilege": {
      "DamageRate": 0.0,
      "DecayRate": 3600.0
      },
      "OutsidePrivilege": {
      "DamageRate": 0.2,
      "DecayRate": 3600.0
      },
      "IsEnabled": true
      }
      },
    had to put 0.0 on twigs aswell on each of those in the bottom of deekay config, but it still gotta be an issue laying in bgrade I suppose? using bgrade the deekay plugin thinks its still placing out twigs
     
    Last edited by a moderator: Jul 26, 2017
  2. Code:
    Failed to call hook 'BuildGradeCommand' on plugin 'AutoGrades v0.0.17' (OverflowException: Value is too large)
    at System.Int32.Parse (System.String s) [0x00000] in <filename unknown>:0 at System.Convert.ToInt32 (System.String value) [0x00000] in <filename unknown>:0 at Oxide.Plugins.AutoGrades.BuildGradeCommand (IPlayer player, System.String command, System.String[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.AutoGrades.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (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
     
  3. Hello, I wanted to inform you that I get the following in the console

    Code:
    (15:49:18) | Failed to call hook 'BuildGradeCommand' on plugin 'AutoGrades v0.0.18' (FormatException: Input string was not in the correct format)
    (15:49:18) | at System.Int32.Parse (System.String s) [0x00000] in <filename unknown>:0
      at System.Convert.ToInt32 (System.String value) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.AutoGrades.BuildGradeCommand (IPlayer player, System.String command, System.String[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.AutoGrades.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (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
     
  4. Hi,

    I have an error since this evening:
    Code:
    07:07 [Error] Failed to call hook 'BuildGradeCommand' on plugin 'AutoGrades v0.0.18' (FormatException: Input string was not in the correct format)
    07:07 [Stacktrace]   at System.Int32.Parse (System.String s) [0x00000] in <filename unknown>:0
      at System.Convert.ToInt32 (System.String value) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.AutoGrades.BuildGradeCommand (IPlayer player, System.String command, System.String[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.AutoGrades.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (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 
     
  5. Ryan updated Automatic Build Grades with a new update entry:

    0.0.19

     
  6. I don't have the config files, command to generate it pls ?
    [DOUBLEPOST=1507136735][/DOUBLEPOST]
    Please halp
     
  7. You do have configuration files, check in oxide/config
     
  8. The file is empty
     
  9. Then delete it and reload the plugin :p
     
  10. Im getting this in my oxide compiler log:

    [SERVER v1.0.24] Console: AutoGrades.cs(373,29): warning CS0219: The variable `pgrade' is assigned but its value is never used
    AutoGrades.cs(397,33): warning CS0219: The variable `ptimer' is assigned but its value is never used
    AutoGrades.cs(22,22): warning CS0414: The private field `Oxide.Plugins.AutoGrades.LoadDefault' is assigned but its value is never used
     
  11. Wulf

    Wulf Community Admin

    Warnings, not errors, and will not affect it.
     
  12. @Wulf Sorry its been 8ish months since Ive ran a server... and I have a lundry list of warnings about some private field and something about "is never used". Is it possible to send you the compiler.txt and let me know if I have any addons that I should be worrying about?
     
  13. Wulf

    Wulf Community Admin

    Unless they are errors, they aren't something you need to worry about.
     
  14. Alright, Thanks
     
  15. Will still fix :)
     
  16. Code:
    Failed to call hook 'OnEntityBuilt' on plugin 'AutoGrades v0.0.2' (NullReferenceException: Object reference not set to an instance of an object)
      at Oxide.Plugins.AutoGrades.PlayerGrade (System.String steamId, Boolean cache) [0x00000] in :0
      at Oxide.Plugins.AutoGrades.OnEntityBuilt (.Planner planner, UnityEngine.GameObject gameObject) [0x00000] in :0
      at Oxide.Plugins.AutoGrades.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 
    in the last att.
     
  17. Failed to call hook 'OnServerInitialized' on plugin 'AutoGrades v0.0.2' (NullReferenceException: Object reference not set to an instance of an object)
     
  18. Thanks, next version will fix.