Search results

  • 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 community!

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

  1. Selvati

    Solved Skript armor

    No problem, also, lol @Pikachu :)
  2. Selvati

    Solved Problem with inventory click

    Alright, goodluck my friend!
  3. Selvati

    Solved updating GUIs?

    I know this is solved but maybe update [the] (inventory|menu|gui) %inventory%is a possible work around too. ^that is a skellet syntax
  4. Selvati

    Solved Problem with inventory click

    What was the issue? I suggest you post your solution for any future thread viewers in need/with the same issue aas you.
  5. Selvati

    Solved Problem with inventory click

    If that doesn't work you need to do some basic debugging, you can test to see what you're doing wrong with this code: on inventory click: #CHECK:: Slot Type:: https://docs.skunity.com/syntax/search/inventory%20clicked%20slot%20type broadcast "Slot type: &b%clicked slot type%"...
  6. Selvati

    Solved Problem with inventory click

    You have a lot of repeating lines of code, this might work, give it a try. on inventory click: if name of player's current inventory contains "&bEnchantements": if clicked inventory is not player's inventory: if clicked slot is 11: wait a tick...
  7. Selvati

    Solved Problem with inventory click

    This is what White is talking about, make sure your slot numbering is correct,
  8. Selvati

    Chest Gui need help

    This should work, I haven't tested it though, goodluck! #Chest GUI command command /chest-gui: trigger: open chest with 3 rows named "&6Crate Key Shop" to player wait 1 tick set {_row0} to 0 set {_row1} to 18 format slot 13 of player with strad music...
  9. Selvati

    Solved Problem with inventory click

    Some stuff might be buggy in the newer versions, I don't know, I'm a spigot 1.8.9, Bensku dev 25 user, all this works for me.. but try using "format slot" instead of "set slot"
  10. Selvati

    Solved Problem with inventory click

    WHOOPS AGAIN, I am about to type some code for another person, try usingformat slot NUMBER of player with ITEM to be unstealableinstead ofset slot NUMBER of player to ITEM
  11. Selvati

    Solved Problem with inventory click

    What is your server version, skript version, and what addons do you have?
  12. Selvati

    Solved Problem with inventory click

    Whoops, my fault I just realized when I pasted your code I accidentally duped part of it and thought you typed it all weird.. on inventory click: if name of player's current inventory contains "&bEnchantments": if clicked inventory is not player's inventory...
  13. Selvati

    Solved Problem with inventory click

    Maybe try using "else if" in the areas that they would work..
  14. Selvati

    Solved Problem with inventory click

    Well , for one, you mis-spelled "Enchantments", you have "Enchantements". You could also try this, your tabs were incorrect when you are checking for the clicked slot number, I think, also I have better luck when using "contains" instead of "name of ___ is ___" on inventory click: if name...
  15. Selvati

    Solved Skript armor

    This seems so hostile, everyone is only trying to help, you can't expect people to give you exactly what you want, we try to point you in the right direction, if you want people to just hand you what you're asking for, take your post to the request section.
  16. Selvati

    Solved Problem with inventory click

    I see that you have something very similar to the post I solved this in, on inventory click: if inventory type of player's current inventory is "WORKBENCH": if clicked item is iron axe: if clicked inventory is not player's inventory: if clicked slot is 0...
  17. Selvati

    Drag & drop enchantments ?

    This is my code, I have since then improved certain areas of this pm me if still interested.
  18. Selvati

    Issue with options - what is wrong here?

    Alright cool! Thanks.
  19. Selvati

    Issue with options - what is wrong here?

    So I see, any idea on why you don't get the item, or is that parser bug part of that?
  20. Selvati

    Issue with options - what is wrong here?

    So like, this isn't my post, but I changed the "split at" to be correct according to Pikachu and this post just to double check, and there are no errors now, but I still don't get the item, so I added a broadcast event just to make sure it's going through, you just don't get the item for some...