Jump to content

Wile E.

Member
  • Posts

    220
  • Joined

  • Last visited

Everything posted by Wile E.

  1. Wile E.

    Better Npc

    I just noticed these errors while searching for something else. I am unsure if it is negatively impacting the NPC's. Failed to call hook 'OnSupplyDropDropped' on plugin 'BetterNpc v1.3.0' (KeyNotFoundException: The given key 'AirDrop' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <467a840a914a47078e4ae9b0b1e8779e>:0 at Oxide.Plugins.BetterNpc.OnSupplyDropDropped (SupplyDrop supplyDrop, CargoPlane cargoPlane) [0x0002f] in :0 at Oxide.Plugins.BetterNpc.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00304] in :0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in :0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0 Failed to call hook 'OnHelicopterDropCrate' on plugin 'BetterNpc v1.3.0' (KeyNotFoundException: The given key 'CH47' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <467a840a914a47078e4ae9b0b1e8779e>:0 at Oxide.Plugins.BetterNpc.OnHelicopterDropCrate (CH47HelicopterAIController ai) [0x00000] in :0 at Oxide.Plugins.BetterNpc.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x007f6] in :0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in :0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0
  2. Anyone know where this plugin stores the "current vehicle" information ? It is not the Data file. The Data file is getting the information from somewhere. The reason I need to know is that when trying to spawn a vehicle I get the alert that you are only allowed a single vehicle at a time. However, running this command -> /removevehicle <- does nothing. Removing the plugin and all the bits I can find and then reinstalling it also does nothing to remove the vehicle that seems attached to me. So this all makes the plugin useless atm
  3. Wile E.

    Lights On

    I suspect I am missing the boat on a toggle. I would like to be able to control turning on or off a Player Hobo Barrel but am unable to do so. I have static Hobo Barrels set to "always" and Player Hobo Barrels set to "night." Protect Hobo Barrels is set to false. What am I missing ?
  4. Wile E.

    NPC Gifts

    I am guessing it does not work with BetterLoot. I tried changing one prefab to the DM Food Crate as you suggested to someone else but it ignored my Loot Table and just used a minimum of food bits. Besides this, thanks so much for creating this and offering it for free. very cool
  5. Version number listed does not match the plugin version. Plugin version shows as 1.5.0
    An extremely popular Event with players on my server. Super simple to set up and customize. Changing it up can easily make it feel like a different Event. Anyone who has this plugin should also consider looking at the Simple Loot Table plugin to tweak the loot available and reward players well for taking out the Heavies and/or NPC's to get to the crates. I love this Event and am also impressed with the dev, Fruster. I have a few of Fruster's products and have had a couple occasions to reach out for some guidance and got a reply with a solution in short order. Outstanding all around !
    There are excellent challenges to defeat this base and it is super popular with players on my server. While it is a little pricey for a single base it is very well done and I am quite satisfied that I bought it.
  6. Wile E.

    Come at me bro

    For me - the animation is super annoying and really impossible to have a decent look at your base
  7. Thanks for the update. Much appreciated.
  8. Lots of errors this past few days since Facepunch's "updates." Not sure if it is Heli Speed itself or something else that is interfering. I started getting these errors after the last Heli Speed update. I keep getting: "[HeliSpeed] Failed to reset speed (car destoryed)"
    I very much appreciate the simplified method of checking for plugin updates by author. I have been running this for a while now with zero errors. Excellent work.
  9. Sorry but the way these images change makes it impossible for me to view the pages. Personally, I would much prefer static images
  10. Any Nightmare raidable bases that use prison cell walls and gates in front of auto turrets can be walked through. The turrets will shoot but do zero damage. I have tested this a couple of times. I have been told by a base builder that chain link fencing still works but I have not tested it. I have reported this to Facepunch and they are investigating. Quite possible Facepunch has been given multiple reports of this.
  11. Wile E.

    Launch Island 4K

    Never mind, finally sorted that the fuse goes at the bottom of the rocket and the switch is on the top floor.
    An excellent addition to the door closers. Works perfectly in the most recent Rust in March 2024. Simple to adjust the config to meet the needs of your base design.
    This is one of a few plugins/mods that once they are up and running they are easy to forget. They feel like an automatic addition from Facepunch. One thing I would love to see, if possible, is for players being able to control the rotation degrees of a turret. For example, commands that a player could use to change the rotation from 360 to 180 or to any range of the 360 degree circle.
    Excellent work. ! I love this plugin as do my players. It makes organizing your loot rooms so much cleaner and it maximizes your space more efficiently. Players almost feel like this is a default part of the game and can't imagine being without it. Never an issue with this plugin
  12. Wile E.

    Air Drop Marker

    First, thanks for this plugin. It has been a bit erratic but overall solid. Lately getting errors: Failed to call hook 'OnEntityKill' on plugin 'AirDropMarker v1.1.1' (KeyNotFoundException: The given key '112893290' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.AirDropMarker.OnEntityKill (SupplyDrop entity) [0x00009] in :0 at Oxide.Plugins.AirDropMarker.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00151] in :0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in :0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <032ab7611607468ebf42c14e3cf9df20>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <032ab7611607468ebf42c14e3cf9df20>:0
  13. Wile E.

    Raid Protection

    Since it is suggested for server owners to host the images I think, as a reminder, it would be worthwhile to mention in the "Upgrading Versions" section on the Description page that, for people that do host the images themselves, the "Image Settings" section of the config should be copied back into the fresh config to make sure that section of the config points to your hosted images.
  14. Wile E.

    Building Skins

    Much appreciate this update to an excellent **free** plugin.
  15. Wile E.

    Convoy

    Are you looking in the Convoy Data json ? That is where the routes should be saved.
    Outstanding job and so simple for players to use. Some nice updates along the way as well that make everything simpler. INo conflicts with other plugins for me. It is a must have plugin. I would love to see the brick skin added soon.
    I would have happily paid for Permissions Manager. To say it simplfied controls for Admins is an understatement. I had previously tried some of the other permissions plugins but none measured up to what I was looking for. Permissions Manager changed all that ! It has an excellent GUI that makes everything easy to read and understand at a quick glance. All it takes is a few clicks to sort out the perms you need to control and it automatically saves your choices when you back out of the GUI. Outstanding, but especially so because it is free.
  16. Understood. I did not realize it was inappropriate to mention a plugin in this context.

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.3m
Total downloads
Customers
10.7k
Customers served
Files Sold
154.5k
Marketplace sales
Payments
3.3m
Processed total
×
×
  • 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.