Jump to content

imthenewguy

Curator
  • Posts

    4,621
  • Joined

  • Last visited

  • Days Won

    57

Everything posted by imthenewguy

  1. imthenewguy

    fising

    Yeah I don't understand what you are wanting mate. I said there are hooks available already. Not commands.
  2. Yeah they must have changed the prefab. You can adjust it in the config.
  3. You would need to ask the developer to add support for the item.text field for the Custom Vending Setup plugin. Seems to be the only field missing from the VendingItem class. Should be an easy thing to add. Once added, it would look something like this: Skill Tree Items config entry: "forbidden archive": { "displayName": "forbidden archive [XP: 5000 - 10000]", "shortname": "xmas.present.large", "skinID": 3646162194, "effects": [ { "min": 5000.0, "max": 10000.0, "type": "XPInjection", "preventXpModifiers": false } ] }, Custom Vending Setup entry { "SellItem": { "ShortName": "xmas.present.large", "DisplayName": "whatever displayname you like here", "Text": "forbidden archive" "Amount": 1, "Skin": 3329896239 }, "CurrencyItem": { "ShortName": "redidtag", "DisplayName": "Heli Token", "Amount": 9, "Skin": 3447697655 }, "RefillMax": 100, "RefillDelay": 0 }, You can see that I am referencing the entry of the skill tree item pro item in the text field of the custom vending setup item (in this case it's "forbidden archive". You create any number of types of items in the SkillTreeItemsPro config, then reference those in the "Text" field of the Custom vending setup (if the developer adds support for the Text field).
  4. imthenewguy

    fising

    The 2 hooks I gave you should be more than suitable for that. If a hotspawn spawns, and there are currently no active hotspots, it will fire OnFishingHotspotsStarted. If a hotspawn despawns, and that was the last active hotspot, it will fire OnFishingHotspotsEnded.
  5. No, but I am sure there is a plugin that exists. You would just create a custom skill that gives the players the permissions to use it.
  6. imthenewguy

    Cooking

    I built this plugin specifically due to the limitations of the default vending systems.
  7. imthenewguy

    fising

    What are you trying to do
  8. Yeah they work differently. Download the beta version from here. Give me an example of the old setup in your shop and I will show you how to add it
  9. Download the beta version
  10. imthenewguy

    Errors in console

    Will fix in next release
  11. imthenewguy

    fising

    void OnFishingHotspotsStarted() // Fires when the first active hotspot spawns. void OnFishingHotspotsEnded() // FIres when the last hotspot despawns.
  12. imthenewguy

    cant pickup since Update

    Download 1.0.42
  13. Default profile example: "demolition instruction manual"
  14. imthenewguy

    Drop Logger?

    Will add to next release.
  15. Behaves differently for me. I have released a new version that may fix the issue, but it will break all pre-existing skill tree items on your server. I recommend updating to it when you wipe your server next. Rust 2026-03-09 12-35-04.mp4
  16. imthenewguy

    Cooking

    There are a couple of ways you could set it up. You could use the Ingredient Buff type for all of your meals, and set the below config option to true: "Allow the default effects of an item that an ingredient inherits to apply when eaten [if no other buffs are assigned]?" Alternatively you could set the buffs as Extra_Calories or Extra_Hydration (or both) and set the value of calories/hydration the player receives for consuming the food, so you can make some foods more satiating than others etc.
  17. 2. Can you tell me what items are causing this issue? A video would be even more helpful. 3. I will add support for DungeonEvents. It will be under the Event loot source with the "DungeonEvent" identifier. 4. I will add a field in the next update that will allow you to prevent modifiers from being applied.
  18. imthenewguy

    Rocks & XP

    L:ooks like Facepunch updated the rock to not give bonus yield. I tested it on my server, the OnDispenserBonus hook is called when the the player does the final hit with a pickaxe, and I get the bonus yield. It is not called when I land the final hit with a rock, and I get no stone for the final hit. Rust 2026-03-08 13-45-48.mp4
  19. 1. Most shop plugins support commands when purchasing an item. Instead of creating the item to give from the shop, give it via the stip.give command. 2. I think I can see the issue. Is it only happening for items that have multiple effects? 3. The looting needs to be handled through my plugin because it creates a json string and attaches it to the item.text field. You cannot replicate this in another plugin. It should support most drop sources that you need, including NpcSpawn etc. What are you trying to add it to? 4. The xp given is the raw xp. If they have other modifiers it will multiply this amount. I can add a field to the XPInjection class that prevents modifiers from affecting the value if you like?
  20. imthenewguy

    Temporary Buffs

    I need more information "how" it doesn't work.
  21. Did you update to 1.7.6?
  22. imthenewguy

    Gun Game

    Set this to true if you are running any sort of team management plugin like clans. "Allow players to stay in a team when they join the event? [set to true if using any sort of clans or team management plugin]"
  23. Facepunch removed the colliders for plans, so they are not longer registering using the current search method in game. Will need to wait until I fix it.
  24. imthenewguy

    Prestige

    Nah it was 1.7.6. Cheers
2.3m

Downloads

Total number of downloads.

10.6k

Customers

Total customers served.

152.7k

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.