Jump to content

Kapco411

Member
  • Posts

    150
  • Joined

  • Last visited

Everything posted by Kapco411

  1. Kapco411

    RATS

    Absolutely, take care of yourself first. I wish you all the best, good health and long life. Remember, there is a rule that 30% of people will dislike you no matter what you do or who you are. Don't listen to these people or give them any attention as they will never be happy. How other people treat us is a reflection on them and not us. Only people with low self esteem wish to cause other people hurt or pain because of their own inner dislikes of self. Know that the works you created will live on bringing joy to others and take solace in that fact. Seek inner peace Brother.
  2. Kapco411

    RATS

    Oh No!. I hope this is only a short break. Your maps and prefabs are amazing and the players absolutely love them. I know these maps are a lot of work and are a labor of love and I must tell you they are very much appreciated in the community. Thank you for all you do.
  3. @Ghostfight Its called reload After Startup
  4. Thank you. That fixed the issue with the Xperience plugin but now I get this in console. at Oxide.Plugins.CustomizableWeapons+<>c__DisplayClass48_0.<UpdateItemName>b__0 () [0x000e5] in <83f5d384164d462cb2f103e304bae1fa>:0 Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CustomizableWeapons.SetName (Item item, Oxide.Plugins.CustomizableWeapons+WeaponData weaponData, System.String itemName) [0x000af] in <83f5d384164d462cb2f103e304bae1fa>:0
  5. Plugin works fine but I noticed it is effecting the ammo capacity given by the Xperience plugin. As players gain Experience they can upgrade their weapons and ammo capacity which works well. Once I loaded CW is changed the ammo capacity back to defaults. Is there a way I can prevent this from happening? I only really needed this to create one or two custom weapons for VIP2
  6. Any chance of adding permissions on this one? Need to have a way to no clip and check things without admins or mods getting booted.
  7. I updated all servers late last night and now i noticed that the rates are incorrect on resources. Setting the global to 4X only gives vanilla when chopping trees or nodes.
  8. Kapco411

    Raidable Bases

    @Deisel Sometimes after an update the profile numbers change to all "0". Look at each profile and make sure it matches the difficulty. Its at the top of each profile numbers 0 to 4. Its in the data folder under profiles. "Difficulty (0 = easy, 1 = medium, 2 = hard, 3 = expert, 4 = nightmare)": 0,
  9. Kapco411

    Failed to load

    Yep it was on my end. I missed closed bracket. I didn't notice till the mayhem with last update so figured that caused the issue. Appreciate the response. TY
  10. Kapco411

    Failed to load

    Failed to initialize plugin 'ServerWarp v1.0.1' (JsonSerializationException: Unexpected end when deserializing object. Path 'Warps', line 46, position 1.) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ThrowUnexpectedEndException (Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonContract contract, System.Object currentObject, System.String message) [0x0002d] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject (System.Object newObject, Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonObjectContract contract, Newtonsoft.Json.Serialization.JsonProperty member, System.String id) [0x0029c] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x0015c] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x0006d] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Boolean checkAdditionalContent) [0x000d9] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.JsonSerializer.DeserializeInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00053] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.JsonSerializer.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00000] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.JsonConvert.DeserializeObject (System.String value, System.Type type, Newtonsoft.Json.JsonSerializerSettings settings) [0x0002d] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in <271c58b7a8684db5a2c92be17a81f252>:0 at Oxide.Core.Configuration.DynamicConfigFile.ReadObject[T] (System.String filename) [0x00028] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Plugins.ServerWarp.Loaded () [0x00007] in <d2edba875be64d86a4ea2362021e2541>:0 at Oxide.Plugins.ServerWarp.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0005b] in <d2edba875be64d86a4ea2362021e2541>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Plugins.CSharpPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x000cf] in <795304323ac74a298b8ed190a1dfa739>:0
  11. Kapco411

    RATS

    Badgyver does it again. Talk about taking it to the next level. This map is beyond amazing and really sets a new standard on what can be done in map making. Players are absolutely going to love this map as it really changes things up. Was expecting a low FPS, but it really was just a tad under average for me. Little note for server owners, adjust your serviceceiling to around 700 so you can fly to the upper locations without maxing out the height restrictions. Few tweaks here and there on some mods and it makes the experience even better. 5 stars all the way on this one. BRAVO!
  12. Kapco411

    Error on load

    Error while compiling PortableLocker: 'object' does not contain a definition for 'DestroyImmediate' and no accessible extension method 'DestroyImmediate' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) | Line: 433, Pos: 10
  13. Is a password provided to edit the map if needed?
  14. Kapco411

    Stacks and XP System

    So did facepunch change something in the way things are done? I've been using your plugin for two years without issue and then it just stopped working with the update. If someone were to purchase your paid plugin today will it not work with these other plugins installed out of the gate?
    Great job on these structures, well done on the design. Was an awesome addition to my Wild West Server. Props to you and keep them coming.
  15. Kapco411

    Reverts on reboot

    Soon as the server reboots the plugin reverts and needs to be loaded again.
  16. at System.Linq.Enumerable.FirstOrDefault[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] predicate) [0x00000] in <98b2aface95e4962a9052e7f13446720>:0 at Oxide.Plugins.TreasureMaps.OnMaxStackable (Item item) [0x0004e] in <4f3f1905656c4435921c2e2f81a52fd8>:0 at Oxide.Plugins.TreasureMaps.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0079a] in <4f3f1905656c4435921c2e2f81a52fd8>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b9949Failed to call hook 'OnMaxStackable' on plugin 'TreasureMaps v1.0.9' (ArgumentNullException: Value cannot be null. Parameter name: source) at System.Linq.Enumerable.TryGetFirst[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] predicate, System.Boolean& found) [0x0000d] in <98b2aface95e4962a9052e7f13446720>:0
  17. Kapco411

    Stacks and XP System

    Curious. Is Custom Item Drops another reported Mod that is causing stack issues? https://umod.org/plugins/custom-item-drops
  18. Kapco411

    Stacks and XP System

    I am aware you might not have been informed, but I was not entirely sure what caused the issue and with non stop updates coming out from facepunch and Developers I had hoped the issues would resolve themselves.
  19. Kapco411

    No longer receiving charcaol

    Hello. Since the update we are no longer receiving charcoal in the electric furnace.
  20. Kapco411

    Stacks and XP System

    Hello Khan. Is there any report of XP system no longer working with stack modifier. It stopped working about two months ago and I was waiting for patches to come out that would fix this issue but so far nothing. XP rewards players with resources but they do not stack with other resources. Wood, stone, metal all remain separated but prior to the April update it all worked fine.
  21. Does the password come with the map if we have to fix things?
  22. Kapco411

    Colony

    I'm blown away by this map. It's like playing a whole different game. Niko has outdone himself on this one. So much potential that I started another server just to host it. 5 stars all the way on this one. Few things to polish but an amazing experience for sure.
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.4k

Files Sold

Total number of files sold.

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