Recent content by DagoDuck

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  1. DagoDuck

    Hello LimeGlass, I was wondering if you could investigate into Version 2.0.3 of Skellett...

    Hello LimeGlass, I was wondering if you could investigate into Version 2.0.3 of Skellett breaking loop syntaxes in all scripts, and also breaking everything else in the same script. Version 2.0.2 doesn't show the same behaviour, so it has to have something to do with the changes made in 2.0.3...
  2. DagoDuck

    Can't change lore and enchant to event-item

    I just figured something out. You could do something like this: on enchant: chance of 90%: wait 1 tick set {_item} to slot 0 of player's current inventory add "&cTest" to lore of {_item} set slot 0 of player's current inventory to {_item} And you could add...
  3. DagoDuck

    Solved Creating a custom drops skript

    Alright, thank you! I‘ll try that.
  4. DagoDuck

    Solved Creating a custom drops skript

    At first, thank you for helping me! it seems like I haven‘t been specific enough in my request. I‘m trying to add the drops to a specific block/ mob. Let‘s say you want a diamond helmet named xyz with lore zyx and enchants to drop on a chance of 0.1% when you kill a cow, but you don‘t want...
  5. DagoDuck

    Solved Creating a custom drops skript

    Hello, I'm trying to create a skript, which will add certain items to the drop-table of mobs / blocks. Version of Skript: 2.5-alpha4 Author: Bensku Minecraft Version: 1.15.2 Spigot: 1.15.2 This first code is something which worked, but in my opinion it's a little complicated to add a new item...