Jump to content

Laminin

Member
  • Posts

    30
  • Joined

  • Last visited

Everything posted by Laminin

  1. Laminin

    Shop UI

    HumanNPC shops require a permission to be granted when "» Require permission to open Shop": true, is set to true, but there's no where to put a permission in their config. I've tried adding their items as a category and then grant the permission for that category but it's still the same thing.
  2. Laminin

    Skill Tree

    It should look something like this, where the console command is the left option and the right option is a chat message: "List of rewards the player receives based on level": { "1": { "List of commands and chat messages that the player receives when reaching the specified level [Left = command. Right = Private message to player]. {id} = steam ID. {name} == name.": { "o.grant user {id} permission": "You've gained a permission!", "o.grant user {id} permission2": null }, "List of commands that are fired off when the player data is reset": [ "o.revoke user {id} permission", "o.revoke user {id} permission2" ] }, "5": { "List of commands and chat messages that the player receives when reaching the specified level [Left = command. Right = Private message to player]. {id} = steam ID. {name} == name.": { "o.grant user {id} cooking.level5": null, "deposit {id} 100": "You have received $100 and free boxes for leveling! Use /box to open them!", "givecase {id} 1 1": null }, "List of commands that are fired off when the player data is reset": [ "o.revoke user {id} cooking.level5" ] } } The number represents the level.
  3. Laminin

    Power Modifier

    I wanted to tie each electrical item to a separate skill, ie skill for med battery, separate skill for large, another skill for windmill etc. Can't do that unless the permissions overwrite with the highest value or the items are separated into their own permission.
  4. Laminin

    Power Modifier

    Ah okay, that won't work with my plan to integrate it into skill tree then. Thank you for clarifying.
  5. Laminin

    Trading Platform

    Safe to assume this doesn't work with custom items based on others comments? Correct me if I'm wrong.
  6. Laminin

    Skill Tree

    Only thing that would effect it is Epic Loot or Gather Manager from umod. I'll poke around and to see what's actually happening. Thank you though! Edit: you're correct it's working properly.
  7. Laminin

    Power Modifier

    Quick question before purchase, would player permissions take the highest value if a player were to have multiple permissions? Example: "Player Permissions": { "powermodifier.large1": { "Sets the Max Generation OutPut for Wind Mills (Default is 100)": 250, "Overrides target speed for Wind Mills (Default is 0)": 0.0, "Sets the Max Generation OutPut for Solar Panels (Default is 20)": 20, "Sets the Max Generation OutPut for Test Gens (Default is 8)": 8, "Large Battery Settings": { "MaxOutput": 110, "Efficiency": 0.8, "MaxCapacitySeconds": 1440000 }, "Medium Battery Settings": { "MaxOutput": 50, "Efficiency": 0.8, "MaxCapacitySeconds": 540000 }, "Small Battery Settings": { "MaxOutput": 10, "Efficiency": 0.8, "MaxCapacitySeconds": 9000 }, "Fuel Generator Settings": { "StackSize": 1000, "OutputEnergy": 35, "FuelPerSec": 1.0 }, "Tesla Coil Trap Settings": { "SetHealth": 250.0, "PowerToDamageRatio": 2.0, "DischargeTickRate": 0.25, "MaxDischargeSelfDamageSeconds": 120.0, "MaxDamageOutput": 35.0, "PowerForHeavyShorting": 10 }, "Electrical Heater Settings": { "FadeDuration": 1.0, "HeatAmount": 5.0 } } }, "Player Permissions": { "powermodifier.med1": { "Sets the Max Generation OutPut for Wind Mills (Default is 100)": 250, "Overrides target speed for Wind Mills (Default is 0)": 0.0, "Sets the Max Generation OutPut for Solar Panels (Default is 20)": 20, "Sets the Max Generation OutPut for Test Gens (Default is 8)": 8, "Large Battery Settings": { "MaxOutput": 100, "Efficiency": 0.8, "MaxCapacitySeconds": 1440000 }, "Medium Battery Settings": { "MaxOutput": 60, "Efficiency": 0.8, "MaxCapacitySeconds": 540000 }, "Small Battery Settings": { "MaxOutput": 10, "Efficiency": 0.8, "MaxCapacitySeconds": 9000 }, "Fuel Generator Settings": { "StackSize": 1000, "OutputEnergy": 35, "FuelPerSec": 1.0 }, "Tesla Coil Trap Settings": { "SetHealth": 250.0, "PowerToDamageRatio": 2.0, "DischargeTickRate": 0.25, "MaxDischargeSelfDamageSeconds": 120.0, "MaxDamageOutput": 35.0, "PowerForHeavyShorting": 10 }, "Electrical Heater Settings": { "FadeDuration": 1.0, "HeatAmount": 5.0 } } } Would a player with both powermodifier.med1 and powermodifier.large1 gain the the large battery output of 110 and medium battery output of 60?
  8. Laminin

    Skill Tree

    Hey I know you're busy but players reporting that the instant gathering for mining and skinning aren't working properly. The node will instantly get mined/skinned but they won't receive the full resources for what's left of the node. Also any way to add a daily limit to the amount of XP gained from building? Kind of like how the rested XP works but resets at a set interval before being able to gain building XP again. Enabling building XP isn't recommended in it's current form as it's abusable with stability enabled.
  9. Laminin

    Boss Monster

    Any chance of adding team cooldowns after killing a boss to prevent the team from killing every boss in quick succession? I thought PVE Mode would handle that but I was mistaken apparently.
  10. Laminin

    Ultimate RCON

    This, and the option to disable the steam/BM links on global chat messages relayed to discord. If it had these it'd completely replace RustCord but as it is now I'm just using both... lol
  11. Laminin

    Epic Loot

    Just future feature suggestions for your consideration: The ability to mix and match base set stats, I believe this was suggested before and you mentioned it'd require a plugin rewrite. If possible maybe just add each base stat as it's own set bonus? Not sure if possible. Increased HP set bonus, again not sure if possible Increased XP for skill tree set bonus would be nice Increased explosive damage set bonus for raidable bases Scavenger's Luck, much like miner/woodcutter/fishing but on loot/barrel kill Small Bug with raidable bases happens when it tries to add epicloot items into boxes, sometimes it'll spawn some of them, other times it errors immediately and doesn't spawn any for that base. Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.EpicLoot+<OnRaidableBaseStarted>c__AnonStorey14.<>m__0 () [0x000fb] in <7ac54d2a7f2249cf9272057aa63e4a02>:0 at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <d5f57e12edfe4fa0b5c5dbdd9b51eff8>:0
  12. Laminin

    Npc Random Raids

    I understand this already, betternpc's are just heavy scientists skinned. I've created a monument tier system in which some monuments npcs are easier than others, but they're all essentially heavy scientists. My problem is if I set heavys to only spawn easy and medium raids then theres really no way to trigger a hard+ raid. And if I set heavies to spawn any raid then you get some dude with a bow defending against a nightmare raid. If each raid tier had a permission then I could assign it to the player upon level up with skill tree.
  13. Laminin

    Npc Random Raids

    This really needs permissions for each raid type. Having a new player in a 2x2 with no turrets set up get hit with a hard raid is pretty disheartening for the player.
  14. Laminin

    Better Npc

    Any chance of getting per npc skill tree xp much like economics? At the moment skill tree has all npcs give the same amount of XP, but I think on a per npc basis would be more beneficial.
  15. Laminin

    Epic Loot

    Ah okay, I'm pretty sure it's when the medic's set user heals themselves with bandage/syringe and it tries to apply the heal to other team mates around them. As using the set/healing while solo in medics set doesn't create the error. Not sure if that helps but it's what I've figured out so far. Thanks for this plugin, once it's fully configured players really love min/maxing this stuff.
  16. Been using the umod plugin since November and the error started happening only this wipe. Tried asking what players were putting into the recycler but it was just normal things. I know a new team on my server has been cycling players so it might be caused by team members changing?
  17. Laminin

    Epic Loot

    The following gets spammed in console and lags the server when someone's using medic's set in a team: Failed to call hook 'OnPlayerHealthChange' on plugin 'EpicLoot v1.1.3' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.EpicLoot.OnPlayerHealthChange (BasePlayer player, System.Single oldValue, System.Single newValue) [0x000df] in <4a3562c584134af88f771b7cf3e843e7>:0 at Oxide.Plugins.EpicLoot.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x02ad0] in <4a3562c584134af88f771b7cf3e843e7>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <d5f57e12edfe4fa0b5c5dbdd9b51eff8>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <d5f57e12edfe4fa0b5c5dbdd9b51eff8>:0
  18. Started getting this in console today, no clue what it is: Failed to call hook 'CanLootEntity' on plugin 'PersonalRecycler v1.0.5' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.PersonalRecycler.CanLootEntity (BasePlayer player, StorageContainer container) [0x000c6] in <ec243bcf31544757a36b5dd10aba0d61>:0 at Oxide.Plugins.PersonalRecycler.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x003eb] in <ec243bcf31544757a36b5dd10aba0d61>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <d5f57e12edfe4fa0b5c5dbdd9b51eff8>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <d5f57e12edfe4fa0b5c5dbdd9b51eff8>:0 I am using loot protection from umod which also uses this hook a lot, not sure if they'd conflict or not.
  19. Laminin

    Better Npc

    Thank you for the update, works perfect now. Much love. If anyone else is using Npc Random Raids with BetterNpc you have to add "RandomRaiders" to BetterNpc's config file.
  20. Laminin

    Better Npc

    Any chance of adding Npc Random Raids support? Currently, BetterNpc deletes Random Raid's npcs immediately after they're spawned. Unloading BetterNpc allows them to spawn correctly. It also seems quite random on where it will delete the npc's, This base will get the npc's deleted, but this one right next to it, in a river, works just fine. Tried it further/closer to monuments, next to cliffs/mountains, just seems random when they get deleted to be honest. And to be clear, they ARE spawning. BetterNpc is just deleting them immediately afterwards.
  21. Laminin

    Npc Random Raids

    Any chance of adding a toggle command that disables the plugin's function for the player that issues the command? I know some players don't want their bases touched at all. Would it also be possible to add permissions for each type of raid to occur? Looks solid so far, thank you.
  22. Laminin

    Better Npc

    Thanks. I looked into editing the Death Notes myself with some snippets from when people wanted the tunnel dwellers and zombienpc's added, but I believe they count as their own entity and are not considered scientist's like Better Npc's are so it didn't work out. Any help is appreciated.
  23. Laminin

    Better Npc

    Is there any way to get this to work with Death Notes? Currently it just gives the default scientist messages even after adding each npc's message to Death Note's configuration file. Example: { "KillerType": "Worker", "VictimType": "Player", "DamageType": "*", "Messages": [ "{killer} killed {victim}, job's too stressful." ] }, { "KillerType": "Player", "VictimType": "Worker", "DamageType": "*", "Messages": [ "{killer} murdered a {victim} with their {weapon} at {distance}." ] }, Will just result in the scientist's message being used for the Worker npc. Guessing it's because these npcs are just Scientists skinned as custom npcs.
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.