Jump to content

Unkown

Member
  • Posts

    166
  • Joined

  • Last visited

Recent Profile Visitors

359 profile views

Unkown's Achievements

Collaborator

Collaborator (7/15)

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

Recent Badges

11

Reputation

  1. Unkown

    BUG

    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
  2. Unkown

    BUG

    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
  3. 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)
  4. Unkown

    Console errors

    what can i do to fix this
  5. Unkown

    Console errors

    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
  6. or is there a button to ignore admins in general
  7. does this ignore admins in vanish?
  8. Unkown

    Arena Tournament

    can npcs be added in the event? maybe a command or something so npcs can be spawned during the event? @fermens
  9. Unkown

    Permissions

    i found my error, never saw the rely on shore
  10. Unkown

    Images not loading

    not working for me todfay either..just noticed says Image failed to download! Error: HTTP/1.1 404 Not Found - Image Name: https://media.discordapp.net/attachments/335512864548847617/1134455392420761671/command.png_0 - Image URL: https://media.discordapp.net/attachments/335512864548847617/1134455392420761671/command.png
  11. Unkown

    error with new update

    [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
  12. Unkown

    error with new update

    any update?
  13. Unkown

    clan is reskinning

    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.
  14. Is there a way to change the keys to something that isnt used like J,K,L? instead of the defeault R and e? (MIDDLE_MOUSE, SECOND_MOUSE, E, RELOAD, SPRINT)": "RELOAD",
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

81.4k

Files Sold

Total number of files sold.

1.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.