J'ai un soucis sur mon serveur, voici tout d'abord la version de mon serveur.
Mon serveur est sous Thermos 1558-58.
La version du jeu est 1.7.10.
C'est un serveur modé.
Voici le soucis :
J'ai crée un mod donc le but est de faire poussé des plantes. Les plantes poussent bien mais j'ai crée en skript le fait que quand on la casse quelque soit sont stage (de 0 à 7),
celle-ci ne veut pas se replacer à l'état 0.
Je sais que cela vient du fait que le block vient d'un mod, j'ai tester avec d'autres block modé comme avec des blocks vanilla.
Avec les blocks vanilla aucun soucis.
Avec les blocks modés, le block ne se palce tout simplement pas.
voici mon code si jamais vous avez une solution sa serait parfait ^^.
on break of 705:7:
cancel event
set {_blocktt} to 705:0
set the block at location of event-block to air
wait 1 tick
set the block at location of event-block to {_blocktt}
drop 1 4269
on break of 705:6:
cancel event
set {_blocktt} to 705:0
set the block at location of event-block to air
wait 1 tick
set the block at location of event-block to {_blocktt}
on break of 705:5:
cancel event
set {_blocktt} to 705:0
set the block at location of event-block to air
wait 1 tick
set the block at location of event-block to {_blocktt}
on break of 705:4:
cancel event
set {_blocktt} to 705:0
set the block at location of event-block to air
wait 1 tick
set the block at location of event-block to {_blocktt}
on break of 705:3:
cancel event
set {_blocktt} to 705:0
set the block at location of event-block to air
wait 1 tick
set the block at location of event-block to {_blocktt}
on break of 705:2:
cancel event
set {_blocktt} to 705:0
set the block at location of event-block to air
wait 1 tick
set the block at location of event-block to {_blocktt}
on break of 705:1:
cancel event
set {_blocktt} to 705:0
set the block at location of event-block to air
wait 1 tick
set the block at location of event-block to {_blocktt}
on break of 705:0:
cancel event
set {_blocktt} to 705:0
set the block at location of event-block to air
wait 1 tick
set the block at location of event-block to {_blocktt}
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
PW_Dram_
Bonjour / Bonsoir à vous.
J'ai un soucis sur mon serveur, voici tout d'abord la version de mon serveur.
Mon serveur est sous Thermos 1558-58.
La version du jeu est 1.7.10.
C'est un serveur modé.
Voici le soucis :
J'ai crée un mod donc le but est de faire poussé des plantes. Les plantes poussent bien mais j'ai crée en skript le fait que quand on la casse quelque soit sont stage (de 0 à 7),
celle-ci ne veut pas se replacer à l'état 0.
Je sais que cela vient du fait que le block vient d'un mod, j'ai tester avec d'autres block modé comme avec des blocks vanilla.
Avec les blocks vanilla aucun soucis.
Avec les blocks modés, le block ne se palce tout simplement pas.
voici mon code si jamais vous avez une solution sa serait parfait ^^.
on break of 705:7: cancel event set {_blocktt} to 705:0 set the block at location of event-block to air wait 1 tick set the block at location of event-block to {_blocktt} drop 1 4269 on break of 705:6: cancel event set {_blocktt} to 705:0 set the block at location of event-block to air wait 1 tick set the block at location of event-block to {_blocktt} on break of 705:5: cancel event set {_blocktt} to 705:0 set the block at location of event-block to air wait 1 tick set the block at location of event-block to {_blocktt} on break of 705:4: cancel event set {_blocktt} to 705:0 set the block at location of event-block to air wait 1 tick set the block at location of event-block to {_blocktt} on break of 705:3: cancel event set {_blocktt} to 705:0 set the block at location of event-block to air wait 1 tick set the block at location of event-block to {_blocktt} on break of 705:2: cancel event set {_blocktt} to 705:0 set the block at location of event-block to air wait 1 tick set the block at location of event-block to {_blocktt} on break of 705:1: cancel event set {_blocktt} to 705:0 set the block at location of event-block to air wait 1 tick set the block at location of event-block to {_blocktt} on break of 705:0: cancel event set {_blocktt} to 705:0 set the block at location of event-block to air wait 1 tick set the block at location of event-block to {_blocktt}
Merci d'avance !
Ajout d'un spoiler
12 réponses à cette question
Messages recommandés