Solved Help plss :)

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

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

DHStyle

Member
Jan 26, 2017
58
0
6
78
I need help. how to make a ring slot as wynncraft. and make goods at the location of the slot 9, can not move or be moved. The first entry in the slot item 9
Sry my english so bad :emoji_slight_smile:
 
I need help. how to make a ring slot as wynncraft. and make goods at the location of the slot 9, can not move or be moved. The first entry in the slot item 9
Sry my english so bad :emoji_slight_smile:
Not sure what u meant on the first one but for your slot 9 question, you can use inventory clicked slot to check which slot has been clicked and cancel the event if it's slot 9.

https://www.skunity.com/search?search=clicked+slot
 
sc73g6.png
i mean that :emoji_grinning:
for not make the compass drop or move to other slot
 
Ohh..... Y :emoji_grinning: Tq u M8.
now how to set in first join / join / death. set the item in slot 8 permanent
because in my server KeepInventory is disabled
code_language.skript:
function items(p: player):
    set slot 8 of {_p} to a compass named "&4&lWhatever"
on join:
    items(player)
on death:
    items(player)
 
code_language.skript:
function items(p: player):
    set slot 8 of {_p} to a compass named "&4&lWhatever"
on join:
    items(player)
on death:
    items(player)

Works the same as

code_language.skript:
on join:
    set slot 8 of player to a compass named "&4&lWhatever"
on death:
    set slot 8 of player to a compass named "&4&lWhatever"
 
code_language.skript:
function items(p: player):
    set slot 8 of {_p} to a compass named "&4&lWhatever"
on join:
    items(player)
on death:
    items(player)

Works the same as

code_language.skript:
on join:
    set slot 8 of player to a compass named "&4&lWhatever"
on death:
    set slot 8 of player to a compass named "&4&lWhatever"

what mean the {_p}
u have sosial media ? like facebook or skype
 
Status
Not open for further replies.