Jump to content

imthenewguy

Creator
  • Posts

    3,428
  • Joined

  • Last visited

Everything posted by imthenewguy

  1. It returns NA if the player isn't found in data or if vip_levels doesnt contain the specified tier from data. if (!pcdData.pentiy.ContainsKey(player.userID)) return "NA"; var playerData = pcdData.pentiy[player.userID]; if (!playerData.vip_levels.ContainsKey(tier)) return "NA"; if (playerData.vip_levels[tier].end_date.Date == DateTime.Now.Date) { var enddate = playerData.vip_levels[tier].end_date; return $"{enddate.Hour}:{enddate.Minute}:{enddate.Second}"; } What does your data file look like? Is t1 in there?
  2. Isn't much I can do about that unfortunately.
  3. Once wipe has happened, that option will no longer trigger. You could manually reward a player with 5 skill points using the givesp command, but the plugin won't tell you who it was.
  4. imthenewguy

    language

    You do not edit language directly in the .cs file. You edit it via lang. https://docs.oxidemod.com/guides/owners/localization
  5. What config option are you referring to?
  6. imthenewguy

    Better weapons

    You could the desired items to the whitelist, so the specified perks will only ever spawn on the selected items. For example: "BradleyDamage": { "enabled": true, "min_mod": 0.03, "max_mod": 0.05, "perkWeight": 100, "whitelist": [ "rocket.launcher.dragon", "rocket.launcher" ], "blacklist": null, "Perk modifier cap": 0.0 }, "HeliDamage": { "enabled": true, "min_mod": 0.03, "max_mod": 0.05, "perkWeight": 100, "whitelist": [ "lmg.m249" ], "blacklist": null, "Perk modifier cap": 0.0 } Any buffs that you do not want to appear on equipment, set enabled to false.
  7. imthenewguy

    FridgeFood.cs

    Changed Status from Pending to Closed
  8. imthenewguy

    FridgeFood.cs

    No plans to add compatibility considering they are changing the fridge mechanics soon.
  9. imthenewguy

    FridgeFood.cs

    No the drop storage should work fine as its purely handled in data; it doesnt use an actual container. The container is only used to show the user the items stored. Not sure how it will behave if an item that can't be stored in a fridge is stored. You'll have to test; it was never designed for that, so I have no idea.
  10. imthenewguy

    Skill Tree

    Go to the skill tree plugin page. Click on Updates. Click the "See Changelog" button, then select version 1.6.1. A download button will appear below the patch notes.
  11. imthenewguy

    Skill Tree

    You can download it and test.
  12. You would probably need a plugin like admin radar or something I assume, and prod to work out who placed the item.
  13. imthenewguy

    Skill Tree

    What happens if you downgrade to the previous version of skill tree?
  14. imthenewguy

    Crafting XP

    Changed Status from Pending to Closed
  15. In the config. "Manage item stack splitting for STI items? (set to false if conflicting with a stacks plugin)"
  16. If that works, let me know. The whole horse class structure has changed, so from my observation it won't.
  17. imthenewguy

    FridgeFood.cs

    You should be able to change the prefab name if you want, but keep in mind not all ingredients will be able to be put into a fridge, such as cloth and wood.
  18. imthenewguy

    possible suggestion

    Not something I plan to implement as it would require checking for changes, which in turn requires another form of tracking the current config settings, as well as cycling through every container in the game checking for these items (assuming they are not stored by another plugin such as Backpack),.
  19. imthenewguy

    Crafting XP

    Crafting XP is (by default) based on time spent crafting. IF you speed up the crafting process, the xp is significantly reduced to a point where its removed (instant craft). You can adjust the behaviour for this by setting the following to false: Base the crafting xp on the time it takes to craft the item? [false will use blueprint craft time]
  20. The only change made in 1.0.7 was adding a hook call: OnAddLootToContainer. Nothing changed from the growing mechanic from 1.0.6 to 1.0.7
  21. Plugin calculates the spacing for scrolling based on a value of 8. Wasn't designed with size change in mind.
  22. imthenewguy

    Skill Tree

    Then you may have another plugin messing with it.
  23. Lowering offset_y adjusts the height.
  24. imthenewguy

    Skill Tree

    Its set correctly if its appearing in team. All my plugin does is return its tags when BetterChat calls for it, nothing more, nothing less. If it's not working for general chat, but is for team chat, then the issue doesn't lie in Skill Tree. My only advise would be to backup your config, data and lang files for skill tree, unload the plugin, delete all skill tree data and load it up again to see if the issue is resolved.
  25. Were they planted before it was set false?
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

2.3m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.