Problème rencontré : Fait crash le serveur (Montée de ping incroyable je croit et le GUI ne se ferme pas)
Problème plus détaillé : Commande /kit ouvre un menu GUI qui ne fait rien crash et quand je clique sur la clay gris clair rien apparait et la...Le serveur crash.Alors que le 07/05/2017 le skript ne faisait pas ça.
Mémoire sur le serveur : 5Go
Merci d'avance à ceux qui pourront m'aider ! =D
Code :
command /kit:
trigger:
open chest with 6 rows named "&8&l&o&m-----&r &6&l&oKits &8&l&m&o-----" to player
wait 10 ticks
format slot 4 of player with player's skull named "&6&l%player%" with lore "&7&lKits" to be unstealable
format slot 9 of player with light gray stained clay named "&7&lKits &6'normaux'" with lore "&5Tout le monde a accès à ces kits" to run [make player execute command "/kgui 1"]
format slot 11 of player with blue stained clay named "&3&lKits &e&lVIP" with lore "&5Kits Accessibles A Partir Du Grade VIP" to run [make player execute command "/kgui 2"]
format slot 18 of player with magenta stained glass pane named " " to be unstealable
format slot 19 of player with magenta stained glass pane named " " to be unstealable
format slot 20 of player with magenta stained glass pane named " " to be unstealable
format slot 21 of player with magenta stained glass pane named " " to be unstealable
format slot 22 of player with magenta stained glass pane named " " to be unstealable
format slot 23 of player with magenta stained glass pane named " " to be unstealable
format slot 24 of player with magenta stained glass pane named " " to be unstealable
format slot 25 of player with magenta stained glass pane named " " to be unstealable
format slot 26 of player with magenta stained glass pane named " " to be unstealable
command /kits:
trigger:
open chest with 6 rows named "&8&l&o&m-----&r &6&l&oKits &8&l&m&o-----" to player
wait 10 ticks
format slot 4 of player with player's skull named "&6&l%player%" with lore "&7&lKits" to be unstealable
format slot 9 of player with light gray stained clay named "&7&lKits &6'normaux'" with lore "&5Tout le monde a accès à ces kits" to run [make player execute command "/kgui 1"]
format slot 11 of player with blue stained clay named "&3&lKits &e&lVIP" with lore "&5Kits Accessibles A Partir Du Grade VIP" to run [make player execute command "/kgui 2"]
format slot 18 of player with magenta stained glass pane named " " to be unstealable
format slot 19 of player with magenta stained glass pane named " " to be unstealable
format slot 20 of player with magenta stained glass pane named " " to be unstealable
format slot 21 of player with magenta stained glass pane named " " to be unstealable
format slot 22 of player with magenta stained glass pane named " " to be unstealable
format slot 23 of player with magenta stained glass pane named " " to be unstealable
format slot 24 of player with magenta stained glass pane named " " to be unstealable
format slot 25 of player with magenta stained glass pane named " " to be unstealable
format slot 26 of player with magenta stained glass pane named " " to be unstealable
command /kgui [<text>]:
trigger:
if arg 1 is not set:
make player execute command "/kit"
if arg 1 is "1":
open chest with 6 rows named "&8&l&o&m-----&r &6&l&oKits &8&l&m&o-----" to player
wait 10 ticks
format slot 4 of player with player's skull named "&6&l%player%" with lore "&7&lKits" to be unstealable
format slot 9 of player with light gray stained clay of unbreaking 10 named "&7&lKits &6'normaux'" with lore "&5Tout le monde a accès à ces kits" to run [make player execute command "/kgui 1"]
format slot 11 of player with blue stained clay named "&3&lKits &e&lVIP" with lore "&5Accessible a partir du grade VIP" to run [make player execute command "/kgui 2"]
format slot 18 of player with magenta stained glass pane named " " to be unstealable
format slot 19 of player with magenta stained glass pane named " " to be unstealable
format slot 20 of player with magenta stained glass pane named " " to be unstealable
format slot 21 of player with magenta stained glass pane named " " to be unstealable
format slot 22 of player with magenta stained glass pane named " " to be unstealable
format slot 23 of player with magenta stained glass pane named " " to be unstealable
format slot 24 of player with magenta stained glass pane named " " to be unstealable
format slot 25 of player with magenta stained glass pane named " " to be unstealable
format slot 26 of player with magenta stained glass pane named " " to be unstealable
if {selectkit.guerrier.%player%} is true:
format slot 27 of player with stone sword named "&6&lKit Guerrier" with lore "&5Disponibilité : &aDisponible" to run [make player execute command "/selectkit Guerrier"]
else:
format slot 27 of player with stone sword of unbreaking 10 named "&6&lKit Guerrier" with lore "&5Disponibilité : &cIndisponible" to run [make player execute command "/selectkit Guerrier"]
make player execute command "/kgui 1"
if {selectkit.outils.%player%} is true:
format slot 29 of player with stone pickaxe named "&8Kit Outils" with lore "&5Disponibilité : &aDisponible" to run [make player execute command "/selectkit Outils"]
make player execute command "/kgui 1"
else:
format slot 29 of player with stone pickaxe of unbreaking 10 named "&8Kit Outils" with lore "&5Disponibilité : &cIndisponible" to run [make player execute command "/selectkit Outils"]
if arg 1 is "2":
open chest with 6 rows named "&8&l&o&m-----&r &6&l&oKits &8&l&m&o-----" to player
wait 10 ticks
format slot 4 of player with player's skull named "&6&l%player%" with lore "&7&lKits" to be unstealable
format slot 9 of player with light gray stained clay named "&7&lKits &6'normaux'" with lore "&5Tout le monde a accès à ces kits" to run [make player execute command "/kgui 1"]
format slot 11 of player with blue stained clay of unbreaking 10 named "&3&lKits &e&lVIP" with lore "&5Accessible a partir du grade VIP" to run [make player execute command "/kgui 2"]
format slot 18 of player with magenta stained glass pane named " " to be unstealable
format slot 19 of player with magenta stained glass pane named " " to be unstealable
format slot 20 of player with magenta stained glass pane named " " to be unstealable
format slot 21 of player with magenta stained glass pane named " " to be unstealable
format slot 22 of player with magenta stained glass pane named " " to be unstealable
format slot 23 of player with magenta stained glass pane named " " to be unstealable
format slot 24 of player with magenta stained glass pane named " " to be unstealable
format slot 25 of player with magenta stained glass pane named " " to be unstealable
format slot 26 of player with magenta stained glass pane named " " to be unstealable
command /selectkit [<text>]:
trigger:
if arg 1 is "Guerrier":
if {selectkit.guerrier.%player%} is true:
give 1 leather helmet with name "&6Kit Guerrier" to player
give 1 leather chestplate with name "&6Kit Guerrier" to player
give 1 leather leggings with name "&6Kit Guerrier" to player
give 1 leather boots with name "&6Kit Guerrier" to player
give 1 stone sword with name "&6Kit Guerrier" to player
give 8 bread with name "&6Kit Guerrier" to player
message "&9&l[ &e&lKits &9&l] &a&lKit Guerrier Donné !"
set {selectkit.guerrier.%player%} to false
if difference between now and {selectkit.guerrier.%player%} is less than 6 hours:
stop
set {selectkit.guerrier.%player%} to now
if arg 1 is "Outils":
if {selectkit.outils.%player%} is true:
give 1 stone shovel with name "&8Kit Outils" to player
give 1 stone pickaxe with name "&8Kit Outils" to player
give 1 stone axe with name "&8Kit Outils" to player
give 1 stone hoe with name "&8Kit Outils" to player
set {selectkit.outils.%player%} to false
message "&9&l[ &e&lKits &9&l] &a&lKit Outils Donné !"
if difference between now and {selectkit.outils.%player%} is less than 6 hours:
stop
set {selectkit.outils.%player%} to now
on first join:
set {selectkit.guerrier.%player%} to true
set {selectkit.outils.%player%} to true
Nous avons placé des cookies sur votre appareil pour aider à améliorer ce site. Vous pouvez choisir d’ajuster vos paramètres de cookie, sinon nous supposerons que vous êtes d’accord pour continuer.
Question
RedSky GTR
Bonjour,a l'heure ou j'écris cette demande d'aide il est 19H58 et j'ai besoin de vous !Voici un petit plus de détails.
Version : 1.9.4-1.11.2
AddOns : Skelett,WildSkript,SkQuery,SkRayFall,TuSke,Umbaska
Type de SKript : Kits en GUI (Avec variables)
Problème rencontré : Fait crash le serveur (Montée de ping incroyable je croit et le GUI ne se ferme pas)
Problème plus détaillé : Commande /kit ouvre un menu GUI qui ne fait rien crash et quand je clique sur la clay gris clair rien apparait et la...Le serveur crash.Alors que le 07/05/2017 le skript ne faisait pas ça.
Mémoire sur le serveur : 5Go
Merci d'avance à ceux qui pourront m'aider ! =D
Code :
9 réponses à cette question
Messages recommandés