-
Posts
481 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Neighigh
-
@Steenamaroo Any chance we'll see custom reward control per NPC? Specifically I grabbed the BossMonster plugin and it would be awesome to make them worth a heck of a lot more! Right now I'm using zones to multiply their values, but this is a exploitable with animals and other npcs that enter the area.
-
Oh wow thank you so much! This is very much appreciated! I will send you a message with my Discord details.
-
What would be very helpful for us, is something that looks like this in the config: "Use Stack Size Limit For Spawning Items": true This way, players do not get oversized stacks of items. And everyone who does not want this, can set to false.
-
I see. This doesn't help us achieve the need we have. When taking down patrol helicopter, it sometimes drops duplicate stacks of items. This is important to us to achieve a balance on our server. We need the Monster Bosses to do the same. We do not want to have stacks larger than default Rust settings.
-
Copy! So are we going to have support for multiple stacks of one type of item? Anything over max stack size currently goes into one super stack.
-
My reason for using this method is to make sure items don't end up in super stacks. So I guess to get around this issue without too much trouble we could add a feature that forces the items into stacks but still obeys the 'maximum amount of items' by stack count too?
-
Curious! I adjusted my loot tables and seems when a boss is killed, they crash the server. I reverted back to my previous loot and it works again. It appears when the plugin is calculating multiple of the same item in a table, it gets too heavy for what I've got here. My attempt was to have from 1-5 stacks of certain items drop with less and less %chance per extra drop. This has been a great way to balance drops in other plugins but seems this one might be thinking 'too hard' about it? I don't get any errors, the boss falls to the ground, doesn't turn into a bag, and everything locks up until the server just restarts out of pure struggle.
-
- 432 comments
-
- 1
-
-
- #abilities
- #boss
- (and 16 more)
-
I forgot to post back here again! Everything works great! Thank you!!
-
Nivex has the two working together now! Now the kits designed for each difficulty in Raidable Bases can be manually configured while still having NPC Kits functioning on all other NPCs without conflicts.
-
Couple other thoughts for the future! I've got some custom storage items on the server I could do with blacklisting from the bear storage. And thinking about TruePVE, it seems when riding the bear it can hurt players in PVE zones. Given it's a bear I don't know how easy that's going to be to prevent though.. The safe zones work perfectly though!
-
Works perfectly! Config is set to a very well balanced default and the command can be added to GUI Shop's config to sell to players very easily. I have mine selling from HumanNPC vendors with in game currency, I sell only the bear cub and let them place and watch it 'mature'! Makes for a very balanced gameplay on my server and I'm loving it!
-
AWESOME! Great work man, updating mine now!
-
I'm running into an issue seeing quantity changing cost on my end, using ECONOMY setting in config with a HumanNPC. 1/5/10/20 settings all cost the same amount set in config and not multiplying costs.
-
Loving setting this up, big thanks! Any plans to add auth for admins to place outside TC range? I'd personally love to have players only able to inside TC but admins able to anywhere to prevent spamming in PVP situations and such. Edit: Also thinking about- - Custom Currency Support - Console Command Call for the Chat Command - giveprefab
-
Woot! Thanks so much! Looking forward to the next update!
-
- 43 comments
-
- 1
-
-
- #parachute
- #iqparachute
-
(and 8 more)
Tagged with:
-
Thanks man, it's odd to me too, never had a problem with my campers or any vehicle in a zone yet either. Been working fine for months but I've also got more players recently so more chance for error I guess.
-
Had some issues with RVs and players getting kicked under terrain when inside the Base Zones. They get in the vehicle or switch seats and randomly get hit with the following: 08/12/2021 11:48:34 | Ancient_Aeon[76561198067842907] was suicide by Suicide 08/12/2021 11:48:34 | Killing player due to invalid dismount point :Ancient_Aeon / 76561198067842907 on obj : assets/prefabs/vehicle/seats/modularcarpassengerseatsidewayleft.prefab I've edited a .cs to keep them from getting kicked for terrain violation at this point - It seems when terrain violation kicked in, one player wasn't able to log back in at all because it still thought he was under the map! For now I've prevented all cars from entering the zones to mitigate the issue - Is this something we can fix plugin-side or is it Facepunch's problem? - I feel they wouldn't look into it as it's a zone conflict so asking you first.
-
Nice! I'll do that tonight before restart!
-
@thepiercedweirdo That makes sense to me too. I've gone with a minimalist approach with chat messages, turned off a lot of zone notifications too and we use a plugin called 'Bottom', I put all our 'notifications' in that one. You could also use 'CountDownClock' - Count's down to a specific time, it's set to say 'WIPE' but a little editing and you can make it say anything you want, we use it for 'PVP Events'.
-
@thepiercedweirdo Do you use RustAdmin? I use the Scheduled commands to warn my players: restart 600 "Make sure to get your body indoors or to a safe location. <color=red>Server restart is imminent!</color>" I have this run every night, you can configure the time to be longer so they have more warning. -This also counts down in smaller intervals as it gets progressively closer to restart.