Ediwiki

Wiki officiel de l'éditeur de carte du jeu Slayers Online

Outils pour utilisateurs

Outils du site


tutoriaux:ystorsa

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
tutoriaux:ystorsa [2010/04/17 03:13] ystorsatutoriaux:ystorsa [2010/06/09 10:55] (Version actuelle) – effacée ystorsa
Ligne 1: Ligne 1:
-====== Tutorial d'Ystorsa ====== 
- 
- 
- 
-Ce tutorial est réalisé par **Ystorsa**. 
- 
-''Pour toutes questions, contacter moi par mail.'' 
- 
-''__E-Mail__ [[Ystorsa@gmail.com]]'' 
- 
- 
- 
-===== Panneau de guilde modifiable ===== 
- 
-<html><center><u><b># Évènement Maitre #</b></u></center></html> 
- 
-<html> 
-<style type=text/css> 
-TEXTAREA { 
-  background-color : white; 
-  font-family : MS Sans Serif; 
-  font-size : 8px; 
-} 
-</style> 
-<center> 
-<table cellspacing=2> 
-<tr height=25><th colspan=3 align=left>Page 1</th></tr> 
-<tr><td><b>Conditions d'événements</b></td><td></td><td><b>Commande événements</b></td></tr> 
-<tr><td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Appuie sur bouton 
-%Guilde%=Test 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-InputQuery('Que voulez-vous faire?','Ajouter un message','Tout effacer','Rien') 
-OnResultQuery('Rien') 
-OnResultQuery('Tout effacer') 
-Serveur[GuildeTestPanneauAffichage]= 
-Message('Voilà, c'est fait !) 
-OnResultQuery('Ajouter un message') 
-Serveur[GuildeTestPanneauAffichage]=Concat(' Message de %Name% : InputString('Veuillez mettre votre message')') 
-Message('Voilà, c'est fait !') 
-QueryEnd 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
- 
-<html> 
-<style type=text/css> 
-TEXTAREA { 
-  background-color : white; 
-  font-family : MS Sans Serif; 
-  font-size : 8px; 
-} 
-</style> 
-<center> 
-<table cellspacing=2> 
-<tr height=25><th colspan=3 align=left>Page 2</th></tr> 
-<tr><td><b>Conditions d'événements</b></td><td></td><td><b>Commande événements</b></td></tr> 
-<tr><td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Appuie sur bouton 
-%Guilde%!=Test 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Message('Vous n'avez pas accès au panneau d'affichage.') 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
- 
-<html><center><u><b># Évènement automatique (Le panneau par exemple) #</b></u></center></html> 
- 
-<html> 
-<style type=text/css> 
-TEXTAREA { 
-  background-color : white; 
-  font-family : MS Sans Serif; 
-  font-size : 8px; 
-} 
-</style> 
-<center> 
-<table cellspacing=2> 
-<tr height=25><th colspan=3 align=left>Page 1</th></tr> 
-<tr><td><b>Conditions d'événements</b></td><td></td><td><b>Commande événements</b></td></tr> 
-<tr><td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Appuie sur bouton 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Condition('Serveur[GuildeTestPanneauAffichage]!=0') 
-Message('Serveur[GuildeTestPanneauAffichage]') 
-Condition('Serveur[GuildeTestPanneauAffichage]=0') 
-Message('Il n'y a rien d'écrit.') 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
- 
- 
- 
- 
- 
-===== L'anti-Chevauchement ===== 
- 
- 
-<html><center><u><b># Évènement Maître #</b></u></center></html> 
- 
-<html> 
-<style type=text/css> 
-TEXTAREA { 
-  background-color : white; 
-  font-family : MS Sans Serif; 
-  font-size : 8px; 
-} 
-</style> 
-<center> 
-<table cellspacing=2> 
-<tr height=25><th colspan=3 align=left>Page 1</th></tr> 
-<tr><td><b>Conditions d'événements</b></td><td></td><td><b>Commande événements</b></td></tr> 
-<tr><td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Appuie sur bouton 
-%Guilde%=Test 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-InputQuery('Que voulez vous faire ?','Gerer le chevauchement','Rien') 
-OnResultQuery('Gerer le chevauchement') 
-Variable[13]=1 
-OnResultQuery('Rien') 
-QueryEnd 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
- 
-<html> 
-<style type=text/css> 
-TEXTAREA { 
-  background-color : white; 
-  font-family : MS Sans Serif; 
-  font-size : 8px; 
-} 
-</style> 
-<center> 
-<table cellspacing=2> 
-<tr height=25><th colspan=3 align=left>Page 2</th></tr> 
-<tr><td><b>Conditions d'événements</b></td><td></td><td><b>Commande événements</b></td></tr> 
-<tr><td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Vide 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Vide 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
- 
-<html><center><u><b># Évènement a placer a coté de l'évènement maître #</b></u></center></html> 
- 
-<html> 
-<style type=text/css> 
-TEXTAREA { 
-  background-color : white; 
-  font-family : MS Sans Serif; 
-  font-size : 8px; 
-} 
-</style> 
-<center> 
-<table cellspacing=2> 
-<tr height=25><th colspan=3 align=left>Page 1</th></tr> 
-<tr><td><b>Conditions d'événements</b></td><td></td><td><b>Commande événements</b></td></tr> 
-<tr><td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Automatique 
-Variable[13]=1 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Condition('Serveur[Test_Chevauchement]=1') 
-Message('Anti-chevauchement activé') 
-InputQuery('Que faire?','Rien','Activer','Desactiver') 
-OnResultQuery('Rien') 
-Variable[13]=0 
-OnResultQuery('Activer') 
-Serveur[Test_Chevauchement]=1 
-Variable[13]=0 
-OnResultQuery('Desactiver') 
-Serveur[Test_Chevauchement]=0 
-Variable[13]=0 
-QueryEnd 
-Condition('Serveur[Test_Chevauchement]=0') 
-Message('Anti-chevauchement desactivé') 
-InputQuery('Que faire?','Rien','Activer','Desactiver') 
-OnResultQuery('Rien') 
-Variable[13]=0 
-OnResultQuery('Activer') 
-Serveur[Test_Chevauchement]=1 
-Variable[13]=0 
-OnResultQuery('Desactiver') 
-Serveur[Test_Chevauchement]=0 
-Variable[13]=0 
-QueryEnd 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
- 
-<html> 
-<style type=text/css> 
-TEXTAREA { 
-  background-color : white; 
-  font-family : MS Sans Serif; 
-  font-size : 8px; 
-} 
-</style> 
-<center> 
-<table cellspacing=2> 
-<tr height=25><th colspan=3 align=left>Page 2</th></tr> 
-<tr><td><b>Conditions d'événements</b></td><td></td><td><b>Commande événements</b></td></tr> 
-<tr><td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Vide 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Vide 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
- 
-<html><center><u><b># Évènement a mettre dans l'arène #</b></u></center></htm 
- 
-<html> 
-<style type=text/css> 
-TEXTAREA { 
-  background-color : white; 
-  font-family : MS Sans Serif; 
-  font-size : 8px; 
-} 
-</style> 
-<center> 
-<table cellspacing=2> 
-<tr height=25><th colspan=3 align=left>Page 1</th></tr> 
-<tr><td><b>Conditions d'événements</b></td><td></td><td><b>Commande événements</b></td></tr> 
-<tr><td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Automatique 
-Serveur[Test_Chevauchement]=1 
-%CaseX%>=5 
-%CaseX%<=24 
-%CaseY%>=13 
-%CaseY%<=28 
-%BloqueChevauchement%=0 
-Variable[64]=0 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-%BloqueChevauchement%=1 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
- 
-<html> 
-<style type=text/css> 
-TEXTAREA { 
-  background-color : white; 
-  font-family : MS Sans Serif; 
-  font-size : 8px; 
-} 
-</style> 
-<center> 
-<table cellspacing=2> 
-<tr height=25><th colspan=3 align=left>Page 2</th></tr> 
-<tr><td><b>Conditions d'événements</b></td><td></td><td><b>Commande événements</b></td></tr> 
-<tr><td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Automatique 
-Serveur[Test_Chevauchement]=1 
-%CaseX%>=5 
-%CaseX%<=24 
-%CaseY%>=13 
-%CaseY%<=28 
-%BloqueChevauchement%=1 
-Variable[64]=0 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-%BloqueChevauchement%=0 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
- 
-<html> 
-<style type=text/css> 
-TEXTAREA { 
-  background-color : white; 
-  font-family : MS Sans Serif; 
-  font-size : 8px; 
-} 
-</style> 
-<center> 
-<table cellspacing=2> 
-<tr height=25><th colspan=3 align=left>Page 3</th></tr> 
-<tr><td><b>Conditions d'événements</b></td><td></td><td><b>Commande événements</b></td></tr> 
-<tr><td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Vide 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Vide 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
- 
- 
- 
-===== Le Gicleur ===== 
- 
- 
-<html><center><u><b># Évènement Maître #</b></u></center></html> 
- 
-<html> 
-<style type=text/css> 
-TEXTAREA { 
-  background-color : white; 
-  font-family : MS Sans Serif; 
-  font-size : 8px; 
-} 
-</style> 
-<center> 
-<table cellspacing=2> 
-<tr height=25><th colspan=3 align=left>Page 1</th></tr> 
-<tr><td><b>Conditions d'événements</b></td><td></td><td><b>Commande événements</b></td></tr> 
-<tr><td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Appuie sur bouton 
-%Guilde%=Test 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-InputQuery('Que voulez vous faire ?','Gerer le gicleur','Rien') 
-OnResultQuery('Gerer le gicleur') 
-Variable[13]=1 
-OnResultQuery('Rien') 
-QueryEnd 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
- 
-<html> 
-<style type=text/css> 
-TEXTAREA { 
-  background-color : white; 
-  font-family : MS Sans Serif; 
-  font-size : 8px; 
-} 
-</style> 
-<center> 
-<table cellspacing=2> 
-<tr height=25><th colspan=3 align=left>Page 2</th></tr> 
-<tr><td><b>Conditions d'événements</b></td><td></td><td><b>Commande événements</b></td></tr> 
-<tr><td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Vide 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Vide 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
- 
-<html><center><u><b># Évènement a placer a coté de l'évènement maître #</b></u></center></html> 
- 
-<html> 
-<style type=text/css> 
-TEXTAREA { 
-  background-color : white; 
-  font-family : MS Sans Serif; 
-  font-size : 8px; 
-} 
-</style> 
-<center> 
-<table cellspacing=2> 
-<tr height=25><th colspan=3 align=left>Page 1</th></tr> 
-<tr><td><b>Conditions d'événements</b></td><td></td><td><b>Commande événements</b></td></tr> 
-<tr><td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Automatique 
-Variable[13]=1 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Condition('Serveur[Test_Dehors]=0') 
-InputQuery('Que faire?','Rien','Gicler une personne','Gicler tout le monde','Stopper') 
-OnResultQuery('Rien') 
-Variable[13]=0 
-OnResultQuery('Gicler tout le monde') 
-Serveur[Test_Dehors]=1 
-Variable[13]=0 
-OnResultQuery('Gicler une personne') 
-Serveur[Test_Dehors]=InputString('Ecrivez le nom du joueur') 
-Variable[13]=0 
-OnResultQuery('Stopper') 
-Serveur[Test_Dehors]=0 
-Variable[13]=0 
-QueryEnd 
-Condition('Serveur[Test_Dehors]=1') 
-Message('Gicleur activé, Cible : Tout le monde') 
-InputQuery('Que faire?','Rien','Gicler une personne','Gicler tout le monde','Stopper') 
-OnResultQuery('Rien') 
-Variable[13]=0 
-OnResultQuery('Gicler tout le monde') 
-Serveur[Test_Dehors]=1 
-Variable[13]=0 
-OnResultQuery('Gicler une personne') 
-Serveur[Test_Dehors]=InputString('Ecrivez le nom du joueur') 
-Variable[13]=0 
-OnResultQuery('Stopper') 
-Serveur[Test_Dehors]=0 
-Variable[13]=0 
-QueryEnd 
-Condition('Serveur[Test_Dehors]>1') 
-Message('Gicleur activé, Cible : Serveur[Test_Dehors]') 
-InputQuery('Que faire?','Rien','Gicler une personne','Gicler tout le monde','Stopper') 
-OnResultQuery('Rien') 
-Variable[13]=0 
-OnResultQuery('Gicler tout le monde') 
-Serveur[Test_Dehors]=1 
-Variable[13]=0 
-OnResultQuery('Gicler une personne') 
-Serveur[Test_Dehors]=InputString('Ecrivez le nom du joueur') 
-Variable[13]=0 
-OnResultQuery('Stopper') 
-Serveur[Test_Dehors]=0 
-Variable[13]=0 
-QueryEnd 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
- 
-<html> 
-<style type=text/css> 
-TEXTAREA { 
-  background-color : white; 
-  font-family : MS Sans Serif; 
-  font-size : 8px; 
-} 
-</style> 
-<center> 
-<table cellspacing=2> 
-<tr height=25><th colspan=3 align=left>Page 2</th></tr> 
-<tr><td><b>Conditions d'événements</b></td><td></td><td><b>Commande événements</b></td></tr> 
-<tr><td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Vide 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Vide 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
- 
-<html><center><u><b># Évènement a mettre dans l'arène #</b></u></center></html> 
- 
-<html> 
-<style type=text/css> 
-TEXTAREA { 
-  background-color : white; 
-  font-family : MS Sans Serif; 
-  font-size : 8px; 
-} 
-</style> 
-<center> 
-<table cellspacing=2> 
-<tr height=25><th colspan=3 align=left>Page 1</th></tr> 
-<tr><td><b>Conditions d'événements</b></td><td></td><td><b>Commande événements</b></td></tr> 
-<tr><td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Automatique 
-Serveur[Test_Dehors]=1 
-%CaseX%>=5 
-%CaseX%<=24 
-%CaseY%>=13 
-%CaseY%<=28 
-Variable[64]=0 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Teleport(Maison Test Arène,XX,YY) 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
- 
-<html> 
-<style type=text/css> 
-TEXTAREA { 
-  background-color : white; 
-  font-family : MS Sans Serif; 
-  font-size : 8px; 
-} 
-</style> 
-<center> 
-<table cellspacing=2> 
-<tr height=25><th colspan=3 align=left>Page 2</th></tr> 
-<tr><td><b>Conditions d'événements</b></td><td></td><td><b>Commande événements</b></td></tr> 
-<tr><td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Automatique 
-Serveur[Test_Dehors]>1 
-%CaseX%>=5 
-%CaseX%<=24 
-%CaseY%>=13 
-%CaseY%<=28 
-%Name%=Serveur[Test_Dehors] 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Teleport(Maison Test Arène,XX,YY) 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
- 
-<html> 
-<style type=text/css> 
-TEXTAREA { 
-  background-color : white; 
-  font-family : MS Sans Serif; 
-  font-size : 8px; 
-} 
-</style> 
-<center> 
-<table cellspacing=2> 
-<tr height=25><th colspan=3 align=left>Page 3</th></tr> 
-<tr><td><b>Conditions d'événements</b></td><td></td><td><b>Commande événements</b></td></tr> 
-<tr><td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Vide 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Vide 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
- 
- 
- 
-===== Mettre un effet particulier sur une map ===== 
- 
-Avec cette méthode, vous pouvez modifier **l'effet** de la map grâce à un **Pnj**. 
- 
-<html> 
-<style type=text/css> 
-TEXTAREA { 
-  background-color : white; 
-  font-family : MS Sans Serif; 
-  font-size : 8px; 
-} 
-</style> 
-<center> 
-<table cellspacing=2> 
-<tr height=25><th colspan=3 align=left>Page 1</th></tr> 
-<tr><td><b>Conditions d'événements</b></td><td></td><td><b>Commande événements</b></td></tr> 
-<tr><td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Appuie sur bouton 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-InputQuery('Que voulez-vous mettre comme effet sur la map ?','Nuit','Chaleur','Pluie','Neige','Rien') 
-OnResultQuery('Nuit') 
-%Effect%=2 
-OnResultQuery('Chaleur') 
-%Effect%=3 
-OnResultQuery('Pluie') 
-%Effect%=4 
-OnResultQuery('Neige') 
-%Effect%=5 
-OnResultQuery('Rien') 
-%Effect%=0 
-QueryEnd 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
- 
- 
- 
- 
- 
- 
- 
- 
-===== Compter le nombre de joueur présent dans une pièce ===== 
- 
-<html><i>(Cette évènement est tiré d'une arène dans le même genre que le survival)</i> 
-<br/> 
-<br/> 
-<b>D</b>ans les propriétés de la carte remplissez la partie déconnexion avec ceci :  
-<br/><br/> 
-Variable[13]>=0 
-<br/> 
-Serveur[NombreJoueur]=Serveur[NombreJoueur]-1 
-<br/> 
-<br/> 
-<b>E</b>t cocher la case : Retour au point de résurrection</html> 
- 
-<html><center><u><b># Évènement a mettre à l'entrée d'une pièce #</b></u></center></html> 
- 
-<html> 
-<style type=text/css> 
-TEXTAREA { 
-  background-color : white; 
-  font-family : MS Sans Serif; 
-  font-size : 8px; 
-} 
-</style> 
-<center> 
-<table cellspacing=2> 
-<tr height=25><th colspan=3 align=left>Page 1</th></tr> 
-<tr><td><b>Conditions d'événements</b></td><td></td><td><b>Commande événements</b></td></tr> 
-<tr><td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Appuie sur bouton 
-Serveur[NombreJoueur]<Serveur[NombreJoueurMaximum] 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Serveur[NombreJoueur]=Serveur[NombreJoueur]+1 
-Bool[0]=1 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
- 
-<html><center><u><b># Évènement a coté de l'entrée #</b></u></center></html> 
- 
-<html> 
-<style type=text/css> 
-TEXTAREA { 
-  background-color : white; 
-  font-family : MS Sans Serif; 
-  font-size : 8px; 
-} 
-</style> 
-<center> 
-<table cellspacing=2> 
-<tr height=25><th colspan=3 align=left>Page 1</th></tr> 
-<tr><td><b>Conditions d'événements</b></td><td></td><td><b>Commande événements</b></td></tr> 
-<tr><td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Automatique 
-%Vie%<=0 
-Bool[0]=1 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Bool[0]=0 
-Serveur[NombreJoueur]=Serveur[NombreJoueur]-1 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
- 
-<html> 
-<style type=text/css> 
-TEXTAREA { 
-  background-color : white; 
-  font-family : MS Sans Serif; 
-  font-size : 8px; 
-} 
-</style> 
-<center> 
-<table cellspacing=2> 
-<tr height=25><th colspan=3 align=left>Page 2</th></tr> 
-<tr><td><b>Conditions d'événements</b></td><td></td><td><b>Commande événements</b></td></tr> 
-<tr><td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Vide 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Vide 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
- 
-<html><center><u><b># Évènement dernier joueur dans la pièce #</b></u></center></html> 
- 
-<html> 
-<style type=text/css> 
-TEXTAREA { 
-  background-color : white; 
-  font-family : MS Sans Serif; 
-  font-size : 8px; 
-} 
-</style> 
-<center> 
-<table cellspacing=2> 
-<tr height=25><th colspan=3 align=left>Page 1</th></tr> 
-<tr><td><b>Conditions d'événements</b></td><td></td><td><b>Commande événements</b></td></tr> 
-<tr><td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Automatique 
-Serveur[NombreJoueur]=1  
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Message('Bravo, vous êtes le grand vainqueur') 
-Teleport(???,XX,YY) 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
- 
-<html> 
-<style type=text/css> 
-TEXTAREA { 
-  background-color : white; 
-  font-family : MS Sans Serif; 
-  font-size : 8px; 
-} 
-</style> 
-<center> 
-<table cellspacing=2> 
-<tr height=25><th colspan=3 align=left>Page 2</th></tr> 
-<tr><td><b>Conditions d'événements</b></td><td></td><td><b>Commande événements</b></td></tr> 
-<tr><td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Vide 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Vide 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
  
tutoriaux/ystorsa.1271473991.txt.gz · Dernière modification : 2022/09/25 17:09 (modification externe)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki