Jump to content

imthenewguy

Creator
  • Posts

    3,719
  • Joined

  • Last visited

Everything posted by imthenewguy

  1. Version 1.2.11

    2,509 downloads

    Epic Loot is a plugin that adds additional RPG style loot to crates, NPC corpses, barrels and crafting. There is a configurable chance that an enhanced piece with varying set types and modifiers will appear in a loot crate, barrel or corpse. Players also have a chance to receive an enhanced version of their crafted items, rather than the plain old vanilla armor/weapon/tool. Wearing more than 1 of the same type of item will provide the user with a set bonus. Depending on the set type, they may get access to higher mining yields, more damage to scientists or even access to exclusive loot tables that proc while gathering. The plugin is incredibly configurable, supports language conversions and allows users to modify and design their own set bonuses. There are currently 24 different set types and 27 unique set bonuses! Set types are added to the name of the item and are responsible for providing the user with a buff. Miners, - Increases the wearers mining yield. Lumberjacks, - Increases the wearers woodcutting yield. Skinners, - Increases the wearers skinning yield. Farmers, - Increases the wearers farming yield. Foragers, - Increases the wearers collection yield. Fishermans, - Increases the wearers fishing yield. Assassins, - Increases damage done to players. Demo, - Decreases damage from explosives. Elemental - Reduces cold and fire damage. Scavengers - Offers the wearer a chance to obtain additional scrap from barrels and crates. Transporters - Reduces the fuel costs for helicopters and boats. Crafters - Increases crafting speed. Reinforced - Reduces durability loss on all equipped items. Tamers - Reduces damage taken from animals. Hunters - Increase damage done to animals. Operators - Increases damage done to humanoid NPCs. Jockeys - Increases speed of the wearers mounted horse. Raiders - Offers the wearer a chance for their fired rocket/thrown explosive to be refunded. Builders - Offers the wearer a chance for their building/upgrade costs to be refunded. Assemblers - Offers the wearer a chance for their crafting materials to be refunded. Fabricators - Offers the wearer a chance for an additional crafted item to be produced. Medics - Increases healing received. Knights - Decreases damage received from melee attacks. Barbarians - Increased damage done with melee attacks. Smelting - Chance to receive a refined ore, instead of a raw ore, while mining. InstantMining - Chance to instantly mine the rest of a node out on hit. InstantWoodcutting - Chance to instantly cut down the rest of the tree on hit. Regrowth - Chance for the felled tree to respawn. InstantSkinning - Chance to instantly skin the rest of an animal on hit. InstantCook - Chance to receive cooked meat instead of raw meat while skinning. PVPCrit - Chance to critically damage a player, adding an additional 10-30% damage. Reflexes - Reduces damage taken from PVP. IncreasedBoatSpeed - Increases the speed of all watercraft. FreeVehicleRepair - Removes the repair cost for repairing vehicles of all kinds. Survivalist - Increases calories and hydration from all food sources. Researcher - Chance to receive your scrap back while researching. Feline - Reduces fall damage. Lead, - Reduces radiation damage. Gilled - Underwater breathing. Smasher - % Chance to destroy barells and roadsigns instantly. WoodcuttersLuck - Access to a loot table for woodcutting. MinersLuck - Access to a loot table for mining. SkinnersLuck - Access to a loot table for skinning. RockCycle - Chance to spawn a new rock once mined out. Attractive - Chance for loot to be instantly moved to your inventory. FishersLuck - Access to a loot table for fishing. TeamHeal - Shares heals with nearby team mates. HealthShot - Heals team mates for damage that would have been done when shot. BulletProof - Reduces the damage received from bullets. FishingRodModifier - Adjusts the tensile strenght of the cast fishing rod, making it harder to snap the line. UncannyDodge - Chance to dodge a projectile and negate its damage. When a user wears enough pieces of the same set, they will get access to extra set bonuses, depending on the number of pieces worn. Any of the buffs from the set types can be added as set bonuses to any set. You can also add the BonusMultiplier set bonus if you want to increase the set bonus percentage based on the number of pieces worn. BonusMultiplier - Add an additional bonus on top of the existing modifier. Type: chat Command: genitem Parameters: <optional: item shortname> <optional: set type> <optional: tier> Usage: /genitem pants miners s - will spawn a pair of pants with the miners set type and a random modifier from s tier range. /genitem transporters c - will spawn a random item with the transporters set type and a random modifier from the c tier range. /genitem pants b - will spawn a pair of pants with a random set type and a random modifier from the b tier range. /genitem pants - will spawn a pair of pants with a random set type and a random set modifier. Type: console Command: genitem Parameters: <target name/steam ID> <optional: item shortname> <optional: set type> <optional: tier> Usage: /genitem "new guy" pants miners s - will spawn a pair of pants with the miners set type and a random modifier from s tier range. /genitem "new guy" transporters c - will spawn a random item with the transporters set type and a random modifier from the c tier range. /genitem "new guy" pants b - will spawn a pair of pants with a random set type and a random modifier from the b tier range. /genitem 76561197988695317 pants - will spawn a pair of pants with a random set type and a random set modifier. Type: chat Command: eladdskin Parameters: <set type> <item shortname> Usage: /eladdskin Transporters pants 2533474346 - Adds the specified skin ID to the list of skins for the transporters pants. Type: chat Command: givescrappercurrency Parameters: <quantity> Usage: /givescrappercurrency 100 - gives 100 scrapper currency to the player. Type: console Command: givescrappercurrency Parameters: <target name/ID> <quantity> Usage: givescrappercurrency new 100 - gives new guy 100 scrapper currency. Type: console Command: elprintitems Parameters: none Usage: /elprintitems - will print a list of items that can be enhanced into console. Type: chat Command: el Parameters: none Usage: /el - opens up the EpicLoot menu. Type: chat Command: reseticonpositions Parameters: none Usage: /reseticonpositions - forces all player icon positions to be set to the default config value. epicloot.use - Required to access the menu. epicloot.admin - Required to use the genitem commands. epicloot.drop - Required for items to drop from crates, barrels and corpses. epicloot.salvage - Required to access the salvager menu. epicloot.enhance - Required to access the enhancement menu. epicloot.enhance.free - Enhancements have no cost. epicloot.craft - Required to randomly craft epic loot items. void GenerateItem(BasePlayer player, string type = null, List<string> item_shortname = null, string tier = null, bool msg = false) Type must be a set type (miners, transporters etc). Item_shortname can contain a number of item shortnames. The hook will pick a random item from the list. Tier must be either s, a, b or c.
    $19.99
  2. Can bind the chatcommand or console command to a button. https://wiki.facepunch.com/rust/Keybinds
  3. Have added both to the next release.
  4. I dont own the plugin so I can't test. The flow is this: 1. OnBotReSpawnKIlled is called, giving us the NPC, the profile name, group and hit info. 2. SkillTree checks the config to see if the respawn profile has been added, and if not, adds it to the config and sets the value to the default value. 3. SKillTree then gets the value assigned to the profile and awards the xp accordingly. You will also get xp for killing a scientist since BotRespawn are built on the ScientistNPC class, but you should only be getting 1 xp value from BotRespawn, unless the hook fires twice for some reason.
  5. imthenewguy

    Elevators

    Ill be honest, the only thing ive seen mess this up in the past was issues with the RustEdit DLL
  6. imthenewguy

    Elevators

    The server save file is responsible for saving and spawning the entities on your map. If the RustEdit.dll isn't allowed to function for whatever reason, the entities arent spawned and they are not in the save file. Do you use a hosted service?
  7. Changed Status from Pending to Closed Changed Fixed In to Next Version
  8. Oh wow I didn't even realize these were the same as barrels etc. Not intended to work with loot magnet. Will patch it out next release.
  9. Changed Status from Pending to Closed Changed Fixed In to Next Version
  10. Patched for next update. Thanks for the spot!
  11. imthenewguy

    Elevators

    If all of those entities are disappearing, it is either the RustEdit dll file is running into issues/being deleted (since it manages the existence of these assets), or your server save is messing up. My money would be on the RustEdit file stuffing up, or your host removing the file etc. If they file isn't there, deployed entities in RustEdit no longer spawn.
  12. It won't due to the way global storage functions.
  13. Changed Status from Pending to Closed
  14. imthenewguy

    Unable to pick up

    Changed Status from Pending to Closed
  15. There is a new API hook coming out that will make this a bit easier, and will allow it to be added to existing recipes. void OnMealConsumed(BasePlayer player, Item item, int buff_duration) This means you can take an existing recipe such as Blueberry mojito and run the effect when it is consumed. Will be released in 1.3.2
  16. Blah, was working on something similar xD Well done, looks neat 😄
  17. imthenewguy

    failed to call hook

    Changed Status from Pending to Closed Changed Fixed In to 1.0.5
  18. Changed Status from Pending to Closed Changed Fixed In to 1.0.5
  19. Download v1.0.5. Should fix the issue for you.
  20. Will be fixed in the next release In the meantime you can unload the plugin, open the data file up, and attempt to find the item in there with a quantity that is equal to or less than 0, and manually set its value to 1 or delete it.
  21. imthenewguy

    failed to call hook

    Should be fixed in the next update.
  22. This error isn't anything to do with the rbag from what I can see. It is being triggered somewhere in OnDispenserGather, which is when a resource node is harvested. Maybe try a fresh install and see how it goes. Delete the plugin Delete the data files Delete the config Delete the lang Install the plugin
  23. Have you adjusted this value by chance? "How often should the plugin check to see if a player has run out of VIP [seconds]?" This periodically checks the groups for expiring tokens at the set interval. I would recommend maybe every 10 or so seconds if you were planning on using short term tokens. By default its set to 3600 seconds.
  24. imthenewguy

    npc duplication

    Changed Status from Pending to Closed Changed Fixed In to Next Version
1.7m

Downloads

Total number of downloads.

8.1k

Customers

Total customers served.

122.4k

Files Sold

Total number of files sold.

2.5m

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.