Jump to content

Fusion 3.64

Member
  • Posts

    752
  • Joined

  • Days Won

    14

Everything posted by Fusion 3.64

  1. Fusion 3.64

    Shop

    @Mevent I had posted this in the support section a couple weeks ago but never got a response. But there's a bug with the max button 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 do 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. Video of exploit At the very least how do I shut off the max button so I can put the sell option back in the store? Edit: While capturing the exploit I was only running StackModifier, Economics, Shop, ImageLibrary and AdminMenu
  2. Fusion 3.64

    Shop

    How do I set "Buy Limits (0 - no limit)": {}, I'm not really sure what to put in there. Numbers don't work. Numbers in quotations don't work. And I'm not even sure if it's what I want to use. I want to limit players to only be able to buy this item that number of times that wipe.
  3. 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.
  4. 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.
  5. Fusion 3.64

    Zipline Icons

    Perfect. Thank you.
  6. 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?
  7. 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.
  8. 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?
  9. 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
  10. 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?
  11. 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.
  12. 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.
  13. 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.
  14. 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
  15. 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.
  16. Oh I see it now. Thank you. There's so much to work with I totally missed it
  17. 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?
  18. 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.
  19. 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?
  20. 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.
  21. 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?
1.9m

Downloads

Total number of downloads.

9.2k

Customers

Total customers served.

134.8k

Files Sold

Total number of files sold.

2.8m

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.