aimacak
Member-
Posts
1,514 -
Joined
-
Last visited
-
Days Won
11
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by aimacak
-
Hello, I'm sorry for the long answer, what exactly do you mean? What response did you expect from the plugin? And please send all files related to your question, configs for PveMode and BossMonster.
-
Hello, sorry for long answer, most likely your uploaded russian version *.cs on english config file, or english version *.cs on russian config file.
-
Wolf has being change to bear may update error
aimacak replied to Northern Lights's Support Report in Support
Hello, as far as I can see in the console you have a comprehensive answer to your question Please specify the versions of the related plugins, but most likely you need to update AnimalSpawn to the latest version. -
@RoteLiesel Hallo, Ich benutze auch einen Übersetzer, es tut mir leid, wenn meine Worte irgendwo falsch sind. Es tut mir leid für die lange Antwort, die Protokolle aus Ihrer ersten Nachricht beziehen sich nicht auf dieses Plugin. In der ersten Nachricht haben Sie auch gesagt, dass die NPC an verschiedenen Orten angezeigt wird, und in der zweiten Nachricht sagen die Protokolle aus, dass Sie keine Bilder aus dem Ordner mit dem Plugin auf den Server hochladen und das Plugin hat nicht einmal funktioniert. Upload Bilder aus dem Plugin-Ordner, den Sie von codefling herunterladen, in data/Images/ hochzuladen. Und das: Webanfrageerzeugte einfach das Plugin auf die aktuelle Version überprüfen, etwas mit dem Webserver, achte nicht darauf.
-
But without a specific boss's data file and instructions for reproducing your situation, it's just a story that I can't do anything about because there are too many unknowns. Earlier in this discussion, I suggested that you go to the server and look at your bosses, you still haven't responded, but for some reason you call some of my words excuses.
- 497 comments
-
- #abilities
- #boss
- (and 16 more)
-
It is an error to think that Default settings are ideal settings and consider them as a reference value. You have settings for each Boss in data/BossMonster/Bosses/, and the ones you specified, you can also enable invisibility for Bosses with melee weapons when they cannot attack. Try to use some effort to configure the plugin. Do you think that NpcSpawn was not created on the basis of Scientists? I think that each specific situation with Boss behavior needs to be dealt with individually, I am sure that most of them will be solved by Boss settings, and to solve the rest, KpucTaJI and I need to know all the details and see the situation. That's why I always ask users for all kinds of media, configuration files, data files, etc., so that some specifics appear.
- 497 comments
-
- 1
-
-
- #abilities
- #boss
- (and 16 more)
-
- 497 comments
-
- #abilities
- #boss
- (and 16 more)
-
Hello, no, I think it should be configured in the plugins you specified, but not in this one.
-
Hello, some NPCs have the wrong coordinates or type of navigation grid, so they can't move. Write the ShowFailedNavMesh command to the server console and fix everything step by step that it outputs to you in the server console.
-
- 27 comments
-
- #autoturret
- #event
- (and 19 more)
-
Failed to call internal hook 'DestroyController' on plugin 'BetterNpc v2.2.6' [
aimacak replied to DrayTemplar's Support Report in Support
Hello, you need to find the event that started before this message, find in its configuration the parameter that is responsible for removing BetterNpc at the start of the event and disable it if you do not use BetterNpc on it. -
Hello, there were problems on the web server, which serves to check the relevance of the plug-in version when loading to the server, do not pay attention, everything is fine.
-
Fix for ComputerStation power after May update, its good fix, but release will be later: change this: if (computer != null) foreach (string cctvName in _cctvNames) computer.ForceAddBookmark(cctvName); to this: if (computer != null) { foreach (string cctvName in _cctvNames) computer.ForceAddBookmark(cctvName); ComputerStationIO stationIO = computer.GetComponentInChildren<ComputerStationIO>(); if (stationIO != null) stationIO.UpdateFromInput(5, 0); }
- 117 comments
-
- #barricade
- #ch47
- (and 27 more)
-
Hello, it was added to the roadmap, I can't say anything about the timing.
-
- 497 comments
-
- #abilities
- #boss
- (and 16 more)
-
We discussed it in discord, the event was not launched on the inserted buildings, because it has many relationships to the owner of the building, etc.
-
Hello, did you add me?
-
Apparently the topic is no longer relevant...
-
Hello. Never mind, there's something wrong with the web server for checking plugin versions.
-
This topic should be a separate discussion thread, but it has already been discussed, and KpucTaJI will not add this due to the large number of possible bugs when used by players.