Jump to content

Daemante

Member
  • Posts

    24
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Daemante's Achievements

Apprentice

Apprentice (3/15)

  • One Month Later
  • Reacting Well
  • Collaborator
  • First Post
  • Conversation Starter

Recent Badges

3

Reputation

  1. Daemante

    Support For AdvancedStatus

    Didn't see the support was already added and that you need both plugins. However, if both AdvancedStatus and SimpleStatus are loaded, then the duration or percent of raid protection doesn't display just that raid protection is active/inactive, red for active and green for inactive? If just SimpleStatus is loaded then the percent does show. Although, the config section below for raid protection doesn't seem to work no matter if I change it to duration/percent or show/hide bleed balance, if keeps showing percent and bleed balance; the balance shown is not accurate. "Simple Status Settings": { "Text Value": "duration", "Always Show For Owners": false, "Always Show For Non Owners": false, "Show When Holding Hammer": false, "Show When Attacking": true, "Show Balance Bleed When Attacking": false
  2. Daemante

    Support For AdvancedStatus

    Hello, is it possible to add support for the AdvancedStatus bar plugin?
  3. Oddly, same issue still happening after a wipe; such as force wipe today. Next wipe should be for tomorrow not in 3h 32m. I've already uploaded the update for AdvancedStatus as well hoping that would help but no dice. Thank you,
  4. This is for oxide. Attached in the config as requested. WipeStatus.json
  5. Works like a charm. Thank you.
  6. Daemante

    No godmode indicator

    Works like a charm. Thank you.
  7. Daemante

    Advanced Status

    Regarding "Bar - Display Layer" in the config, you may want to consider defaulting to "Under" instead as "Hud" blocks input in menus such as the map screen. Its easy to change as you provided the method but some people may just ignore the link and assume its conflicting and doesn't work. Just my two cents.
  8. Daemante

    Adding multiple wipe dates

    Would it be possible to add "every x number of days" to the plugin so that when specifying a date you can also specify when it would reoccur so that you dont need to add a huge list of dates?
  9. Ahhh I see. If that note about IsInvisible2 was always there then my apologies for not seeing/reading it. I will do as instructed. Thank you.
  10. Daemante

    Adding multiple wipe dates

    Again, thank you for the fast response. Will update and report back.
  11. Daemante

    No godmode indicator

    Yes that is the godmode plugin. I will update and report back. Thank you for the super quick implementation.
  12. Daemante

    No godmode indicator

    Issue remains without FauxAdmin. Seems it does rely on auth level so not sure it will work using godmode plugins.
  13. Appears this only works after a reload but doing /vanish in game again doesn't show the indicator.
  14. Found and fixed the issue. There was a typo: Original code: private bool IsInvisible(BasePlayer player) { if (Vanish != null) return (bool)Vanish.Call("IsInvisible2", player); if (BetterVanish != null) return (bool)BetterVanish.Call("_IsInvisible", player); return false; } Fixed code: private bool IsInvisible(BasePlayer player) { if (Vanish != null) return (bool)Vanish.Call("IsInvisible", player); if (BetterVanish != null) return (bool)BetterVanish.Call("_IsInvisible", player); return false; } VanishStatus.cs
  15. Here is the error in console: [04.14 19:24:24] [CSharp] Started Oxide.Compiler v successfully [04.14 19:24:27] [CSharp] Started Oxide.Compiler v successfully [04.14 19:24:29] VanishStatus was compiled successfully in 1566ms [04.14 19:24:29] Unloaded plugin Vanish Status v0.1.3 by IIIaKa [04.14 19:24:29] Failed to call hook 'OnServerInitialized' on plugin 'VanishStatus v0.1.3' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.VanishStatus.IsInvisible (BasePlayer player) [0x00022] in <8734002a56ae4ca5859e17dc811b5c0b>:0 at Oxide.Plugins.VanishStatus.SendBar (BasePlayer player) [0x00010] in <8734002a56ae4ca5859e17dc811b5c0b>:0 at Oxide.Plugins.VanishStatus.InitPlayers () [0x00052] in <8734002a56ae4ca5859e17dc811b5c0b>:0 at Oxide.Plugins.VanishStatus.OnServerInitialized () [0x00056] in <8734002a56ae4ca5859e17dc811b5c0b>:0 at Oxide.Plugins.VanishStatus.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x004a9] in <8734002a56ae4ca5859e17dc811b5c0b>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <87ce9ac9776a48658bc55eae6debe38b>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <cd7231f30b444d86bc6cca8a53cdd2ea>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <cd7231f30b444d86bc6cca8a53cdd2ea>:0 [04.14 19:24:29] Loaded plugin Vanish Status v0.1.3 by IIIaKa [04.14 19:24:29] [Image Library] Starting order VanishStatus [04.14 19:24:29] Image batch (VanishStatus) has been stored successfully [04.14 19:24:32] VanishStatus was compiled successfully in 1566ms Vanish.json
1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.3k

Files Sold

Total number of files sold.

2m

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.