1. Exactly the same mistake and lost boost. It is necessary to reload the plugin.
     
  2. Wulf

    Wulf Community Admin

    Technically yes, it's a multiplier, but multipliying by zero would give you zero, so yes.
     
  3. And is it me or 2.0 give less exp than 2 gave?
    Maybe is just my feeling
    Thx
    [DOUBLEPOST=1468248972][/DOUBLEPOST]
     
  4. Wulf

    Wulf Community Admin

    It's a multiplier, so highly unlikely. You can add a print in the plugin and see it's not giving less than base does or even 2 int.
     
  5. Dude i write 0.5 on crafting xp and when reloading plugin it force it to 0.0.

    Is it because 1 : 0.1 = 10?

    thx for supporting me :p
     
  6. Wulf

    Wulf Community Admin

    No, 0.1 = 0.1. I may have goofed though, looking into it.
     
  7. Ok thx, x1 crafting exp i already feel its way to buggin my server with lvling :p THX THX
     
  8. Wulf

    Wulf Community Admin

    Working on a fix, used the wrong number type with the update.
     
  9. Wulf

    Wulf Community Admin

    Wulf updated XpBooster with a new update entry:

    0.4.0

     
  10. now i dont have "Crafting": 1.0, in config
     
  11. Wulf

    Wulf Community Admin

    See the changelog, it's using the names from Rust now, so "UsedForCrafting" is what it is.
     
  12. oh okay thanks
     
  13. Code:
    [Oxide] 21:39 [Debug] at System.Convert.ToType (System.Object value, System.Type conversionType, IFormatProvider provider, Boolean try_target_to_type) [0x00000] in :0
    at System.Convert.ChangeType (System.Object value, System.Type conversionType) [0x00000] in :0
    at Oxide.Plugins.CSharpPlugin.InvokeMethod (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 name, System.Object[] args) [0x00000] in :0 
    I try to 0. Then Crafting has delivered a base 1.0 and I still have the same ereurs ( I do not watch the first load of this version)
     
  14. Working perfectly Wulf :D:D Great job, now config file autofill new entries so awesome :D
     
  15. Wulf

    Wulf Community Admin

    Please post the error above that, that's just the debug info.

    I need logs and version info, I can't go off a video.
     
  16. No errors, last version 0.4.0
     
  17. Wulf

    Wulf Community Admin

    And what do you have set in your config?
     
  18. Code:
    {
      "AnimalKilled": 10.0,
      "CollectWorldItem": 10.0,
      "ConsumedItem": 10.0,
      "FuelUsed": 10.0,
      "Gather": 10.0,
      "GatherComplete": 10.0,
      "HelicopterDamage": 10.0,
      "ItemOwnership": 10.0,
      "LootFound": 10.0,
      "LootSmashed": 10.0,
      "TrapSuccess": 10.0,
      "UsedForCrafting": 10.0,
      "UsePermissions": false,
      "WelcomeBonus": 0.0
    }
     
  19. Wulf

    Wulf Community Admin

    That should be working fine then. I've used upwards of 100.0 with testing and it worked fine, 80 vs 0.8 XP when hitting a tree with a rock.