-
Posts
4,080 -
Joined
-
Last visited
-
Days Won
51
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by imthenewguy
-
Changed Status from Pending to No Response
-
- 1,362 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
Hey mate. The M39 should be enhancable. See below pic. Just make sure the M39 isn't stacked for whatever reason. The health doesn't matter. Set bonuses are only for equipped clothing. Weapons/tools must be held in order to contribute to the bonus, but they won't count towards the set bonuses at all, as this was too heavy on resources having to track all buffs on the fly, rather than when items are equipped. Set bonuses are not cumulative, they are replaced. If you hit the 2 piece bonus, you get the bonus shown there, if you hit the 4 piece, you get the bonus shown there, not both. If you want the set bonus to be 12.5% for 6 items, set the value in the config to reflect that
- 252 comments
-
- 1
-
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
Possibility to get drops from barrels and dwellers?
imthenewguy replied to ChristopherS's Support Request in Support
Changed Status from Pending to Closed -
Possibility to get drops from barrels and dwellers?
imthenewguy replied to ChristopherS's Support Request in Support
Barrels aren't supported as they will never trigger the CanLootEntity hook. I will look at adding support for them though. The tunnel and underwater dwellers should work fine. -
-
-
-
-
Hey unfortunately there isn't really a way to tell if a players inventory is open or not (as far as I am aware), so there isn't a way to add the button upon opening the inventory. Hey mate, when running the command via console, you need to have a target player to receive the item. When run via chat command (with perms), the item is given to the command user. You would need the Battlepass plugin to substitute the userid of the player into a string value, allowing you to insert it into the command line. I do this with VIP Token, so the command would be: "genitem {id} s". The {id} is replaced by the VIPTokens plugin with the consumers ID.
- 252 comments
-
- 1
-
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
Changed Status from Pending to Not a Bug
-
Please tell me how to register cooking items in the vending machine
imthenewguy replied to hanyongsoo1775's Support Request in Support
Changed Status from Pending to Closed -
Changed Status from Pending to No Response
-
Changed Status from Pending to No Response
-
Here you go. Chat/Console: giveitem <player name/ID> <item shortname> <optional: amount> <optional: skinID> AdminGive.cs
-
Version 1.0.8
241 downloads
Fishing contest is a an event plugin that spawns an arena in the ocean for players to compete at. Players must catch the most of a certain type of fish that the contest randomly selects to win. The arena is spawned using the CopyPaste plugin. You can create your own arena, but there are requirements (see the video). The plugin is highly configurable, allowing you to select if players keep what they catch, adjust drop rates for caskets for participants, modify the fishing rod tensile strength, and what fish the competition requires the players to catch. EpicLoot - Integrates a list of enhanced fishing attire into the rewards list. NightVision - Locks the players time to day while at the event. FishingTreasure - Allows for the drop rates of fishing caskets to be changed for players at the event. fishingcontest.admin - required to manually start and stop the event. joinfc - Joins the fishing contest. leavefc - Leaves the fishing contest. startfc - Manually starts the fishing contest. endfc - Manually ends the fishing contest.$15.00- 45 comments
- 3 reviews
-
- 3
-
-
-
- #competition
- #event
- (and 6 more)
-
- 252 comments
-
- 1
-
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
Please tell me how to register cooking items in the vending machine
imthenewguy replied to hanyongsoo1775's Support Request in Support
Rust's vending machine system is inherently floored with skinned or renamed items. The only way to really sell the item is to list the shortname of the item. IE cooked fish. It will appear as cooked fish when players inspect the vending machine from the map, but the picture should render when they physically open the interface. -
Have a read through the config for the option to disable Cooking from handling stacking. Make sure the conflict is going to handle the item.name when splits are done.
-
That error doesn't stop cooking from loading, its just a gremlin that happens on peoples servers rarely depending on when the plugin started up. The plugin should still be running, as you can see the call at the bottom [Cooking] Loaded all images for Cooking.
-
Changed Status from Pending to Closed