Jump to content

nivex

Creator
  • Posts

    5,948
  • Joined

  • Last visited

  • Days Won

    200

Everything posted by nivex

  1. nivex

    Raidable Bases

    @aimacakno, not currently but it is possible to implement @XandraAdded `Empty All Containers (Exemptions)` (xmas_tree.deployed, xmas_tree_a.deployed) - it could simply be xmas_tree, but I want people to understand it's a list that can be added to so i've given some examples that i agree should be defaulted @CM1234I don't understand friend. do you mean the dome? a ui popup? what specifically
  2. nivex

    Abandoned Bases

    what message does it say? do your players have a permission ? abandonedbases.basic
  3. nivex

    Raidable Bases

    @Xandrasure ill note it down @Hawkhillyou need to recopy the base. that height is within reason (2.5 land level allows it) but raising the foundations higher (1.5 above and 1.5 below ground) will fix it. changing land level is not going to fix it spawning underground. nor should land level be changed anyway @DonMinutes Until Despawn After Inactive (0 = disabled) yes set this to 0 as recommended above @CM1234thats not a very good translation. i don't see an issue with that picture thank you guys for answering
  4. nivex

    Raidable Bases

    @Xandranope, would need to add this @chuck norrisnope that'll work. if the base doesn't spawn with an elevator then youll need to delete and replace the elevators
  5. nivex

    Raidable Bases

    oh someone answered me. thanks
  6. nivex

    Raidable Bases

    @aimacakno idea. not mine
  7. nivex

    Raidable Bases

    @T-Nutsya its a known issue. I think I've got it sorted out according to my testers feedback @Dr.D.Bugya, type /rb @NoxiousPluKyou can use the experimental autoheight option at the top of the config (not profile) and put "*" there so it applies to all bases
  8. nivex

    Raidable Bases

    nice catch thanks @aimacak
  9. nivex

    Raidable Bases

    heya. well the plugin is not going to spawn what isn't configured. so it would be the loot multiplier, the loot table, or the items are contained in the copypaste files themselves which you can verify by using /paste filename last but not least it can be the buyable permission multipliers. "Loot Amount Multiplier": 1.0, "Loot Amount Multiplier (raidablebases.buyable.vip.pve)": 1.0, "Loot Amount Multiplier (raidablebases.buyable.vip.pvp)": 1.0,
  10. nivex

    Raidable Bases

    @aimacakwhat about what? @Zoreenoyup you can set custom name using the name property in premium loot tables @Kobanithis means your server failed to save properly. this is really bad. you can use /rb savefix and then should save and restart immediately. this is not caused by rb but i did add the command for convenance. likewise there's a command if you cancel a server restart, /rb ignore_restart @TeamDolnytruepve protects buildings by default. delete your config and use the default configuration. however, beside that, any plugin can use CanEntityTakeDamage hook to tell truepve what to do. this is what raid bases does.
  11. nivex

    Raidable Bases

    @aimacaktruepve / nextgenpve isn't the issue. it defaults damage to truepve / nextgenpve because raidable bases is ignoring it @saintmichel13 if (victim.skinID == 14922524 && weapon != null && RaidableBase.Has(weapon)) change that to: if (victim.skinID == 14922524 && weapon != null && weapon.OwnerID == 0 && RaidableBase.Has(weapon))
  12. nivex

    Raidable Bases

    @aimacak 1. i see no reason to add this since you can do this already by adding profiles for each base and using base loot tables for each profile. it is effectively the same thing. i advise against this due to my reasons below 2. loot is random already and #1 would make it even more random so there's no need for me to add this either 3. i disagree with this for the same reasons above and below your suggestions promote instant gratification which I am against. this is really bad for player retention. if your loot table amounts are consistent with the rest of your server then there shouldn't be any issues. ignore players who say otherwise. you'll always have someone who complains regardless of what you do. it's never a good idea to cater to them as they will always bug you for more too. players should have to raid multiple bases in order to profit over time. otherwise, they will get rich sooner, become bored, and log off of your server. this is why instant gratification is bad, and is ultimately why i disagree with all of your points. @Kobani spawns database plugin can draw them on your screen. there is nothing to add them to the map and players would be able to see them if that was added. plus it would not be good on performance
  13. nivex

    Raidable Bases

    ill note it for later. this type of code is bloating though so I would need to rewrite it so it's not. I just implemented prices for resetting buyable cooldown timer so i will have to make it all dynamic because i don't want 4 redundant methods for the same thing
  14. @BippyMiesteryes, some extra files slipped in there. you can ignore them. do not need them except Profiles/_emptyfile is required. Normal and RaidBases is for free version. idk how the others got in there.
  15. nivex

    Raidable Bases

    yes, as I said, this is intended no option for this. I don't really see a need for it though?
  16. nivex

    Raidable Bases

    @aimacakmost players are accustomed to turrets without power sources working, but it would be very confusing for players to destroy a power source and have power persist. you copy from center of base looking at top of the center most foundation, or you can use the AutoHeight option in the config (NOT profile)
  17. nivex

    Raidable Bases

    Facepunch will have to resolve the buoyancy having fewer slots (36). I guess just use the normal box until this next Rust forced update and check again:) Ill go ahead and try to force the size in my next update but it should be changed by Facepunch to be consistent size with the other box by default @aimacakya, it is intended to work this way. then you can decide which turrets always have power and which do not. walled off TC is intended also, but I would have to see a box to confirm if it is where I want it to be. it's best to edit it to your liking, of course. there is no one size fits all here, either:) I will check umod threads later today
  18. nivex

    Raidable Bases

    @KobaniI don't understand, you can enable SamSite Requires Power Source if you don't want it to always have power @Yukiheya, no, there's no way to make it free. you can set it each difficulties cost to 1. i will note this down for a future update
  19. nivex

    Raidable Bases

    this is not possible. it would need to be implemented. i can note it for later @Vengadorweb
  20. nivex

    Raidable Bases

    thanks guys:)
  21. nivex

    Raidable Bases

    @aimacakdon't worry about hook times for Raidable Bases. It's normal for it to be high because of how many hooks it is using. this is why I'm so picky about what hooks I'll use. soon it will be better with the removal of CanBeTargeted from both this plugin (PVP servers) and TruePVE (PVE servers)
  22. i've blocked these items in the next plugin update since they serve no purpose to players.
  23. nivex

    Raidable Bases

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

    Raidable Bases

    ok, I don't know without knowing how they do it then @saintmichel13it's a bug and is fixed in next update
  25. 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

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.4m
Total downloads
Customers
10.9k
Customers served
Files Sold
156.8k
Marketplace sales
Payments
3.4m
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.