Jump to content

imthenewguy

Curator
  • Posts

    4,643
  • Joined

  • Last visited

  • Days Won

    57

Everything posted by imthenewguy

  1. imthenewguy

    Cooking

    Unfortunately I have seen that issue before and the auto sorter plugin I looked at didn't have any APIs to prevent the button from being used/displayed, so I can't prevent them from using the button while the bag is open. What do you mean by hide articles in the farmers market? Not sure what you are referring to.
  2. That was an oversight. It defaults the img to the Rustlab URL using the item shortname. I have added a field to check for the item skin, and if the skin is greater than 0, it will see if there is a custom img URL. If so, it will display the item linked in the URL, instead of the Rustlab item. Example snippet: "Sausage roll": { "shortname": "blood", "rarity": 0, "skin": 2657034158, "enabled": true, "maxQuantity": 1, "img_url": "https://i.imgur.com/F90xeFT.png" } Make sure you are running 1.0.3 (will be up soon).
  3. imthenewguy

    Cooking

    Those 2 aren't possible as they don't trigger the CanLootEntity hook when opened. Also regarding the NPC to open the menu: I will add that in for next release.
  4. We had it appear every now and again, but not every few seconds. The messages were like every minute or so. Depends how often it polls the Tebex site.
  5. Thanks for the kind words. I'm not sure about the console spam. Is there a config that you can edit to remove the messages?
  6. imthenewguy

    Cooking

    That error seems as though it can't be edited on your server panel. What are you trying to edit in the .cs file anyway? Also regarding the button, good spot! Download 1.2.1 for a fix
  7. imthenewguy

    Cooking

    1.2.0 has luck buffs for fishing treasure, electrical items and components. Also adjusted the way it has been designed so you can add tiers of items. This can be achieved by setting the value of the BuffModifier field for certain buffs. For example, you can create 3 different tiers of food in the config, and set the value of the BuffModifier for each meal to a different amount.
  8. imthenewguy

    Cooking

    I'll take the suggestions under advisement. The tiers could be done via custom recipes as is, ie you could make 3 different tiers of food via the config, each with different quantities of food. The translate can again be done via the config and the lang file. I will look into the no recoil suggestion - not sure how to do this tbh. The luck for fishing should be easy to do. The luck for looting will be dependent on the loot plugin that a server uses. The only thing I could do with this would be to add a new slot when looted (once) and then roll an item depending on the food buff.
  9. The plugin is skin specific - it's how it identifies the weapon when the buttons activated. You can add the skins to weapons though, so if I wanted the no mercy skin you give a buff, then create an enchant profile and add the skin Id to the profile. Tldr - if a skin is listed in the enchanting config against a profile, it will be enchanted, even if the name doesn't match.
  10. Yeah you can add more default ingredients to the list like so: "mushroom": { "base_shortname": "mushroom", "skin": 0, "gathered_from": 18, "dropWeight": 0, "max_count": 0, "imageURL": "https://rustlabs.com/img/items180/mushroom.png", "market_buy_price": 10.0, "market_sell_price": 5.0, "market_quantity": 0 }, The thing to remember is making sure the Key is uniquely named (in this case "mushroom"), the base_shortname is set to the shortname of the item (can see a list of names here), and the gathered from value is set to 18 (this represents default items). You can effectively use any default item this way, just add them to the config. The video tutorial on the page shows you how to add a new recipe using these ingredients
  11. imthenewguy

    Cooking

    Will be adding it to the next release.
  12. You set the value for "amount" to the percentage that you want added to it. "amount": 100 This would increase the damage by 100%. Full snippet example from the default config: "928599469": { "duration": 20, "effect": 10, "displayName": "semi-auto pistol of the pker", "shortname": "pistol.semiauto", "cooldown": 10.0, "amount": 100, "description": "", "runes": [ { "displayName": "life rune", "amount": 150 }, { "displayName": "death rune", "amount": 75 }, { "displayName": "dark rune", "amount": 170 }, { "displayName": "fire rune", "amount": 55 } ] },
  13. If the backpack plugin doesn't assign the skin/item name back then yes. Otherwise it should still persist.
  14. Absolutely beautiful! Amazing job.
  15. imthenewguy

    Cooking

    It's intentional, as eating them can cause other issues. Also if a player eats a food, which would add a 4th buff, it refunds the food (effectively giving them infinite food).
  16. I shall update that. Patched the NewSave method in a while back
  17. You don't need to delete anything. The plugin handles it automatically on map wipe.
  18. I'm not sure what gui announcements is.
  19. imthenewguy

    Cooking

    I have an idea what's causing the problem. I will add the fix to the next release.
  20. imthenewguy

    Cooking

    What fish were causing this? DO you also use FishingTreasure?
  21. Farmer was originally included on my server but it was incredibly hard to balance due to scaling. I like the idea of killing scientists/murderers etc and having a unique item added to their drop table for the killer. Might look at both down the track.
  22. imthenewguy

    Cooking

    I just downloaded it and it was 1.1.4. Try again, I know there has been issues in the past with the old download still being a thing.
  23. Can certainly be something for a future update. Wouldn't be hard to implement.
  24. I can probably handle the poison damage, but it means that players will never receive poison damage because it will always be false. Same with Radiation. Your best bet would be to remove those weapon effects as they are only useful against players. I can try to make it so the explosive weapon doesn't damage entities with an owner ID, or players (ever)?
2.3m

Downloads

Total number of downloads.

10.6k

Customers

Total customers served.

153.3k

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.