Jump to content

ThePitereq

Creator
  • Posts

    1,703
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by ThePitereq

  1. ThePitereq

    a change of clothes problem

    I think it's plugin related problem that it override the health from metabolism. YOu need to contact Epic Loot plugin deveoper.
  2. Ah, okay. Now i understand. Will check that and fix in next update.
  3. ThePitereq

    Console Errors on Reload

    Hey. I don't see any message or error log. Have you posted them? I've got one report recently that might be the same problem. Please post the error log, but it should be fixed in next update.
  4. ThePitereq

    a change of clothes problem

    Hey! Are you sure you don't have any plugin that gives you clothing that increases your health? There might be a conflict with it.
  5. Hey. I know what you mean, But if you want to enable the instanced excavator then it means that you don't want to use the default one, so why there is a problem with default one? Maybe i don;'t understand your problem.
  6. Hey! Ah, okay. Then in next update i'll add option to set fuel and output capacity in config. Will update here when released
  7. Changed Status from Pending to Closed
  8. Hey! We talked on discord about that problem Will close this ticket when everything will be back to normal.
  9. hey. please describe your problem.
  10. Hey, You mean to expand event length? Sure possible. Can be added in next update., Hey. Also, can add option to config for event center, and modify /ms run command to support your current location.
  11. Hey! Oh, didn't knew that ^^. You have all texts available at oxide/lang/<language code, by default: en>/MeteorEvent.json and you can edit all messages there.,
  12. You are using example config. This is meant to work like that. You need to use survey charge to find quarries. Maybe you need a permission, honestly i don't remember correctly how configuration looked like. I recommend to start with default config, and additionaly check things in example config. It should fix your problems.
  13. ThePitereq

    Error in console

    Hey! I made few changes in code that maybe fixed your issue. Hit me up if the problem still appears.
  14. ThePitereq

    Help with config

    Changed Status from Pending to Closed
  15. ThePitereq

    Starting without fuel

    Hey! You can check if the issue has been fixed. Sorry for waiting so long. A lot of things to do right now
  16. Hey! Sure! Can add something like that, and add support even for multiple commands to run, not only one.
  17. It works on both versions. Static quarries work ONLY on those, which are provided by map generation. If you spawn your own static quarry it will not work. These quarries have set special variable.
  18. inside my monobehaviour. As i said before, yes, I am calling OnItemRecycle there. Mine RecycleThink function is 100% the same as from normal recycler, all is changed are recycler.StopRecycling() to mine StopRecycling() functions.
  19. Through monobehaviour public void StartRecycling(BasePlayer player = null) { if (recycler.IsOn()) return; float recyclerSpeed = _plugin.GetRecyclerSpeed(player); InvokeRepeating(new Action(RecycleThink), recyclerSpeed, recyclerSpeed); Effect.server.Run(recycler.startSound.resourcePath, recycler, 0U, Vector3.zero, Vector3.zero, null, false); recycler.SetFlag(BaseEntity.Flags.On, true, false, true); recycler.SendNetworkUpdateImmediate(false); }
  20. Mine plugins return false on OnRecyclerToggle, maybe it cancels your void, idk. For now try disabling (just for a test) recycler leveling and check if problem still appears. I think it will be possible to change from object to void, just need to check few things.
  21. Hello. The RecyclerThink function is almost the same as in vanilla, so it incluses this oxide hook. It's missing the OnItemRecycleAmount because i think it has been added recently.
  22. Nvm. I meant totally different thing, I just checked and i know what i did wrong. Will be fixed today.
  23. I'll try to fix this problem soon. I am in bad hardware situation right now and can't do few things right now. I've tried already to fix this problem but i need few tools that my pc can't run rn.
2m

Downloads

Total number of downloads.

9.5k

Customers

Total customers served.

137.9k

Files Sold

Total number of files sold.

2.9m

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.