Jump to content

ThePitereq

Creator
  • Posts

    1,379
  • Joined

  • Last visited

Everything posted by ThePitereq

  1. 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.,
  2. 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.
  3. ThePitereq

    Error in console

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

    Help with config

    Changed Status from Pending to Closed
  5. 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
  6. Hey! Sure! Can add something like that, and add support even for multiple commands to run, not only one.
  7. 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.
  8. ThePitereq

    ItemPerks

    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.
  9. ThePitereq

    ItemPerks

    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); }
  10. ThePitereq

    ItemPerks

    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.
  11. ThePitereq

    ItemPerks

    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.
  12. Nvm. I meant totally different thing, I just checked and i know what i did wrong. Will be fixed today.
  13. 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.
  14. Hey. What's unavailable? Plugin works correctly after February Update, at least for me.
  15. Hey! It's a problem? You can change the output amount in the pumpjack (like divide it by 2) and it will work in the same way.
  16. ThePitereq

    Help with config

    Yeah, just change the damage value in config.
  17. ThePitereq

    Help with config

    Hey! There is only one option to set timed events, without randomization - "Event Timer - Event Every X Seconds (0 to disable)": You can't run event on a small radius, based on locaization. All you can do is to set direct event, for each player x of meteors, or decrease fall range with "All Meteors - Meteor Spread On Map (higher = smaller impact radius)": option. If you want to set the marker say it's meteor you can only use the shop indicator, because only this type of marker supports custom names. You need to set "Marker - Map Marker Type (None/Normal/Explosion)": "Normal",
  18. Hey! I was just looking at this feature, and it seems it's caused by antihack. As a temporary solution you can try setting melee_protection 2 as server variable, or if it still doesn't work - to 0. Not sure if i'll find any good solution without using Harmony etc. it might be a tricky one.
  19. Hey! I was just looking at this feature, and it seems it's caused by antihack. As a temporary solution you can try setting melee_protection 2 as server variable, or if it still doesn't work - to 0. Not sure if i'll find any good solution without using Harmony etc. it might be a tricky one.
  20. ThePitereq

    Restrict Items

    Changed Status from Pending to Closed
  21. ThePitereq

    Restrict Items

    Hey! Wdym by restricted? You have the "Disabled Vanilla Recipes" option.
  22. ThePitereq

    Starting without fuel

    Hey. You mean the default quarries, not static ones? Didn't tested that to be hones. Will check, and if bugged - will release an hotfix tommorow.
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.6k

Files Sold

Total number of files sold.

2.4m

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.