Jump to content

Fusion 3.64

Member
  • Posts

    715
  • Joined

Everything posted by Fusion 3.64

  1. Fusion 3.64

    Raidable Bases

    @nivexI had an easy base spawn with a wall around it. I have that option turned off in the config. Not sure it that matters any.
  2. Fusion 3.64

    Raidable Bases

    I'll try to see what I can pin down. And understandable with not being able to replicate. It's totally random. Just seems to be happening a bit more often lately. May be related to another plugin.
  3. Fusion 3.64

    Zipline Icons

    Perfect. Thank you.
  4. Fusion 3.64

    Raidable Bases

    @nivex I've been having a lot of bases not despawn recently (aware it's a know issue). I'm assuming it has to do with active raids and server restart. Maybe a quick and dirty fix would be checking the spawn points for a minimum of x unowned entities on plugin load and clearing the area?
  5. Fusion 3.64

    Zipline Icons

    Would you be able to provide images of the skins so I can add them to my shop? Sometimes the shop plugin just doesn't want to load the skins so I need to add an image link in. Your skins are private/hidden so I'm unable to download them from the workshop pages. I'll upload them to my imgur account so I don't need you to host them. Just a temporary link, or upload them to this thread.
  6. Fusion 3.64

    Sleep per unit of time

    Guessing that's a no on the suggestions. lol That aside I'm a little unclear on what exactly the sleep per unit of time is. Or maybe I'm not looking in the right place. I would like it to take 2 "Rust days" before the player bar is depleted. So I think that's 2 hours?
  7. I'm not sure if todays update was intended to fix this error. But it's still in place. Here's a video showing the bug. Current plugins running are: ImageLibrary Shop Economics StackModifier AdminMenu
  8. I honestly have no idea what they meant by that lol. When it comes to code, my knowledge = null. I can change the language in a plugin and alter commands. And sometime prefabs without breaking it. But that's about it. They did add the ability to change the container prefab. So I can just play with that until I find one that doesn't conflict. Does your plugin cover the majority of containers or just a select few?
  9. Sorry about that. I was just waiting on the dev to get back/add support. If I am understanding things right they said this should work It is accessible by OnLootEntity hook. [6:31 PM] So if you want to work that out it can be made by if (container.transform.position < -400) return; [6:32 PM] But i will also add some hooks in next version. They just released an update an hour ago with API support and the option to change container prefabs in case of plugin conflicts. So that's probably the easiest option.
  10. Fusion 3.64

    possible max button bug

    I have 100k stacks of stone. They sell for 100 economic points each. If you have more than one stack (for example 2 100k stacks) and click max it will sell for 20 million points and not remove them from your inventory. And the number removed shown in chat is incorrect. I'm running StackModifier at the moment if that matters any.
  11. Fusion 3.64

    Shop

    They are deployable items. Whatever base item you use will have the skin (Which you need to provide unless you use the defaults in the config) of the vehicle you buy. Just place it down and poof (more like clunk). But yeah. That's all.
  12. Understood. Life happens And I worded that poorly. I was just saying that I know they would love being able to pick their own colors, so this plugin would be appreciated as an addition/replacement to the server over the current. With the other part I meant that they could move the position themselves, so it would save the position for the player vs it only being a universal setting in the config. Maybe give them static points to pick from/click on? Like #1 over the hotbar #2 under the compass. And have custom settings in the config to work around any additional UI the server may be running. But this is just a suggestion. Not a deal breaker. I've got the plugin pinned for updates. So I'm sold as soon as the HP version is out
  13. I'm not sure if this is a fix on your end or theirs. Or it's just going to be a thing. But I figured I would reach out to you first and see if you could block it.
  14. Oh I see it now. Thank you. There's so much to work with I totally missed it
  15. Also would it be possible to get the ability to move the go back button? It's stuck behind the ui of another plugin. Or are you able to force it to the front/top?
  16. Failed to call hook 'VirtualQuarriesConsoleCommand' on plugin 'VirtualQuarries v2.0.1' (KeyNotFoundException: The given key was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <fb001e01371b4adca20013e0ac763896>:0 at Oxide.Plugins.VirtualQuarries+VirtualQuarry.TakeFuel () [0x0001f] in <f1d381de6e6c49fb8eeec56839525247>:0 at Oxide.Plugins.VirtualQuarries+VirtualQuarry.TryRun () [0x0004a] in <f1d381de6e6c49fb8eeec56839525247>:0 at Oxide.Plugins.VirtualQuarries.TryStartQuarry (BasePlayer player, System.Int32 quarryId) [0x000a6] in <f1d381de6e6c49fb8eeec56839525247>:0 at Oxide.Plugins.VirtualQuarries.VirtualQuarriesConsoleCommand (ConsoleSystem+Arg arg) [0x0035e] in <f1d381de6e6c49fb8eeec56839525247>:0 at Oxide.Plugins.VirtualQuarries.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00aa8] in <f1d381de6e6c49fb8eeec56839525247>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <e23ba2c0f246426296d81c842cbda3af>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <46ff2b534abb4b35952608167523b7ec>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <46ff2b534abb4b35952608167523b7ec>:0 I thought maybe this was a plugin conflict, so I unloaded everything aside from Imagelibrary and it's still happening. At most I can turn it off and on once and then this happens. As mentioned in the previous post, I have all permissions off. This will generally happen after a reload of the plugin.
  17. Would you be willing to restore the notification telling players they need to type /qr when they try to throw a survey charge? Just saying NoSurveyThrow isn't as informative as the previous version was. Maybe update/move it to the lang file?
  18. Or maybe give it "support" for the Drug Mixing plugin. So you set the skins and items to lower the mentality bar. Then players can create them in the mixing table. And some items can increase the mentality bar.
  19. No matter what you do, every time it will insert the word Description in front of whatever you enter. So you have to manually edit the file to fix it. Also players have been requesting the option to craft more than one item at a time. Not having it set for multiple output on craft, I know that's already a thing ("Amount": 1,). But being able to select how many items they wish to craft. It would be especially useful for crafting items like the 40mm grenades. Would you be able to add that in?
  20. Fusion 3.64

    OnNpcTarget conflict

    This is also coming up Calling hook OnNpcTarget resulted in a conflict between the following plugins: NpcTarget - True (Boolean), AdditionalMetabolism (False (Boolean))
  21. { "Name": "Extended Magazine +50%", "SkinID": 2817854052, "Ammo Multiplier": 1.5, "Settings spawn in crates": [ { "Prefab": "assets/bundled/prefabs/radtown/crate_normal.prefab", "Chance probability [0.0-100.0]": 5.0 } ] }, Pretty simple. You just put the prefab (https://www.corrosionhour.com/rust-prefab-list/) in the prefab line. Then set the chance and you're done.
  22. Suggestion: Add the option to use skinned/named Anti-Radiation Pills. And either add drop settings into the plugin or the user can insert them into the loot table themselves. I think it would add a little more of a challenge to find them and clarity to the recovery for mentality if using Anti-Radiation Pills, if they're to find a bottle of psych meds or whatever the user choose to name them, the player will figure out that it's connected to the mentality bar. Otherwise the players either have to figure out they need to take Anti-Radiation Pills somehow, or the server owner needs to put the information out there for them. And let's be honest, this is Rust. Naming items doesn't always get the point across. Having an info plugin tends to be even less informative to those particular players.
  23. You configure what entities to spawn them in and at what rates through the plugin. There are spawn commands you can use through console or in other plugins. If you want to make them craftable you'll need an additional plugin. There are several available on this site.
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.5k

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.