Jump to content

Bones64Z

Creator
  • Posts

    154
  • Joined

  • Last visited

Everything posted by Bones64Z

  1. Bones64Z

    Lake V2

    Sorry, for some reason, and I just tested it, rivers don't want to show up in my test server on that prefab. Not sure why. If you are ok with using it with Lake V2 and not worry about fishing, then use it, otherwise you will have to remove the prefab. Alternatively, break it apart, and see if you can place two rivers next to each other and see if that fixes the problem.
  2. Bones64Z

    Custom Prefabs?

    Thank you
  3. Bones64Z

    Custom Prefabs?

    How do I get NPC's to spawn around custom prefabs? I've used RustEdit to place a few prefabs around my map. There is no profile for BetterNPC, so I know it requires a custom configuration. I can copy any other config, ie, supermarket, but how to I link that custom file to the custom prefab? Thanks.
  4. Bones64Z

    Weird error in RCON.

    Thanks for the update.
  5. Your suggestion works great, thank you.
  6. Is there anyway to make some of the NPC's ignore the player, ie, if I have them at the supermarket, I want them to patrol, but to ignore the player unless they are attacked? Thanks.
  7. Bones64Z

    Error in logs

    I keep getting these errors. I've included my json file. Any suggestions? CustomGather v2.1.2: Failed to call hook OnCollectiblePickup(CollectibleEntity, BasePlayer): System.NullReferenceException: Object reference not set to an instance of an object at Oxide.Plugins.CustomGather.OnCollectiblePickup (CollectibleEntity collectible, BasePlayer player) [0x00014] in <4f72f750d8bb451c82b3ba97ea42eb4a>:0 at Oxide.Plugins.CustomGather.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x001f3] in <4f72f750d8bb451c82b3ba97ea42eb4a>:0 at OxidePerfCounter.main.HookPerformance (Oxide.Core.Plugins.HookMethod method, System.Object[] args, Oxide.Plugins.CSharpPlugin __instance, System.Object& __result) [0x0009c] in <b3fa7a63aa764ffb9f048e13be62c298>:0 CustomGather.json
  8. Bones64Z

    Weird error in RCON.

    I keep getting this error, is it anything to be concerned about? TrafficDrivers v1.2.98: Failed to call hook OnEntityTakeDamage(BaseCombatEntity, HitInfo): System.NullReferenceException: Object reference not set to an instance of an object. at Oxide.Plugins.TrafficDrivers.OnEntityTakeDamage (BaseCombatEntity entity, HitInfo info) [0x00469] in <4f72f750d8bb451c82b3ba97ea42eb4a>:0 at Oxide.Plugins.TrafficDrivers.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x009ab] in <4f72f750d8bb451c82b3ba97ea42eb4a>:0 at OxidePerfCounter.main.HookPerformance (Oxide.Core.Plugins.HookMethod method, System.Object[] args, Oxide.Plugins.CSharpPlugin __instance, System.Object& __result) [0x0009c] in <b3fa7a63aa764ffb9f048e13be62c298>:0
  9. Bones64Z

    add this to my PVE server

    Changed Status from Pending to Closed
  10. What is the cost for those who bought the first one?
  11. Bones64Z

    add this to my PVE server

    Hi, you right click on your RustEdit Launcher, click option "open file location", look for the folder called CustomPrefabs. Once you have unzipped the folder, find the MidPointpve folder and drag it into your CustomPrefabs folder. When you are in RustEdit, go to prefabs, click the refresh button on the top corner of the prefab window. You should then see the folder for the monument. Its then simply drag and drop the prefab in and choose the height, topology etc. It needs a nice flat surface. Hope this helps.
  12. Version 1.1

    96 downloads

    Midpoint is a small monument (one PvE and one ) that can be placed near roads. Convenient for new players that just joined your server and do not have teleportation rights or just simply wish to enjoy the company of others in safety around a fire pit. There are 3 vending machines, a slot machine, big furnace, small refinery, workbench 1 and 2, recycler, research table and repair bench. PVE does not require a safe zone and comes with Reactivetarget for target practice, good for some fun. PVP includes safe zone mechanism. No build was added to both pve and pvp monument. No peacekeeprs added, you can add them in either in RustEdit or in game. The package consists of two versions of the monument, specifically designed to cater to the needs of both PVE and PVP servers. I have made the item free of charge for anyone to download. (item no longer supported)
    Free
  13. Version 1.0.0

    259 downloads

    A clan's compound of indestructible walls. Place prefab far away from monuments to allow for building in and outside of the prefab. Make sure to use Topology Building to prevent rock formation and trees to spawn in the area. By carefully placing foundation (in-game) you can add gates and doors of your choosing. Please be aware that sliding gates don't allow for free movement through doorways. I have included a small map with the prefab on for you to play with before placing it. (item no longer supported)
    Free
  14. Bones64Z

    Not getting rewards

    Thanks. It did work correctly for the first week after I purchased it. As far as the config, I'm only using the GUI, not touching the json file.
  15. Bones64Z

    Errors on load

    I deleted my json file, and installed your new version and have no issues during reloading. It's working fine, and I'll avoid editing the .json.
  16. Bones64Z

    Errors on load

    I keep getting these errors, any suggestions? Loaded plugin Spawn Modular Car v5.2.2 by WhiteThunder o.load TrafficDrivers [Traffic Drivers] Recorded paths not found, load standard Rust roads TrafficDrivers v1.2.97: Failed to call hook SpawnTrafficCar: System.Collections.Generic.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.TrafficDrivers.SpawnTrafficCarParams (UnityEngine.Vector3[] path, UnityEngine.Vector3 position, Oxide.Plugins.TrafficDrivers+TrafficDriver+DriveSide side) [0x00055] in <7029dffcdd7245fdab7d4176dab37c98>:0 at Oxide.Plugins.TrafficDrivers.SpawnTrafficCar () [0x00051] in <7029dffcdd7245fdab7d4176dab37c98>:0 at Oxide.Plugins.TrafficDrivers.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00313] in <7029dffcdd7245fdab7d4176dab37c98>:0 at OxidePerfCounter.main.HookPerformance (Oxide.Core.Plugins.HookMethod method, System.Object[] args, Oxide.Plugins.CSharpPlugin __instance, System.Object& __result) [0x0009c] in <b3fa7a63aa764ffb9f048e13be62c298>:0 [Traffic Drivers] Cars in spawn queue: 3 [Traffic Drivers] Found suitable roads: 1 Loaded plugin Traffic Drivers v1.2.97 by walkinrey [Rustcord] [DISCORD] events: 🛑 10:00 ```cs TrafficDrivers v1.2.97: Failed to call hook SpawnTrafficCar: System.Collections.Generic.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.TrafficDrivers.SpawnTrafficCarParams (UnityEngine.Vector3[] path, UnityEngine.Vector3 position, Oxide.Plugins.TrafficDrivers+TrafficDriver+DriveSide side) [0x00055] in <7029dffcdd7245fdab7d4176dab37c98>:0 at Oxide.Plugins.TrafficDrivers.SpawnTrafficCar () [0x00051] in <7029dffcdd7245fdab7d4176dab37c98>:0 at Oxide.Plugins.TrafficDrivers.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00313] in <7029dffcdd7245fdab7d4176dab37c98>:0 at OxidePerfCounter.main.HookPerformance (Oxide.Core.Plugins.HookMethod method, System.Object[] args, Oxide.Plugins.CSharpPlugin __instance, System.Object& __result) [0x0009c] in <b3fa7a63aa764ffb9f048e13be62c298>:0 TrafficDrivers v1.2.97: Failed to call hook SpawnTrafficCar: System.Collections.Generic.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.TrafficDrivers.SpawnTrafficCarParams (UnityEngine.Vector3[] path, UnityEngine.Vector3 position, Oxide.Plugins.TrafficDrivers+TrafficDriver+DriveSide side) [0x00055] in <7029dffcdd7245fdab7d4176dab37c98>:0 at Oxide.Plugins.TrafficDrivers.SpawnTrafficCar () [0x00051] in <7029dffcdd7245fdab7d4176dab37c98>:0 at Oxide.Plugins.TrafficDrivers.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00313] in <7029dffcdd7245fdab7d4176dab37c98>:0 at OxidePerfCounter.main.HookPerformance (Oxide.Core.Plugins.HookMethod method, System.Object[] args, Oxide.Plugins.CSharpPlugin __instance, System.Object& __result) [0x0009c] in <b3fa7a63aa764ffb9f048e13be62c298>:0 TrafficDrivers v1.2.97: Failed to call hook SpawnTrafficCar: System.Collections.Generic.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.TrafficDrivers.SpawnTrafficCarParams (UnityEngine.Vector3[] path, UnityEngine.Vector3 position, Oxide.Plugins.TrafficDrivers+TrafficDriver+DriveSide side) [0x00055] in <7029dffcdd7245fdab7d4176dab37c98>:0 at Oxide.Plugins.TrafficDrivers.SpawnTrafficCar () [0x00051] in <7029dffcdd7245fdab7d4176dab37c98>:0 at Oxide.Plugins.TrafficDrivers.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00313] in <7029dffcdd7245fdab7d4176dab37c98>:0 at OxidePerfCounter.main.HookPerformance (Oxide.Core.Plugins.HookMethod method, System.Object[] args, Oxide.Plugins.CSharpPlugin __instance, System.Object& __result) [0x0009c] in <b3fa7a63aa764ffb9f048e13be62c298>:0 ``` TrafficDrivers v1.2.97: Failed to call hook SpawnTrafficCar: System.Collections.Generic.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.TrafficDrivers.SpawnTrafficCarParams (UnityEngine.Vector3[] path, UnityEngine.Vector3 position, Oxide.Plugins.TrafficDrivers+TrafficDriver+DriveSide side) [0x00055] in <7029dffcdd7245fdab7d4176dab37c98>:0 at Oxide.Plugins.TrafficDrivers.SpawnTrafficCar () [0x00051] in <7029dffcdd7245fdab7d4176dab37c98>:0 at Oxide.Plugins.TrafficDrivers.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00313] in <7029dffcdd7245fdab7d4176dab37c98>:0 at OxidePerfCounter.main.HookPerformance (Oxide.Core.Plugins.HookMethod method, System.Object[] args, Oxide.Plugins.CSharpPlugin __instance, System.Object& __result) [0x0009c] in <b3fa7a63aa764ffb9f048e13be62c298>:0 TrafficDrivers v1.2.97: Failed to call hook SpawnTrafficCar: System.Collections.Generic.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.TrafficDrivers.SpawnTrafficCarParams (UnityEngine.Vector3[] path, UnityEngine.Vector3 position, Oxide.Plugins.TrafficDrivers+TrafficDriver+DriveSide side) [0x00055] in <7029dffcdd7245fdab7d4176dab37c98>:0 at Oxide.Plugins.TrafficDrivers.SpawnTrafficCar () [0x00051] in <7029dffcdd7245fdab7d4176dab37c98>:0 at Oxide.Plugins.TrafficDrivers.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00313] in <7029dffcdd7245fdab7d4176dab37c98>:0 at OxidePerfCounter.main.HookPerformance (Oxide.Core.Plugins.HookMethod method, System.Object[] args, Oxide.Plugins.CSharpPlugin __instance, System.Object& __result) [0x0009c] in <b3fa7a63aa764ffb9f048e13be62c298>:0
  17. Bones64Z

    Rubberband Effect

    Yes, no more problems, the rubber banding effect has gone since the offending plugin has been removed.
  18. Bones64Z

    Rubberband Effect

    Hi Some feedback, my wife spent all day going through our mods, and we found this mod, https://umod.org/plugins/map-my-players, conflicts with BetterNpc. We prefer your Mod, 🙂 Thanks.
  19. Bones64Z

    Rubberband Effect

    I guess I can describe it as when you are running, you appear to stutter and go back a few steps, this can continue for a second to two. It's not consistent in the same location, so it's pretty sporadic.
  20. Bones64Z

    Rubberband Effect

    Since the Rust update and loading the new version of BetterNpc, even on the default settings I get a rubber band type of effect on my server. I am using over 125 mods, and when I remove them all and only use BetterNpc, I still get a rubber band type of effect. Any suggestions?
  21. Version 3.0.0

    417 downloads

    Beautiful small round pond with fish, you can fish them out with fishing rod. A nice feature to add to your map in areas that is not close to the ocean and you want to create a hub for players to get together. You can pick the crops growing there, that is pumpkin, potato, corn and different berries. Also include hemp plants. The little pond includes netted buoyants to stand on to make fishing easier. Instructions: When you place it, you might need to click the height, splat etc. a few times. I chose river instead of Lake V2 because it gives you clear water, but you can break the prefab apart, remove the rivers and place the prefab Lake V2 if you choose. reload the map after placing to see the rivers after placing. (No longer supported)
    Free
  22. Thanks, I'll wait for the update. Not good at doing testing.
  23. Bones64Z

    Possible error?

    Will do. Thanks for the feedback.
  24. Bones64Z

    Possible error?

    I see this error in my log files, should I be concerned? Failed to call hook 'OnHelicopterDropCrate' on plugin 'BetterNpc v1.1.9' (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.BetterNpc.OnHelicopterDropCrate (CH47HelicopterAIController ai) [0x00000] in <1fba6f1e821648538b3a13d40474b0b7>:0 at Oxide.Plugins.BetterNpc.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x007e4] in <1fba6f1e821648538b3a13d40474b0b7>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <23ba99f131254889867c71f0bd137b1d>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <157a94ee66ab4a7991faecd1eb84be3b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <157a94ee66ab4a7991faecd1eb84be3b>:0
1.7m

Downloads

Total number of downloads.

8k

Customers

Total customers served.

121.8k

Files Sold

Total number of files sold.

2.5m

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.