-
Posts
2,199 -
Joined
-
Days Won
17
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by Jbird
-
Hello there. Are you by chance in the Mad Mapper Discord or would you be willing to join, to create a ticket? We could dig into this more to try to find what the error is being caused by and resolve it. Did you customize the files or are you using default files? It may be more of a server issue but I only say that because there are no known issues with the plugin or we would have heard about it by now, so it is special to your server in one way or another. Will have the developer look at the error itself as well to see what it is telling us about the issue so he may reply soon as well. What version of NpcSpawn and BossMonster are you running?
- 472 comments
-
- #abilities
- #boss
- (and 16 more)
-
- 472 comments
-
- #abilities
- #boss
- (and 16 more)
-
- 20 comments
-
- 1
-
-
- #code lock
- #door
-
(and 12 more)
Tagged with:
-
Might be nothin but it could be an issue in some circumstances. These errors are usually due to more than one plugin using those hooks at the same time. BetterNpc will give this error to let you know. Most of the time it actually still runs the mini events with NPCs but some times it will not work or it will create NPCs in places you may or may not want. It could be as easy a fix as disabling the related event in BetterNpc, just depends on if there is an error in the plugins running properly and whether that is an issue or not for you. If you want to dig deeper into it you can jump into the Mad Mapper Discord to create a ticket and share a list of plugins or discuss what plugins you think it would be interacting with the same hook and we could look for a fix.
-
Reload the plugin to see that it is loaded fully and properly. If the command is not working then perhaps the plugin is not loading properly. When you reload the plugin if it loads then you should be able to use the command. If you would like you should join the Mad Mapper Discord and create a ticket there where you can share your configuration and more screenshots so that we can troubleshoot any issue you may be having. This plugin is by another developer entirely. You'll want to discuss this under that plugin.
- 20 comments
-
- #code lock
- #door
-
(and 12 more)
Tagged with:
-
- 194 comments
-
- #boat
- #facepunch
- (and 15 more)
-
- 194 comments
-
- #boat
- #facepunch
- (and 15 more)
-
Would any of you be willing to jump in a ticket in the Mad Mapper Discord? We can create a group ticket and I can add everyone too it so we can get with KpucTaJl and see if there is anything we can do to improve things. @š½éšУ @Flint Monkey @Covfefe @KingSizeKevin I think you may already be in a ticket there right? Can join up with the squad?
- 194 comments
-
- #boat
- #facepunch
- (and 15 more)
-
Most servers run this plugin with no issues so likely there is a reason that they are having this issue only on certain servers. Just disabling it won't really fix it but it is hard to fix without lots of information or at least just the right information that helps guide us. This is being tested and looked into as we find the time for it. But sometimes these things are not easily reproduced without more specifics. Two total? There are multiple presets people forget about sometimes. There was a customer who had once increased a 2nd or 3rd preset to a very high number and forgot, so they continued only to edit the first preset. Just a thought though and only curious for confirmation.
- 194 comments
-
- 1
-
-
- #boat
- #facepunch
- (and 15 more)
-
There are a couple ways but let me explain first why it happens. There are several plugins that use the hook when there is an air supply drop. This error is generally harmless in most instances but it is in regards multiple plugins using that hook at the same time. If you notice specific issues along with the error please let us know. Otherwise one thing you could do is go into the events folder and disable this one.
-
Here is a list of what you need to check. Check the versions and make sure they are current. Use the plugins command or check them manually. Current at the time of this post. NpcSpawn 2.5.7 BetterNpc 1.2.6 HarborEvent 2.1.8 SatDishEvent 2.1.5 JunkyardEvent 2.1.2 PowerplantEvent 2.1.2 ArcticBaseEvent 1.0.9 GasStationEvent 1.1.2
-
Возможно, у вашего сервера нет доступа к чему-то. ДУто происходит, когда возникает эта ошибка? Обновляли ли вы другие плагины, которые исполЬзует 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.
-
- 194 comments
-
- 1
-
-
- #boat
- #facepunch
- (and 15 more)
-
- 86 comments
-
- #gas station
- #crates
- (and 20 more)
-
- 194 comments
-
- 1
-
-
- #boat
- #facepunch
- (and 15 more)
-
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