-
Posts
2,041 -
Joined
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Jbird
-
You have to type it properly don't type it all in caps. oxide/data/Images Like that. See attachment.
-
Возможно, у вашего сервера нет доступа к чему-то. Что происходит, когда возникает эта ошибка? Обновляли ли вы другие плагины, которые использует NpcSpawn, с момента выхода обновления? It was fixed yesterday. Always recommend reading all of the update notes. All you have to do is either use new configs or grab a copy from a backup if you customized them. Or you can even just replace the prefab path. The update was inadvertently clearing the prefab path if you use option 4 or 5 for loot.
-
@KpucTaJl they are just mistaken they are talking about the Images folder. @Nicholas Oakman you are looking at the wrong folder, or you likely don't have this one installed or created. You have to create the folder, or move it from the download, and either move the images with it or move them individually after you've created the folder. Images, not ImageLibrary. There are 4 images that come with this plugin that will need moved into that folder. You can also disable the UI in the plugin configuration to bypass the UI system and I believe it will load properly in that case.
-
I think you might just need to install the folder and files @Nicholas Oakman. oxide/data/Images
-
- 184 comments
-
- 1
-
-
- #boat
- #facepunch
- (and 15 more)
-
- 74 comments
-
- #gas station
- #crates
- (and 20 more)
-
Bounce this to Adem in regards to Convoy. Try to narrow it down so you are pretty sure but let him know so he can take a look into it. PveMode is used by other plugins so generally we will start with the source plugin first and then find out of PveMode needs adjusted. Generally if it does all of the plugins normally would be affected, but not always. This will let us know though. Any details about what causes the error when it happens and such all of that is important to help sort the error out.
-
Awesome haha thank you for letting us know @Doughaffernen
-
Thank you for the feedback and idea @GamingHQ no worries and thank you for adding your thoughts. I saw someone ask about chickens recently somewhere and I was like what the hell? Now I know!
-
What version of NpcSpawn do you have? Is that BetterNpc? What version of that are you using? Double check those and can you confirm that the server and oxide files were all updated recently as well @MrLiquid?
-
- 184 comments
-
- 1
-
-
- #boat
- #facepunch
- (and 15 more)
-
Ojalá todo funcione bien amigo @Cazador Luna. Háganos saber si tiene algún otro problema.
-
Sounds like a plan.
-
Just to confirm the BetterNpc NPCs are not attacking the ZombieHorde NPCs?
-
Correct NPCs will only be active around actual players. What plugin are they not attacking NPCs from?
-
If you need Npcs to be able to fight with other Npcs, then set the value of CanTargetOtherNpc inside NpcSpawn to true. There are config options regarding the AI being inactive around players but for server performance it is recommended against turning this on. They move when players are nearby which saves a lot on resources.
-
A few things to check. Do you have any old custom files that are still enabled from another map? Have you made any changes recently to the server or the configs? Have you updated oxide since yesterday?
-
API ScientistNPC SpawnNpc(Vector3 position, JObject configJson) Creates an NPC position – NPC position on the map configJson - NPC parameters void AddTargetRaid(CustomScientistNpc npc, HashSet<BuildingBlock> foundations) Sets NPC targets for a raid npc - NPC for which you need to specify the target for the raid foundations - list of foundations, for the NPC raid void AddTargetGuard(CustomScientistNpc npc, BaseEntity target) Sets an NPC target to guard npc - NPC for whom you need to set a target that he will guard target - an entity that needs to be guarded by an NPC void ChangeHomePosition(CustomScientistNpc npc, Vector3 pos) Changes the NPC point of the home npc - NPC who needs to change the point of the home pos - new point of the home BasePlayer GetCurrentTarget(CustomScientistNpc npc) Gets the current target for the NPC npc - NPC who needs to get his current target