Jump to content

aimacak

Member
  • Posts

    1,514
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by aimacak

  1. 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.
  2. aimacak

    spam is back

    Well, I can't say that right away. My experience with custom maps isn't great. I tried it a couple of times and was disappointed, perhaps for my own reasons. That's why I only talked about that error and the reason it appeared. Perhaps there are some other nuances... If you could give me a clear example of a map with these errors, especially if RustEdit was blamed for something, I'd be interested in tinkering with it
  3. aimacak

    Plugin removed after reboot

    is this the right behavior? or do you mean that BetterNpc has retired?
  4. aimacak

    spam is back

    Yes, but even on a Custom Map, the final reason is incorrect coordinates or the navmesh type at the NPC) You can use the game console to spawn NPCs anywhere on the map, for example, on the road, ( spawn scientistnpc_oilrig / spawn scientistnpc_patrol) and they will stand still and spam you in the console, my console hides these messages and I see them only in the log file itself
  5. aimacak

    Plugin removed after reboot

    Can you add me to discord or create a ticket in mad mappers? @shrpndfcsd It would be much easier and faster for both of us, I don't insist.. UpdaterNpcSpawn and UpdaterBetterNpc are only needed to update to new versions of plugins, and if installed correctly, they delete themselves after performing all the actions for which they were created)
  6. aimacak

    spam is back

    Hello, I've read your previous ticket a bit ( https://codefling.com/files/support/14120-console-spam/ ) and I can tell you for sure that the reason for the spam has been with you all this time, at least the current one. This may seem strange to you, but it is true, this spam causes a lot of simultaneously running events multiplied by the number of players on the server with advanced map marker, change the markers in all events to simple and make sure of this. About it from before ticket, if you interesting: Failed to create agent because it is not close enough to the NavMesh When an NPC wants to move, it uses NavMesh coordinates. If it can't find them, it tries endlessly, but fails, which is what causes the errors you mentioned. Typically, this is due to incorrect NPC coordinates or an incorrect NavMesh type, which can be specified in the preset file oxide/data/NpcSpawn/Preset/, previously, it was also specified for each preset, but they were located in oxide/data/BetterNpc/
  7. aimacak

    not working for me

    You did a great job) Here are the new files for custom maps
  8. aimacak

    Plugin removed after reboot

    Hello, this is most likely from the update plugin (UpdaterNpcSpawn.cs or UpdaterBetterNpc.cs), which for some reason is located in oxide/plugins/ if you have a backup of your files: configuration (oxide/config/): NpcSpawn.json, BetterNpc.json and data files (oxide/data/) BetterNpc, you can start updating again, or send me your backup, I'll try to do it for you. Also, you can add me to the discord for the real-time dialogue @shrpndfcsd
  9. aimacak

    Compile error

    Hello, this is an error from the update plugin if you have a backup of your files: configuration (oxide/config/): NpcSpawn.json, BetterNpc.json and data files (oxide/data/) BetterNpc, you can delete UpdaterNpcSpawn.cs, UpdaterBetterNpc.cs, NpcSpawn.cs and BetterNpc.cs from the folder oxide/plugins on your server, download the files that I listed above and start updating again according to the instructions from the archive with the BetterNpc plugin Also, you can add me to the discord for the real-time dialogue @shrpndfcsd
  10. aimacak

    not working for me

    hello, your logs indicate that BetterNpc loaded correctly, which means NpcSpawn is working for you, I also see a lot of errors from the Admin v1.8.0 plugin, if your NPCs are not working correctly, I would try to unloaded it for testing. Do Events work for you? You can send me thease files? oxide/config/NpcSpawn.json oxide/config/BetterNpc.json folder oxide/data/BetterNpc folder oxide/data/NpcSpawn/Preset Also, you can add me to the discord for the real-time dialogue @shrpndfcsd
  11. aimacak

    Npc Spawn

    do corpses disappear in any particular event or monument or on the entire server?
  12. 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(); });
  13. 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.
  14. 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?
  15. 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.
  16. aimacak

    settings

    The problem was solved in discord, thanks.
  17. aimacak

    settings

    can u add me in discord? @shrpndfcsd
  18. aimacak

    settings

    this command implies using the following format: /SpawnPointAddPos 1 Launch Site, where 1 is the preset number from top to bottom in the data/BetterNpc/Monument/Launch Site file.json, when you enter a command into this file, in this case, the coordinate where you are located is added to the first preset. Is your ship moving or is it static? Do you have a procedural map or custom?
  19. aimacak

    settings

    And try with NpcSpawn version 3.1.9, maybe the changes to NPC sleep will help you. And I also ask you once again to check the contents of the folder with the Sailing Ship plugin from codefling, perhaps there are additional NavMesh files for NpcSpawn, because you yourself said that you deleted all the files when updating.
  20. aimacak

    settings

    Did I understand correctly that you don't have an npc on the ship in the plugin you sent?) I'm not sure, but it's like there haven't been updates to this plugin for a long time.. maybe there are files in the archive in the folder data/NpcSpawn/NavMesh?
  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?
  22. Hello, sorry for the long reply, fixed in 1.1.9.
  23. Solved in the discord, thank you.

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.7m
Total downloads
Customers
11.5k
Customers served
Files Sold
164.4k
Total sales
Payments
3.6m
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.