Jump to content

ALiEN JiM

Member
  • Posts

    116
  • Joined

  • Last visited

Everything posted by ALiEN JiM

  1. ALiEN JiM

    Better Npc

    All my NPC's have always been about half a foot above ground, i put it down to NavMesh being baked a bit above the terrain for safety, is there a way to adjust this?
    EasySailing has made boating far more enjoyable and fun, especially for a PvE server. It really opens up the experience of heading out into the deep sea, making exploration feel much more free and rewarding. The controls are intuitive, which makes navigating and maneuvering boats much easier compared to vanilla. It’s a simple change, but it has a big impact on overall gameplay. On top of that, the author was incredibly helpful when I ran into an issue, quick to respond and genuinely supportive, which always makes a big difference. Highly recommended for anyone looking to improve their sailing experience.
  2. ALiEN JiM

    Npc Spawn

    Hi aimacak, Thanks for the reply, I appreciate you letting me know that scarecrow.prefab won’t work. The main reason I was hoping to use it is because I need a clear way to separate different NPC types for my stats and quests. Most NPCs are already being tracked individually (what type was killed and how many), so reusing them for something like “zombie” kills would overlap with existing categories. I understand there may be other NPC types I could use, but realistically most are already in use, and even if I found a suitable one, I don’t currently have the programming knowledge to group multiple NPC types together and count them as a single category. I was mainly trying to keep things simple and clean on the backend, using one dedicated prefab for one purpose. But it’s not a big issue just one of those limitations you run into when trying to build something a bit more custom Thanks again for your time and the info!
  3. ALiEN JiM

    Npc Spawn

    Hi KpucTaJl, Is it possible to use scarecrow.prefab instead of scientistnpc_heavy.prefab in the NpcSpawn presets? If so, are there any special settings or limitations I should be aware of? The reason I’m asking is because I need a way to clearly differentiate between NPC types for my plugins. While I can configure scientistnpc_heavy.prefab to look and behave like a zombie, my quest system and leaderboard only register kills for scarecrow.prefab. Other NPC types (like scientists) are already used for separate quests (e.g., general NPC kills), so they can’t be reused for zombie tracking without causing conflicts. Using scarecrow.prefab is currently the only reliable way for me to track zombie-specific kills independently. Thank you for your time and any info on this.
  4. My guess was harmony patching too but for me it was only a logical guess lol I have tested with v1.11.3 / 1.11.5 / 1.12.4 same issue as in v1.13.1 not sure why but one of the old versions did work fine, i can only guess that with one of the FB updates maybe why it all change and now has issues Is there a way to send you files to help you replicate the issue like discord?
  5. That is the wired thing they do not have Vitals, I'll test later on tonight with version 1.12.4 and or 1.11.5 Cupboard Accepts Anything v1.1.0 by VisEntities is a free plugin i can send you the link if you like
  6. Hi Corvus, I’ve been testing this pretty thoroughly by loading plugins one at a time, starting with only EasySailing v1.13.1 installed. From this, I’ve found two plugins that EasySailing seems to conflict with: Cupboard Accepts Anything v1.1.0 by VisEntities Balloon Heist Event v1.4.0 by Sassy I don’t mind removing the cupboard plugin, but Balloon Heist is quite popular on my server, so I’d prefer to keep that if possible. I’m not exactly sure what the root issue is, but when these plugins are installed at server startup, the EasySailing controls start acting up. However, after some more testing, I noticed something interesting: If I start the server without EasySailing, let everything load normally, and then add EasySailing afterwards, it works perfectly with no issues. So it seems like the problem only happens when EasySailing is present during server startup.
  7. Hi, let me know what you like me to do, I will try later without any other plugins installed to see if it is conflicting with another plugin that is making the forward and backward controls mess up, sorry that i have not tried this yet but it is my next step if it is not a know issue with you.
  8. ALiEN JiM

    Easy Sailing

    Hi Corvus, I seem to be having some issues with the forward and reverse controls. When pressing W to go forward, the sails open immediately and the engines go straight to full speed. Pressing S once does the same in reverse, instantly putting the engines at full speed backward. Myself and other players are finding it very difficult to get the boat into sailing mode or even just idle. Quite often we also see the engines running full speed forward while the sails have opened in reverse. Sometimes dropping the anchor and raising it again will correct the sails and engines so they point the same direction, but it’s still very difficult to switch from full engine speed back to sailing mode. This is happening on both my public and private servers, and it’s extremely rare for the controls to work as intended. Any information or advice would be greatly appreciated. Regards, Jim
  9. Hi Mr_Dead, Thank you for the quick reply. I understand that I can edit the data file manually or use the console command, but the in-game UI is actually the main reason I bought the plugin
  10. Hi, I seem to be having an issue with the in-game UI. When I fill out the text area and press the Save button, most of my text gets deleted and only about the first 90 characters remain. No matter what I try, it keeps cutting the text down as if there is some kind of limit. I’ve checked all the settings and everything appears to be configured correctly. The Title and Image fields work fine — it’s only the text area that seems to have this ~90 character limit. Is there a setting I might be missing, or is this a known limitation? Running on Oxide.
  11. ALiEN JiM

    Dungeon Events

    Hi Martian, is it possible to have an option to disable the NPC Radio?
  12. ALiEN JiM

    Events Manager

    Hi MeventSupport, Would it be possible to add a pause feature to EventsManager that stops all events from triggering? This would be very useful after a server wipe. I like to allow 24 hours with no events, so players can progress in a more vanilla way first. It also gives me time to check and update any plugins that may have broken after the wipe before events start running again. It would also be really helpful to have a pause or skip option for individual events in the daily schedule. This way, if a specific event has a problem, I could temporarily skip it without needing to remove it completely from the schedule and then re-add it later with all the configured times again. So ideally something like: A global pause button to stop all events from triggering. A pause or skip option per event to temporarily disable a specific event. This would make managing events much easier if something needs fixing. Thanks for considering it.
  13. ALiEN JiM

    Easy Sailing

    All I'm going to say is that "Rust" is the gremlin
  14. ALiEN JiM

    Easy Sailing

    Just for the record, easysailing.use was set to the default group for everyone and had not changed from the previous version to your latest v1.12.4. Removing the permission and adding it back still produced the same issue. However, I then removed the permission again after removing the plugin and config. After reinstalling the plugin, it now seems to be working fine. I don't have an explanation for why that fixed it. Thank you for your help and time on this.
  15. ALiEN JiM

    Easy Sailing

    Hi Corvus, I am running Oxide with your latest plugin version v1.12.4, which no longer shows any vital speed or anchor information. When I mount the boat wheel, there are no vitals displayed at all related to the plugin. I have tested this on both my public server and a private clone server, and the issue occurs on both. As a test, I restored v1.11.5, and the vitals display correctly again. However, with that version the W and S controls no longer work, which I assume is why the update was made. I have also completely uninstalled the plugin, deleted the config file, rebooted the server, and then reinstalled v1.12.4, but the issue still remains. Any ideas what might be causing this? EasySailing.json
  16. ALiEN JiM

    Easy Sailing

    Hi, with the latest update (1.12.4) I can no longer get the Vital Speed to show, even though it is still set to true in the config. Does anyone know how I can get it to display again? Many thanks Jim.
  17. With the latest update (v1.0.5), after a few hours of runtime my console starts spamming the error: "Failed to create agent because it is not close enough to the NavMesh." To troubleshoot, I began unloading plugins one by one to identify the possible cause. After further investigation, I went into the DeepSea area and found a large number of NPCs and trees floating in the water. I force-closed the DeepSea event and uninstalled the DeepSea plugin. As soon as it was removed, the console spam stopped. It appears the issue is caused by the DeepSea plugin not properly removing spawned NPCs and trees when the event is closed, resulting in leftover entities when the event reopens. For now, I will revert to a previous version and continue monitoring the server to see if the issue reoccurs.
  18. ALiEN JiM

    Better Npc

    Hi Aimacak, Yes, the issue started occurring after update v2.1.3, if I remember correctly. When booting up the server or simply reloading the plugin, it would begin loading the monument presets and reach around 25%, then stop with an error and fail to complete the plugin load. I rolled back to a backup version from before v2.1.3 and then updated directly to v2.1.7. Everything seems to be working fine now. Thank you for your reply.
  19. ALiEN JiM

    Better Npc

    Keep getting this in console when loading the latest update: NullReferenceException: Object reference not set to an instance of an object at Oxide.Plugins.BetterNpc+ControllerSpawnPoint.CanRemoveNpc (BaseCombatEntity npc) [0x0005b] in <46fba1d2af3e4fa1ab556c293006aaca>:0 at Oxide.Plugins.BetterNpc+ControllerSpawnPoint.Init (Oxide.Plugins.BetterNpc+SpawnPoint spawnPoint, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation, System.String spawnPointName) [0x00152] in <46fba1d2af3e4fa1ab556c293006aaca>:0 at Oxide.Plugins.BetterNpc+<SpawnMonumentSpawnPoints>d__83.MoveNext () [0x000ae] in <46fba1d2af3e4fa1ab556c293006aaca>:0 at UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) [0x00026] in <0063b050016346c5b17d5d89a04d0a99>:0
  20. ALiEN JiM

    Dungeon Events

    After a recent update, the custom NPC names defined in my config are no longer being applied. All dungeon NPC variants are now spawning with the default name “Scientist.” The config entries appear correct, but they are not being respected in-game.
  21. ALiEN JiM

    Weapon Control

    Hi Khaled, I’ve run into an issue with this plugin and wanted to check in with you about it. When a weapon has more ammo than its default capacity (for example, from an extended magazine or a SkillTree extra ammo perk), the ammo count gets reset back to the weapon’s default when swapping to another weapon. This causes the extra ammo to be lost. Would it be possible to add an option to disable the automatic ammo resetting entirely? On my server we don’t need the ammo adjustment feature from this plugin, so having a way to turn it off would be ideal. Thanks for your time, and I appreciate the work you’ve put into this plugin. Best regards, ALiEN JiM
  22. ALiEN JiM

    Vora Island

    What is the size of the map? I ask as currently the quick overview panel is not showing me any stats.
  23. ALiEN JiM

    Shop

    Hi Mevent Support, I appreciate the effort that went into the latest update, and I wanted to share some constructive feedback based on my experience. Positive change: Adding the permissions field directly to the item edit window is a great improvement, it's much more convenient! Issues encountered: Creating new categories isn't working properly for me currently. Skins/previews are not loading for items in the shop UI. Suggestion for item editing UI: The new editing panel feels like a step backward compared to before. It's now a narrower vertical panel that requires scrolling (similar to a mobile view), whereas the previous version was wider, displayed all editable fields at once, and had a much better layout overall. Could you please consider reverting to (or offering an option for) the larger, non-scrolling edit window? It made editing much faster and more efficient. Thanks for you time on this, I love the platform and hope these points can help improve it further! Best regards, ALiEN JiM
  24. ALiEN JiM

    Dungeon Bases

    Hi Fruster, I hope you're doing well! Would it be possible to add a feature that allows admins to predefine a list of spawn points for dungeon entrances? The plugin could then randomly select one from that list each time a dungeon is generated. This would give more control over variety and placement, without needing to manually reload the plugin whenever a dungeon spawns in an undesirable area (like a Raidable Bases zone or custom monument). Thanks so much for your time and all the great work on this plugin — I really appreciate it! Best regards, ALiEN JiM
2.3m

Downloads

Total number of downloads.

10.7k

Customers

Total customers served.

154.4k

Files Sold

Total number of files sold.

3.3m

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.