aimacak
Member-
Posts
1,156 -
Joined
-
Last visited
-
Days Won
8
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by aimacak
-
Hello, there is too little information, are there any errors in the server console? Oxide or Carbon? Procedural or Custom map? On which monument? How often do you encounter this? Do you have any plugins related to NPCs in any way? Quests, shops, something else implemented through the addition of NPCs? Send the configuration NpcSpawn, BetterNpc, data folder (or data/BetterNpc folder)
-
- 71 comments
-
- #loot
- #lootmanager
-
(and 2 more)
Tagged with:
-
Hello, this is very strange, does this happen every event launch or sometimes? is the event itself working correctly? Have you tried checking the work without plugins, only NpcSpawn and SupermarketEvent? Are there any messages in the console when loading the plugin and starting / passing / ending the event? Please send the configuration file and data folder, so screenshots or videos will also be useful.
-
Здравствуйте, не понимаю, зачем вы проверяли код плагина ( *.cs ) через валидатор JSON, не могли бы поподробнее объяснить что вы делаете и для чего? Для работы плагина вам просто необходимо перенести файлы из архива в соответствующие папки на сервер. И скиньте логи сервера из файла, не из консоли, чтобы они были подробные, при загрузке плагина (o.reload NpcSpawn)
-
- 109 comments
-
- #barricade
- #ch47
- (and 27 more)
-
1. Yes, it works on the procedural map, this is a list of custom maps that support it, perhaps the list is incomplete, as far as I understand, spawn is only in the monuments area 2. The configuration has a PveMode mode, there is an automatic launch and a command launch from the chat / console, there is no launch by permissions, cooldown regulate by PveMode plugin added: the developer said that it is possible to launch an event with an established owner using the warstart {steamid} console command if you can tell me more specifically what you would like, I will discuss it with the developer, thank you
- 109 comments
-
- #barricade
- #ch47
- (and 27 more)
-
There are plans to add the installation of the Boss owner on the player and his team after the spawn, but the spawn will be the same as it is now, so as not to encounter a huge number of bugs and abuses that players will constantly find.
-
Hello, as far as I know, not at the moment, but I have conveyed your wishes to the developer, if additional information becomes available, I will inform you.
-
@Malkizid you can manually copy any existing preset, such as Stone Quarry.json in the directory oxide/data/BetterNpc/Monument/, name them Outpost.json and Bandit Camp.json, I do not recommend leaving a random spawn, because there are many objects in which I would not like to see NPCs, houses, etc., so I advise you to manually add spawn points using this command, the first argument is the preset number inside the file, the second argument is the name of the spawn point, which corresponds to the name of the data file, in our in the case of Outpost and Bandit Camp, without .json When you enter this command into the specified data file, the coordinates where you were at the time of writing the command will be added to the list of custom coordinates for spawning the specified preset. /SpawnPointAddPos {number} {name} – To write the local admin’s coordinate into the preset with the positional number {number} (starting from 1) to the place where the NPC {name} appears example: /SpawnPointAddPos 1 Outpost /SpawnPointAddPos 1 Bandit Camp you also need to make minor adjustments to BetterNpc.cs ( remove 2 strings "Outpost", and "Bandit Camp", ) After updating the plugin, the blacklist logic will be changed and you will not have to make changes again in BetterNpc.cs, everything will work. before: private readonly HashSet<string> _unnecessaryMonuments = new HashSet<string> { "Substation", "Outpost", "Bandit Camp", "Fishing Village", "Large Fishing Village", "Ranch", "Large Barn", "Ice Lake", "Mountain" }; after: private readonly HashSet<string> _unnecessaryMonuments = new HashSet<string> { "Substation", "Fishing Village", "Large Fishing Village", "Ranch", "Large Barn", "Ice Lake", "Mountain" };
-
Considering that KpucTaJI made custom map markers in its events, I think this is impossible, most likely due to the client's limitations.
-
No, I think that the icon cannot be changed, because it is a mapmarker of vending machines and the icon is added automatically. I've never seen another icon, all I've seen is disabling the icon and leaving only the color circle, I'll try to clarify with the developer, but it seems to me that the chances of this are almost zero. Did you want to install a specific icon?
-
then I suppose my answer above helped you?
-
-
I think it's only possible to use these parameters in the data file of each Boss: "Marker settings": { "Do you use the Marker? [true/false]": true, "Radius": 0.2, "Transparency": 0.6, "Marker color": { "r": 0.81, "g": 0.25, "b": 0.15 } },
-
Hello, do you mean on the map?
-
- 109 comments
-
- 1
-
-
- #barricade
- #ch47
- (and 27 more)
-
it's strange that you didn't receive any notifications, thank you. Do you have an error when starting the server too? I do not think that the server owner can somehow influence the order of loading plugins, this was not a guide to action on my part, but just observations that you could compare with your behavior on the server for confirmation, I suppose we are waiting for a fix from Adem
-
As my tests have shown, this is due to the order of loading plugins, I have passed the information to the developer, I do not have any other information yet.
