Jump to content

JustANoob

Member
  • Posts

    225
  • Joined

  • Last visited

Everything posted by JustANoob

  1. JustANoob

    Getting this in console

    Is this breaking it?...
  2. JustANoob

    Getting this in console

    What about that's its from Codefling for NPCKits? I know I'm probably doing something wrong on my end, but I did everything I know how to do. I have know idea on what is causing it.
  3. I meant to say joins or leaves the server...
  4. I don't know if I even have to use the autocommands to make it work, but I do, so when a player joins or leaves it tries to update.
  5. JustANoob

    Getting this in console

  6. JustANoob

    Getting this in console

    I don't know what it is, its bugged, I've even started new config and still does it. I take out and put back in. I reload the plugins. I think that gremlins are in the system, lol These work just fine:
  7. JustANoob

    Getting this in console

    UpdateChecker.json
  8. JustANoob

    Getting this in console

  9. JustANoob

    Getting this in console

    not at all, I do that everytime I put in new updates
  10. JustANoob

    Getting this in console

  11. JustANoob

    Error Happened

    I'm trying to use it on carbon, does this plugin support carbon?
  12. JustANoob

    Error Happened

    Failed compiling 'RebootScheduler.cs': 1. The type or namespace name 'Messages' does not exist in the namespace 'Oxide.Ext.Discord.Entities' (are you missing an assembly reference?) [CS0234] (RebootScheduler 34 line 15) 2. The type or namespace name 'WebhookCreateMessage' could not be found (are you missing a using directive or an assembly reference?) [CS0246] (RebootScheduler 55 line 613) 3. The name 'WebhookCreateMessage' does not exist in the current context [CS0103] (Internal 39 line 176)
  13. JustANoob

    NPCKits

    I think this can be taken out now: {"Scientist", new Settings()},
  14. JustANoob

    NPCKits

    I noticed that the NPC still drops a gun even if you turn it off or put to zero, its because there is no option to prevent the weapon dropping into the bag that the NPC drops after he is removed. Just need to add extra setting, unless I'm missing something. Also the amount of ammo is still dropped from the kit even if turned off. Also this is an updated list for the NPC's in the game, I tried to do my best to include all of them, hope this helps: Dictionary<string, string> names = new Dictionary<string, string>() { {"oilrig", "OilRig"}, {"excavator", "Excavator"}, {"peacekeeper", "CompoundScientist"}, {"bandit_guard", "BanditTown"}, {"_ch47_gunner", "MountedScientist"}, {"junkpile", "JunkPileScientist"}, {"scarecrow_dungeon", "DungeonScarecrow" }, {"scarecrow", "ScareCrow"}, {"military_tunnel", "MilitaryTunnelScientist" }, {"scientistnpc_roam", "RoamScientist"}, {"scientistnpc_full_any", "FullAnyScientist"}, {"scientistnpc_full_mp5", "FullMP5Scientist"}, {"scientistnpc_full_lr300", "FullLR300Scientist"}, {"scientistnpc_full_pistol", "FullPistolScientist"}, {"scientistnpc_full_shotgun", "FullShotgunScientist"}, {"scientistnpc_full_patrol", "FullPatrolScientist"}, {"scientist_full", "MilitaryTunnelScientist"}, {"scientist_turret", "CargoShip"}, {"scientistnpc_cargo", "CargoShip"}, {"scientist_astar", "CargoShip"}, {"scientistnpc_bradley", "APCScientist" }, {"scientistnpc_bradley_heavy", "APCHeavyScientist"}, {"scientistnpc_heavy", "HeavyScientist"}, {"tunneldweller", "TunnelDweller"}, {"underwaterdweller" , "UnderwaterDweller"}, {"trainyard" , "Trainyard"}, {"airfield" , "Airfield"}, {"scientistnpc_roamtethered", "DesertScientist" }, {"arctic_research_base", "ArcticResearchBase" }, {"launch_site", "LaunchSite" }, {"nuclear_missile_silo", "NuclearMissileSilo" }, {"scientistnpc_roam_nvg_variant", "RoamNVGVariantScientist" }, {"gingerbread", "Gingerbread" }, {"missionprovider_fishing", "MissionProviderOutpost" }, {"missionprovider_outpost", "MissionProviderFishing" }, {"missionprovider_stables", "MissionProviderStables" }, {"missionprovider_bandit", "MissionProviderBandit" }, {"boat_shopkeeper", "BoatShopkeeper" }, {"bandit_shopkeeper", "BanditShopkeeper" }, }; public Dictionary<string, Settings> CorpseTypes = new Dictionary<string, Settings> { {"Airfield", new Settings()}, {"ArcticResearchBase", new Settings()}, {"RoamNVGVariantScientist", new Settings()}, {"NuclearMissileSilo", new Settings()}, {"BanditShopkeeper", new Settings()}, {"BanditTown", new Settings()}, {"BoatShopkeeper", new Settings()}, {"CargoShip", new Settings()}, {"CompoundScientist", new Settings()}, {"DesertScientist", new Settings()}, {"DungeonScarecrow", new Settings()}, {"Excavator", new Settings()}, {"Gingerbread", new Settings() }, {"HeavyScientist", new Settings()}, {"APCHeavyScientist", new Settings()}, {"JunkPileScientist", new Settings()}, {"LaunchSite", new Settings()}, {"APCScientist", new Settings() }, {"MilitaryTunnelScientist", new Settings()}, {"MissionProviderBandit", new Settings()}, {"MissionProviderFishing", new Settings()}, {"MissionProviderOutpost", new Settings()}, {"MissionProviderStables", new Settings()}, {"MountedScientist", new Settings()}, {"OilRig", new Settings()}, {"ScareCrow", new Settings()}, {"RoamScientist", new Settings()}, {"Scientist", new Settings()}, {"FullAnyScientist", new Settings()}, {"FullMP5Scientist", new Settings()}, {"FullLR300Scientist", new Settings()}, {"FullPistolScientist", new Settings()}, {"FullShotgunScientist", new Settings()}, {"FullPatrolScientist", new Settings()}, {"Trainyard", new Settings()}, {"TunnelDweller", new Settings()}, {"UnderwaterDweller", new Settings()}, };
  15. JustANoob

    Getting this in console

    I understand that, just bringing to your attention, just in case it's not supposed to do that...
  16. JustANoob

    Getting this in console

    [uMod] ZoneManagerAutoZones 1.3.9 -> 1.4.0 <https://umod.org/plugins/zone-manager-auto-zones> [uMod] FancyDrop 3.2.2 -> 3.2.3 <https://umod.org/plugins/fancy-drop> { "Name": "FancyDrop", "Author": "FastBurst", "Plugin version": "3.2.2", "Link to plugin": "https://umod.org/plugins/fancy-drop", "Marketplace": "uMod", "Ignore": false },
  17. Flechen[76561197995868362] spawned "rocket_mlrs[15683864]" at (-1256.43, 40.74, 74.54) [Nade Plus] owner null [PlayerRanks] PlayerRanks local database was saved. Flechen[76561197995868362] spawned "rocket_mlrs[15683883]" at (-1253.24, 40.80, 73.51) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15683927]" at (-1253.26, 40.80, 73.53) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15684041]" at (-1253.50, 40.62, 72.65) Checking for new Steam Item Definitions.. [Nade Plus] owner null [Nade Plus] owner null [Nade Plus] owner null [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693277]" at (-1249.83, 41.51, 71.85) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693284]" at (-1250.33, 41.51, 72.21) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693289]" at (-1251.42, 41.51, 73.02) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693291]" at (-1253.11, 41.51, 74.13) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693293]" at (-1249.44, 41.51, 71.57) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693295]" at (-1248.37, 41.51, 70.78) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693297]" at (-1251.81, 41.51, 73.30) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693299]" at (-1253.28, 41.51, 74.37) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693301]" at (-1251.71, 41.51, 73.00) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693303]" at (-1249.55, 41.51, 71.91) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693305]" at (-1248.41, 41.51, 70.63) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693307]" at (-1250.07, 41.51, 72.03) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693309]" at (-1251.30, 41.51, 72.93) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693311]" at (-1251.08, 41.51, 72.78) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693313]" at (-1252.64, 41.51, 73.91) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693320]" at (-1247.48, 41.51, 70.13) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693322]" at (-1249.05, 41.51, 71.28) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693329]" at (-1248.07, 41.51, 70.56) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693335]" at (-1248.71, 41.51, 71.16) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693337]" at (-1249.87, 41.51, 71.56) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693339]" at (-1251.04, 41.51, 73.33) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693341]" at (-1252.46, 41.51, 73.28) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693343]" at (-1252.73, 41.51, 74.72) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693345]" at (-1253.32, 41.51, 74.23) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693347]" at (-1251.49, 41.51, 73.02) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693349]" at (-1249.57, 41.51, 72.24) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693351]" at (-1248.46, 41.51, 71.02) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693353]" at (-1247.60, 41.51, 69.98) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693357]" at (-1248.09, 41.51, 70.34) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693359]" at (-1249.41, 41.51, 71.90) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693361]" at (-1250.65, 41.51, 73.11) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693363]" at (-1252.78, 41.51, 73.76) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693365]" at (-1254.26, 41.51, 74.76) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693367]" at (-1253.28, 41.51, 74.42) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693369]" at (-1251.55, 41.51, 73.12) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693371]" at (-1250.65, 41.51, 71.94) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693373]" at (-1249.36, 41.51, 70.78) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693375]" at (-1247.30, 41.51, 70.16) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693377]" at (-1246.56, 41.49, 69.45) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693379]" at (-1248.16, 41.51, 70.49) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693381]" at (-1249.60, 41.51, 71.50) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693383]" at (-1251.45, 41.51, 72.24) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693385]" at (-1252.53, 41.51, 73.77) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693387]" at (-1254.45, 41.50, 75.00) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693389]" at (-1254.66, 41.26, 76.95) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693391]" at (-1254.15, 41.51, 75.14) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693393]" at (-1253.16, 41.51, 73.85) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693395]" at (-1251.22, 41.51, 72.75) [Nade Plus] owner null Flechen[76561197995868362] spawned "rocket_mlrs[15693402]" at (-1249.31, 41.51, 71.73) [Nade Plus] owner null
  18. Failed to call internal hook 'OnCorpsePopulate' on plugin 'RandomGatherPremium v1.0.8' [338615359] (Object reference not set to an instance of an object) at BaseCorpse Oxide.Plugins.RandomGatherPremium.OnCorpsePopulate(BasePlayer npcPlayer, BaseCorpse corpse) in /home/container/carbon/plugins/RandomGatherPremium.cs:line 115 at object Oxide.Plugins.RandomGatherPremium.InternalCallHook(uint hook, object[] args) in RandomGatherPremium.cs/Internal:line 65 ScareCrow[6022860] was killed by Gavin[8535983] at (476.12, 40.24, -669.34) [uMod] Failed fetching page for vendor. Error code 429! [uMod] Failed fetching page for vendor. Error code 429! [Scientist Names] Jed renamed to Walton [uMod] Failed fetching page for vendor. Error code 429! [uMod] Failed fetching page for vendor. Error code 429! [uMod] Failed fetching page for vendor. Error code 429! [uMod] Failed fetching page for vendor. Error code 429! Failed to call internal hook 'OnCorpsePopulate' on plugin 'RandomGatherPremium v1.0.8' [338615359] (Object reference not set to an instance of an object) at BaseCorpse Oxide.Plugins.RandomGatherPremium.OnCorpsePopulate(BasePlayer npcPlayer, BaseCorpse corpse) in /home/container/carbon/plugins/RandomGatherPremium.cs:line 115 at object Oxide.Plugins.RandomGatherPremium.InternalCallHook(uint hook, object[] args) in RandomGatherPremium.cs/Internal:line 65 ScareCrow[2811156] was killed by Nicholas[521595] at (683.43, 44.38, 415.13) Caching plugin metadata page 155 out of 156 Caching plugin metadata page 156 out of 156 [Admin] Stored uMod plugin metadata cache to file. [Scientist Names] Frances renamed to Bowen Saved 67,765 ents, cache(0.12), write(0.07), disk(0.01). Saving complete Failed to call internal hook 'OnCorpsePopulate' on plugin 'RandomGatherPremium v1.0.8' [338615359] (Object reference not set to an instance of an object) at BaseCorpse Oxide.Plugins.RandomGatherPremium.OnCorpsePopulate(BasePlayer npcPlayer, BaseCorpse corpse) in /home/container/carbon/plugins/RandomGatherPremium.cs:line 115 at object Oxide.Plugins.RandomGatherPremium.InternalCallHook(uint hook, object[] args) in RandomGatherPremium.cs/Internal:line 65 ScareCrow[1935763] was killed by Tonia[5107317] at (-830.40, 21.27, 981.85) Failed to call internal hook 'OnCorpsePopulate' on plugin 'RandomGatherPremium v1.0.8' [338615359] (Object reference not set to an instance of an object) at BaseCorpse Oxide.Plugins.RandomGatherPremium.OnCorpsePopulate(BasePlayer npcPlayer, BaseCorpse corpse) in /home/container/carbon/plugins/RandomGatherPremium.cs:line 115 at object Oxide.Plugins.RandomGatherPremium.InternalCallHook(uint hook, object[] args) in RandomGatherPremium.cs/Internal:line 65
  19. There you go! UpdateChecker.json
  20. [UpdateChecker] 13 Nov 2024 13:51 [uMod] SimpleKillFeed 2.2.8 -> 2.4.0 <https://umod.org/plugins/simple-kill-feed> [uMod] SimpleNoVehicleFuel 1.0.6 -> 1.0.9 <https://umod.org/plugins/simple-no-vehicle-fuel> [NotFound] BetterChat, ChatClear, Clans, Countries, CustomButtons, DiscordAuth, DiscordSync, DynamicPlayerLimit, DynamicWireColors, EasySkin, EntityItemPicker, EntityOwner, EventTipsRemover, ExtendedRecycler, Freeze, FurnaceSplitter, Give, Godmode, HammerTime, HeliRide, HelicopterHover, HostileTime, Hud, ImageLibrary, InstantBarrel, InventoryViewer, ItemRetriever, Keywords, LoadingMessages, MinicopterSeating, MonumentAddons, MonumentFinder, MonumentsRecycler, NTeleportation, NavMeshErrorFix, NeverWear, NoRespawnCooldowns, NoVood, OilRigDoorsFix, PerfectRepair, PlayerAdministration, PlaytimeTracker, PowerlessNeon, PrivateMessages, PrivateMessagesGUI, QuickSmelt, ResetCodeLocks, RespawnProtection, RocketGuns, RustRewards, RustadminOnline, SAMSiteAuth, ScraponomicsLite, SignArtist, SkinButton, Skins, SkipNightVote, TeamInfo, Trashcan, VehicleLicence, WelcomePanel, WhoaBoy, XmasMini, CustomAutoKits, CustomIcon, NoSunGlare, DiscordLogger, Everlight, CopyPaste, LockBarrels, ServerStatus, FurnaceStacks, DiscordReport, EntityReducer, HorseTrigger, WipeDates, PlaceholderAPI, UpdateChecker, InstantCraft, GodmodeIndicator, CraftCarChassis, FreeBuild, DiscordSignLogger, NPCDropGun, CombatLogInfo, WipeDataCleaner, WakeInfo, PermissionsManager, CustomVendingSetup, GatherAway, ServerChat, EntityScaleManager, UnsafeRecycler, JetSki, PowerlessElectronics, MasterSwitch, CraftChassis, NoDuds, NoEscape, ServerArmourElo, F1ServerConsoleLog
  21. JustANoob

    For some reason it did this

    It did this:
    10/10 on all nades! Everything works seamlessly - great commands, great plugin! DEFINITELY RECOMMEND THIS! Note: Sleeper nade had no effect on "spawned player" but I had no other players on test server to test out. Boogie nade - i don't own the dance dlc so couldn't test that.
  22. When a player does the command the hud goes away fine, but min later it comes back up /onlinehud off Thank You for any help!
1.9m

Downloads

Total number of downloads.

9.2k

Customers

Total customers served.

133.9k

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.