Jump to content

imthenewguy

Creator
  • Posts

    3,659
  • Joined

  • Last visited

Everything posted by imthenewguy

  1. imthenewguy

    start concole

    Changed Status from Pending to Closed
  2. This plugin works fine when assigned to default group. You have another issue going on with your server if this is not the case.
  3. imthenewguy

    Sarestore command issue

    Have asked a few people on my discord to test a debug version to see what is causing this issue.
  4. imthenewguy

    error in my console

    Check to see if the publicizer is enabled. Go to oxide/oxide.config.json Under the "Plugin Compiler" header, look for an option called "Enable Publicizer" and make sure it's set to true. If it's not, change it and restart your server.
  5. You need version 1.6.4.
  6. imthenewguy

    Error

    I need to know what the error is. These aren't errors.
  7. Did you resolve this as well?
  8. Names have always been after the titles. IF they weren't on your server, it may be a BetterChat config to changed the format.
  9. Any errors in oxide/logs/skilltree/ The file name would be named RunResetCommands_Errors
  10. imthenewguy

    gettin this buddy

    Changed Status from Pending to Closed
  11. I see the issue. It was to do with testing starting at a higher SP level. I will push the fix to my discord to test out.
  12. imthenewguy

    Skill Tree

    Download the new update.
  13. imthenewguy

    Cold Resistance

    Not at this point. I plan to see how the new teas work and see if I can work something out with that in mind instead.
  14. imthenewguy

    Primal Identity- Boar

    There is no loot list. It's random components.
  15. Works fine for me https://files.catbox.moe/f3bbo4.mp4 Tested with groups too.
  16. imthenewguy

    error IOException

    Changed Status from Pending to Closed
  17. imthenewguy

    start concole

    What is the .map file name?
  18. Ahh yeah i don't check these forums. If the issue is still there submit a support ticket and i can assist.
  19. Changed Status from Pending to Closed
  20. Has been a wild ride so far! 🥳
  21. My plugin doesn't handle Epic scrap from dropping in containers. You will need to add it to a loot plugin in order for it to be added to the loot container.
  22. imthenewguy

    start concole

    Show me the list of the motorbike arena maps on your server, A screenshot of files in oxide/data/motorbikeracing/
  23. imthenewguy

    Real PvE

    I have already said I understand why you don't want to use CallHook whenever something takes damage; it's very heavy, even when nothing is subscribed to it. It is the same reason I do not want to use it in my plugin for this use case, because few (if any) plugins besides yours listen to the OnPlayerEnterPVP and OnPlayerExitPVP hooks, so I need to either: a) Call the hook anyway, which takes up hooktime even if no plugin is actually subscribed to it (in oxide at least, I don't think Carbon has that issue). b) Reference your plugin and any other plugin that handles it in the same way, to see if they are loaded and determine if I should call that hook, which at that point I might as well use the way more efficient HookMethod. My plugin does not run 24/7, but it can run a number of times over the course of a day depending on the config. Also it would add significant hooktimes having to use CallHook for every single player at the event in a single game tick when the event begins, because PVP isn't enabled until the game actually begins. HookMethods are a much more efficient way to integrate with your plugin so I will use those until a standard arrives that works with the MAJORITY of PVE plugins.
1.7m

Downloads

Total number of downloads.

8k

Customers

Total customers served.

121.2k

Files Sold

Total number of files sold.

2.5m

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.