Jump to content

Unkown

Member
  • Posts

    227
  • Joined

  • Last visited

Support Replies posted by Unkown

  1. same error....

     

     

    c.reload WPKits
    Unloaded plugin WPKits v1.3.2 by David
    Loaded plugin WPKits v1.3.2 by David [98ms]
    Failed to call internal hook 'OnWelcomePanelPageOpen' on plugin 'WPKits v1.3.2' [298621945] (Specified cast is not valid.)
       at void Oxide.Plugins.WPKits.ShowKits(BasePlayer player, int page) in /home/container/carbon/plugins/WPKits.cs:line 163
       at void Oxide.Plugins.WPKits.OnWelcomePanelPageOpen(BasePlayer player, int tab, int page, string addon) in /home/container/carbon/plugins/WPKits.cs:line 25
       at object Oxide.Plugins.WPKits.InternalCallHook(uint hook, object[] args) in WPKits.cs/Internal:line 156

  2. I know it has been said but the problem still is still active.. Any update on fix?

     

    Failed to call internal hook 'OnWelcomePanelPageOpen' on plugin 'WPKits v1.3.1' [298621945] (Specified cast is not valid.)
       at void Oxide.Plugins.WPKits.ShowKits(BasePlayer player, int page) in /home/container/carbon/plugins/WPKits.cs:line 163
       at void Oxide.Plugins.WPKits.OnWelcomePanelPageOpen(BasePlayer player, int tab, int page, string addon) in /home/container/carbon/plugins/WPKits.cs:line 25
       at object Oxide.Plugins.WPKits.InternalCallHook(uint hook, object[] args) in WPKits.cs/Internal:line 156
    Failed to call internal hook 'OnWelcomePanelPageOpen' on plugin 'WPKits v1.3.1' [298621945] (Specified cast is not valid.)
       at void Oxide.Plugins.WPKits.ShowKits(BasePlayer player, int page) in /home/container/carbon/plugins/WPKits.cs:line 163
       at void Oxide.Plugins.WPKits.OnWelcomePanelPageOpen(BasePlayer player, int tab, int page, string addon) in /home/container/carbon/plugins/WPKits.cs:line 25

     

     

     Thanks

  3. Soo do you at least plan to put a loot system that we can manually inpuit data? that custom loot system is nothing something I'm interested in getting. 

  4. cant seem to understand what time the rewards are givin. I have it set to 

      "Permission (ex: dailyrewards.use)": "dailyrewards.use",

      "Daily reset settings": {

        "Time to reset (hh:mm)": "03:00",

        "Time Zone": "America/New_York"

     

    which i assume is 3am is reset? yet its not, i want it to reset at 3am every night so if someone gets on at 3:01 the timer starst for the day next...

  5. [WaterTreatmentEvent] Error (Object reference not set to an instance of an object)
       at void Oxide.Plugins.WaterTreatmentEvent.InitiateTheEvent() in /home/container/carbon/plugins/WaterTreatmentEvent.cs:line 1084
       at void Oxide.Plugins.WaterTreatmentEvent.StartEvent() in /home/container/carbon/plugins/WaterTreatmentEvent.cs:line 1074
       at void Oxide.Plugins.WaterTreatmentEvent.StartEventThroughCommand(BasePlayer player) in /home/container/carbon/plugins/WaterTreatmentEvent.cs:line 1059
       at void Oxide.Plugins.WaterTreatmentEvent.StartEventThroughConsoleCommand(Arg arg) in /home/container/carbon/plugins/WaterTreatmentEvent.cs:line 1048
       at object System.Reflection.RuntimeMethodInfo.Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture)

  6. Multiple bugs that I have came across while using it in the server .

     

    1. When using it to upgrade a base it erases boxes on floors that are getting upgraded 

     

    2. Say you have a stone base, and you build twig to it. If you go to tc and upgrade the base to wood it downgrades the stone and makes it wood. If somehow you can stop downgrading material and only allow it to go up in tiers . Main reason charters rarely use this once they have stone bases.

     

    @Drxp

  7. After update it no longer works for carbon

     

    :octagonal_sign: <t:1714813861:t>
    ```cs
    Failed compiling '/home/container/carbon/plugins/PredatorMissile.cs':
    ```

    :octagonal_sign: <t:1714813861:t>
    ```cs
      1. The type or namespace name 'Harmony' could not be found (are you missing a using directive or an assembly reference?) [CS0246]
         (PredatorMissile 7 line 8)
    ```

    :octagonal_sign: <t:1714813861:t>
    ```cs
      2. 'Harmony' does not contain a definition for 'Create' and no accessible extension method 'Create' accepting a first argument of type 'Harmony' could be found (are you missing a using directive or an assembly reference?) [CS1061]
         (PredatorMissile 44 line 586)
    ```    @supreme

  8. after upate it loaded up to the iomage stage then i get this error now 

     

    Failed executing 'POST' webrequest [callback] (https://iqsystem.skyplugins.ru/iqsphere/parse-object/76QF8O45AT1A3LU) (An exception occurred during the operation, making the result invalid.  Check InnerException for exception details.)
       at void System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
       at string System.Net.UploadStringCompletedEventArgs.get_Result()
       at WebRequest Oxide.Core.Libraries.WebRequests+WebRequest.Start()+(object _, UploadStringCompletedEventArgs e) => { } in /home/runner/work/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/Libraries/WebRequest.cs:line 354
      Inner exception:
      System.Net.WebException: The remote server returned an error: (401) Unauthorized.
       at async Task<(HttpWebResponse response, bool redirect, bool mustReadAll, BufferOffsetSize writeBuffer, WebOperation ntlm)> System.Net.HttpWebRequest.GetResponseFromData(WebResponseStream stream, CancellationToken cancellationToken)
       at async void System.Net.HttpWebRequest+<RunWithTimeoutWorker>d__244<System.Net.HttpWebResponse>.MoveNext()
       at WebResponse System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
       at WebResponse System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)
       at WebResponse Oxide.Core.Libraries.WebRequests+WebRequest+Client.GetWebResponse(WebRequest request, IAsyncResult result) in /home/runner/work/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/Libraries/WebRequest.cs:line 437
       at async Task<WebResponse> System.Net.WebClient.GetWebResponseTaskAsync(WebRequest request)
       at async void System.Net.WebClient.DownloadBitsAsync(WebRequest request, Stream writeStream, AsyncOperation asyncOp, Action<byte[], Exception, AsyncOperation> completionDelegate)
     

  9. bank.convert.economics
    [Bank System] Error (Object reference not set to an instance of an object)
       at void Oxide.Plugins.BankSystem.ConvertFromEconomics() in /home/container/carbon/plugins/BankSystem.cs:line 7031
       at void Oxide.Plugins.BankSystem.CmdConsoleConvertEconomics(Arg arg) in /home/container/carbon/plugins/BankSystem.cs:line 6988
       at object System.Reflection.RuntimeMethodInfo.Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture)

  10. Failed to call internal hook 'OnEntityTakeDamage' on plugin 'PersonalNPC v1.6.6' [2713007450] (Object reference not set to an instance of an object)
       at void Oxide.Plugins.PersonalNPC+PlayerBotController.RenderMenu(bool ignoreLastTime) in /home/container/carbon/plugins/PersonalNPC.cs:line 5214
       at object Oxide.Plugins.PersonalNPC.OnEntityTakeDamage(BaseCombatEntity entity, HitInfo info) in /home/container/carbon/plugins/PersonalNPC.cs:line 978
       at object Oxide.Plugins.PersonalNPC.InternalCallHook(uint hook, object[] args) in PersonalNPC.cs/Internal:line 277
    Failed to call internal hook 'OnEntityTakeDamage' on plugin 'PersonalNPC v1.6.6' [2713007450] (Object reference not set to an instance of an object)
       at void Oxide.Plugins.PersonalNPC+PlayerBotController.RenderMenu(bool ignoreLastTime) in /home/container/carbon/plugins/PersonalNPC.cs:line 5214
       at object Oxide.Plugins.PersonalNPC.OnEntityTakeDamage(BaseCombatEntity entity, HitInfo info) in /home/container/carbon/plugins/PersonalNPC.cs:line 978
       at object Oxide.Plugins.PersonalNPC.InternalCallHook(uint hook, object[] args) in PersonalNPC.cs/Internal:line 277
     

  11. When its loaded in and a player builds it summons a npc. Even though they are not even doing anything remotely to using the NPC. Building with the blueprint only summons a pet. This barely happen today never had an issue before? Somehow its overwriting the building side of it and replacing it with summoning a npc

  12. This is the error i am getting oncve i place the cs file into the plugins. I am on carbon if that matters. 

     

     

    [IQSphereEvent] The sound was loaded successfully #534224
    Failed executing 'POST' webrequest [callback] (https://iqsystem.skyplugins.ru/iqsphere/parse-object/PCQGNN8Z8R2024) (An exception occurred during the operation, making the result invalid.  Check InnerException for exception details.)
       at void System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
       at string System.Net.UploadStringCompletedEventArgs.get_Result()
       at WebRequest Oxide.Core.Libraries.WebRequests+WebRequest.Start()+(object _, UploadStringCompletedEventArgs e) => { } in /home/runner/work/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/Libraries/WebRequest.cs:line 354
      Inner exception:
      System.Net.WebException: The remote server returned an error: (401) Unauthorized.
       at async Task<(HttpWebResponse response, bool redirect, bool mustReadAll, BufferOffsetSize writeBuffer, WebOperation ntlm)> System.Net.HttpWebRequest.GetResponseFromData(WebResponseStream stream, CancellationToken cancellationToken)
       at async void System.Net.HttpWebRequest+<RunWithTimeoutWorker>d__244<System.Net.HttpWebResponse>.MoveNext()
       at WebResponse System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
       at WebResponse System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)
       at WebResponse Oxide.Core.Libraries.WebRequests+WebRequest+Client.GetWebResponse(WebRequest request, IAsyncResult result) in /home/runner/work/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/Libraries/WebRequest.cs:line 437
       at async Task<WebResponse> System.Net.WebClient.GetWebResponseTaskAsync(WebRequest request)
       at async void System.Net.WebClient.DownloadBitsAsync(WebRequest request, Stream writeStream, AsyncOperation asyncOp, Action<byte[], Exception, AsyncOperation> completionDelegate)

  13. getting a ton of errors placing the plugin into the game.. I am on Carbon

     

    Failed to call internal hook 'OnServerInitialized' on plugin 'IQGuardianDrone v1.8.9' [1330569572] (Could not find a part of the path '/home/container/carbon/data/IQSystem/IQGuardianDrone/Sounds'.)
       at IntPtr System.IO.Enumeration.FileSystemEnumerator<string>.CreateDirectoryHandle(string path, bool ignoreNotFound)
       at new System.IO.Enumeration.FileSystemEnumerator<string>(string directory, EnumerationOptions options)
       at new System.IO.Enumeration.FileSystemEnumerable<string>+DelegateEnumerator(FileSystemEnumerable<string> enumerable)
       at new System.IO.Enumeration.FileSystemEnumerable<string>(string directory, FindTransform transform, EnumerationOptions options)
       at IEnumerable<string> System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(string directory, string expression, EnumerationOptions options)
       at IEnumerable<string> System.IO.Directory.InternalEnumeratePaths(string path, string searchPattern, SearchTarget searchTarget, EnumerationOptions options)
       at string[] System.IO.Directory.GetFiles(string path, string searchPattern, EnumerationOptions enumerationOptions) x 2
       at string[] Oxide.Core.DataFileSystem.GetFiles(string path, string searchPattern) in /home/runner/work/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/Configuration/DataFileSystem.cs:line 54
       at void Oxide.Plugins.IQGuardianDrone.LoadDataSounds() in /home/container/carbon/plugins/IQGuardianDrone.cs:line 2690
       at void Oxide.Plugins.IQGuardianDrone.InitializeComponents() in /home/container/carbon/plugins/IQGuardianDrone.cs:line 977
       at void Oxide.Plugins.IQGuardianDrone.OnServerInitialized() in /home/container/carbon/plugins/IQGuardianDrone.cs:line 1047
       at object Oxide.Plugins.IQGuardianDrone.InternalCallHook(uint hook, object[] args) in IQGuardianDrone.cs/Internal:line 955

     

     

    Plugin still loads but their is no ui. also when i mess with the turret this error comes up

     

    Failed to call internal hook 'OnTurretModeToggle' on plugin 'IQGuardianDrone v1.8.9' [146384942] (Object reference not set to an instance of an object) at void Oxide.Plugins.IQGuardianDrone+SoundClass.StartPlayingSound(ulong id, Coroutine routine, DeployableBoomBox boomBox, Cassette cassete, AudioTriggerTypes triggerTypes, BasePlayer npcPlayer, string argGetsure) in /home/container/carbon/plugins/IQGuardianDrone.cs:line 2773 at void Oxide.Plugins.IQGuardianDrone+SoundClass.ProcessInteraction(ulong id, DeployableBoomBox boomBox, Cassette cassette, AudioTriggerTypes triggerTypes, BasePlayer npcPlayer, string argGetsure) in /home/container/carbon/plugins/IQGuardianDrone.cs:line 2765 at void Oxide.Plugins.IQGuardianDrone.OnTurretModeToggle(AutoTurret turret) in /home/container/carbon/plugins/IQGuardianDrone.cs:line 1683 at object Oxide.Plugins.IQGuardianDrone.InternalCallHook(uint hook, object[] args) in IQGuardianDrone.cs/Internal:line 1015

  14. [InjuriesAndDiseases] Loaded custom status condition hepc by mr01sam
    Failed to call internal hook 'OnServerInitialized' on plugin 'InjuriesAndDiseases v1.3.1' [1330569572] (Object reference not set to an instance of an object)
       at bool Oxide.Plugins.InjuriesAndDiseasesExtensionMethods.ExtensionMethods.IsAssetPath(string str) in /home/container/carbon/plugins/InjuriesAndDiseases.cs:line 722
       at void Oxide.Plugins.InjuriesAndDiseases.AddImages(Dictionary<string, string> idAndUrls, Action callback) in /home/container/carbon/plugins/InjuriesAndDiseases.cs:line 1723
       at void Oxide.Plugins.InjuriesAndDiseases.LoadImages() in /home/container/carbon/plugins/InjuriesAndDiseases.cs:line 112
       at void Oxide.Plugins.InjuriesAndDiseases.OnServerInitialized() in /home/container/carbon/plugins/InjuriesAndDiseases.cs:line 68
       at object Oxide.Plugins.InjuriesAndDiseases.InternalCallHook(uint hook, object[] args) in InjuriesAndDiseases.cs/Internal:line 369

  15. Just saw this my bad. Clans by mevent has this feature that allows them to set there clan skins for individual items. So it automatically skins them if they place.. I temporarily found a solution by removing furnaces from being skinned from clans.

  16. I was also able to do it my self by seperating the semtex. The amount i spawn them using the give semtex command, and i split them from the stack the split ones are red in picture but green  in hand

  17. There is times that the server restarts and the plugin doesnt make the f1grenades labled as Semtex with skin id 3031605679 to semtex. Anything i can do to fix this or is there a known bug atm?

  18. Loaded plugin Survival Arena v1.0.16 by imthenewguy [362ms]
    Checksum validation failed for 'ItemCrafter.CanCraft' [CanCraft [ItemCrafter]]
    Checksum validation failed for 'PlayerBlueprints.CanCraft' [CanCraft [PlayerBlueprints]]
    Checksum validation failed for 'Planner.DoBuild' [CanBuild]
    Checksum validation failed for 'Deployer.DoDeploy' [CanDeployItem]
    Checksum validation failed for 'PatrolHelicopterAI.PlayerVisible' [CanHelicopterTarget]
    A hook request for 'CanHelicopterStrafeTarget[a5659f]' received:
     - The current status is FAILURE: Signature for 'PatrolHelicopterAI.ValidRocketTarget' not found
     - Check for possible errors on the log file
    Checksum validation failed for 'LootContainer.SpawnLoot' [OnLootSpawn [LootContainer]]
    Checksum validation failed for 'Item.Drop' [OnItemDropped]
    Checksum validation failed for 'BasePlayer.CreateCorpse' [OnPlayerCorpseSpawn]
    Checksum validation failed for 'LootableCorpse.RPC_LootCorpse' [CanLootEntity [LootableCorpse]]
    Checksum validation failed for 'StorageContainer.PlayerOpenLoot' [CanLootEntity [StorageContainer]]
    Checksum validation failed for 'ResourceContainer.StartLootingContainer' [CanLootEntity [ResourceContainer]]
    Checksum validation failed for 'DroppedItemContainer.RPC_OpenLoot' [CanLootEntity [DroppedItemContainer]]
    Checksum validation failed for 'BaseRidableAnimal.RPC_OpenLoot' [CanLootEntity [BaseRidableAnimal]]
    Checksum validation failed for 'ContainerIOEntity.PlayerOpenLoot' [CanLootEntity [ContainerIOEntity]]
    Checksum validation failed for 'IndustrialCrafter.PlayerOpenLoot' [CanLootEntity [IndustrialCrafter]]
    [Survival Arena] There are no entities to wipe
    [EventHelper] Setup Event: SurvivalArena
    Checksum validation failed for 'BasePlayer.BecomeWounded' [OnPlayerWound]

  19. (15:04:39) | [WelcomePanel] Error (Object reference not set to an instance of an object)

    at string Oxide.Plugins.WelcomePanel.Img(string name) in /home/container/carbon/plugins/WelcomePanel.cs:line 244

    at void Oxide.Plugins.WelcomePanel.CreateCui(BasePlayer player, bool cursor, bool eM) in /home/container/carbon/plugins/WelcomePanel.cs:line 794

    at object Oxide.Plugins.WelcomePanel.Wp_CustomCommands(BasePlayer player, string command, string[] args) in /home/container/carbon/plugins/WelcomePanel.cs:line 323

    at object System.Reflection.RuntimeMethodInfo.Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture)

  20. (15:02:12) | Failed to call internal hook 'OnLootEntity' on plugin 'CraftMenu v1.1.31' [331038008] (Object reference not set to an instance of an object)

    at string Oxide.Plugins.CraftMenu.Img(string url) in /home/container/carbon/plugins/CraftMenu.cs:line 1542

    at void Oxide.Plugins.CraftMenu.CreateBp(BasePlayer player, int tier, string shortName, int index, bool selected) in /home/container/carbon/plugins/CraftMenu.cs:line 1060

    at void Oxide.Plugins.CraftMenu.ShowBps(BasePlayer player, int tier, string category, int page) in /home/container/carbon/plugins/CraftMenu.cs:line 933

    at void Oxide.Plugins.CraftMenu.OnLootEntity(BasePlayer player, Workbench bench) in /home/container/carbon/plugins/CraftMenu.cs:line 147

    at object Oxide.Plugins.CraftMenu.InternalCallHook(uint hook, object[] args) in CraftMenu.cs/Internal:line 358

  21. (15:00:47) | Failed to call internal hook 'OnPlayerSleepEnded' on plugin 'CustomButtons v2.0.6' [2725316408] (Object reference not set to an instance of an object)

    at string Oxide.Plugins.CustomButtons.Img(string url) in /home/container/carbon/plugins/CustomButtons.cs:line 384

    at void Oxide.Plugins.CustomButtons.CreateCui(BasePlayer player) in /home/container/carbon/plugins/CustomButtons.cs:line 41

    at void Oxide.Plugins.CustomButtons.OnPlayerSleepEnded(BasePlayer player) in /home/container/carbon/plugins/CustomButtons.cs:line 340

    at object Oxide.Plugins.CustomButtons.InternalCallHook(uint hook, object[] args) in CustomButtons.cs/Internal:line 615

  22. Love the plugin but one thing I noticed is when I used permissions the multipliers would add all multipliers they had instead of just the higher one. any fix on this that i can do?

     

    "Permission_Multipliers": {
        "Defaultx": 1.2,
        "Optomistx": 1.4,
        "Realistx": 1.6,
        "Prepperx": 1.8,
        "survivalistx": 2.0

  23. It keeps spamming my discord with me flying. How do i make it to where it does not notify me about admins

    ---

    Disregard seems i never set the permission for bypass

    • Like 1
1.8m

Downloads

Total number of downloads.

8.4k

Customers

Total customers served.

126.9k

Files Sold

Total number of files sold.

2.6m

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.