Jump to content

nivex

Creator
  • Posts

    4,780
  • Joined

  • Last visited

Everything posted by nivex

  1. nivex

    Raidable Bases

    when do they break? this was not changed
  2. nivex

    Raidable Bases

    @vip丶祭奠ok, I don't know without knowing how they do it then @saintmichel13it's a bug and is fixed in next update
  3. nivex

    Raidable Bases

    Prevent Players From Hogging Raids Block Teams From Owning More Than One Raid Block Friends From Owning More Than One Raid Block Clans From Owning More Than One Raid @vip丶祭奠
  4. hi, this happens when another plugin removes the player as the initiator. Death Notes is known to do this with its use of the OnFireBallSpread hook, but it's not limited to that plugin
  5. nivex

    Npc

    a video of this would be better. I feel like some information is left out. it is not clear where the players are, and this sounds like an AI bug not a plugin bug. npcs are told to attack every second, so if they're staring off into Narnia then their AI is frozen and there's nothing I can do about that.
  6. Changed Status from Pending to Closed Changed Fixed In to Next Version
  7. yes
  8. nivex

    Raidable Bases

    I don't see how that would fix this if its a client side issue or a plugin causing this. you should unload all plugins and see if it happens then.
  9. I have no answer. the plugin does not assign a value to Mode unless it's done manually. it can't be a config issue. this setting is in the profile. I'll see what I can do. I just rewrite everything in these cases, and I see that I can condense some code instead so I will do that for this issue.
  10. hm, couldn't tell you. there's nothing that allows the plugin to change the difficultly once it has been set. it must be changed manually
  11. yes, this is intended. they're technically looting the bag the box drops and not the box itself. you would have to use an option to make the box invulnerable. I can add an option to make them invulnerable until the TC is destroyed your other option isn't viable unless the boxes have no locks at all, and Add Locks To Boxes is disabled, then you can just enable Boxes Are Invulnerable instead.
  12. it's not a bug. it can't spawn a base unless its in that profile, or your player bought the wrong difficulty by mistake.
  13. nivex

    Scale loot with containers

    ok, but make sure you don't use bases that are too big unless you have custom spawns for them. the plugin will have a hard time with large bases and may not be able to find a position for them. bases should be around 25 radius for the best outcome. that's half of the protection radius so the base should take up half of the dome. anything larger and the plugin will start to have issues finding a spot. i recommend building taller bases instead of wider bases. this isn't a concern if using custom spawn points though.
  14. nivex

    Scale loot with containers

    I would recommend removing extra boxes until you can get it to spawn 4+ in each container. like if a room had 4+ boxes I reduce mine to 2 boxes, sometimes 1. or i just remove them and wall off that area if necessary, since there's still plenty of boxes elsewhere. I wouldn't increase the amount of loot unless you feel it needs increased, because ya, players will complain. sometimes those complaints are valid though especially if quite a few players are saying so. a lot of servers handle this themselves by estimating the costs to raid each base and only using bases that fit within that average raid cost for that difficulty
  15. nivex

    Raidable Bases

    @Dax998 @nashslash I will take a look at furnaces and see what I can do. I keep forgetting to fix them since furnace changes update. you can disable Move Items To Ovens for the time being
  16. nivex

    Scale loot with containers

    Dax you would need to increase the amount of loot to spawn if you want more items to spawn. you can count the amount of items in the boxes, TC and lockers to verify it is spawning the correct amount. the TC will stack items so the amount will appear to be slightly lower in this case, and that is intended to happen with the TC only. so if its configured to spawn 30 items and you find 27 then the other 3 are stacked in the TC. you can disable Move Items To Cupboard if you don't believe it's working. also, having too many boxes will definitely cause issues where loot does not appear to be distributed properly. the amount of boxes should be reasonable to the amount of loot being spawned, so that at least 4 items spawn in each box. lockers will pose a problem when you are not spawning enough items, since lockers will horde a lot of items as they are not boxes and therefore do not divide loot evenly in them. boxes will have far less loot in them as a result. this is intended and can be disabled. I would disable Move Items To Ovens as it seems to not work properly since the furnace changes. I will take a look and fix it. that could cause this issue, too
  17. nivex

    Raidable Bases

    @aimacakyes, language should be set to the primary language of your server using o.lang
  18. Changed Status from Pending to Closed
  19. I just tried it and can confirm it does work. admins using noclip, in vanish or with raidablebases.canbypass permission can still enter.
  20. nivex

    Raidable Bases

    @aimacakI see you must translate the English file for the map, yes, unless you change the servers default language in Oxide to Russian by typing: o.lang ru otherwise, you cannot select a language for the map mesage without specifying a player steam id, and you cannot specify a player steam id for the map. you can only specify player steam id for UI elements and chat messages. this is not a bug, more specifically, the vending machine shop name on the map is one entity and it will show the same text for all players on the server. whereas with UI elements and chat messages this is not the case. these messages can be sent individually to each client, using their player steam id to specify which language is used for the messages. buy raid is not translated in your language file, so it's not going to be in Russian until you translate it. many of them are not translated, nor were they translated to begin with. only select messages were. "Buy Raids": "Buy Raids",
  21. nivex

    Raidable Bases

    @aimacakmy Russian friend also confirms that the text is translated. I do not know why it happens to you. as I said before, unload plugin, delete the language file, reload the plugin and try it again. you likely have the Oxide cache bug.
  22. nivex

    Raidable Bases

    to note, there's nothing wrong with how my tier package bases are copied. if you have this issue with those bases specifically then you've modified something that is causing this to happen such as adjusting the Height setting too high in the profiles, or changing "Height Adjustment Applied To This Paste": 0.0, "Force All Bases To Spawn At Height Level (0 = Water)": -1.0, all of my tests are done using my own bases so I know that they spawn properly.
  23. nivex

    Raidable Bases

    @CryEngine I don't see how it's just going to randomly start spawning bases in the air. which bases does this happen to? a tier package base or something else? this should only happen if the base is not copied properly. try using this in the config file. "Experimental [* = everything]": { "Apply Custom Auto Height To": [ "*" ], "Bunker Bases Or Profiles": [], "Multi Foundation Bases Or Profiles": [] }, @Wolfbases will despawn if they are not copied properly and the boxes get deleted. you can try the same above option, too.
  24. nivex

    Raidable Bases

    @aimacak 1. I did not ignore this. I told you that I fixed this in the next update 2. I do not see how this is possible. CryEngine has shown you that it works 2.2 fixed in next update 3. I'll ask friend to help 4. this is a client-side issue as I've said before. there's nothing I can do about a client bug. I set the skin once and that's it. I do not remove it
  25. it's self-explanatory which is at least how I try to name all of the options if I can it converts the raid from pve to pvp and vis-versa. no, chance to randomly spawn pvp overrides this setting. it's use case is having each event type be PVE or PVP. so you could have Maintained Events be PVP and Buyable Events be PVE.
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.8k

Files Sold

Total number of files sold.

2.4m

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.