Jump to content

K9N_Twitch

Member
  • Posts

    338
  • Joined

  • Last visited

Everything posted by K9N_Twitch

  1. Deleted due to incorrect writing.
  2. [2025.02.24 22:52:12] [ERROR] 1. The type or namespace name 'Timer' does not exist in the namespace 'Oxide.Core.Libraries' (are you missing an assembly reference?) [CS0234] (DroneTaxi line 44, column 19)
  3. It was not working in Carbon.
  4. K9N_Twitch

    My Homes

    Is Carbon still not supported?
  5. I have the same symptoms. The NPCs just move around and do not attack. Once I give them an attack, they fight back after a while. But some NPCs will just walk around. Please see the video https://xgf.nu/xN4m1
  6. The settings are initialized even though no changes have been made. For example, I created a group called VIP2 and set it up, but it disappeared.
  7. K9N_Twitch

    Failed to compile

    Failed to compile: The type or namespace name 'API' does not exist in the namespace 'Carbon' (are you missing an assembly reference?) | Line: 6, Pos: 14 Since I am not using Carbon, should I just use one previous version?
  8. K9N_Twitch

    Not available

    YES!
  9. K9N_Twitch

    Not available

    Excellent! Thanks for the quick response!
  10. K9N_Twitch

    Not available

    I use oxide
  11. K9N_Twitch

    Not available

    I connected to the server and tried again, but it did not work. 02/15 22:00:30 | >>> giveportal Mr.K 02/15 22:00:29 | [Portals Plus] Player not found! 02/15 21:59:30 | >>> giveportal 7656119882375XXXX 02/15 21:59:29 | [Portals Plus] Player not found!
  12. K9N_Twitch

    Not available

    I don't want to put my SteamID here so I put an alternative number. I am in the server, load the plugin, run the command and it is not found.
  13. K9N_Twitch

    Not available

    Portal cannot be retrieved. Also, does the portal automatically disappear when I wipe? 02/14 20:17:51 | >>> giveportal 76561198823000000 (MySteamID) 02/14 20:17:52 | [Portals Plus] Player not found!
  14. K9N_Twitch

    Gather Manager

    Thank you for your kind attention. The situation did not work unless MinAmount was set to the desired yield. For example, if the MinAmount is set to 5, the amount harvested is more than without the plugin. If MinAmount is set to the desired amount, e.g., 5000 for 5 times 1000 stones, it will now work. If MinAmount is not set to the desired amount, it does not seem to work. The BaseMultiplier item does not seem to be working, so I forced the MinAmount to be set to the desired amount so that it would not be less than the standard. This finally solved the problem as the desired behavior is being achieved. Thank you very much for all your kind support in spite of the confusing text!
  15. K9N_Twitch

    Gather Manager

    { "Enabled": true, "EnableLogging": true, "RequirePermission": true, "RequireTool": true, "EnablePerformanceLogging": false, "MaxGatherDistance": 5, "ResourceSettings": { "Rock": { "Enabled": true, "GatherMultiplier": 1.2, "MinAmount": 5, "MaxMultiplier": 1, "GatherAttempts": 2, "DamageAmount": 1, "ShowGatherEffects": true }, "Tools": { "Enabled": true, "GatherMultiplier": 1.3, "MinAmount": 5, "MaxMultiplier": 2, "GatherAttempts": 1, "DamageAmount": 30, "ShowGatherEffects": true }, "ResourceTypes": { "Tree": { "Enabled": true, "BaseMultiplier": 500, "MinAmount": 4350, "MaxAmount": 10000, "EffectPrefab": "assets/bundled/prefabs/fx/hit_mark_wood.prefab", "CustomDrops": [] }, "Metal": { "Enabled": true, "BaseMultiplier": 300, "MinAmount": 1800, "MaxAmount": 1000, "EffectPrefab": "assets/bundled/prefabs/fx/hit_mark_metal.prefab", "CustomDrops": [] }, "Sulfur": { "Enabled": true, "BaseMultiplier": 300, "MinAmount": 900, "MaxAmount": 3000, "EffectPrefab": "assets/bundled/prefabs/fx/ore_break.prefab", "CustomDrops": [] }, "Stone": { "Enabled": true, "BaseMultiplier": 300, "MinAmount": 3000, "MaxAmount": 5000, "EffectPrefab": "assets/bundled/prefabs/fx/hit_mark_stone.prefab", "CustomDrops": [] } } } } Setting a minimum value prevents the yield from decreasing below the standard yield! However, I am concerned that it will not work unless the minimum value is set and the harvest is set at 50 times the standard harvest. I am using a translation tool, so sorry if this is not clear.
  16. K9N_Twitch

    Gather Manager

    50 also no change, so I set it to 500, but no change.
  17. K9N_Twitch

    Gather Manager

    { "Enabled": true, "EnableLogging": true, "RequirePermission": true, "RequireTool": true, "EnablePerformanceLogging": false, "MaxGatherDistance": 5, "ResourceSettings": { "Rock": { "Enabled": true, "GatherMultiplier": 1.2, "MinAmount": 5, "MaxMultiplier": 1, "GatherAttempts": 2, "DamageAmount": 1, "ShowGatherEffects": true }, "Tools": { "Enabled": true, "GatherMultiplier": 1.3, "MinAmount": 5, "MaxMultiplier": 2, "GatherAttempts": 1, "DamageAmount": 30, "ShowGatherEffects": true }, "ResourceTypes": { "Tree": { "Enabled": true, "BaseMultiplier": 500.0, "MinAmount": 5, "MaxAmount": 10000, "EffectPrefab": "assets/bundled/prefabs/fx/hit_mark_wood.prefab", "CustomDrops": [] }, "Metal": { "Enabled": true, "BaseMultiplier": 300.0, "MinAmount": 5, "MaxAmount": 1000, "EffectPrefab": "assets/bundled/prefabs/fx/hit_mark_metal.prefab", "CustomDrops": [] }, "Sulfur": { "Enabled": true, "BaseMultiplier": 300.0, "MinAmount": 5, "MaxAmount": 3000, "EffectPrefab": "assets/bundled/prefabs/fx/ore_break.prefab", "CustomDrops": [] }, "Stone": { "Enabled": true, "BaseMultiplier": 300.0, "MinAmount": 5, "MaxAmount": 5000, "EffectPrefab": "assets/bundled/prefabs/fx/hit_mark_stone.prefab", "CustomDrops": [] } } } } There was no change when I tried this setting.
  18. K9N_Twitch

    Gather Manager

    I tested it on a server. You can get 3,000 stones by hitting them with a pickaxe with no plug-ins. If you hit stones with a pickaxe with the plugin, you get 755. Thus, the amount of other ores collected also decreased.
  19. K9N_Twitch

    Gather Manager

    Just to be sure, I'll share the setting values, partially changed from 5x.
  20. K9N_Twitch

    Gather Manager

    Thanks for the update. I tried it with the settings you gave me and still no improvement. Normally, I can get 10000 stones, but with the plugin, I get about 2000.
  21. Does it work without the event command? For example, sending a message to a random chat. EX) say This is test message
  22. K9N_Twitch

    Gather Manager

    I use Gather Manager on my server. For example, even with a 5x stone setting, using Onehitfarm results in less than mining as normal. What should I do? { "Enabled": true, "EnableLogging": true, "RequirePermission": true, "RequireTool": true, "EnablePerformanceLogging": false, "MaxGatherDistance": 5, "ResourceSettings": { "Rock": { "Enabled": true, "GatherMultiplier": 1, "MinAmount": 1, "MaxMultiplier": 1, "GatherAttempts": 2, "DamageAmount": 1, "ShowGatherEffects": true }, "Tools": { "Enabled": true, "GatherMultiplier": 1.5, "MinAmount": 1, "MaxMultiplier": 10, "GatherAttempts": 1, "DamageAmount": 30, "ShowGatherEffects": true }, "ResourceTypes": { "Tree": { "Enabled": true, "BaseMultiplier": 5, "MinAmount": 1, "MaxAmount": 10000, "EffectPrefab": "assets/bundled/prefabs/fx/hit_mark_wood.prefab", "CustomDrops": [] }, "Metal": { "Enabled": true, "BaseMultiplier": 5, "MinAmount": 1, "MaxAmount": 1000, "EffectPrefab": "assets/bundled/prefabs/fx/hit_mark_metal.prefab", "CustomDrops": [] }, "Sulfur": { "Enabled": true, "BaseMultiplier": 3, "MinAmount": 1, "MaxAmount": 3000, "EffectPrefab": "assets/bundled/prefabs/fx/ore_break.prefab", "CustomDrops": [] }, "Stone": { "Enabled": true, "BaseMultiplier": 10, "MinAmount": 1, "MaxAmount": 5000, "EffectPrefab": "assets/bundled/prefabs/fx/hit_mark_stone.prefab", "CustomDrops": [] } } } }
  23. K9N_Twitch

    Downloading images

    [MgPanel] Downloading images... This text was spammed into the console and the panel became unusable. The URLs of the images you are setting up are displayed in the browser without any problems.
  24. K9N_Twitch

    Not working

    I reported it using the F7 key, but it is not in the log. It does not seem to be working. It is not linked to Discord either. (WEBHOOK is properly configured)
  25. 1. Can I use the Ticket tool just by purchasing this plugin? Do I also need a separate subscription? 2.Can I change the language of tickets from English?
1.8m

Downloads

Total number of downloads.

8.4k

Customers

Total customers served.

126.7k

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.