Jump to content

Youknowmarcus

Member
  • Posts

    245
  • Joined

  • Last visited

Everything posted by Youknowmarcus

  1. Youknowmarcus

    raid limits

    how does the raid limit timer reset ? I believe they needed more boom to get through the base and came back to see that it costed another raid point
  2. Youknowmarcus

    raid limits

    Players reporting raiding a raid base counted as a raid point then coming back 10 mins later and again counted as another raid point when finishing the raid
  3. Youknowmarcus

    overlapping

    close support ticket
  4. Youknowmarcus

    lag

    13900k dedicated 4000 map when incident occurred we had probably like 30 pop currently have raid protection as well
  5. Youknowmarcus

    lag

    OfflineRaidLimiter_Sessions 2.json
  6. Youknowmarcus

    lag

    Oxide v2.0.6410 Log was just Calling 'OnEntityTakeDamage' on 'OfflineRaidLimiter v1.7.0' took average 7289ms but being called repeatedly during a raid that was occurring OfflineRaidLimiter 2.json
  7. Youknowmarcus

    revenge raid

    players had raided a raid base after another team destroyed there sam sites and they did not get awarded a revenge raid does revenge only count if they get TC? also reported destroy beehives or non binded objects to a base it does not count as a raid
  8. Youknowmarcus

    lag

    multiple hooks being called caused server to lose FPS heavily unloading plugin fixed it Calling 'OnEntityTakeDamage' on 'OfflineRaidLimiter v1.7.0' took average 7289ms
  9. Youknowmarcus

    error code

    Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.RaidProtection+ProtectedEntity.get_FounderUserId () [0x00006] in <5d5d8240ab2943bc84c45170a8f4d306>:0 at Oxide.Plugins.RaidProtection+ProtectedEntity.get_HasFounder () [0x00000] in <5d5d8240ab2943bc84c45170a8f4d306>:0 at Oxide.Plugins.RaidProtection+ProtectedCupboardManager+<>c__DisplayClass8_0.<GetCupboardsForFounder>b__0 (Oxide.Plugins.RaidProtection+ProtectedEntity x) [0x00000] in <5d5d8240ab2943bc84c45170a8f4d306>:0 at System.Linq.Enumerable+WhereEnumerableIterator`1[TSource].ToList () [0x0001b] in <8b0c76c7efa244bc95eeee75bf1314cd>:0 at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <8b0c76c7efa244bc95eeee75bf1314cd>:0 at Oxide.Plugins.RaidProtection+ProtectedCupboardManager.GetCupboardsForFounder (System.UInt64 userId) [0x00028] in <5d5d8240ab2943bc84c45170a8f4d306>:0 at Oxide.Plugins.RaidProtection+<>c__DisplayClass174_0.<UpdatedPermission>b__0 () [0x00018] in <5d5d8240ab2943bc84c45170a8f4d306>:0 at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <d646191a355d43a6b3ab36b7ee14c740>:0
  10. Youknowmarcus

    crashing

    Also crashing other skin such as Jason Voorhees mask
  11. Youknowmarcus

    crashing

    crashing on skin hazmat running version 2.1.9
  12. Youknowmarcus

    Raidable bases

    Add so raidable bases don’t count as raid points or add separate Raidable bases point system
  13. Youknowmarcus

    time zone for reset

    i have the rest time for 0600 however it had reset at 1000 pm { "LimitResetTimes": [ "06:00" ], "AllowRevengeRaidForFree": true, "CanTwigTriggerRaid": false, "BroadcastReset": true, "LogResetInConsole": true, "SyncTeams": true, "SyncClans": true, "ClearBonusesOnReset": true, "BuildingDamageThreshold": 75.0, "PreventEarlyDamage": true, "CombineStackedPrivs": true, "RaidLimit": 3, "SaveOnServerSave": true, "IgnoredEntities": [ "sleepingbag_leather_deployed", "grenade.f1" ], "Messages": { "ShowChatMessages": true, "MessageIconSteamId": 0 }, "SimpleStatus": { "Enabled": false, "BackgroundColor": "0.77255 0.23922 0.15686 1", "TitleColor": "1 0.82353 0.44706 1", "TextColor": "1 0.82353 0.44706 1", "IconColor": "1 0.82353 0.44706 1", "IconSprite": "assets/icons/explosion_sprite.png" }, "UI": { "Enabled": true, "Width": 130, "Height": 45, "BackgroundColor": "0.4 0.4 0.4 0.7", "TextColor": "1 1 1 1", "TextSize": 12, "ShowSprite": true, "Sprite": "assets/icons/explosion_sprite.png", "SpriteColor": "1 1 1 1", "SpriteSize": 24, "OffsetX": -146, "OffsetY": 620, "AnchorX": 1.0, "AnchorY": 0.0 } }
  14. Youknowmarcus

    error after update

    Error while compiling SimpleStatus: 'PlayerModifiers' does not contain a definition for 'ActiveModifierCoount' and no accessible extension method 'ActiveModifierCoount' accepting a first argument of type 'PlayerModifiers' could be found (are you missing a using directive or an assembly reference?) | Line: 1322, Pos: 42
  15. Youknowmarcus

    big errors

    Failed to call hook 'OnEntityDeath' on plugin 'OfflineRaidAnnouncer v3.0.0' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.OfflineRaidAnnouncer.IsMonitoredEntity (BaseCombatEntity entity) [0x00038] in <3c94c4266fed45808733ec0c9b343010>:0 at Oxide.Plugins.OfflineRaidAnnouncer.OnEntityDeath (BaseCombatEntity entity, HitInfo info) [0x0001b] in <3c94c4266fed45808733ec0c9b343010>:0 at Oxide.Plugins.OfflineRaidAnnouncer.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00240] in <3c94c4266fed45808733ec0c9b343010>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9c80d821d00a44c9a24497c73ad2d20d>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <d646191a355d43a6b3ab36b7ee14c740>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <d646191a355d43a6b3ab36b7ee14c740>:0 Failed to call hook 'OnEntityDeath' on plugin 'OfflineRaidAnnouncer v3.0.0' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.OfflineRaidAnnouncer.IsMonitoredEntity (BaseCombatEntity entity) [0x00038] in <3c94c4266fed45808733ec0c9b343010>:0 at Oxide.Plugins.OfflineRaidAnnouncer.OnEntityDeath (BaseCombatEntity entity, HitInfo info) [0x0001b] in <3c94c4266fed45808733ec0c9b343010>:0 at Oxide.Plugins.OfflineRaidAnnouncer.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00240] in <3c94c4266fed45808733ec0c9b343010>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9c80d821d00a44c9a24497c73ad2d20d>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <d646191a355d43a6b3ab36b7ee14c740>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <d646191a355d43a6b3ab36b7ee14c740>:0 Failed to call hook 'OnEntityDeath' on plugin 'OfflineRaidAnnouncer v3.0.0' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.OfflineRaidAnnouncer.IsMonitoredEntity (BaseCombatEntity entity) [0x00038] in <3c94c4266fed45808733ec0c9b343010>:0 at Oxide.Plugins.OfflineRaidAnnouncer.OnEntityDeath (BaseCombatEntity entity, HitInfo info) [0x0001b] in <3c94c4266fed45808733ec0c9b343010>:0 at Oxide.Plugins.OfflineRaidAnnouncer.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00240] in <3c94c4266fed45808733ec0c9b343010>:0
  16. Youknowmarcus

    error

    [WipeProtect] The required dependency ImageLibary or CustomStatusFramework is not installed, WipeProtect will not work properly without it. Failed to call hook 'OnServerInitialized' on plugin 'WipeProtect v1.4.3' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.WipeProtect.OnServerInitialized () [0x00461] in <e6590d43b7e6448fb8fd1c522bb6b206>:0 at Oxide.Plugins.WipeProtect.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00232] in <e6590d43b7e6448fb8fd1c522bb6b206>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9c80d821d00a44c9a24497c73ad2d20d>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <d646191a355d43a6b3ab36b7ee14c740>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <d646191a355d43a6b3ab36b7ee14c740>:0 Loaded plugin WipeProtect v1.4.3 by P1S4G0R
  17. Youknowmarcus

    overlapping

    Ended up using the other UI for simple status the “Raid Limits” was overlapping or stacking with other simple status’s
  18. Youknowmarcus

    overlapping

    overlapping other simple status's Daily Raids 3/3 fix ?
  19. Youknowmarcus

    add more then 3 kits

    is it possible to have 5 pre-set kits?
  20. Youknowmarcus

    next wipe in

    wipecountdown plugin required already have plugin installed however now showing countdown in welcome panel
  21. Youknowmarcus

    Logging teams

    Does this plugin have the capabilities to log when teams are created / or when teams add a player to team
  22. Hey the one u sent me worked thanks !
  23. Youknowmarcus

    console log

    sorry yes it resolved
  24. thanks!
  25. Youknowmarcus

    0 points on awards

    after updating not receiving points from rust rewards
1.7m

Downloads

Total number of downloads.

8k

Customers

Total customers served.

121.4k

Files Sold

Total number of files sold.

2.5m

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.