Jump to content

ThePitereq

Creator
  • Posts

    1,475
  • Joined

  • Last visited

Everything posted by ThePitereq

  1. Hey! You can try setting melee_protection 2 anticheat from 3 to 2. It would be nice if you post full error here. It's in direct console output log. You can make direct output log by making >> file.txt in your .sh file or -logfile "output.txt" on .bat file
  2. Hey, sorry for waiting. Now making my finishing touches on some totally other thing and then i can spend some time on RUST plugins. I am very sorry about waiting time.
  3. Hey, sorry for waiting. Now making my finishing touches on some totally other thing and then i can spend some time on RUST plugins. I am very sorry about waiting time.
  4. 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.
  5. Ah, okay. Now i understand. Will check that and fix in next update.
  6. 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.
  7. 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.
  8. 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.
  9. Hey! Ah, okay. Then in next update i'll add option to set fuel and output capacity in config. Will update here when released
  10. Changed Status from Pending to Closed
  11. Hey! We talked on discord about that problem Will close this ticket when everything will be back to normal.
  12. hey. please describe your problem.
  13. 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.
  14. 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.,
  15. 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.
  16. ThePitereq

    Error in console

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

    Help with config

    Changed Status from Pending to Closed
  18. 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
  19. Hey! Sure! Can add something like that, and add support even for multiple commands to run, not only one.
  20. 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.
  21. 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.
  22. 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); }
  23. 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.
1.8m

Downloads

Total number of downloads.

8.3k

Customers

Total customers served.

125.2k

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.