Jump to content

laodu

Member
  • Posts

    1,048
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by laodu

  1. After the October update, NPC names have returned to default.
  2. laodu

    IQDefenderSupply

    IQDefenderSupply 1.3.5 IQDronePatrol 1.12.9 IQSphereEvent 1.6.21 I have set my sights on these three plugins.
  3. Entering the hpestart command through the console to start an event may result in server freezing. At present, I have temporarily changed it as follows: "Time to event start(in seconds)": 3600, "Random time to event start": true, After running for a day, there was no server freeze, I will continue to observe and reply to you.
  4. laodu

    IQDefenderSupply

    If anyone could rob an event, it would be a pity. I am interested in your three plugins. If this feature can be added, I will purchase them.
  5. laodu

    IQDefenderSupply

    You didn't understand what I meant. What I mean is, can players individually obtain ownership of events? Players from other teams are not allowed to participate in the event.
  6. 10/06 12:52:46 | Failed to call hook 'OnExplosiveThrown' on plugin 'Convoy v2.6.1' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Convoy.OnExplosiveThrown (BasePlayer player, BaseEntity entity, ThrownWeapon item) [0x00019] in <d4b42eef322945cc95f556bc2402c2ad>:0 at Oxide.Plugins.Convoy.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00d63] in <d4b42eef322945cc95f556bc2402c2ad>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <206a0f2c6ee141f38e2ad549cde44d70>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0
  7. It has been damaged after this update
  8. You can close this topic for now. I've been a bit busy lately and haven't found time to conduct more tests yet.
  9. laodu

    surrender by paying economy

    I updated to 1.9.1 and couldn't find any settings in the configuration that support economy.
  10. The convoy will disappear, and the NPC will remain stuck in place.
  11. laodu

    Crafting Panel

    Can I customize a feature with you privately? I am willing to pay for this.
  12. This is also what I am looking forward to, and I hope the author can update it as soon as possible. I would be happy to purchase it.
  13. laodu

    Npc Random Raids

    randomraid toplayer %STEAMID% here easy Can the author add a console command?
  14. laodu

    Crafting Panel

    { "Shortname": "lmg.m249", "DisplayName": "M249【LV10】", "Skin": 0, "Amount": 1, "Condition": 500.0, "MaxCondition": 500.0, "Ammo": 0, "Ammotype": "ammo.rifle", "Position": 0, "Frequency": -1, "BlueprintShortname": null, "Text": "{\r\n \"exp\": 0,\r\n \"lv\": 10,\r\n \"buff\": {\r\n \"attack\": 0.0,\r\n \"crit\": 0.0,\r\n \"critAttack\": 0.0,\r\n \"vampire\": 0.0,\r\n \"fire\": 0.0,\r\n \"bane\": 0.0,\r\n \"baneAmount\": 0.0,\r\n \"magazine\": 0.0\r\n }\r\n}", "Contents": [] } This is in the kits plugin, it can recognize Text. Can you see if it can help you, "Text": "{\r\n \"exp\": 0,\r\n \"lv\": 10,\r\n \"buff\": {\r\n \"attack\": 0.0,\r\n \"crit\": 0.0,\r\n \"critAttack\": 0.0,\r\n \"vampire\": 0.0,\r\n \"fire\": 0.0,\r\n \"bane\": 0.0,\r\n \"baneAmount\": 0.0,\r\n \"magazine\": 0.0\r\n }\r\n}",
  15. laodu

    Crafting Panel

    I have my own weapon plugin, which is customized for weapons using "item Text": Lv10. "Resource Text":Lv10,
  16. laodu

    Crafting Panel

    { "Resource name [required]": "M249【LV10】", "Use this resource in ingredients?": true, "Resource shortname [required]": "lmg.m249", "Resource skinId": 0, "Resource Text":null, "Required quantity for crafting": 1, "Return an item with the default name (true) or the above name (false)?": true }, "Resource Text":null, If we could add a "Text" as the first criterion to search for items in the player's inventory, that would be the most perfect.
  17. laodu

    Crafting Panel

    You have been unable to understand my meaning. Can I contact you on Discord?
  18. laodu

    Crafting Panel

    If it could support searching for items in inventory through the "Text" tag, that would be perfect.
  19. If it is possible to customize loot and NPC names, then this plugin will arouse more people's desire to consume.
  20. laodu

    Crafting Panel

    You haven't understood what I'm saying. What I mean is: searching for items in inventory solely based on custom names is currently not possible. Can you add this feature?
  21. laodu

    Crafting Panel

    I'm talking about ingredients. Does the plugin support searching for items in inventory through abbreviations?
  22. laodu

    Crafting Panel

    { "Resource name [required]": "M249【LV10】", "Use this resource in ingredients?": true, "Resource shortname [required]": "lmg.m249", "Resource skinId": 0, "Required quantity for crafting": 1, "Return an item with the default name (true) or the above name (false)?": true }, After setting this, any M249 can be used to make items, but the effect I want can only be made with M249 'LV10'. Can this effect be achieved? It would be great if it could support the "Text" tag like the kits plugin. "BeltItems": [ { "Shortname": "rifle.ak", "DisplayName": "AK47【LV200】", "Skin": 2431046681, "Amount": 1, "Condition": 113.25, "MaxCondition": 150.0, "Ammo": 0, "Ammotype": "ammo.rifle", "Position": 1, "Frequency": -1, "BlueprintShortname": null, "Text": "{\r\n \"exp\": 94,\r\n \"lv\": 200,\r\n \"buff\": {\r\n \"attack\": 0.0,\r\n \"crit\": 0.0,\r\n \"critAttack\": 0.0,\r\n \"vampire\": 0.0,\r\n \"fire\": 0.0,\r\n \"bane\": 0.0,\r\n \"baneAmount\": 0.0,\r\n \"magazine\": 0.0\r\n }\r\n}", "Contents": [] }, This is the feature that players in my server need the most. If it can be supported, I would be extremely grateful to you.
  23. laodu

    Crafting Panel

    Looking forward to supporting DisplayName to create items

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.4k
Total sales
Payments
3.5m
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.