Jump to content

liuyan1220

Member
  • Posts

    70
  • Joined

  • Last visited

Everything posted by liuyan1220

  1. How to customize icons
  2. liuyan1220

    Add more rocket men

    The current enemy types do not meet my needs. I need to add more enemy difficulties, such as enemies with bazookas. I want to set multiple enemy levels. They have different damage and different HP. How should I add them?
  3. liuyan1220

    Console error

    Resolved due to name being set to Chinese
  4. Failed to call hook 'OnExplosiveThrown' on plugin 'DefendableHomes v1.1.1' (FormatException: Input string was not in a correct format.) at System.Text.StringBuilder.AppendFormatHelper (System.IFormatProvider provider, System.String format, System.ParamsArray args) [0x002b0] in <47fc8c70fa834cbf8141d7c1a7589125>:0 9kb/s in, 46kb/s out at System.String.FormatHelper (System.IFormatProvider provider, System.String format, System.ParamsArray args) [0x00023] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at System.String.Format (System.String format, System.Object[] args) [0x00020] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.DefendableHomes.GetMessage (System.String langKey, System.String userID, System.Object[] args) [0x0000c] in <344042afd14a48fcb6258e0ef828d7e1>:0 at Oxide.Plugins.DefendableHomes.OnExplosiveThrown (BasePlayer player, BaseEntity entity, ThrownWeapon weapon) [0x004f3] in <344042afd14a48fcb6258e0ef828d7e1>:0 at Oxide.Plugins.DefendableHomes.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00e16] in <344042afd14a48fcb6258e0ef828d7e1>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <cd9a02fd331347bd82d550bb1a9c8e9f>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b76ec77c47d1449e92b2baab8603843d>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b76ec77c47d1449e92b2baa
  5. liuyan1220

    Console error

    Failed to call hook 'OnExplosiveThrown' on plugin 'DefendableHomes v1.1.1' (FormatException: Input string was not in a correct format.) at System.Text.StringBuilder.AppendFormatHelper (System.IFormatProvider provider, System.String format, System.ParamsArray args) [0x002b0] in <47fc8c70fa834cbf8141d7c1a7589125>:0 7kb/s in, 49kb/s out at System.String.FormatHelper (System.IFormatProvider provider, System.String format, System.ParamsArray args) [0x00023] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at System.String.Format (System.String format, System.Object[] args) [0x00020] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.DefendableHomes.GetMessage (System.String langKey, System.String userID, System.Object[] args) [0x0000c] in <344042afd14a48fcb6258e0ef828d7e1>:0 at Oxide.Plugins.DefendableHomes.OnExplosiveThrown (BasePlayer player, BaseEntity entity, ThrownWeapon weapon) [0x004f3] in <344042afd14a48fcb6258e0ef828d7e1>:0 at Oxide.Plugins.DefendableHomes.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00e16] in <344042afd14a48fcb6258e0ef828d7e1>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <cd9a02fd331347bd82d550bb1a9c8e9f>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b76ec77c47d1449e92b2baab8603843d>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b76ec77c47d1449e92b2baa
  6. How to sell to player recyclers through the shop
  7. liuyan1220

    image problem

    Image failed to download! Error: Cannot connect to destination host - Image Name: crate_elite_invisible_0 - Image URL: https://cdn.discordapp.com/attachments/901242337257193502/968487021100281886/crate_t30.png Loottable storage process at 8% (8/106) Image failed to download! Error: Cannot connect to destination host - Image Name: crate_food_invisible_0 - Image URL: https://cdn.discordapp.com/attachments/901242337257193502/984178592332279838/crate_food0.png Loottable storage process at 8% (9/106) Image failed to download! Error: Cannot connect to destination host - Image Name: crate_medical_invisible_0 - Image URL: https://cdn.discordapp.com/attachments/901242337257193502/984178638792556574/crate_medical0.png Loottable storage process at 9% (10/106) Image failed to download! Error: Cannot connect to destination host - Image Name: crate_tools_invisible_0 - Image URL: https://cdn.discordapp.com/attachments/901242337257193502/984178507556986951/crate_tools0.png Loottable storage process at 10% (11/106) About 50% of images fail to load
  8. liuyan1220

    suggestion

    Click on the prompt to set the displayed text, which is helpful for customizing the formula
  9. For a person who doesn't know English, it's very difficult! Is it possible to add language settings
  10. liuyan1220

    Image

    Is it possible to make the background image of each page independent, I mean adding multiple images to the home page
  11. Is it possible to customize the map marker style
  12. Is the modification of the NPC name in the data or the data and config need to be modified at the same time?
  13. liuyan1220

    typeface

    How to change the note font?
  14. liuyan1220

    kits

    It still says the plugin is not installed or not running. Plugin (plugin name): Toolbar
  15. Can weed be obtained only by gathering wild flax How to make players get weeds when harvesting flax grown in planters
  16. liuyan1220

    How to avoid this

    resolved
  17. liuyan1220

    How to avoid this

  18. 【if (item.GetOwnerPlayer().IsUnityNull() || target.GetOwnerPlayer().IsUnityNull()) return null;】 A friend who has the same problem as me can solve it by deleting this line of code!!!
  19. liuyan1220

    Skill Rates

    Will adding turrets to kill NPCs increase experience in the future
  20. I understand what you mean. The versions of different skin ids cannot be combined. In Ken…, if the state is on the state, it will automatically add together.
  21. Different skin items can be merged automatically when dropped to the ground. Please fix this problem as soon as possible
  22. Very nice plugin, I appreciate it very much!! Will there be a translation setting in the future so that people from different countries can translate the version to facilitate yourself?
1.9m

Downloads

Total number of downloads.

9k

Customers

Total customers served.

132k

Files Sold

Total number of files sold.

2.8m

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.