Jump to content

9527

Member
  • Posts

    203
  • Joined

  • Last visited

Everything posted by 9527

  1. Using the test version has improved the problem.
  2. If there could be an option to disable it, that would be great. Right now it’s basically an eardrum destroyer.
  3. As shown in the video, it consumes all of them at once. Is there any way to prevent this or improve it? Video_Project_22.mp4
  4. 9527

    VIP Max Skill Points Not Working

    I overlooked it and forgot to upgrade the version. Thank you.
  5. 1.The shop can indeed be used through commands — I have already considered this. 2.This issue only occurs with the items from this plugin itself. Is there any way to improve it? At the moment, the only workaround is encouraging players to use the items one by one instead of stacking them. 3.I am using this with Dungeon Events so players can complete the dungeon and obtain experience items as rewards. Is there any way to improve compatibility or behavior in this situation? https://codefling.com/plugins/dungeon-events 4.I really need to prevent any additional bonus from occurring. This function is very necessary.
  6. VIP skill points are not working correctly. As a result, VIP players have the same 300 point limit as normal players. Current configuration: "General settings": { "Skill points per level": 3, "Modified skill points per level based on permissions [must be higher than default]": { "skilltree.points.vip": 4 }, "Maximum points a player can spend [default]": 300, "Modified max skill points based on permissions [must be higher than default]": { "skilltree.vip": 400, "skilltree.nolimit": 200 Even though the VIP permissions are configured, they do not take effect. VIP players are still limited to 300 maximum skill points, the same as regular players.
  7. 1. Could you add support for selling experience items directly in the shop? After configuring them, they do not seem to function properly. 2. When using the item, it is consumed multiple times at once. My server uses a stack plugin: https://codefling.com/plugins/loot-table-stacksize-gui 3. For some specific event NPC drops, could they be configured like this directly? "ShortName": "chocolate", "Inclusion Chance Percentage": 80.0, "Minimum Amount": 1, "Maximum Amount": 1, "CustomName": "novice's pamphlet", "SkinID": 2863540162 When the item drops using this configuration, it cannot be used normally. 4. The experience value is also incorrect and does not follow the configuration: "Item list": { "novice's pamphlet": { "displayName": null, "shortname": "chocolate", "skinID": 2863540162, "effects": [ { "min": 2000.0, "max": 2000.0, "type": "XPInjection" } ] According to the configuration it should give 2000 XP, but after using it, the player receives 7000 XP instead.
    Upgraded to two stars. A whitelist has now been added, but the rest of the features are still inconvenient to use. This plugin is essentially a disaster for servers. While it is very convenient for players who don’t want to deal with power requirements, it becomes a serious problem for logic-circuit users. Server administrators must manually configure blacklists for logic circuits, and these settings are shared globally across all players. Individual players have no way to decide whether a specific object should require power or be integrated into a logic circuit. Please think carefully about the impact this plugin will have on your server before purchasing it. If your server has players who enjoy electrical systems or logic circuits, do not buy this plugin — you will end up spending a significant amount of time constantly updating and maintaining the blacklist.
  8. 9527

    Wireless Power

    I don't want to update the blacklist everytime when new elect parts arrived, also I need to spend lot of time to confirm any missing...
  9. 9527

    Wireless Power

    Could you build whitelist option? I m just need part of equipment to use this mod, and that's frustrating if offical or other mod have new equipment in game And the critical of we need is players option to use this mod, not every player want to affected by mod, and most of logic equipment cannot function normally
  10. 9527

    Ultimate Cases

    Would it be possible to add the winning odds to the interface?
  11. The server restart may fail to load properly due to the Image Library plugin’s queue processing.
  12. 9527

    NoEscape

    Could you add an option to decide whether blowing up your own base should trigger Raid Block (RB)? Right now it doesn’t trigger, which can cause issues when enemies seal themselves inside and we have no way to force them out.
  13. 9527

    The Offering

    Is multi-language support available?
  14. 9527

    Dungeon Events

    @Marte6 We are currently encountering two issues. One is as follows: error code We are using the RestoreUponDeath plugin. The other is that the generation process often traps NPCs inside sealed rooms — this has already happened three times this month. Could you please assist with fixing these problems? Failed to call hook 'OnPlayerDeath' on plugin 'DungeonEvents v3.4.1' (NullReferenceException: ) at (wrapper managed-to-native) UnityEngine.Component.get_transform(UnityEngine.Component) at Oxide.Plugins.DungeonEvents.OnPlayerDeath (BasePlayer player, HitInfo info) [0x0008c] in <274763e0c4084d83aa0ceea8a793cf08>: at Oxide.Plugins.DungeonEvents.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00487] in <274763e0c4084d83aa0ceea8a793cf08>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <8cb2d664f1574f2b96d53f1c1869d96a>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <8cb2d664f1574f2b96d53f1c1869d96a>:0
  15. 9527

    Copter Weapons

    Can this plugin be implemented or adapted for the official Attack Helicopter? The radar dashboard on the right and the aiming system in the center area and the weapon switching system on the left .
  16. 9527

    Copter Weapons

    @Bxrflip The flight interface is excellent! Would you consider adding support for armed helicopters?
  17. 9527

    Dungeon Events

    @Marte6 Is there any setting that automatically adds Dungeon Lord NPCs so players can receive quests and items? I didn't configure anything, but a lot of Dungeon Lords have appeared unexpectedly.
  18. 9527

    Raidable Bases

    The server completely froze after the error occurred.
  19. 9527

    Dungeon Events

    An error occurred Failed to call hook 'OnPlayerDeath' on plugin 'DungeonEvents v3.4.0' (NullReferenceException: ) at (wrapper managed-to-native) UnityEngine.Component.get_transform(UnityEngine.Component) at Oxide.Plugins.DungeonEvents.OnPlayerDeath (BasePlayer player, HitInfo info) [0x00061] in <e18d356feaa9426390191d1abedaeff2> at Oxide.Plugins.DungeonEvents.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00487] in <e18d356feaa9426390191d1abedaeff2>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <8cb2d664f1574f2b96d53f1c1869d96a>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <8cb2d664f1574f2b96d53f1c1869d96a>:0
  20. 9527

    Skill Tree

    Hi imthenewguy, I would like to ask you if you can add a Minimum level to unlock switch for each nodes ?
  21. 9527

    Item Perks

    Hello, and thank you very much for your great work on this plugin! We truly enjoy the gameplay experience it brings, especially the skill and buff system. If it is not too much to ask, we would love to respectfully suggest the following two ideas, in case you find them useful for future updates: Ammo Efficiency Suggested Effect: Adds a chance to not consume ammo when firing. This passive could help save ammunition during combat. For example, each level could increase the chance by 1~3%. Ideally, it could apply to all ranged weapons (e.g., rifles, pistols). Double Explosion (Rocket Bonus Effect) Suggested Effect: Adds a small chance for rocket projectiles to cause a second explosion. This could deal minor additional splash damage. Each level could increase the chance by 1~3%, as an example. We completely understand if these ideas don't align with your design priorities, and we truly appreciate your time and consideration. Thank you again for your continued development!
    I strongly advise against purchasing this plugin. Although it runs, it contains numerous bugs that have caused me significant trouble. In particular, the object limit system is problematic, often hitting the cap unexpectedly.
  22. 9527

    Copter Weapons

    Cannot run, please fix it. Error while compiling CopterWeapons: There is no argument given that corresponds to the required parameter 'destroyPercent' of 'DroppedItemContainer.TakeFrom(ItemContainer[], float)' | Line: 176, Pos: 39
  23. 9527

    Skill Tree

    Bug report: When a player interacts with the mobile workbench, the status keeps flickering and it becomes unusable. Any idea what might be causing this?

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.3m
Total downloads
Customers
10.7k
Customers served
Files Sold
154.5k
Marketplace sales
Payments
3.3m
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.