-
Posts
338 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by K9N_Twitch
-
[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)
-
It was not working in Carbon.
-
-
Why dont the npc's move and attack
K9N_Twitch replied to Forbidden Lands Rust's Support Request in Support
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 -
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.
-
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?
-
Excellent! Thanks for the quick response!
-
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!
-
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.
-
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!
-
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!
-
{ "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.
-
50 also no change, so I set it to 500, but no change.
-
{ "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.
-
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.
-
-
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.
-
-
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": [] } } } }
-
[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.
-
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)
-
- 3 comments