Jump to content

imthenewguy

Curator
  • Posts

    4,591
  • Joined

  • Last visited

  • Days Won

    57

Everything posted by imthenewguy

  1. Yeah just remove them from the loot list. "Items that can drop from this source [profile name: drop weight]"
  2. They are named items. Multiple of the same item can exist, but the stats, skin etc will be the same (as opposed to randomized like ItemPerks items).
  3. Ill add a null check to the entity. Might be another plugin deleting the container before my plugin handles the hook.
  4. I've not made any changes to the gathering section of the plugin. Not sure what would be happening there.
  5. The code hasn't changed for that if (bd.ContainsBuff(Buff.No_Cold_Damage)) { player.metabolism.temperature.SetValue(20f); info.damageTypes.ScaleAll(0f); return null; } I might look into harmony patching to handle it though, since they added the modifiers.
  6. Attack heli has never been an xp source in Skill Tree. Looting the crates is where the xp comes from.
  7. research.table is the item shortname. You need to add the prefab shortname like it says in the config. Try researchtable_deployed.
  8. It doesn't support anything like that at the moment. Might be something I look into in the future though. You wouldn't entirely replace your current vending systems with this plugin; it's purely for players that want to sell their custom items (setting vending machines up as CIV machines is optional).
  9. Why would you change the cs file? Change the values in the config.
  10. Can you grab some screenshots for me when it happens again please?
  11. Some good ideas there. Not sure how much work it would be to adjust it to support teams at the moment, but something to consider. I will consider adding support for joining mid game too. Will look at adding support for barricade placements as well. Always forget they are a thing! What info specifically would you want to see on the leaderboard?
  12. Have you given the itemperks.use permission to your default oxide group?
  13. Version 1.0.2

    36 downloads

    King of the hill is an arena plugin similar to SurvivalArena, Paintball, ZombieInfection and GunGame. It spawns an arena high in the sky to host the game, and players can join from anywhere on the map via a command. The plugin will store all of the players items, stats and buffs, and teleport them to the lobby before the game starts. The objective of the game is to be the first player to hold the hill for the target time, or be the player with the highest hill time by the end of the event. Upon completion of the event (or if a player manually leaves), players are returned to the location that they joined from with their equipment, stats and modifiers in tact. The plugin is highly customizable and allows you to: Create as many equipment profiles as you'd like. The game will select one at random using a weighted system. Adjust hill locations, movement times, sizes, capture targets and game time limits. Spectate players using a computer station. Automatically run, and allow your players to vote for the event using the EventHelper plugin. The plugin is also compatible with the maps from Paintball, ZombieInfection & GunGame. Simply drop the json files into the respective data folders to run king of the hill on those maps. Chat command: koth.addhill Permission: kingofthehill.admin Description: Adds a hill spawn position at the players location and saves it into the spawned arenas profile. Command: koth.start Permission: kingofthehill.admin Description: Manually starts a game of koth. You can also specify random to pick a random map. Command: koth.end Permission: kingofthehill.admin Description: Manually ends an active game of koth. Command: koth.spawnarenaend Permission: kingofthehill.admin Description: Spawns the arena without starting the game. Useful for adding new hill positions. Command: koth.cleararenaspawnarenaend Permission: kingofthehill.admin Description: Clears a spawned arena. Chat command: koth.setcentrepoint Permission: kingofthehill.admin Description: Sets the spawn position of the arena based on the players location. Chat command: koth.ban/koth.unban <id> Permission: kingofthehill.admin Description: Bans/unbans the target player from joining future events.
    $19.99
  14. Enchanting only cares about skin id. So long as the skin id is valid it should be fine.
  15. I don't understand Should use whatever stack mechanics your server has on it.
  16. You don't need to list in-game items. Just custom ones.
  17. Yeah you'll need to add custom items to the config that you wish to list as currency.
2.3m

Downloads

Total number of downloads.

10.5k

Customers

Total customers served.

152.3k

Files Sold

Total number of files sold.

3.2m

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.