Jump to content

hid333

Creator
  • Posts

    486
  • Joined

  • Last visited

Everything posted by hid333

  1. I will check it. I was confused because there was the following statement in the plugin explanation sample. "endCommand": null, //Will not run if set to null
  2. Command execution when logging in is working normally, but an error occurs when executing commands within the game. (02:48:43) | Failed to run a 10.00 timer in 'FirstConnect v1.0.4' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.FirstConnect+<>c__DisplayClass9_6.<runCommand>b__4 () [0x0002e] in <c55ded4a14944c8b9d2d070c5361eb09>:0 at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <b6d06fce9e044af4a6ddc8d724bd3b0b>:0
  3. hid333

    compilation error

    正常にコンパイルできるようになりました。対応ありがとうございます。
  4. hid333

    Better Backpacks

    I purchased the plugin. I purchased this plugin because it had exactly the functionality I wanted. I had made a slight misunderstanding. I thought it would replace the official facepunch backpack. The command is the same as the plugin backpack(https://umod.org/plugins/backpacks), so it will interfere. This can be avoided by changing the commands "backpack.open" and "backpack", but is it possible to change the config file to specify the command and chat command used by this plugin?
  5. hid333

    compilation error

    I purchased this plugin. I get the following compilation error: If there are any prerequisite plugins, please list them. The Discord plugin (https://umod.org/extensions/discord) has been successfully installed before. (03:56:05) | Oxide.Ext.Discord is referenced by FirstConnect plugin but is not loaded (03:56:05) | [CSharp] Started Oxide.Compiler v1.0.26.0 successfully (03:56:09) | Ignored unexpected plugin compilation failure: FirstConnect (03:56:09) | Error while compiling FirstConnect: The type or namespace name 'Discord' does not exist in the namespace 'Oxide.Ext' (are you missing an assembly reference?) | Line: 7, Pos: 17 (03:57:09) | Shutting down compiler because idle shutdown (03:57:09) | Compiler shutdown completed
  6. hid333

    Boss Monster

    Sorry, I worded it wrong. (I use a translation because I don't speak English) Disabling simplePve did not change the result. Boss melee attacks were ineffective against sleepers. The boss's throwing weapons and animal attacks are also effective against sleepers.
  7. hid333

    Boss Monster

    The boss will continue to attack the sleeper, but the damage to the player will remain 0. While the boss is attacking the sleeper, other players can attack the boss unilaterally and defeat the boss without taking any damage.
  8. hid333

    Boss Monster

    I disabled simplePvE, but only melee weapons are disabled. Damage from other animals and Molotov cocktails is properly included.
  9. hid333

    Boss Monster

    There is no damage block plugin. There is a plugin called simplePvE that seems to be related to Sleeping Guard, but it is currently disabled.
  10. hid333

    Boss Monster

    The default melee-only BOSS will continue to target the sleeping player, but no attack damage will be inflicted, and other players can easily defeat them by attacking during that time. This is despite how NpcSpawn is configured. "Can NpcSpawn NPCs attack sleeping players? [true/false]": true,
  11. hid333

    The Imposter

    Transform using bear blood without unraveling the transformation If you replace it with wolf blood in your belt, it will remain disguised as a bear using wolf blood. The blood used is wolf blood.
  12. hid333

    Custom Portals

    I guess this is probably due to the RUST update, but the portal is displayed as a vending machine on the MAP. Please make corrections.
  13. Unauthorized players should not be able to disassemble ore at the recycler. By right-clicking multiple (two or more) stacked ores (e.g. diamonds), you can store them in the recycler. If it's a bug, I'd like it to be fixed.
  14. hid333

    TC Levels

    After the update, the following error occurs and I can't load it. You may be aware of this, but please confirm. (05:21:27) | [CSharp] Started Oxide.Compiler v1.0.26.0 successfully (05:21:31) | Error while compiling TCLevels: Cannot implicitly convert type 'System.Collections.Generic.List<ProtoBuf.PlayerNameID>' to 'System.Collections.Generic.HashSet<ProtoBuf.PlayerNameID>' | Line: 678, Pos: 42 (05:22:31) | Shutting down compiler because idle shutdown (05:22:32) | Compiler shutdown completed
  15. hid333

    Professions

    Occupation-specific collectible items such as pine cones Although it can be obtained in other occupations Is this the specification? Miner → Quit → Become a logger Obtained a Gold Nugget while mining stone.
  16. That's right. As a workaround, I set the loottable to automatically reload when the server restarts.
  17. For some reason, the plant clones don't overlap. There are no other plugins that change the stack size. In loottable, the stack remains at the default of 100. The config file is also set to 100, but for some reason they don't overlap. If you reload the plugin, it will overlap, but it will return to normal when the server is restarted. I haven't had any problems up until now, but this problem has started occurring over the past few weeks. Do you see any areas of concern?
  18. hid333

    My Vehicle

    I am aware of the above, Actually, I would like to separate the roles. admin-1m moderator - 1h default user - 1d If you set this, admin and moderator also belong to the default, so it would be a problem if they were set for a long time. Originally, when multiple cooldown times can be set, the shorter one is often prioritized, but if it seems difficult, I will give up.
  19. hid333

    My Vehicle

    If you set both cooldown 1m and cooldown 1h, 1h will be set. . Because it is set for each role Considering the possibility that multiple cooldowns will be applied, could you please set the shortest one?
  20. hid333

    Professions

    Mechanic's quest only applies to cars that are found on the side of the road in the wild. Scrap cars that have been in junkyards since the beginning Cars generated on lifts using plug-ins etc. are not eligible. On my server, I want to maximize the benefits of mechanics and prevent stray cars from spawning. Is it possible to make all cars eligible for quests?
  21. hid333

    Medic

    I learned a lot from using it, so I'm sorry for all the requests. A function that changes the state to the leaving work state depending on the time the medical provider leaves the room unattended. I would like to have the ability to use a command to leaving work a specified player using their Steam ID. This is because if you are not explicitly clocked out when participating in an event, etc., you will become invincible.
  22. hid333

    Medic

    Create a zone (e.g. name:test, ID:1234) with zone manager The following is set in config It doesn't seem to be working. When the MEDIC status was ON, I was notified when an attack occurred and no damage was taken. I also tried using the zone name, but it didn't change anything. Is there anything else to configure? "Zone restrictions (0: none, 1: Allow Medic only in specified zones, 2: Don't allow Medic in specified zones)(reqires ZoneManager)": 2, "Zone list: (zone ids)": [ "1234" ],
  23. hid333

    Medic

    It may be difficult to notice down notifications in chat. Is it possible to make a sound even if it is a little smaller? It would be nice if it could work with a Notify-based plugin to send notifications when something goes down.
  24. hid333

    Medic

    It was my lack of confirmation. We confirmed that it can be revived by right-clicking and holding until the end. thank you.
  25. hid333

    Medic

    When there are a certain number of doctors and the system is turned on A regular player went down, but I couldn't wake him up. The gauge caused by the interactive button accumulates, but in the end nothing happens and it stays down. Down notifications are displayed normally, but I can't wake them up. When the time limit expires, you will die. Settings remain at default. What could be the cause?
1.7m

Downloads

Total number of downloads.

7.8k

Customers

Total customers served.

117.9k

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.