Jump to content

imthenewguy

Creator
  • Posts

    3,842
  • Joined

  • Last visited

Everything posted by imthenewguy

  1. imthenewguy

    Error

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

    gettin this buddy

    Changed Status from Pending to Closed
  6. 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.
  7. imthenewguy

    Skill Tree

    Download the new update.
  8. 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.
  9. imthenewguy

    Primal Identity- Boar

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

    error IOException

    Changed Status from Pending to Closed
  12. imthenewguy

    start concole

    What is the .map file name?
  13. Ahh yeah i don't check these forums. If the issue is still there submit a support ticket and i can assist.
  14. Changed Status from Pending to Closed
  15. Has been a wild ride so far!
  16. 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.
  17. imthenewguy

    start concole

    Show me the list of the motorbike arena maps on your server, A screenshot of files in oxide/data/motorbikeracing/
  18. 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.
  19. There is no way to access the enhancement menu through command.
  20. imthenewguy

    Real PvE

    The part where you don't want to call a hook whenever damage is done make sense, I am not debating that. The part that doesn't is the way other plugins need to interact with yours. If we are going down the road of efficiency, it is more efficient to call a hookmethod as it takes significantly less time to call than CallHook does. This is especially the case for oxide as I believe it still calls the hook, even if no other plugin is subscribed (unless they changed how that works). What other PVE plugin subscribes to OnPlayerEnterPVP and OnPlayerExitPVP hooks? TruePVE (which is the most popular) doesn't, and I can't see any documentation that refers to it's usage in SimplePVE, War Mode or PVEMode that show usage of those hooks. Do you have a hookmethod that I can call that functions similar to OnPlayerEnterPVP and OnPlayerExitPVP so I can register the players in my event for PVP? I am happy to check if your plugin is loaded and call the hookmethods directly if this is the case. I am not going to be calling a hook that "maybe" might be subscribed by one plugin in the instance that the server is running your plugin, so if not, I will just make this as non-compatible with my PVP events.
  21. imthenewguy

    Skill Tree

    What is a VIP time?
  22. imthenewguy

    XPBAR

    Is the issue that you are seeing debt?
  23. Can you elaborate on what you are trying to achieve? I'm not understanding.
1.8m

Downloads

Total number of downloads.

8.4k

Customers

Total customers served.

126.6k

Files Sold

Total number of files sold.

2.6m

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.