Jump to content

imthenewguy

Curator
  • Posts

    4,438
  • Joined

  • Last visited

  • Days Won

    54

Everything posted by imthenewguy

  1. Changed Status from Pending to Closed Changed Fixed In to Next Version
  2. Patched for next update. Thanks for the spot!
  3. 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.
  4. It won't due to the way global storage functions.
  5. Changed Status from Pending to Closed
  6. imthenewguy

    Unable to pick up

    Changed Status from Pending to Closed
  7. 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
  8. Blah, was working on something similar xD Well done, looks neat
  9. imthenewguy

    failed to call hook

    Changed Status from Pending to Closed Changed Fixed In to 1.0.5
  10. Changed Status from Pending to Closed Changed Fixed In to 1.0.5
  11. Download v1.0.5. Should fix the issue for you.
  12. 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.
  13. imthenewguy

    failed to call hook

    Should be fixed in the next update.
  14. 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
  15. 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.
  16. imthenewguy

    npc duplication

    Changed Status from Pending to Closed Changed Fixed In to Next Version
  17. imthenewguy

    npc duplication

    Next update will handle this.
  18. Hey mate, if you are using a stack control plugin, set the max_stack_size value for each item to 0 in the config. This will prevent conflicts. "2668227876": { "enabled": true, "displayName": "small quarry rock", "item_shortname": "electric.teslacoil", "prefab_path": "assets/bundled/prefabs/modding/admin/admin_rock_quarry_small_a.prefab", "prefab_durability": 15, "TCAuthRequired": true, "canBePickedUp": true, "authDamageOnly": false, "max_spawn_quantity": 3, "max_stack_size": 20, <------ SET THIS TO 0. "prefab_type": 0, "prevent_gather": true, "treeType": 0, "bushType": 0, "market_price": 10.0, "img_url": "https://imgur.com/BbU7z2R.png" },
  19. imthenewguy

    npc duplication

    I appreciate the report. The forced wipe should get rid of them anyway. I have checked the code and the only thing I can think of is if the NPC wasn't killed on unload for whatever reason (server crash etc).
  20. imthenewguy

    npc duplication

    May need to ent kill both NPCs and reload the plugin. It could have failed to on the unload step.
  21. imthenewguy

    help

    Changed Status from Pending to Closed
  22. Changed Status from Pending to Closed
  23. imthenewguy

    Unable to pick up

    It does happen with some clients. It appears on their client if they were there at the time of it being made, but wasn't cleared unless you travel outside of it's render range. Not sure why it happens to some but not others. If you cannot pick it up with mouse3, you may have rebound it from FIRE_THIRD at some point. You can either rebind the key or you can use the chat command /crecycler while looking at your recycler to pick it up.
  24. imthenewguy

    npc duplication

    Look at one of them and use the chat command /removemarketnpc This will remove one of them.
2.2m

Downloads

Total number of downloads.

10.1k

Customers

Total customers served.

146.1k

Files Sold

Total number of files sold.

3.1m

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.