Jump to content

imthenewguy

Creator
  • Posts

    4,840
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by imthenewguy

  1. imthenewguy

    loading wrong image

    Changed Status from Pending to No Response
  2. imthenewguy

    Raidable base loot

    If raidable bases allows you to add items to the loot table that change their display name, then yea you could follow the same format and add them to your item list. I can't see any options in the API list to add loot to the raidable bases loot table.
  3. You could have someone code it I imagine, as there is API for when a player increases in level etc. Wouldn't something I would introduce into the core system though. Appreciate the support
  4. imthenewguy

    Command Tokens

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

    Command Tokens

    Next update will have the ability to fire off multiple commands when consumed and when it ends.
  6. The UI is still in the same spot, as it requires an item to be placed into a container to trigger the menu to appear.
  7. imthenewguy

    Elevators

    Changed Status from Pending to No Response
  8. Get the dev to add some hooks I can use to identify the NPC when they die and I will
  9. Have never tested or used Absolut sorter so I am not sure.
  10. Great to hear. What was the issue if you don't mind me asking?
  11. It should be ok. A lot of the entities are designed to de-render after some distance such as trees/plants etc. If it does cause problems, u can set the spawn limits per player for each type though.
  12. upload a screenshot of before/after for me
  13. Changed Status from Pending to Closed Changed Fixed In to Next Version
  14. Found the issue. Have added it to be patched next release.
  15. The config doesn't handle permissions. It is handled directly via oxide, by assigning permissions to the groups that the plugin creates "miner", "logger", "skinner", "electrician", "weaponsmith", "tailor", "mechanic"
  16. Changed Status from Pending to Closed Changed Fixed In to Next Version
  17. Found the issue. It is to do with items that usually have a stack size of 1 being increased to more than 1 - the plugin ignores them and won't allow them to be enhanced. I have added a fix to the next release to make it compatible.
  18. Hmm they shouldn't. They are based on the name of the items. Is the name still showing as <item type> <item name> [<tier> <value>]? Ie Miners rock [s 0.03]
  19. Do you mean in the descriptions?
  20. Sorry just saw this. The plan is to remake the plugin so adding more roles is easier. Was very hard coded and difficult to change, being my earlier work
  21. You add the perms via your server console to the group type. Ie if you wanted to give perms to the miners you would allocate permissions to the miner oxide group etc. o.grant group miner permission.name
  22. Sure. Feel free to add me on discord:im the new guy#0001
  23. It should work, it's a proper recycler.
  24. I will need a hook from the Virtual Quarries plugin to trigger once the container is opened so I can remove the UI. An example of this being done with Global Storage is here: void OnGlobalStorageOpened(BasePlayer player, StorageContainer container) { CuiHelper.DestroyUi(player, "InstancedStoragePanel"); } This is the code from Global storage. timer.Once(0.1f, () => { if (storage != null) storage.PlayerOpenLoot(player, "", false); Interface.CallHook("OnGlobalStorageOpened", player, storage); });

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.5m
Total downloads
Customers
11.2k
Customers served
Files Sold
160.2k
Total sales
Payments
3.4m
Processed total
×
×
  • 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.