Jump to content

imthenewguy

Curator
  • Posts

    4,624
  • Joined

  • Last visited

  • Days Won

    57

Everything posted by imthenewguy

  1. Yeah just dont give the professions.chat.jobmenu permission.
  2. Same issue you, the Stack plugin needs to differentiate based on name, text, skin data etc and prevent the stack if they are different. If you stack an EpicLoot item onto a non-EpicLoot item, that is a problem.
  3. Fly to wherever you want the arena to be (be at a decent height) and use the command koth.setcentrepoint <arena name>. It will change the spawn position to your current location.
  4. How are your epic items stacking? They shouldn't be able to stack unless the names and values are exactly the same. If the buff values are different and they are allowed to stack, 1 will absorb the other from my understanding. IE if you put a Prospector hoodie [c 0.14] and stack it with a Attractive hoodie [s 0.35], when split, it is going to apply 1 of the buffs to both items. Your stack plugin should be preventing them from stacking if they don't match exactly. Tyty. Will add to next release.
  5. Good catch. Will patch all of my plugins to consider ScientistNpc2 enemies.
  6. Yeah just remove them from the loot list. "Items that can drop from this source [profile name: drop weight]"
  7. 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).
  8. Ill add a null check to the entity. Might be another plugin deleting the container before my plugin handles the hook.
  9. I've not made any changes to the gathering section of the plugin. Not sure what would be happening there.
  10. 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.
  11. Attack heli has never been an xp source in Skill Tree. Looting the crates is where the xp comes from.
  12. research.table is the item shortname. You need to add the prefab shortname like it says in the config. Try researchtable_deployed.
  13. 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).
  14. Why would you change the cs file? Change the values in the config.
  15. Can you grab some screenshots for me when it happens again please?
  16. 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?
2.3m

Downloads

Total number of downloads.

10.6k

Customers

Total customers served.

152.9k

Files Sold

Total number of files sold.

3.3m

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.