Jump to content

aimacak

Member
  • Posts

    1,311
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by aimacak

  1. aimacak

    Better Npc

    Hello, check files in /oxide/data/BetterNpc/Road/, have it? and check value on parameters "Enable?" in this files.
  2. aimacak

    Better Npc

    try add ScarecrowNPC like this or another type, which is a ZombieHorde, I do not know him, unfortunately..
  3. aimacak

    Npc Spawn

    Hello, can you add me to the discord? @shrpndfcsd
  4. aimacak

    Npc Spawn

    I'm sorry, I didn't see the clarification about the flag. in new versions, when changing parameters in /preset, you don't need to reload the plugin to apply the changes, you can reload a specific spawn point like /SpawnPointReload Launch Site or test it by /spawnpreset {presetname}
  5. aimacak

    Better Npc

    Probably not, first we need to make sure everything is correct. What kind of pun did you come up with? You can add me on Discord, maybe it would be more convenient @shrpndfcsd
  6. aimacak

    Better Npc

    I understand, it's okay. Let me clarify for you: NpcSpawn and BetterNpc recently had a major update, which is the only reason for all the confusion and complexity. That's also why you have *.cs update files in your archives. They were created primarily to preserve user settings when upgrading from the previous version to this one. There are also instructions for all possible options, for a clean installation, for those who use BetterNpc and for those who don't.
  7. aimacak

    Better Npc

    If you'd followed this procedure exactly at least once, everything would have worked. You asked for help, and I'm trying to help you within the forum's guidelines and in the same ways I've helped many people. How can you help someone who's resisting? I've provided you with arguments, based on your own logs, as to why you're having these problems, and for some reason you've decided to argue with me instead of following my exact procedure and enjoying the plugins working properly.
  8. aimacak

    Better Npc

    @lokisoteg oh, yes, I completely forgot, before transferring the data files, you also need to delete NpcSpawn.cs, BetterNpc.cs, UpdaterNpcSpawn.cs and UpdaterBetterNpc.cs from oxide/plugins/
  9. aimacak

    Better Npc

    This is already a standard question about backups, so I wrote it automatically, besides, I do not know for what reason you did a clean install. Since, judging by the server logs, UpdaterBetterNpc is installed on your server, I can assume that you have a broken BetterNpc configuration, and possibly NpcSpawn. I would advise you to delete the configurations: NpcSpawn.json, NpcSpawn_old.json, BetterNpc.json and BetterNpc_old.json, delete data files: oxide/data/BetterNpc/, oxide/data/NpcSpawn/Preset/. After that, transfer the data files from the last version of NpcSpawn and BetterNpc archives, then upload NpcSpawn.cs, then upload BetterNpc, you don't need any Updaters for a clean install.
  10. aimacak

    Better Npc

    Well.. This won't help you right now, although at first it may seem like everything is fine. Did you backup your files before starting the major update? configs NpcSpawn and BetterNpc, data files: oxide/data/BetterNpc
  11. aimacak

    Better Npc

    these are the logs of the oxide, not the server, look for the server logs, you can make sure that you have found the right file by searching for your error - IOException
  12. aimacak

    Better Npc

    send the full error information from the server logs file, and I'm also interested in the messages when NpcSpawn is reloaded (o.reload NpcSpawn)
  13. aimacak

    Better Npc

    its broken, delete it and o.reload BetterNpc { "Start time of day": null, "Start time of night": null, "Use the plugin's PVE mode? (only if you use the PveMode plugin)": false, "Distance from the center of the safe zone to the nearest NPC spawn point [m]": 0.0, "List of NPC types that should not be deleted (can use class name, NPC name, SkinID, or ShortPrefabName)": null, "Run the debug.puzzlereset command when the plugin loads or reloads to refresh puzzles, IO, and NPCs at Facepunch monuments [true/false]": false, "Refresh NPCs and crates at monuments when the plugin loads or reloads? [true/false]": false, "Enable simplified loading logs in the server console? (intended for advanced users who want fewer loading messages) [true/false]": false, "Configuration version": { "Major": 2, "Minor": 1, "Patch": 5 } }
  14. aimacak

    Better Npc

    Are you sure you're using NPCs from BetterNpc on your Oil Rigs? I know that flying heavy NPCs appearing on CH47s with small Oil Rigs has been a common occurrence for a long time now, and it's not related to plugins.
  15. aimacak

    Better Npc

    If you have already tried to do clear install, here is a list of everything you need to do before trying again. If you have a backup and want to keep your old settings, create a ticket in the support section and attach all files related to NpcSpawn and BetterNpc, config and data. For a clean installation, delete the following files in the oxide/plugins folder: BetterNpc.cs, NpcSpawn.cs, UpdaterNpcSpawn.cs, UpdaterBetterNpc.cs, in the oxide/data folder: BetterNpc and BetterNpc_old, and in the config folder: NpcSpawn.json, NpcSpawn_old.json, BetterNpc.json and BetterNpc_old.json. Next, move the data folder from the archive with the NpcSpawn plugin, downloaded from codefling, to the oxide/ folder, confirm the replacement of files, then move the data folder from the archive with the BetterNpc plugin, downloaded from codefling, to the oxide/ folder, then move NpcSpawn.cs from the archive with NpcSpawn to the oxide/plugins folder. After successful loading, move BetterNpc.cs from the archive to the oxide/plugins folder, everything should work. If you move *.cs plugins to the oxide/plugins folder and they don't load automatically, you'll need to manually load the *.cs file after moving it using the o.load {PluginName} command.
  16. aimacak

    Npc Spawn

    do corpses disappear in any particular event or monument or on the entire server?
  17. aimacak

    Npc Spawn

    This is the only timer associated with removing NPC corpses, and it removes a corpse after 0.2 seconds only if that NPC has the Remove Corpse On Death option enabled. The update note you pointed to says that this parameter (Remove Corpse On Death) has changed its default value for the new presets (it was true, it became false) that you create in NpcSpawn (/preset) and for all NPCs that are used in events that have not yet been updated. in compatibility mode, because The configuration of these events for these NPCs does not have all the parameters that are in /preset, and therefore they accept the default values of these parameters from the NpcSpawn plugin. timer.In(0.2f, () => { if (corpse.IsExists()) corpse.Kill(); });
  18. aimacak

    Boss Monster

    Yes, you're right, unloading or reloading the NpcSpawn plugin naturally affects this, but you wrote after the update, in the current situation, I understood this as a transition from older versions of plugins to a major update. You can read the information for each update, and if you are not concerned about what was fixed in the last update, update when it is convenient for you, there is nothing wrong with that, you should not immediately ruin the entire server operation when the plugin is released, unless there are good reasons for it. I will discuss with the developer the point you mentioned, whether there is a way to make Bosses have a timer to appear if they have retired due to NpcSpawn's unload / reload, but in any case it will be like a future plugin improvement, this will not happen in the shortest possible time, so you can stick to my first advice.
  19. aimacak

    Boss Monster

    Are all the other NPCs working correctly for you? Events? Does BetterNpc fill the monuments? If so, then no, maybe you changed something in the Bosses settings, or you just didn't wait for them to spawn?
  20. aimacak

    Npc Spawn

    NpcSpawn and BetterNpc have no effect on the time of disappearance of backpacks with loot, they either delete the corpse and the bag is created automatically, or they do not delete the corpse and everything happens depending on your server settings and plugins.
  21. aimacak

    Npc Spawn

    if I'm not mistaken, this is just an automatic check of the latest version of the plugin to notify the administrator, is the plugin working for you? are there any other errors, for example, after o.reload NpcSpawn?

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.4m
Total downloads
Customers
10.7k
Customers served
Files Sold
155k
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.