Jump to content

Kobani

Member
  • Posts

    1,352
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Kobani

  1. Kobani

    Help with Custom command

    I am trying to add a command Should be like this: /troll.rocketman <player> I add it to your config like this: "5. custom command 1 : command": "/troll.rocketman {playername}", or "5th Custom Command 1 : Command": "troll.rocketman {playername}", but neither works. Can you tell me what I'm doing wrong? Because in normal chat, the command works.
  2. "Meals": { "ingredient bag": { "enabled": false, And it is still displayed. Yes, I have started the mod again. To exclude an error in the config, I have deleted this and loaded the standard config then also set the bag to false and nevertheless it is still displayed in the menu. I also tested it with the cheese. "enabled": false, does not work.
  3. Kobani

    Custom Buttons

    @XianSeho https://daviddev1337.github.io/Rust-Color-Picker/ For each button created, a permission is also created. You must give this to the group or the player. Then they will also see the corresponding button. This has already been mentioned several times here in the discussions and it is also all in the description.
  4. Kobani

    what costs more Resources

    Vielen Dank für Ihre Hilfe. Ich werde sie dynamisch gestalten, da ich persönlich es schöner finde, wenn man sie nur auf dem Wasser sieht. Vielen Dank.
  5. Kobani

    what costs more Resources

    Hey, thanks for the detailed explanation. So if I understand correctly, tyres that only show up in the water are better than seeing them all the time. No, no problems, everything is ok. I just wanted to know what you think would be the best setting.
  6. Kobani

    what costs more Resources

    Ok thanks. So that would not help? "Dynamic": true,
  7. Kobani

    ZStickers

    A video would make the decision easier.
  8. Kobani

    what costs more Resources

    Hello what costs more Resources Floating tyres visible or not visible?
  9. Kobani

    Halloween

    If I change something in the config and then reload the mod, I also have to restart the server so that the events and effects work again. Can you fix this?
  10. Replace in the config , "Remove Settings": { "Blocked items to remove (prefab — settings)": { "shortname 1": [ { "Skins (* — all)": [ "*" ], "Can remove?": false, "Return Item": false, "Returnable Item Percentage": 100.0 } ], Short name 1 with assets/content/vehicles/boats/tugboat/tugboat.prefab "Remove Settings": { "Blocked items to remove (prefab — settings)": { "assets/content/vehicles/boats/tugboat/tugboat.prefab": [ { "Skins (* — all)": [ "*" ], "Can remove?": false, "Return Item": false, "Returnable Item Percentage": 100.0 } ],
  11. I am stupid. The error was with me. Sorry I had to set the setting in the json. "Update building skins on right click upgrade?": true, I set that to false. and now everything is fine again. Thanks anyway.
  12. A new problem that has come to light. If a skin is selected in your tool, in this example Brutalist. Then this skin is always shown first with the Facepunch default upgrade and only with the second upgrade the selected skin from the Facepunch menu is shown. See video. http://kobani.de/rust/RUST 2023.10.18 - 00.32.14.03.mp4
  13. Kobani

    Raidable Bases

    Is there anything I can set so that the server does not have a delay when a base spawns?
  14. Many thanks for the quick help. Everything works again. One more question: Would it be possible for the players to decide for themselves via a command or a button whether the menu opens automatically? The button could be placed above the wrecking ball, then nothing would be missing there. Just an idea, because some players like it, others don't. Thanks again for the first-class support.
  15. Maybe it is significant and you have already noticed it. Gingerbread currently has the same ID as Brutalist. I don't know if Facepunch has already noticed.
  16. Ok, thanks for the information. Is it possible that the ingredients of the Rust standard items are automatically collected in the ingredient bag?
  17. If you don't have enough stone in your inventory and want to switch from Wood to Brutalist, you get a Gingerbread skin. If you want to upgrade to Adobe and Brick and don't have enough stone, he switches directly to Twig. If you don't have enough metal and you want to upgrade from Wood to Container, it switches from Wood back to Twig. http://kobani.de/rust/RUST 2023.10.16 - 21.08.44.06.mp4
  18. Kobani

    At spawn of Sputknik

    NullReferenceException: Object reference not set to an instance of an object at Oxide.Plugins.Sputnik.AddToContainerItem (ItemContainer container, Oxide.Plugins.Sputnik+LootTableConfig lootTableConfig, System.Int32 typeOfLootTable) [0x000ec] in <b5f33e78b3144e6d9dca9d9c44c42ab2>:0 at Oxide.Plugins.Sputnik+SputnikClass+<>c__DisplayClass55_0.<CreateCrate>b__1 () [0x00026] in <b5f33e78b3144e6d9dca9d9c44c42ab2>:0 at InvokeHandlerBase`1[T].DoTick () [0x00109] in <fa7483e0c5c0471b8c233f9a9121b6dc>:0 at InvokeHandlerBase`1[T].LateUpdate () [0x0000c] in <fa7483e0c5c0471b8c233f9a9121b6dc>:0
  19. Unfortunately, the stack function does not work properly. I use Stacksizecontroller, I have set the following. "Should cooking handle the item splitting for ingredients and meals? [set to false if using a stacks plugin]": false, The ingredients are separated when I pull them out, they stay separated when I pull them back into the ingredient bag. now when I close the bag and then open it again, all the ingredients have rejoined into large stacks.
  20. Kobani

    Could you add something?

    Hello Would it be possible to add the following to the CuiData? Then you could make the button background look 1:1 like the originals. I would be grateful ."Sprite": "assets/content/ui/ui.background.tiletex.psd" And one more thing. You can hide buttons when you open boxes. Would it be possible to hide buttons when you close the inventory and show them again when you open the inventory? That would be really great, I would even be willing to pay extra. I hope for an answer.
  21. [JsonProperty("Custom NPC clothing ignored NPC skins")] public HashSet<ulong> ignoreNpcSkins = new HashSet<ulong> { 11162132011012 }; It seems that the ID already exists. But it does not seem to work. Unfortunately, the creator of the mod does not answer. I noticed the following in the console today, it says there quite often. Maybe this will help and you can help me. NullReferenceException: Objektverweis nicht auf eine Instanz eines Objekts bei Oxide.Plugins.NpcSpawn+CustomScientistNpc.EquipCurrentWeapon (Item weapon) [0x00152] in <33e6bd8d01044b408b0deb625f21ecd2>:0 bei Oxide.Plugins.NpcSpawn+CustomScientistNpc.EquipWeapon (System.Boolean skipDeployDelay) [0x0025c] in <33e6bd8d01044b408b0deb625f21ecd2>:0 bei NPCPlayer.EquipTest () [0x00000] in <027d87a999c1486a90d4503facfa73ae>:0 bei InvokeHandlerBase'1[T]. DoTick() [0x00109] in <fa7483e0c5c0471b8c233f9a9121b6dc>:0 bei InvokeHandlerBase'1[T]. LateUpdate () [0x0000c] in <fa7483e0c5c0471b8c233f9a9121b6dc>:0
  22. Kobani

    Boss Monster

    @Jbird Everything is fine, it's running now. I don't know what exactly caused it, but after I threw everything down and reinstalled it, it works. Anyway, thanks for the kind help
  23. Kobani

    Boss Monster

    Thanks for the answer. The settings for the boss are default. I added the location via chat. The spawn location is in a forest near the ferry terminal. This is also in the boss configuration. I then transfer the coordinates to the custommap file for example. Yes the Id I have set up myself, that also works with DefendableBases. Actually I did everything as described. Sometimes it works and then it happens that he always spawns in the same place, about in the middle, under the map directly above the water. I just can't figure out why. I will try it later without all the other plugins. Let's see what happens.
  24. Kobani

    Boss Monster

    With the player, that was a coincidence. so that is irrelevant, but the boss does not always spawn at the specified position. sometimes yes and then again under the map in a different place. That would be so right or? { "ID": "156.303", "List of bosses": [ { "Boss Name": "Jason", "List of positions": [ "(-39.51, 6.95, -157.28)", "(-121.89, 1.49, -123.87)" ] } ] }

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.5m
Total downloads
Customers
11.2k
Customers served
Files Sold
160.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.