Jump to content

r0gi

Member
  • Posts

    380
  • Joined

  • Last visited

Everything posted by r0gi

  1. r0gi

    The box cannot be opened

    same here
  2. same here
  3. r0gi

    HUD is blinking an all Events

    HUD is blinking an all Events
  4. r0gi

    New console error

    Failed executing console command 'menu' in 'ServerPanel v2.0.17 by Mevent' [callback] (Value cannot be null. Parameter name: key) at int System.Collections.Generic.Dictionary<string, System.ValueTuple<int, int>>.FindEntry(string key) at bool System.Collections.Generic.Dictionary<string, System.ValueTuple<int, int>>.TryGetValue(string key, out ValueTuple<int, int> value) at MenuCategory Oxide.Plugins.ServerPanel.GetCategoryByCommand(string categoryName, out int pageIndex) in /home/rustserver/serverfiles/carbon/plugins/ServerPanel.cs:line 13754 at void Oxide.Plugins.ServerPanel.CmdChatOpenMenu(BasePlayer player, string command, string[] args) in /home/rustserver/serverfiles/carbon/plugins/ServerPanel.cs:line 4837 at void Oxide.Plugins.ServerPanel.CmdConsoleOpenMenu(Arg arg) in /home/rustserver/serverfiles/carbon/plugins/ServerPanel.cs:line 4808 at object System.Reflection.RuntimeMethodInfo.Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture)
  5. r0gi

    Failed executing command

    We have Image Library installed and have been using the plugin for a very long time without any issues. The problem was introduced by the update released earlier today. We have already fixed the issue ourselves. I'll send you the corrected file in a message. This version is running flawlessly on our server.
  6. r0gi

    Failed executing command

    Failed executing command (Object reference not set to an instance of an object) at UIBuilder Oxide.Plugins.FurnaceUpgrades+UIBuilder.AddImage(string parent, string image, string color, string anchor, string offset, string name) in /home/rustserver/serverfiles/carbon/plugins/FurnaceUpgrades.cs:line 2746 at void Oxide.Plugins.FurnaceUpgrades.ShowModal(BasePlayer player, BaseOven oven) in /home/rustserver/serverfiles/carbon/plugins/FurnaceUpgrades.cs:line 2636 at void Oxide.Plugins.FurnaceUpgrades.ConsoleCommandUI(Arg arg) in /home/rustserver/serverfiles/carbon/plugins/FurnaceUpgrades.cs:line 779 at object System.Reflection.RuntimeMethodInfo.Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture) Whren click Update Button
  7. r0gi

    Failed to call....

    06/05 19:17:20 | Failed to call internal hook 'OnNpcTarget' on plugin 'FerryTerminalEvent v1.1.8' [1066895325] (Object reference not set to an instance of an object) at object Oxide.Plugins.FerryTerminalEvent.OnNpcTarget(BaseEntity attacker, BasePlayer victim) in /home/rustserver/serverfiles/carbon/plugins/FerryTerminalEvent.cs:line 942 at object Oxide.Plugins.FerryTerminalEvent.InternalCallHook(uint hook, object[] args) in FerryTerminalEvent.cs/Internal:line 677
  8. r0gi

    Random NPC Spawns?

    Do the NPCs in this event spawn randomly? In other words, do they lack fixed coordinates relative to the monument? Unfortunately, the result is that NPCs frequently spawn inside buildings that players cannot enter or exit.
  9. r0gi

    Vehicle despawn

    When the vehicles are cleared at the end of the event, packs containing the vehicles' engine parts and other components remain.
  10. r0gi

    more Hooks and features

    Hi my Friend...nice Event. Can you add void API_OnEventWin for UltimateLeaderboard Plugin Can you add SkillTree and Econimics Reward ? Thanks for your work
  11. r0gi

    BoxCollider warning

    Hi my Friend.... SecondDoor = GameManager.server.CreateEntity( "assets/bundled/prefabs/modding/asset_store/bankheist_package/bankheist_vol03/prefabs/door.vault.static.prefab", GetGlobalPosition(new Vector3(12.448f, -2.24f, 19.957f)), GetGlobalRotation(new Vector3(90f, 90f, 0f)) ) as Door; When i removed the door, the "error" disapear You can replace the door and its fixed ^^
  12. r0gi

    Console Error

    ah okay thanks
  13. r0gi

    Failes executing command

    Do you know this one and can fix it ?
  14. r0gi

    Console Error

    Anyonne know this and can you fix it ?
  15. r0gi

    Hook conflict

    Hi my Friend....can you fix this one ?
  16. r0gi

    Console Error

    Can you fix this AIBrain ? In your files, AnimalFarm.cs is the strongest suspect, because it contains a patch for BaseAIBrain.JoinGroup. If this exact version is running on the server, it can be directly related to the stack trace.
  17. r0gi

    Baby Wolf wont spawn

    look PN
  18. r0gi

    Baby Wolf wont spawn

    Hi, we fixed the issue on our server. The problem was that baby wolves were still being hatched through the Gen2 wolf prefab: assets/rust.ai/agents/wolf/wolf2.prefab After the recent Rust force wipe/update, this prefab no longer seems to spawn reliably through the plugin. The hatch timer reached 0, but the wolf was not created correctly, so the baby item stayed in the farm and the UI timer restarted in a short 3-second loop. Our fix was to add a fallback wolf prefab: assets/rust.ai/agents/wolf/wolf.prefab We changed the wolf hatching logic so that BuyWolf() first tries to spawn the wolf using the old/stable Gen1 animal system with wolf.prefab. Only if that fails, it falls back to the existing Gen2 wolf2.prefab logic. We also added null checks around the prefab/entity creation so missing or changed prefabs do not silently break the hatch coroutine. Additionally, we updated the wolf breeding count logic so that both old Gen1 wolves and Gen2 wolves are counted as wolves: GetWolfCount() = Gen2 wolf count + Gen1 animals with type == "wolf" After this change, baby wolves hatch correctly again on our server. LG r0gi
  19. r0gi

    Baby Wolf wont spawn

    same issue here BugWolf.mp4
  20. r0gi

    webrequest response

    This is on all of your Events Plugins
  21. r0gi

    SkillTree support

    Hi my Friend.....can you add SkillTreeSupport ?
  22. r0gi

    No time remaining is displayed

    No time remaining is displayed after your Update today
  23. my fault.....im so unpaitend
  24. The Garage Door would never close
  25. think it works....thank you

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.6m
Total downloads
Customers
11.4k
Customers served
Files Sold
162.8k
Total sales
Payments
3.5m
Processed total
×
×
  • 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.