Jump to content

aimacak

Member
  • Posts

    1,507
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by aimacak

  1. aimacak

    Better Npc

    Hello. To work with SpawnPoint and NPCs on them, check out these commands from the plugin description. On CargoShip, the majority of NPCs (1 preset) use automatic spawn. To get local coordinates, in order to set custom positions, you either need to use RustEdit, or "randomly" move the coordinates and check it in-game test by test... {number} - 1 / 2 / 3 / etc. {name} - example Launch Site /SpawnPointPos {name} – To show the local admin’s position coordinates relative to the place where the NPC {name} appears /SpawnPointAdd {name} – To create the NPC appearance point {name} in the Admin’s custom coordinates. A file with this name will be created in the folder Custom and you can configure it as you need /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 /SpawnPointRemovePos {number} {name} – To delete the local admin’s coordinate from the preset with the positional number {number} (starting from 1) to the place where the NPC {name} appears /SpawnPointAddWear {number} {name} – To write all the admin’s dressed clothes into the preset with the positional number {number} (starting from 1) to the place where the NPC {name} appears /SpawnPointAddBelt {number} {name} – To write all the admins’ quick slots cells into a preset with the positional number {number} ( starting from 1) to the place where the NPC {name} appears /SpawnPointShowPos {number} {name} – To show to the Admin all the custom NPC appearance points in the preset with the positional number {number} ( starting from 1) in the place where the NPC {name} appears /SpawnPointReload {name} – Reload Spawn Point with the name {name}
  2. aimacak

    Better Npc

    I don't think you would have solved the problem with this, the NPC always has a delay before the attack, just like the default Scientist. Try increasing their Sense Range so that it covers the area you are talking about.
  3. aimacak

    Better Npc

    No, there is no such setting, but why do you need it? Can you turn off their viewing angle, or don't you like this way out of the situation?
  4. aimacak

    Harbor Event

    Покажите сообщения из консоли при старте ивента.
  5. aimacak

    Harbor Event

    The previous 2 posts in different languages are devoted to this problem
  6. aimacak

    no bots or flying bots.

    Hello, back in March you wrote in the ticket that you had fixed errors on carbon in version BetterNpc 2.2.0.. And now you indignantly write that you are unable to update the plugin, I would like to help you, but you did not give any specifics. Since you have already tried to install clean versions of plugins, it is probably worth following this path. Please, provide messages from the console when trying to load both plugins to the server.
  7. aimacak

    error code

    Hello, I apologize for the lack of response, somehow I did not see this ticket. Glad you figured it out
  8. aimacak

    Npc Spawn

    You need to transfer the images from the archive with the plugin to the folder oxide/data/Images/ [NpcSpawn] Image Preset_KpucTaJl was not found. Maybe you didn't upload it to the .../oxide/data/Images/ folder
  9. aimacak

    Harbor Event

    Перейдите по ссылке в моём сообщении выше, там временное решение
  10. aimacak

    Harbor Event

    Please check it, I wrote a temporary fix there, it seems to me that this is related to server performance. https://codefling.com/files/sc/28322-exception-in-console-ownership-doesnt-work/
  11. I didn't mean anything negative, but this is a feature of this prefab door, you can see this if you just spawn this door from the F1 console, you will have exactly the same notification in the console. There's nothing you can do about it, and it doesn't affect anything. spawn door.vault.static
  12. aimacak

    Boss Monster

    Hm, yeah i get it. For fast and temporary fix you can replace 1 string in method: private void RadiusActions() { if (Players.Count == 0 || !Players.Any(CanTargetPlayer)) return; You can simply comment out the line in the default place by adding // before it (//if (Players.Count == 0 || !Players.Any(CanTargetPlayer)) return; ) This will solve your problem, but keep in mind that there is a possibility that during the battle the timers of all your abilities will be 0 at some point, then the Boss will be able to apply all abilities with a timer of 0, this situation is possible without the change that I suggested to you. My change just doesn't decrease the timer while the Boss isn't fighting anyone. I will pass on the information about my observations to KpucTaJI.
  13. I have already given an answer, and this is a response from KpucTaJI, do not pay attention to this message, everything is working correctly.
  14. aimacak

    Npc Spawn

    @Trenner13 You can install TruePVE from umod and use /tpve_prod
  15. Thank you, as a temporary solution with the dome, I can only advise you to change the timer time, the error should disappear, as for default Scientist, you need to wait for an update from KpucTaJI. find this method in HarborEvent.cs: private void Start(BasePlayer player) and change this: timer.In(0.2f, () => Controller.EnablePveMode(_config.PveMode, player)); to this: timer.In(0.4f, () => Controller.EnablePveMode(_config.PveMode, player));
  16. Oops, I'm sorry, my bad What is your parameter value in the "Damage Multipliers for calculate to become the Event Owner" config? Could you run the event (with this error) and check if this list is available? 1) Crates inside the container on the Cargoship 2) Hackable Crate inside the container on the Cargoship 3) Custom NPCs at the event (spawned by the event) 4) Default NPCs on the Cargoship during the event 5) Bradley APC
  17. aimacak

    ownership option

    Since I use a translator, in the previous message I tried to say that I can't give any problem a higher or lower priority, KpucTaJI does it. You mentioned the ownership of monuments, do you use Monument Owner? Doesn't it have any Bosses settings? You can also try LootDefender with umod, it also has functions for various events, including BossMonster.
  18. aimacak

    ownership option

    This is in the plans to be added, as I have already written, I personally do not prioritize updates. If I'm not mistaken, did KpucTaJI help you in discord Mad Mappers with cooldown for Bosses? You can create a ticket again, maybe this time it will be possible to resolve your issue.
  19. aimacak

    Npc Spawn

    Hello, you need to find out the type of Roaming NPC and add it to the whitelist of presets you need. You can either ask the developer, or search for it in the *.cs Roaming NPC file, or use any plug-ins to get detailed information about various objects and entities.
  20. aimacak

    Convoy

    Check UpdaterNpcSpawn.cs and UpdaterBetterNpc.cs in plugin folder, if there are, then delete them, they should not be there.
  21. aimacak

    Better Npc

    BetterNpc version 2.0.0 and higher uses presets from the NpcSpawn plugin 3.0.0 and higher. To edit them, use the command in the chat /preset
  22. aimacak

    PVP to PVE

    You can view the PveMode parameters in the configuration of your event, find "PveMode" in the configuration.
  23. Hello, I'm sorry for the long reply, I didn't see the ticket Fixed in version 2.4.1.
  24. aimacak

    PVP to PVE

    Hello, perhaps you need PveMode plugin for this.
  25. aimacak

    Discord message localisation

    @VENIQQ KpucTaJI said it would be added, we added it to the planner, but I can't say anything about the timing.

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
163.8k
Total sales
Payments
3.5m
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.