Ediwiki

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

Outils pour utilisateurs

Outils du site


tutoriaux:simple

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:simple [2014/08/25 21:48] nashyndatutoriaux:simple [2020/08/23 14:39] (Version actuelle) – supprimée lyssitz
Ligne 1: Ligne 1:
-====== Les évènements courants simples ====== 
- 
-Dans cette page, vous trouverez tous les évènements qui ont rapport aux arènes, aux joueurs mais aussi à l'environnement. 
- 
-Les différents tutoriels ici présents ont été faits soit par **Ophio**, **Ystorsa**, **Dwight** ou **Yhamaii**. 
- 
- 
- 
- 
- 
- 
- 
- 
- 
-===== Panneau de guilde modifiable ===== 
- 
-<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 
-Serveur[GuildeTestPanneauAffichage]=0 
-//On vérifie que le joueur est dans la guilde Test. Dans cette page, il n'y a aucun message sur le panneau. 
-</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]=0 
-Message('Voilà, c'est fait !) 
-OnResultQuery('Ajouter un message') 
-Serveur[GuildeTestPanneauAffichage]= 
-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 
-//On vérifie que le joueur est dans la guilde Test. Dans cette page, il y a déjà un message sur le panneau d'affichage. 
-</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]=0 
-Message('Voilà, c'est fait !) 
-OnResultQuery('Ajouter un message') 
-Serveur[GuildeTestPanneauAffichage]=Concat('\nMessage de %Name% : InputString('Veuillez mettre votre message')') 
-Message('Voilà, c'est fait !') 
-QueryEnd 
-//Juste avant le Message de %Name%, on met \n car cela permet de faire un saut de ligne pour faire plus propre. 
-</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 
-//Le joueur ne fait pas parti de la 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 à placer sur le panneau d'affichage #</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></center> 
-</html> 
- 
- 
- 
-===== Bloquer un accès activable/désactivable par un joueur/guilde ===== 
- 
-<html><u><center><b>~ Évènement Maître ~</b></center></u></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 ?','Bloquer l'accès à cette pièces','Débloquer l'accès à cette pièce','Rien') 
-OnResultQuery('Rien') 
-OnResultQuery('Bloquer l'accès à cette pièce') 
-Serveur[BloquagePièce]=1 
-OnResultQuery('Débloquer l'accès à cette pièce') 
-Serveur[BloquagePièce]=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> 
-Rien 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Rien 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
- 
-<html><center><u><b>~ Évènement à placer 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> 
-Serveur[BloquagePièce]=1 
-En contact 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Message('L'accès à cette pièce est momentanément fermé') 
-</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> 
-Serveur[BloquagePièce]=0 
-En contact 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Teleport('nom de la map,coordonée') 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
- 
- 
- 
-===== Mettre des anticoins dans la pièce ===== 
- 
-<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 les antis coins','Rien') 
-OnResultQuery('Rien') 
-OnResultQuery('Gerer les antis coins') 
-Variable[13]=1 
-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> 
-Rien 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Rien 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
- 
-<html><center><u><b>~ Évènement à placer à côté de l'évènement de 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> 
-InputQuery('Que faire?','Rien','Activer','Desactiver') 
-OnResultQuery('Rien') 
-Variable[13]=0 
-OnResultQuery('Activer') 
-Serveur[Test_Coins]=1 
-Variable[13]=0 
-OnResultQuery('Desactiver') 
-Serveur[Test_Coins]=0 
-Variable[13]=0 
-QueryEnd 
-</TEXTAREA></td> 
-</tr> 
-</table> 
-</html> 
-<html><center><u><b>~ Évènement à placer 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> 
-Serveur[Test_Coins]=1 
-En contact 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-%Vie%=%Vie%/2 
-</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> 
-Rien 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Rien 
-</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> 
- 
- 
-=====Event des piques===== 
- 
- 
-====Event normal==== 
- 
- 
-<html> 
-Nous allons voir ici comment faire un event avec des piques qui rentrent et sortent du sol. Pour cela, nous allons utiliser un booléen et faire changer sa valeur toutes les x secondes (je le rappelle, un booléen peut avoir 0 ou 1 comme valeur, si vous avez du mal je vous conseille de lire ou de relire le tutorial de <a href=http://ediwiki.slayersonline.net/doku.php?id=tutoriaux:variables>Vanivan</a>). On va ensuite attribuer un état à chacune des valeurs possibles, à savoir, quand le booléen est à 0 alors les piques sont dans le sol et quand le booléen est à 1 les piques sortent du sol.  
-<br/> 
-Commençons donc par créer un event pour faire changer à un rythme régulier la valeur de notre booléen (dans cet exemple j'ai choisi le Bool[1] car il est public: vous pouvez l'utiliser à condition de le remettre à 0 lorsque le joueur quitte la map) 
-<br/> 
- 
-<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 de déclenchement</b></td><td></td><td><b>Commande événements</b></td></tr> 
-<tr><td> 
-<TEXTAREA ROWS=6 COLS=100 SIZE=320 WRAP=soft readonly> 
-Automatique 
-Bool[1]=0 
-%Timer%>=60 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=6 COLS=100 SIZE=320 WRAP=soft readonly> 
-Bool[1]=1 
-%Timer%=0 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
- 
- 
- 
-<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 de déclenchement</b></td><td></td><td><b>Commande événements</b></td></tr> 
-<tr><td> 
-<TEXTAREA ROWS=6 COLS=100 SIZE=320 WRAP=soft readonly> 
-Automatique 
-Bool[1]=1 
-%Timer%>=60 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=6 COLS=100 SIZE=320 WRAP=soft readonly> 
-Bool[1]=0 
-%Timer%=0 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table>  
- 
-<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 de déclenchement</b></td><td></td><td><b>Commande événements</b></td></tr> 
-<tr><td> 
-<TEXTAREA ROWS=6 COLS=100 SIZE=320 WRAP=soft readonly> 
-%Timer%<60 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=6 COLS=100 SIZE=320 WRAP=soft readonly> 
-//vide 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table>    
- 
-<br/><br/> 
-La seule chose qui diffère entre la page 1 et la page 2 c'est la valeur que prend le booléen: dans la première on affecte la valeur du booléen à 1 et dans la deuxième on lui affecte la valeur 0. Comme je l'ai expliqué au début, on a maintenant un event qui change la valeur du booléen environ toutes les 2 secondes.Ceci fait, on peut faire les events pique proprement dit. Pour cela rien de plus simple: 
-<br/><br/> 
- 
-<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 de déclenchement</b></td><td></td><td><b>Commande événements</b></td></tr> 
-<tr><td> 
-<TEXTAREA ROWS=6 COLS=100 SIZE=320 WRAP=soft readonly> 
-En contact 
-Bool[1]=0 
-//il faut mettre pour cette page l'image des piques rentrées dans le sol (et accessoirement cocher la case "toujours en dessous" ;) ) 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=6 COLS=100 SIZE=320 WRAP=soft readonly> 
-//vide 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
- 
- 
-<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 de déclenchement</b></td><td></td><td><b>Commande événements</b></td></tr> 
-<tr><td> 
-<TEXTAREA ROWS=6 COLS=100 SIZE=320 WRAP=soft readonly> 
-En contact 
-Bool[1]=1 
-//il faut mettre pour cette page l'image des piques sortant du sol (et toujours cocher la case "toujours en dessous") 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=6 COLS=100 SIZE=320 WRAP=soft readonly> 
-%Vie%=%Vie%-%VieMax%/5 
-//mettre ici les dégats que reçoit le joueur lorsqu'il marche sur les piques 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-<br/><br/> 
- 
- 
-Remarque : vous pouvez aussi alterner sur certains events piques l'attribution de l'état du piège en fonction de la valeur du booléen. Par exemple Bool=1 => piques sorties, Bool=0 => piques rentrées sur certaines cases, Bool=1 => piques rentrées et Bool=0 => piques sorties sur d'autres. Il y aura ainsi un effet d'alternance sur le piège ;)  
-<br/><br/><br/> 
-</center></html> 
- 
- 
- 
-====Event avec un rythme irrégulier==== 
- 
- 
-<html> 
-<br/><br/> 
-Ici nous allons voir comment faire un event où les piques adoptent un rythme irrégulier. Pour cela il faudra utiliser la variable <a href=http://ediwiki.slayersonline.net/doku.php?id=var_char:rand>%rand(chiffre)%</a>. J'utilise ici la variable[13] qui est publique, si vous l'utilisez veillez bien à la remettre à 0 à la sortie de votre map. 
- 
- 
-<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> 
-Page1 
-</th></tr> 
-<tr><td><b>Conditions de déclenchement</b></td><td></td><td><b>Commande événements</b></td></tr> 
-<tr><td> 
-<TEXTAREA ROWS=7 COLS=100 SIZE=320 WRAP=soft readonly> 
-Automatique 
-Bool[1]=0 
-%Timer%>=Variable[13] 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=100 SIZE=320 WRAP=soft readonly> 
-Bool[1]=1 
-Variable[13]=%rand(140)%+10 
-%Timer%=0 
-//le +10 sert à faire varier la valeur de la variable entre 10 et 149 
-//comme cela le joueur a quand même un minimum de temps pour voir l'évolution du piège sur lequel il marche 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
- 
- 
-<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 de déclenchement</b></td><td></td><td><b>Commande événements</b></td></tr> 
-<tr><td> 
-<TEXTAREA ROWS=7 COLS=100 SIZE=320 WRAP=soft readonly> 
-Automatique 
-Bool[1]=1 
-%Timer%>=Variable[13] 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=100 SIZE=320 WRAP=soft readonly> 
-Bool[1]=0 
-Variable[13]=%rand(140)%+10 
-%Timer%=0 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
- 
- 
-<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 de déclenchement</b></td><td></td><td><b>Commande événements</b></td></tr> 
-<tr><td> 
-<TEXTAREA ROWS=7 COLS=100 SIZE=320 WRAP=soft readonly> 
-%Timer%<Variable[13] 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=100 SIZE=320 WRAP=soft readonly> 
-//vide 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
- 
- 
-Il ne vous reste plus qu'à mettre les events piques sur votre map, comme je les ai détaillés ci-dessus. 
- 
-</center><br/><br/><br/></html> 
- 
- 
-===== Bloquer avec un join changeable ===== 
- 
-<html><center><u><b>Évent maitre (changement du join)</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> 
-Serveur[Nomvariable]=InputString('Quel join mettre ?') 
-Message('Le join "Serveur[Nomvariable]" a été posé.') 
-</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> 
-// rien 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-// rien également 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
- 
- 
----- 
----- 
- 
- 
-<html><center><u><b>Évent porte (bloquer l'acces avec join)</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 
-%Groupe%=Serveur[Nomvariable] 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Teleport(Salle ??,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> 
-Appuie sur bouton 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Message('Cette piece est la suite royale !Pour y acceder, MP le leader') 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
- 
-===== Passer une annonce sur une map ===== 
- 
-<html><center><u><b>Évent maitre (passer une annonce)</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?','Faire une annonce dans tout le Country Club','Rien') 
-OnResultQuery('Faire une annonce dans tout le Country Club') 
-Serveur[AnnonceClub]=InputString('Veuillez mettre votre message') 
-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> 
-// rien 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-// rien également 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
- 
- 
----- 
----- 
- 
- 
-<html><center><u><b>Évent Automatique (pour passer l'annonce)</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> 
-Serveur[AnnonceClub]=0 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-//rien 
-</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 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Message('Annonce : Serveur[AnnonceClub]') 
-Serveur[AnnonceClub]=0 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
- 
- 
-===== Faire tomber la pluie sur une map ===== 
- 
-A la création de la map ou bien quand vous faite clic droit et **Propriété** sur la map dans la liste, vous devez choisir dans la liste déroulante un effet pour la map... 
- 
-<html><center></html>{{tutoriaux:effetpluie.png|}}<html></center></html> 
- 
- 
-===== Mettre des monstres sur une map ===== 
- 
-Pour commencer, ouvrez la carte où vous placerez la zone de combat et allez dans l'onglet **Zone Monstre** en haut de la map. Suivez les étapes suivantes :  
- 
-<html><center></html>{{tutoriaux:tutomonstre.png|}}<html></center></html> 
- 
-  - Appuyez sur ce bouton pour ajouter la zone. 
-  - Sélectionnez la zone où les monstres apparaitrons, les X (le plus petit et le plus grand), de même pour les Y de la zone. 
-  - Choisissez votre monstre. 
-  - Cette partie est optionnelle. Elle permet activer la zone monstre grâce à une variable Serveur. 
- 
-**Enregistrez** puis **Testez**. 
- 
- 
- 
-===== Mettre un type de carte particulier ===== 
- 
-Pour commencer, créez une carte ou allez dans les propriétés de la carte à typer. Cliquez sur la liste déroulante **Type** pui choisissez selon les critères que vous désirez :  
- 
-<html><center></html>{{tutoriaux:types_de_cartes.png|}}<html></center></html> 
- 
-  - Aucune attaque. (potions possible) 
-  - Vous pouvez attaquez les monstres mais pas les joueurs. Pas d'alignement, pas de réputation. (potions possible) 
-  - Vous pouvez attaquer les joueurs. Pas d'alignement, **Avec réputation** (potions impossible) 
-  - Vous pouvez attaquer tout ce qui bouge, sauf PNJ, donc Monstre et Joueurs. **Perte d'alignement**, pas de réputation. (potions possible) 
-  - Toutes attaques (joueurs et monstres). **Pas d'alignement, pas de réputation** (potions impossible) 
-  - Toutes attaques (joueurs et monstres). **Pas d'alignement, pas de réputation** (potions possible) 
- 
- 
- 
-Puis cliquez sur **OK**. 
- 
- 
-===== Faire payer l'entree d'une porte ===== 
- 
-<html><center><u><b>Évent porte</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 
-%Gold%>=10 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-InputQuery('L'entrée est payante, souhaitez vous payer 10 po ?','Oui','Non') 
-OnResultQuery('Oui') 
-%Gold%=%Gold%-10 
-Teleport(Discotheque,5,8) 
-OnResultQuery('Non') 
-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 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Message('L'entrée est payante (10po) et vous n'avez pas assez d'argent.') 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
- 
- 
-===== Bloquer l'acces aux joueurs qui ne sont pas de la guilde ===== 
- 
-<html><center><u><b>Évent porte</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%=Admin 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Teleport(MaisonAdmin,5,8) 
-</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%!=Admin 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Message('N'étant pas membre, vous ne disposez pas le droit de passer.') 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table> 
-</html> 
- 
-===== Activer un évènement à l'entrée d'une pièce ===== 
- 
-Nous allons prendre l'exemple du "bloque attaque"  l'entrée des gradins d'une arène. 
- 
- 
-<html><center><u><b>Évent dans la map d'entrée de 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> 
-En contact 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-%BloqueAttaque%=1 
-Teleport(Arène,1,1) 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table></center> 
-</html> 
- 
- 
-__ATTENTION :__ La commande doit toujours se trouver **avant le téléporteur**.  
- 
-//Astuce : A la sortie de l'arène, ne pas oublier de remettre le %BloqueAttaque%=**0**// 
- 
-//Astuce2 : Vous pouvez également changer le point de résurrection à l'entrée de la map.// 
- 
- 
- 
-===== Faire une fontaine régénératrice ===== 
- 
- 
-<html><center><u><b>Évent de la fontaine</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> 
-InputQuery('Voulez vous être soigné ? (25po)','Oui','Non') 
-OnResultQuery('Oui') 
-Condition('%Gold%<25') 
-Message('Vous ne disposez pas d'assez d'argent.') 
-Condition('%Gold%>=25') 
-%Gold%=%Gold%-25 
-%Vie%=%VieMax% 
-ChangeResPoint(Hall - Enterra,5,21) 
-Message('Voila. Soigné et Protégé !') 
-OnResultQuery('Non') 
-QueryEnd 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table></center> 
-</html> 
- 
- 
-//Notez que les régénérateurs de points de vies et/ou d'alignement sont désormais **obligatoirement** payant. (minimum 10 pièces d'or)// 
- 
- 
-===== Activer ou désactiver un décor à sa guise ===== 
- 
- 
-<html><center><u><b>Évent maître : activation/désactivation</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[Decor]=1 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-InputQuery('Souhaitez-vous désactiver le décor ?','Oui','Non') 
-OnResultQuery('Oui') 
-Serveur[Decor]=0 
-Message('Voilà qui est fait.') 
-OnResultQuery('Non') 
-Message('Très bien.') 
-QueryEnd 
-</TEXTAREA> 
-</td> 
-</tr> 
-<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 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-InputQuery('Souhaitez-vous activer le décor ?','Oui','Non') 
-OnResultQuery('Oui') 
-Serveur[Decor]=1 
-Message('Voilà qui est fait.') 
-OnResultQuery('Non') 
-Message('Très bien.') 
-QueryEnd 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table></center> 
-</html> 
- 
-<html><center><u><b>Évent du décor</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> 
-Serveur[Decor]=1 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-// mettre l'image du décor sur cette page, et ne rien mettre ici. 
-</TEXTAREA> 
-</td> 
-</tr> 
-<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> 
-// rien 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-// rien 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table></center> 
-</html> 
- 
- 
-//L'utilisation d'une **variable serveur** permet à tout le monde de voir le changement du décor. Dans le cas d'une **variable public** ou d'une **bool**, seul vous verrez le décor changer. 
-Néanmoins, si vous ne savez pas ce que signifie les différentes variables, n'hésitez pas à regarder les définitions. // 
- 
- 
- 
- 
-===== Restreindre l'accès d'une porte uniquement aux chefs d'une même guilde ===== 
- 
- 
-<html><center><u><b> Evénement porte</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> 
-En contact 
-%Grade%>=2 
-%Guilde%=Admin 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-Teleport(Arène,1,1) 
-</TEXTAREA> 
-</td> 
-</tr> 
-<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> 
-En contact 
-</TEXTAREA> 
-</td> 
-<td width=20> 
-</td> 
-<td> 
-<TEXTAREA ROWS=7 COLS=70> 
-// Interdiction de passer 
-Message('Vous ne disposez pas des droits nécessaire pour passer.') 
-</TEXTAREA> 
-</td> 
-</tr> 
-</table></center> 
-</html> 
- 
- 
-//Astuce : // 
- 
-  * **Soldat** %Grade%=0 
-  * **Recruteur** %Grade%=1 
-  * **Chef** %Grade%=2 
-  * **Leader** %Grade%=3  
- 
- 
- 
- 
- 
- 
  
tutoriaux/simple.1408996080.txt.gz · Dernière modification : 2022/09/25 19:09 (modification externe)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki