Jump to content

aimacak

Member
  • Posts

    599
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by aimacak

  1. @Bear Grills Hello, I have attached a description of the BossMonster plugin, it contains information about what an ID is and how to get it yourself for custom maps, sometimes they are provided somewhere when buying a map, but you can always use this example to calculate them yourself using plug-ins that show information about entities, for example, EntityOwner from umod by command /prod when you look at the entity. I have also attached an Example file slightly modified according to this description, which is located in the BossMonster archive at the path data/BossMonster/CustomMap/Example.json, I also added the syntax of coordinates to it, global coordinates, to get the coordinates you need in the game, stand at the place where you want the boss to appear and write `printpos` in the console. Also, do not forget to check that the names of the Bosses correspond to the data files (presets) in the folder data/BossMonster/Bosses. All files for custom maps are stored in the folder oxide/data/BossMonster/CustomMap. You don't have to delete files from there, the plugin will understand by itself which map is currently installed on the server and will download only the necessary file if there is one in this folder. The plugin will tell you about this process in the console during the plugin loading. It will write in the console what file works on the current map, and what ones don’t work If you want to create a custom place for the boss to appear on your custom map or on a map that is not in this list, you have to create the ID of this custom map. After that you need to place an item such as a RAND Switch on your map. It must be placed randomly, where it will not be visible to other players. You will get the identifier, if you add up the three coordinates of the position of this object from RustEdit (x, y and z) and write the resulting value in the parameter of your file (an example file can be taken from ready-made files) - ID As an example, let's take the coordinates (26.896, -456.158, 527.258), then our identifier is 26.896 - 456.158 + 527.258 = 97.996 Then you need to indicate a list of bosses that will appear on your map. You need to copy the configuration data block for each boss. In the database parameters you will specify the name of the boss and a list of positions where it can appear Example.json
  2. Hello again, fixed in PveMode 1.2.5.
  3. aimacak

    Invisible Bosses

    So, for bosses with ranged weapons, this setting is disabled, but they sometimes become invisible forever. For bosses with melee weapons, the setting is enabled and they also sometimes become invisible forever. Did I understand correctly?
  4. aimacak

    Not Spawning

    Hello, has this been fixed yet?
  5. aimacak

    Add cooldown feature

    Hello, are you using PveMode? in main config BossMonster: "Use the PVE mode of the plugin? (only for users PveMode plugin)" I agree with you, I'll tell the developer, I think sooner or later he'll do something about it.. but that's not accurate
  6. aimacak

    Invisible Bosses

    Hello, are you using this parameter in data/BossMonster/Bosses/? "Use the invisibility ability? (use only for bosses with melee weapons) [true/false]"
  7. Hello, you can customize each Boss in `data/BossMonster/Bosses`, and the parameter you were looking for is called: "Do you use the Marker? [true/false]"
  8. aimacak

    Event stopping at random times.

    Hello, NPCs or Scarecrows? I was only able to replay 1 phone call, after CH47 arrived and player killed one of the Scarecrows.
  9. aimacak

    Event stopping at random times.

    Hello. Let's take it in order: This command literally means a delay before CH47 appears on the edge of the map after the spawn event. "Delayed departure of CH47 after the start of the event [sec.]" If on your map CH47 will fly to the event in 5 minutes, the departure delay of CH47 is 0.0, the time of the event is 1 hour (3600), and the notification time before the end of the event is 120.0, then when starting the event without any interaction with it, CH47 will arrive in 5 minutes, scarecrows will enter it and he will fly away, the timer for the end of the event will change to 120 seconds. Based on these data, I believe you need to choose the right values depending on your wishes. "Duration of the event [sec.]" "Notification time until the end of the event [sec.]"
  10. aimacak

    AnswerPhone

    Hello, in theory yes, but I don't have any additional information. You need to convert the desired sound to JSON and correctly replace the contents with yours. Files: sound_ru / sound_en in oxide\data\Satellites\Event\
  11. Hello, it's fixed in version 1.8.8 of Armored Train, right?
  12. aimacak

    bug

    Hello, is the problem still there? Does this happen every time the two of you attack the boss or sometimes?
  13. Hello, an interesting find, I don't quite understand its usefulness, but I will share this information. Thank you.
  14. aimacak

    Instant Respawn

    I mean a really big difference, for example 50 points and 8 boats, this will clearly happen less often)
  15. aimacak

    Instant Respawn

    The thing is, randomness already exists. If you set 3 coordinates next to each other and set min-max 1-1 and kill the NPCs on the boat, you'll see that randomness occurs. But sometimes there are situations when a boat appears on a boat. So, as a temporary solution, you can make the number of spawn points much higher than the maximum number of boats, this will reduce the frequency of this situation.
  16. aimacak

    road npc loot bug

    I learned that rocket launchers are designed only for raiding buildings, if you insert a house next to this NPC and stand in it, it will shoot, but only in this scenario..
  17. aimacak

    road npc loot bug

    for rpg i think u need look in config NpcSpawn and add shortname like others weapons, and it will work)
  18. aimacak

    road npc loot bug

    np) pay attention to these parameters in all presets, try to avoid random spawn if possible, in my procedural map they are used only on Quarries, i.e. in more or less open terrain, because they can appear in textures, etc., etc., it is impossible to foresee all these situations.
  19. aimacak

    road npc loot bug

    sorry, its my bad.. wrong algorythm first this: /SpawnPointAddPos 1 test1 1 - means the sequence number of the NPC preset in the test1 file second this: "Type of appearance (0 - random; 1 - own list) (not used for Road and Biome)": 1, because in my first case u dont have custom coordinates for own spawn
  20. aimacak

    road npc loot bug

    try this: "Type of appearance (0 - random; 1 - own list) (not used for Road and Biome)": 1, and this in your wishes position for spawn: /SpawnPointAddPos 1 test1
  21. aimacak

    road npc loot bug

    you tried to change this parameter? "Type of navigation grid (0 - used mainly on the island, 1 - used mainly under water or under land, as well as outside the map, can be used on some monuments)"
  22. aimacak

    road npc loot bug

    you can make screenshot?
  23. aimacak

    road npc loot bug

    I agree, sometimes the parameters are ambiguous, but it's worth making a logical chain, and there is no other option for default loot table, and not recently I had to think about it when reconfiguring BetterNpc
  24. aimacak

    nothing is spawning

    Hello, do I understand correctly that the problem was resolved in the 1.1.0 update?
  25. aimacak

    Instant Respawn

    Hello, I've checked the situation you're talking about, it really shouldn't be like this, I've offered the developer some options, I think this moment will be fixed, but I can't say exactly how or when. 1) Respawn Cooldown 2) To prohibit boat from spawning in custom coordinates closer than N to the place of destruction previous boat
2.1m

Downloads

Total number of downloads.

9.9k

Customers

Total customers served.

144.6k

Files Sold

Total number of files sold.

3.1m

Payments Processed

Total payments processed.

×
×
  • 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.