Jump to content

JustANoob

Member
  • Posts

    236
  • Joined

  • Last visited

Everything posted by JustANoob

  1. JustANoob

    Not showing

  2. JustANoob

    help

    Please submit a support request here: https://codefling.com/maps/abandoned-city-3500?tab=support
  3. [GasStationEvent] GasStationEvent has ended Failed to call internal hook 'CanWearItem' on plugin 'BackpackSwap v1.0.0' [4048531747] (Object reference not set to an instance of an object) at object Oxide.Plugins.BackpackSwap.CanWearItem(PlayerInventory inventory, Item targetItem, int slot) in /home/container/carbon/plugins/BackpackSwap.cs:line 18 at object Oxide.Plugins.BackpackSwap.InternalCallHook(uint hook, object[] args) in BackpackSwap.cs/Internal:line 20 [Corpse Location] Yoes (76561198061202721) died at (1527.12, 26.20, 1036.13)
  4. JustANoob

    Getting this in console

    You've been so patient and I thank you!
  5. JustANoob

    Getting this in console

  6. Merry Xmas!
  7. Don't have copy of same Plugin in the folder renamed as Backup... fixed my issue. Close This Ticket, But Let Others Know!
  8. JustANoob

    Getting this in console

  9. JustANoob

    Getting this in console

    Is this breaking it?...
  10. 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.
  11. I meant to say joins or leaves the server...
  12. 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.
  13. JustANoob

    Getting this in console

  14. 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:
  15. JustANoob

    Getting this in console

    UpdateChecker.json
  16. JustANoob

    Getting this in console

  17. JustANoob

    Getting this in console

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

    Getting this in console

  19. JustANoob

    Error Happened

    I'm trying to use it on carbon, does this plugin support carbon?
  20. 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)
  21. JustANoob

    NPCKits

    I think this can be taken out now: {"Scientist", new Settings()},
  22. 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()}, };
  23. JustANoob

    Getting this in console

    I understand that, just bringing to your attention, just in case it's not supposed to do that...
  24. 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 },
2.1m

Downloads

Total number of downloads.

9.8k

Customers

Total customers served.

142.4k

Files Sold

Total number of files sold.

3m

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.