Jump to content

m3dus4

Member
  • Posts

    522
  • Joined

  • Last visited

Everything posted by m3dus4

  1. Failed executing console command 'ipconfirmenhance' in 'Item Perks v1.0.25 by imthenewguy' [callback] (Object reference not set to an instance of an object) at string Oxide.Plugins.ItemPerks.GetOwnershipDescription(BasePlayer player, Item item, bool found) in /home/rustserver/serverfiles/carbon/plugins/ItemPerks.cs:line 1852 at void Oxide.Plugins.ItemPerks.EnhanceExistingItem(BasePlayer player, Item item, Perk perk) in /home/rustserver/serverfiles/carbon/plugins/ItemPerks.cs:line 5093 at void Oxide.Plugins.ItemPerks.ConfirmEnhancement(Arg arg) in /home/rustserver/serverfiles/carbon/plugins/ItemPerks.cs:line 5060 at object System.Reflection.RuntimeMethodInfo.Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture) Server is running ItemPerks Legendary Items 1.0.4 as well Ive dealt with a few player reports now, over past four days where ekits randomly become unusable, when you try to select a piece of gear for enhancement, no armour or weapons shows up for selection, even if the item has no enhancement on it. When a new kit of the same type is spawned in, it works fine. Reloading the plugin doesn't resolve it. video showcasing: https://cdn.discordapp.com/attachments/1404559758144311357/1404559760371749137/RUST_2025.08.11_-_21.01.44.01.mp4?ex=689c4a76&is=689af8f6&hm=3b929006f1667c66aaafbbe849efc37d0cf2defb2827d3f79b0e7048691ea037&
  2. m3dus4

    Skinner 3.0 Beta Update

    weve also load our 6k skins but the cfg will remove all skins ^^ just 18 reamining so from our 600kb file we get a 3kb data import file.
  3. its in the cs file just search for List<Item> foundItems = container.inventory.FindItemsByItemID(itemId); and replace irt with: replace with: List<Item> foundItems = container.inventory.itemList
  4. ive fixxed that by myself: search; List<Item> foundItems = container.inventory.FindItemsByItemID(itemId); replace with: List<Item> foundItems = container.inventory.itemList .Where(x => x.info.itemid == itemId) .ToList();
  5. ok
  6. ExtractionRareMinerals.cs 768:49 No overload for method 'FindItemsByItemID' takes 1 arguments
  7. BusStopPort.cs 583:38 There is no argument given that corresponds to the required parameter 'id' of 'PlayerInventory.FindItemsByItemID(List<Item>, int)'
  8. We're done here. We've replaced the plugin with another one. Its also heavy perfomance hungry checked with grafana. bad hooktimes and Work Queue runs over its a fps killer. ^^
  9. same issue here + Resource output multiplier give millions by activating it ^^
  10. clean rustserver just 2 running plugins püermission manager + object limiter still same issue.
  11. m3dus4

    Wallpaper Skins Support?

    its not fixxed buddy ^^ still same issue
  12. oki it seems its not working. im running your latest version. New admin comma nd: /ol.validatecache -> force start cache validation /ol.cacheinfo -> prints all information about current cache records /ol.sync -> force start sync plugin cache and server entities So i reached the limit then i type: /ol.validatecache nothing special /ol.cacheinfo -> prints all information about current cache records check screenshoorts ive a foundi limit of 20 oO /ol.sync -> force start sync plugin cache and server entities -> after that i can build again. So i think thats the wrong way or im i wrong? when my player build their base and destroy some foundation they cant use this command and reached the building limit.i think thats not the best idea to enter all the time this commands.
  13. sorted thx
  14. Would it be possible to add a configuration option that allows for integration with external loot-injecting plugins? Specifically to support Zeode's Heli/Bradley Signals, which provides an internal custom loot table we like to use for multiplying your plugins loot table. Simply disabling custom loot injection for these crate types in the Loot Table & Stacksize interface, will result in vanilla crate contents. "Loot Options": { "Use custom loot table to override crate loot": true, "Minimum number loot items in crate (0 - 12)": 9, "Maximum number loot items in crate (0 - 12)": 10, "Allow duplication of loot items": true, "Maximum number of BPs in each crate": 2, "Custom loot table": [ "Extra Loot Options": { "Use extra loot table (NOTE: Total of crate loot + extra items cannot exceed 12)": false, "Minimum number extra items to add to crate": 3, "Maximum number extra items to add to crate": 4, "Allow duplication of extra items": true, "Maximum number of BPs in each crate": 2, "Extra loot table": [ Neither of these work modifying crate contents when Loot Table & Stacksize is loaded. The goal would be to allow your plugin to detect and respect loot changes made by these plugins, or at least provide a toggle/config setting that enables compatibility. This would offer greater flexibility for servers that already use loot injection systems and wish to avoid conflicts or unintended overrides - if possible. Thank you very much for considering this request.
  15. so if possible plz add the option for group entities that would be huge. also my staff member told me: the limit plugins appear to have a missing update interval for example as Clans, updating every 60 sec. if said interval set to high players recently connected do not show up in the current connected player list in clans for invitations.
  16. no hel.p no fix? so as example. i set a default limit for foundations to 20 when i remove 1 foundation it said still limit reached. https://medal.tv/de/games/rust/clips/kAE6scChq1LepParR?invite=cr-MSxFb3osMjIxMDMwODc2 and the problem is also for planter and other stuff. just a reload from that plugin helps and limit works again any way to fix this? https://medal.tv/de/games/rust/clips/kAEoP1hQKwUgvzdU1?invite=cr-MSxCZVMsMjIxMDMwODc2 just a pluigin reload helps here..
  17. Hi, first of all, thank you for your work on the BossMonster plugin – it’s been a great addition to our server. I wanted to ask if you'd consider adding a feature that assigns the boss loot only to the player who dealt the most damage with a cooldowen timer. Ideally, the plugin would track damage per player during the boss fight, and once the boss dies, only the top damage dealer would be allowed to loot (or receive the loot directly). This would help prevent loot stealing and reward the most active participants in the fight. Let me know if this could be added, or if there's a way I could hook into the plugin logic to implement this myself. Thanks again for your time and effort! Best regards,
  18. ill try it thx
  19. Hi default is /recycler. Is there a way to set more then 1 cmd?
  20. I dont get any Count. ive removed admin perms, just set default global values and per cupboard i set a max limit of 10 burt can build endless foundis and planters. we run a carbon test server so may thats an issue?
  21. Hi some Player reported since last FP Update + BetterTC Update that Wallpaper spawns in and outside fully randomly from time to time. We also use BuildingSkins which was updated about 8 month ago so ive 0 idea what exactly causing this problem.
  22. m3dus4

    Wallpaper Skins Support?

    since new FP update i cant insert the wallpaper anymore.
  23. also rocketlauncher with more then 1 shoot dont work.
  24. m3dus4

    Dont Work after FP Update

    (18:07:24) | Error while compiling Symmetry: } expected | Line: 278, Pos: 10
  25. m3dus4

    DOnt Work after FP Update

    Player complain locker dont work. i alsom get some console buggs. Failed to call hook 'OnServerSave' on plugin 'PortableLocker v1.4.5' (InvalidOperationException: Cannot allocate for BufferStream that doesn't own the buffer (did you forget to call Initialize?)) at BufferStream.EnsureCapacity (System.Int32 spaceRequired) [0x0001f] in <698281a7d4534a2b9ff00ecced87ac33>:0 at ProtoBuf.ItemContainer.Serialize (BufferStream stream, ProtoBuf.ItemContainer instance) [0x00016] in <698281a7d4534a2b9ff00ecced87ac33>:0 at Oxide.Plugins.PortableLocker.SaveContainer () [0x000a0] in <9bbd838234cb4a5a9932bf5a6397a067>:0 at Oxide.Plugins.PortableLocker.OnServerSave () [0x00008] in <9bbd838234cb4a5a9932bf5a6397a067>:0 at Oxide.Plugins.PortableLocker.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00168] in <9bbd838234cb4a5a9932bf5a6397a067>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <8cb2d664f1574f2b96d53f1c1869d96a>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <8cb2d664f1574f2b96d53f1c1869d96a>:0
2.2m

Downloads

Total number of downloads.

10.4k

Customers

Total customers served.

149.9k

Files Sold

Total number of files sold.

3.2m

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.