| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente |
| tutoriaux:araknos [2009/01/18 21:54] – araknos | tutoriaux:araknos [2020/08/23 12:33] (Version actuelle) – supprimée lyssitz |
|---|
| <html> | |
| <head> | |
| | |
| <html> | |
| | |
| <link rel="STYLESHEET" type="text/css" href="http://www.slayersonline.net/style/meow.css"> | |
| | |
| <title>Tutorial sur quelques évènements</title> | |
| |
| <meta name="author" content="Araknos"> | |
| |
| <link href="mailto:adrien.maudonnet@gmail.com" rel="made"> | |
| |
| </head> | |
| |
| <body> | |
| |
| <center> | |
| |
| <h1><b> | |
| <p align="center"><u><a name="titre">Tutorial sur quelques évènements</a></u></p> | |
| |
| </b></h1> | |
| |
| <hr> | |
| |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| |
| <p> | |
| |
| <b>Sur ce site, vous pourrez trouver différent évènement en rapport avec l'éditeur de Slayers Online. Les évènements seront détaillés, chaques ligne seras expliqué.</b> | |
| |
| <br> | |
| |
| <br> | |
| |
| <br> | |
| |
| <br> | |
| |
| <br> | |
| |
| <a href="#CréeMdp"><b><u>Crée un mot de passe</u></b></a> | |
| |
| <br> | |
| |
| <br> | |
| |
| <a href="#LockMdp"><b><u>Bloquer une arène a l'aide d'un mot de passe modifiable</u></b></a> | |
| |
| <br> | |
| |
| <br> | |
| |
| <a href="#AnnArène"><b><u>Passer une annonce dans une map</u></b></a> | |
| |
| <br> | |
| |
| <br> | |
| |
| <a href="#PnjRand"><b><u>Faire afficher une phrase choisie au hasard sur un PNJ</u></b></a> | |
| |
| <br> | |
| |
| <br> | |
| |
| <a href="#Kill"><b><u>Effectuer un nettoyage d'arène</u></b></a> | |
| |
| <br> | |
| |
| <bt> | |
| |
| <br> | |
| |
| <br> | |
| |
| <br> | |
| |
| <hr> | |
| |
| <a name="CréeMdp"></a> | |
| |
| ====<b><u>Crée un mot de passe</u></b>==== | |
| |
| <br><br> | |
| |
| <br> | |
| |
| <br> | |
| <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 de déclenchement</b></td><td></td><td><b>Commande événements</b></td></tr> | |
| <tr><td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| Appuie sur bouton | |
| </TEXTAREA> | |
| </td> | |
| <td width=20> | |
| </td> | |
| <td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| Message('Vous avez besoin de connaître le mot de passe pour acceder a cette pièce') | |
| // | |
| // Pour ce qui suis, imagnez que le joueur tape "araknos" dans l'InputString | |
| // | |
| %String1%=InputString('Quel est le mot de passe ? répondre en minuscules') | |
| // | |
| //L'InputString sert a écrire quelques chose ( là, un mot de passe ;p), dans la ligne ci-dessus, ce que le joueur écrira dans l'InputString sera enregistré dans la %String1%. Par exemple, si vous écrivez "araknos", %String1% sera égale a "araknos" ( %String1%=araknos ) | |
| // | |
| Condition('%String1%!=araknos') | |
| // | |
| //Ce qui va suivre ne va s'executer que si la %String1% n'est pas égale a "araknos" ( d'où le 'condition' ) | |
| // | |
| Message('Ce n'est pas le bon mot de passe') | |
| // | |
| // | |
| // | |
| Condition('%String1%=araknos') | |
| // | |
| //Ce qui va suivre ne va s'executer que si la %String1% est égal a "araknos" ( ce qui est le cas dans l'exemple ') | |
| // | |
| Message('Bonne réponse ! vous pouvez passer') | |
| </TEXTAREA> | |
| </td> | |
| </tr> | |
| </table> | |
| |
| <html> | |
| <br> | |
| |
| <br> | |
| |
| <u><b>Image de l'évènement</b></u> : | |
| |
| <br> | |
| |
| <br> | |
| |
| <div style="margin:20px; margin-top:5px"><div class="quotetitle"><b>Cliquer pour afficher les images</b> <input type="button" value="Afficher" style="width:45px;font-size:10px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Cacher'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Afficher'; }" /></div><div class="quotecontent"><div style="display: none;"><html><a href="http://imageshack.us"><img src="http://img182.imageshack.us/img182/5729/event1td2.png" border="0" alt="Image Hosted by ImageShack.us"/></a><br/><a href="http://g.imageshack.us/g.php?h=182&i=event1td2.png"></a></div></div></div> | |
| |
| <br> | |
| |
| <br> | |
| |
| <br> | |
| |
| <hr> | |
| |
| <br> | |
| |
| <br> | |
| |
| <br> | |
| |
| <br> | |
| |
| <a name="LockMdp"></a> | |
| |
| ====<b><u>Bloquer une arène a l'aide d'un mot de passe modifiable</u></b>==== | |
| |
| <br> | |
| |
| <br> | |
| |
| <u>Event maître ( là où on activera/desactivera le bloquage )</u> | |
| |
| <br> | |
| |
| <br> | |
| |
| <br> | |
| |
| <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 de déclenchement</b></td><td></td><td><b>Commande événements</b></td></tr> | |
| <tr><td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| Appuie sur bouton | |
| // | |
| //Il est fortement conseillé d'imposé une restriction pour se genre d'évènement | |
| // | |
| %Guilde%=Sages | |
| // | |
| // Cette page ne s'executera que si le joueur est de la guilde Sages | |
| // | |
| </TEXTAREA> | |
| </td> | |
| <td width=20> | |
| </td> | |
| <td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| InputQuery('Que voulez vous faire?','Activer le mot de passe','Desactiver le mot de passe','Changer le mot de passe','Rien') | |
| // | |
| // Là, le joueur est confronté a plusieur choix | |
| // | |
| OnResultQuery('Activer le mot de passe') | |
| // | |
| // Il choisie d'activer le mot de passe | |
| // | |
| Serveur[SagesArèneMdp]=InputString('Quel mot de passe voulez-vous mettre?') | |
| // | |
| // Le joueur va écrire le mot de passe dans l'InputString, et ce que le joueur va tapé sera égal a la Serveur[SagesArèneMdp] ( Si le joueur tape "araknos" , la Serveur[SagesArèneMdp] sera égale a "araknos" ( Serveur[SagesArèneMdp]=araknos ) ) | |
| // | |
| Message('Le mot de passe : Serveur[SagesArèneMdp] a bien été placé') | |
| // | |
| // Dans le code, vous allez me dire, qu'est-ce que ça veut dire "Le mot de passe : Serveur[SagesArèneMdp] a bien été placé". Et bien, sur le ligne supérieur, vous avez écrit le mot de passe dans l'InputString, qui était égale a la Serveur[SagesArèneMdp], donc si vous avez choisie le mot de passe "araknos", l'évènement affichera "Le mot de passe : araknos a bien été placé" | |
| // | |
| OnResultQuery('Desactiver le mot de passe') | |
| // | |
| // | |
| // | |
| Serveur[SagesArèneMdp]=0 | |
| // | |
| // Là serveur est remise a 0, donc il n'y a pu de mot de passe. | |
| // | |
| Message('C'est fait !') | |
| // | |
| // | |
| // | |
| OnResultQuery('Changer le mot de passe') | |
| // | |
| // | |
| // | |
| Serveur[SagesArèneMdp]=InputString('Entrer le nouveau mot de passe') | |
| // | |
| // Là, on revient au point "Activer le mot passe". | |
| // | |
| Message('Le mot de passe a bien été changé') | |
| // | |
| // | |
| // | |
| QueryEnd | |
| </TEXTAREA> | |
| </td> | |
| </tr> | |
| </table> | |
| |
| <html> | |
| <br> | |
| |
| |
| <br> | |
| |
| <u><b>Image de l'évènement</b></u> : | |
| |
| <br> | |
| |
| <br> | |
| |
| <div style="margin:20px; margin-top:5px"><div class="quotetitle"><b>Cliquer pour afficher les images</b> <input type="button" value="Afficher" style="width:45px;font-size:10px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Cacher'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Afficher'; }" /></div><div class="quotecontent"><div style="display: none;"><html><a href="http://imageshack.us"><img src="http://img182.imageshack.us/img182/3396/event13xv3.png" border="0" alt="Image Hosted by ImageShack.us"/></a><br/><a href="http://g.imageshack.us/g.php?h=182&i=event13xv3.png"></a></div></div></div> | |
| |
| <br> | |
| |
| |
| <br> | |
| |
| |
| <br> | |
| |
| |
| <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 de déclenchement</b></td><td></td><td><b>Commande événements</b></td></tr> | |
| <tr><td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| Appuie sur bouton | |
| // | |
| // Si l'évènement est reservé a la guilde Sages, cette page ne s'executera que pour ceux ne fesant pas partie de la guilde Sages | |
| // | |
| |
| </TEXTAREA> | |
| </td> | |
| <td width=20> | |
| </td> | |
| <td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| Message('Vous n'ètes pas un membre de la guilde Sages, vous n'avez donc pas le droit d'activer/desactiver le mot de passe pour bloquer l'arène') | |
| </TEXTAREA> | |
| </td> | |
| </tr> | |
| </table> | |
| |
| <html> | |
| <br> | |
| |
| |
| <br> | |
| |
| <u><b>Image de l'évènement</b></u> : | |
| |
| <br> | |
| |
| <br> | |
| |
| |
| |
| |
| <div style="margin:20px; margin-top:5px"><div class="quotetitle"><b>Cliquer pour afficher les images</b> <input type="button" value="Afficher" style="width:45px;font-size:10px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Cacher'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Afficher'; }" /></div><div class="quotecontent"><div style="display: none;"><html><a href="http://imageshack.us"><img src="http://img98.imageshack.us/img98/5385/event12yl4.png" border="0" alt="Image Hosted by ImageShack.us"/></a><br/><a href="http://g.imageshack.us/g.php?h=98&i=event12yl4.png"></a></div></div></div> | |
| |
| <br> | |
| |
| |
| <br> | |
| |
| |
| <br> | |
| |
| <u>Event bloqué ( là ou il faudras taper le mot de passe )</u> | |
| |
| <br> | |
| |
| <br> | |
| |
| <br> | |
| |
| <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 de déclenchement</b></td><td></td><td><b>Commande événements</b></td></tr> | |
| <tr><td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| Serveur[SagesArèneMdp]=0 | |
| // | |
| // Là, la serveur est égale a 0, donc le mot de passe n'est pas activé, donc il n'y a rien | |
| // | |
| |
| </TEXTAREA> | |
| </td> | |
| <td width=20> | |
| </td> | |
| <td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| |
| </TEXTAREA> | |
| </td> | |
| </tr> | |
| </table> | |
| |
| <html> | |
| <br> | |
| |
| <br> | |
| |
| <u><b>Image de l'évènement</b></u> : | |
| |
| <br> | |
| |
| <br> | |
| |
| <div style="margin:20px; margin-top:5px"><div class="quotetitle"><b>Cliquer pour afficher les images</b> <input type="button" value="Afficher" style="width:45px;font-size:10px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Cacher'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Afficher'; }" /></div><div class="quotecontent"><div style="display: none;"><html><a href="http://imageshack.us"><img src="http://img120.imageshack.us/img120/3484/event10pl9.png" border="0" alt="Image Hosted by ImageShack.us"/></a><br/><a href="http://g.imageshack.us/g.php?h=120&i=event10pl9.png"></a></div></div></div> | |
| |
| <br> | |
| |
| <br> | |
| |
| <u>Il faut cocher la case "Bloque le joueur"</u> | |
| |
| <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 de déclenchement</b></td><td></td><td><b>Commande événements</b></td></tr> | |
| <tr><td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| Appuie sur bouton | |
| // | |
| // La première page ne s'applique que si la serveur est égale a 0. Cette page s'applique si la serveur n'est pas égal a 0, donc si le bloquage a été activé, c'est cette page qui sera lu | |
| // | |
| |
| </TEXTAREA> | |
| </td> | |
| <td width=20> | |
| </td> | |
| <td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| Condition('%Direction%=2') | |
| // | |
| // Cette partie du code ne s'applique que si le joueur est de face ( dans ce cas, il veut sortir ( donc il ne tappera pas le mot de passe ) ) | |
| // | |
| Teleport(Maison Sages Arène,12,29) | |
| // | |
| // | |
| // | |
| Condition('%Direction%=0') | |
| // | |
| // Dans ce cas là, le joueur veut entrer, donc il doit taper le mot de passe | |
| // | |
| %String1%=InputString('Quel est le mot de passe?') | |
| // | |
| // ce que le joueur écrira dans l'InputString sera enregistré dans la %String1%. Par exemple, si vous écrivez "araknos", %String1% sera égale a "araknos" ( %String1%=araknos ) | |
| // | |
| </TEXTAREA> | |
| </td> | |
| </tr> | |
| </table> | |
| |
| <html> | |
| <br> | |
| |
| <br> | |
| |
| <u><b>Image de l'évènement</b></u> : | |
| |
| <br> | |
| |
| <br> | |
| |
| <div style="margin:20px; margin-top:5px"><div class="quotetitle"><b>Cliquer pour afficher les images</b> <input type="button" value="Afficher" style="width:45px;font-size:10px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Cacher'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Afficher'; }" /></div><div class="quotecontent"><div style="display: none;"><html><a href="http://imageshack.us"><img src="http://img182.imageshack.us/img182/3176/event11vu3.png" border="0" alt="Image Hosted by ImageShack.us"/></a><br/><a href="http://g.imageshack.us/g.php?h=182&i=event11vu3.png"></a></div></div></div> | |
| |
| <br> | |
| |
| <br> | |
| |
| <br> | |
| |
| <u>Event vérificateur ( il va vérifié si le mot de passe tapé par le joueur correspond a celui défini dans l'évent maître ( cet evènement est a placé prêt de l'évent juste au dessus )</u> | |
| |
| <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 de déclenchement</b></td><td></td><td><b>Commande événements</b></td></tr> | |
| <tr><td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| Auto une seul fois | |
| %String1%=Serveur[SagesArèneMdp] | |
| // | |
| // Cet page ne sera lu que si le joueur a entré le bon mot de passe | |
| // | |
| |
| </TEXTAREA> | |
| </td> | |
| <td width=20> | |
| </td> | |
| <td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| %String1%= | |
| // | |
| // Important !!! Une String, par defaut, est vide, donc il ne faut pas écrire %String1%=0 ( Note : ceci ne vaut que pour les string, la valeur par defaut d'une variable est bien 0 ^^ ) | |
| // | |
| Teleport(Maison Sages Arène,12,24) | |
| </TEXTAREA> | |
| </td> | |
| </tr> | |
| </table> | |
| |
| <html> | |
| <br> | |
| |
| <br> | |
| |
| <u><b>Image de l'évènement</b></u> : | |
| |
| <br> | |
| |
| <br> | |
| |
| <div style="margin:20px; margin-top:5px"><div class="quotetitle"><b>Cliquer pour afficher les images</b> <input type="button" value="Afficher" style="width:45px;font-size:10px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Cacher'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Afficher'; }" /></div><div class="quotecontent"><div style="display: none;"><html><a href="http://imageshack.us"><img src="http://img120.imageshack.us/img120/748/event9zl0.png" border="0" alt="Image Hosted by ImageShack.us"/></a><br/><a href="http://g.imageshack.us/g.php?h=120&i=event9zl0.png"><img src="http://img120.imageshack.us/img120/748/event9zl0.619c8b810b.jpg" border="0"></a></div></div></div> | |
| |
| <br> | |
| |
| <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 de déclenchement</b></td><td></td><td><b>Commande événements</b></td></tr> | |
| <tr><td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| Auto une seul fois | |
| %String1%!= | |
| // | |
| // Là, la String1 est différente du mot de passe définie dans l'évent maître, donc, le mot de passe est incorrect | |
| // | |
| |
| </TEXTAREA> | |
| </td> | |
| <td width=20> | |
| </td> | |
| <td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| %String1%= | |
| // | |
| // Important !!! Une String, par defaut, est vide, donc il ne faut pas écrire %String1%=0 ( Note : ceci ne vaut que pour les string, la valeur par defaut d'une variable est bien 0 ^^ ) | |
| // | |
| Message('%Name% : Ce n'est pas le bon mot de passe') | |
| </TEXTAREA> | |
| </td> | |
| </tr> | |
| </table> | |
| |
| <html> | |
| <br> | |
| |
| <br> | |
| |
| <u><b>Image de l'évènement</b></u> : | |
| |
| <br> | |
| |
| <br> | |
| |
| |
| <div style="margin:20px; margin-top:5px"><div class="quotetitle"><b>Cliquer pour afficher les images</b> <input type="button" value="Afficher" style="width:45px;font-size:10px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Cacher'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Afficher'; }" /></div><div class="quotecontent"><div style="display: none;"><html><a href="http://imageshack.us"><img src="http://img120.imageshack.us/img120/5369/event8uf0.png" border="0" alt="Image Hosted by ImageShack.us"/></a><br/><a href="http://g.imageshack.us/g.php?h=120&i=event8uf0.png"></a></div></div></div> | |
| |
| <br> | |
| |
| <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 de déclenchement</b></td><td></td><td><b>Commande événements</b></td></tr> | |
| <tr><td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| // Même si la page est vide, cette page est obligatoire pour le bon fonctionnement de l'évènement | |
| </TEXTAREA> | |
| </td> | |
| <td width=20> | |
| </td> | |
| <td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| // Même si la page est vide, cette page est obligatoire pour le bon fonctionnement de l'évènement | |
| </TEXTAREA> | |
| </td> | |
| </tr> | |
| </table> | |
| |
| <html> | |
| <br> | |
| |
| |
| <br> | |
| |
| <u><b>Image de l'évènement</b></u> : | |
| |
| <br> | |
| |
| |
| <br> | |
| |
| <div style="margin:20px; margin-top:5px"><div class="quotetitle"><b>Cliquer pour afficher les images</b> <input type="button" value="Afficher" style="width:45px;font-size:10px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Cacher'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Afficher'; }" /></div><div class="quotecontent"><div style="display: none;"><html><a href="http://imageshack.us"><img src="http://img120.imageshack.us/img120/6941/event7pj5.png" border="0" alt="Image Hosted by ImageShack.us"/></a><br/><a href="http://g.imageshack.us/g.php?h=120&i=event7pj5.png"></a></div></div></div> | |
| |
| <br> | |
| |
| <hr> | |
| |
| <br> | |
| |
| |
| <br> | |
| |
| |
| <br> | |
| |
| |
| <br> | |
| |
| <a name="AnnArène"></a> | |
| |
| ====<b><u>Passer une annonce dans une map</u></b>==== | |
| |
| <br> | |
| |
| <br> | |
| |
| <u>Event maître ( là ou l'on va écrire l'annonce )</u> | |
| |
| <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 de déclenchement</b></td><td></td><td><b>Commande événements</b></td></tr> | |
| <tr><td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| Appuie sur bouton | |
| %Guilde%=Sages | |
| // | |
| // Il est fortement conseillé d'imposé une restriction pour se genre d'évènement | |
| // | |
| |
| </TEXTAREA> | |
| </td> | |
| <td width=20> | |
| </td> | |
| <td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| InputQuery('Que voulez-vous faire?','Faire une annonce en hors arène uniquement','Faire une annonce dans toute l'arène','Rien') | |
| // | |
| // Là le joueur faire sont choix | |
| // | |
| OnResultQuery('Faire une annonce dans toute l'arène') | |
| // | |
| // | |
| // | |
| Serveur[MaisonSagesAnnonceArèneEntierPhrase]=InputString('Veuillez mettre votre message') | |
| // | |
| // Là, le message que le joueur va entre dans l'InputString sera enregistré dans la Serveur[MaisonSagesAnnonceArèneEntierPhrase]( vous verrez après comment toute la map pourra le lire ) | |
| // | |
| OnResultQuery('Faire une annonce en hors arène uniquement') | |
| // | |
| // | |
| // | |
| Serveur[MaisonSagesAnnonceArèneOutPhrase]=InputString('Veuillez mettre votre message') | |
| // | |
| // Vous verrez après comment la séparation arène/hors arène sera faite | |
| // | |
| OnResultQuery('Rien') | |
| // | |
| // | |
| // | |
| QueryEnd | |
| </TEXTAREA> | |
| </td> | |
| </tr> | |
| </table> | |
| |
| <html> | |
| <br> | |
| |
| <br> | |
| |
| <u><b>Image de l'évènement</b></u> : | |
| |
| <br> | |
| |
| <br> | |
| |
| <div style="margin:20px; margin-top:5px"><div class="quotetitle"><b>Cliquer pour afficher les images</b> <input type="button" value="Afficher" style="width:45px;font-size:10px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Cacher'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Afficher'; }" /></div><div class="quotecontent"><div style="display: none;"><html><a href="http://imageshack.us"><img src="http://img120.imageshack.us/img120/4053/event6ws8.png" border="0" alt="Image Hosted by ImageShack.us"/></a><br/><a href="http://g.imageshack.us/g.php?h=120&i=event6ws8.png"></a></div></div></div> | |
| |
| <br> | |
| |
| <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 de déclenchement</b></td><td></td><td><b>Commande événements</b></td></tr> | |
| <tr><td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| Appuie sur bouton | |
| // | |
| // Cette page est lu si le joueur n'est pas de la guilde Sages | |
| // | |
| |
| </TEXTAREA> | |
| </td> | |
| <td width=20> | |
| </td> | |
| <td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| Message('Vous n'avez pas le droit de passer un message dans la map') | |
| </TEXTAREA> | |
| </td> | |
| </tr> | |
| </table> | |
| |
| <html> | |
| <br> | |
| |
| <br> | |
| |
| <u><b>Image de l'évènement</b></u> : | |
| |
| <br> | |
| |
| <br> | |
| |
| <div style="margin:20px; margin-top:5px"><div class="quotetitle"><b>Cliquer pour afficher les images</b> <input type="button" value="Afficher" style="width:45px;font-size:10px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Cacher'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Afficher'; }" /></div><div class="quotecontent"><div style="display: none;"><html><a href="http://imageshack.us"><img src="http://img182.imageshack.us/img182/3624/event5il4.png" border="0" alt="Image Hosted by ImageShack.us"/></a><br/><a href="http://g.imageshack.us/g.php?h=182&i=event5il4.png"></a> | |
| </div></div></div> | |
| <br> | |
| |
| <br> | |
| |
| <u>Event annonce ( pour faire passer le message )</u> | |
| |
| <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 de déclenchement</b></td><td></td><td><b>Commande événements</b></td></tr> | |
| <tr><td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| Automatique | |
| Serveur[MaisonSagesAnnonceArèneEntierPhrase]!=0 | |
| // | |
| // Là, le joueur veut passe une annonce dans toute l'arène vu que la serveur est différente de 0 | |
| // | |
| |
| </TEXTAREA> | |
| </td> | |
| <td width=20> | |
| </td> | |
| <td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| Message('Serveur[MaisonSagesAnnonceArèneEntierPhrase]') | |
| // | |
| // Là le message entré pour toute l'arène est annonce | |
| // | |
| Serveur[MaisonSagesAnnonceArèneEntierPhrase]=0 | |
| // | |
| // La serveur est remise a 0 | |
| // | |
| </TEXTAREA> | |
| </td> | |
| </tr> | |
| </table> | |
| |
| <html> | |
| <br> | |
| |
| <br> | |
| |
| <u><b>Image de l'évènement</b></u> : | |
| |
| <br> | |
| |
| <br> | |
| |
| <div style="margin:20px; margin-top:5px"><div class="quotetitle"><b>Cliquer pour afficher les images</b> <input type="button" value="Afficher" style="width:45px;font-size:10px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Cacher'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Afficher'; }" /></div><div class="quotecontent"><div style="display: none;"><html><a href="http://imageshack.us"><img src="http://img98.imageshack.us/img98/4025/event4db7.png" border="0" alt="Image Hosted by ImageShack.us"/></a><br/><a href="http://g.imageshack.us/g.php?h=98&i=event4db7.png"></a></div></div></div> | |
| |
| <br> | |
| |
| <br> | |
| |
| <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 de déclenchement</b></td><td></td><td><b>Commande événements</b></td></tr> | |
| <tr><td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| Automatique | |
| Serveur[MaisonSagesAnnonceArèneOutPhrase]!=0 | |
| // | |
| // Là, le joueur a passé une annonce en hors arène, donc la serveur est différente de 0 | |
| // | |
| %CaseX%>=4 | |
| %CaseY%>=11 | |
| %CaseX%<=20 | |
| %CaseY%<=27 | |
| // | |
| // Le joueur se trouve entre les coordonée 4,11 et 20,27, il est dans la zone de combat, donc il ne véra aucun message | |
| // | |
| </TEXTAREA> | |
| </td> | |
| <td width=20> | |
| </td> | |
| <td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| |
| </TEXTAREA> | |
| </td> | |
| </tr> | |
| </table> | |
| |
| <html> | |
| <br> | |
| |
| <br> | |
| |
| <u><b>Image de l'évènement</b></u> : | |
| |
| <br> | |
| |
| <br> | |
| |
| <div style="margin:20px; margin-top:5px"><div class="quotetitle"><b>Cliquer pour afficher les images</b> <input type="button" value="Afficher" style="width:45px;font-size:10px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Cacher'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Afficher'; }" /></div><div class="quotecontent"><div style="display: none;"><html><a href="http://imageshack.us"><img src="http://img98.imageshack.us/img98/3090/event3od9.png" border="0" alt="Image Hosted by ImageShack.us"/></a><br/><a href="http://g.imageshack.us/g.php?h=98&i=event3od9.png"></a></div></div></div> | |
| |
| <br> | |
| |
| <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 de déclenchement</b></td><td></td><td><b>Commande événements</b></td></tr> | |
| <tr><td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| Automatique | |
| Serveur[MaisonSagesAnnonceArèneOutPhrase]!=0 | |
| // | |
| // Cette page n'est lu que si la précédente ne convient pas, donc la , le joueur est forcément en hors arène, et vu que la serveur pour passé un message en hors arène est différente de 0, le message s'affiche | |
| // | |
| </TEXTAREA> | |
| </td> | |
| <td width=20> | |
| </td> | |
| <td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| Message('Serveur[MaisonSagesAnnonceArèneOutPhrase]') | |
| Serveur[MaisonSagesAnnonceArèneOutPhrase]=0 | |
| </TEXTAREA> | |
| </td> | |
| </tr> | |
| </table> | |
| |
| <html> | |
| <br> | |
| |
| <br> | |
| |
| <u><b>Image de l'évènement</b></u> : | |
| |
| <br> | |
| |
| <br> | |
| |
| |
| <div style="margin:20px; margin-top:5px"><div class="quotetitle"><b>Cliquer pour afficher les images</b> <input type="button" value="Afficher" style="width:45px;font-size:10px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Cacher'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Afficher'; }" /></div><div class="quotecontent"><div style="display: none;"><html><a href="http://imageshack.us"><img src="http://img120.imageshack.us/img120/4667/event2is5.png" border="0" alt="Image Hosted by ImageShack.us"/></a><br/><a href="http://g.imageshack.us/g.php?h=120&i=event2is5.png"></a></div></div></div> | |
| |
| <br> | |
| |
| <br> | |
| |
| <br> | |
| |
| <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 4</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=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| // Page vide mais necessaire au bon déroulement de l'évènement | |
| </TEXTAREA> | |
| </td> | |
| <td width=20> | |
| </td> | |
| <td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| // Page vide mais necessaire au bon déroulement de l'évènement | |
| </TEXTAREA> | |
| </td> | |
| </tr> | |
| </table> | |
| |
| <html> | |
| <br> | |
| |
| <br> | |
| |
| <u><b>Image de l'évènement</b></u> : | |
| |
| <br> | |
| |
| <br> | |
| |
| |
| <div style="margin:20px; margin-top:5px"><div class="quotetitle"><b>Cliquer pour afficher les images</b> <input type="button" value="Afficher" style="width:45px;font-size:10px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Cacher'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Afficher'; }" /></div><div class="quotecontent"><div style="display: none;"><html><a href="http://imageshack.us"><img src="http://img98.imageshack.us/img98/8523/event1uq7.png" border="0" alt="Image Hosted by ImageShack.us"/></a><br/><a href="http://g.imageshack.us/g.php?h=98&i=event1uq7.png"></a></div></div></div> | |
| |
| <br> | |
| |
| <br> | |
| |
| <hr> | |
| |
| <a name="PnjRand"></a> | |
| |
| ====<b><u>Faire afficher une phrase choisie au hasard sur un PNJ</u></b>==== | |
| |
| <br><br> | |
| |
| <u>Event maître ( là où on activera/desactivera le nettoyage )</u> | |
| |
| <br> | |
| |
| <br> | |
| <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 de déclenchement</b></td><td></td><td><b>Commande événements</b></td></tr> | |
| <tr><td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| Appuie sur bouton | |
| %Guilde% | |
| </TEXTAREA> | |
| </td> | |
| <td width=20> | |
| </td> | |
| <td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| Variable[13]=%rand(5)%+1 | |
| // | |
| // Là, on choisie une variable libre ( la 13 là ) qui enregistrera le nombre choisie dans le random ( ne pas oublie de remettre la variable a 0 à la sortie de la pièce ) | |
| // | |
| Condition('Variable[13]=1') | |
| // | |
| // Le random sectionne un chiffre entre 1,2,3,4,5. Vu que la Variable[13] est égal a 1, le message suivant va s'afficher | |
| // | |
| Message('Vive la bière! *Rote*') | |
| // | |
| // | |
| // | |
| Condition('Variable[13]=2') | |
| // | |
| // Le random a choisie le chiffre 2, donc la Variable[13] est bien égal a 2, donc le message suivant va s'afficher | |
| // | |
| Message('*Jette un regard furieux sur %Name%*\nQu'es ce que tu regardes toi?') | |
| // | |
| // | |
| // | |
| Condition('Variable[13]=3') | |
| // | |
| // Le random a choisie le chiffre 3, donc la Variable[13] est bien égal a 3, donc le message suivant va s'afficher | |
| // | |
| Message('Qui trouve un nain perd sa bourse. *Supect*') | |
| // | |
| // | |
| // | |
| Condition('Variable[13]=4') | |
| // | |
| // Le random a choisie le chiffre 4, donc la Variable[13] est bien égal a 4, donc le message suivant va s'afficher | |
| // | |
| Message('Dégage de ma vu! Moustique.') | |
| // | |
| // | |
| // | |
| Condition('Variable[13]=5') | |
| // | |
| // Le random a choisie le chiffre 5, donc la Variable[13] est bien égal a 5, donc le message suivant va s'afficher | |
| // | |
| Message('Tu aimes les elfes?\nAhhh..! Moi non plus, qu'es ce qu'ils peuvent être moches ceux là!') | |
| </TEXTAREA> | |
| </td> | |
| </tr> | |
| </table> | |
| |
| <html> | |
| <br> | |
| |
| <br> | |
| |
| <u><b>Image de l'évènement</b></u> : | |
| |
| <br> | |
| |
| <br> | |
| |
| |
| <div style="margin:20px; margin-top:5px"><div class="quotetitle"><b>Cliquer pour afficher les images</b> <input type="button" value="Afficher" style="width:45px;font-size:10px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Cacher'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Afficher'; }" /></div><div class="quotecontent"><div style="display: none;"><a href="http://imageshack.us"><img src="http://img503.imageshack.us/img503/1192/event10ss0.png" border="0" alt="Image Hosted by ImageShack.us"/></a><br/><a href="http://g.imageshack.us/g.php?h=503&i=event10ss0.png"></a></div></div></div> | |
| |
| <br> | |
| |
| <br> | |
| |
| <br> | |
| |
| <hr> | |
| |
| <br> | |
| |
| <br> | |
| |
| <br> | |
| |
| <br> | |
| |
| <a name="Kill"></a> | |
| |
| ====<b><u>Effectuer un nettoyage d'arène</u></b>==== | |
| |
| <br><br> | |
| |
| <br> | |
| |
| <br> | |
| <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 de déclenchement</b></td><td></td><td><b>Commande événements</b></td></tr> | |
| <tr><td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| Appuie sur bouton | |
| %Guilde%=Sages | |
| // | |
| // Pour ce genre d'évènement, il est préférable de mettre une restriction ;) | |
| // | |
| </TEXTAREA> | |
| </td> | |
| <td width=20> | |
| </td> | |
| <td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| InputQuery('Vous souhaitez nettoyer l'arène ?','Non, ce n'est pas mon genre','Oui, qu'ils crèvent tous !') | |
| // | |
| // Choix multiple | |
| // | |
| OnResultQuery('Non, ce n'est pas mon genre') | |
| // | |
| // Le joueur ne veut pas nettoyer l'arène | |
| // | |
| Message('Vous avez bon coeur..') | |
| OnResultQuery('Oui, qu'ils crèvent tous !') | |
| // | |
| // Le joueur active la commande | |
| // | |
| Message('Soit...') | |
| Serveur[TueurArèneSages]=1 | |
| // | |
| // La serveur est activé, suite dans l'évènement automatique | |
| // | |
| QueryEnd | |
| </TEXTAREA> | |
| </td> | |
| </tr> | |
| </table> | |
| |
| <html> | |
| <br> | |
| |
| <br> | |
| |
| <u><b>Image de l'évènement</b></u> : | |
| |
| <br> | |
| |
| <br> | |
| |
| <div style="margin:20px; margin-top:5px"><div class="quotetitle"><b>Cliquer pour afficher les images</b> <input type="button" value="Afficher" style="width:45px;font-size:10px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Cacher'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Afficher'; }" /></div><div class="quotecontent"><div style="display: none;"><html><a href="http://imageshack.us"><a href="http://imageshack.us"><img src="http://img361.imageshack.us/img361/5373/iias0.png" border="0" alt="Image Hosted by ImageShack.us"/></a><br/><a href="http://g.imageshack.us/img361/iias0.png/1/"></a></div></div></div> | |
| |
| <br><br> | |
| |
| <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 de déclenchement</b></td><td></td><td><b>Commande événements</b></td></tr> | |
| <tr><td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| // | |
| // Vide | |
| // | |
| </TEXTAREA> | |
| </td> | |
| <td width=20> | |
| </td> | |
| <td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| // | |
| // Vide | |
| // | |
| </TEXTAREA> | |
| </td> | |
| </tr> | |
| </table> | |
| |
| <br><br><br> | |
| |
| <u>Event nettoyeur ( pour faire nettoyer la map )</u> | |
| |
| <br> | |
| <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 de déclenchement</b></td><td></td><td><b>Commande événements</b></td></tr> | |
| <tr><td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| Automatique | |
| %CaseX%>=4 | |
| %CaseX%<=20 | |
| %CaseY%>=11 | |
| %CaseY%<=27 | |
| // | |
| // Cette évènement ne s'activera que si le joueur se trouve entre ces coordonées (l'intérieur de l'arène) | |
| // | |
| Serveur[TueurArèneSages]=1 | |
| // | |
| // Le tueur est donc activé | |
| // | |
| </TEXTAREA> | |
| </td> | |
| <td width=20> | |
| </td> | |
| <td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| %Vie%=0 | |
| Serveur[TueurArèneSages]=0 | |
| // | |
| // Les joueurs se trouvant entre les coordonées qui sont marqué dans les conditions de déclenchement vois leurs vie tombé a 0, puis l'évènement est desactivé. | |
| // | |
| </TEXTAREA> | |
| </td> | |
| </tr> | |
| </table> | |
| |
| <html> | |
| <br> | |
| |
| <br> | |
| |
| <u><b>Image de l'évènement</b></u> : | |
| |
| <br> | |
| |
| <br> | |
| |
| <div style="margin:20px; margin-top:5px"><div class="quotetitle"><b>Cliquer pour afficher les images</b> <input type="button" value="Afficher" style="width:45px;font-size:10px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Cacher'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Afficher'; }" /></div><div class="quotecontent"><div style="display: none;"><html><a href="http://imageshack.us"><img src="http://img209.imageshack.us/img209/6071/iieh8.png" border="0" alt="Image Hosted by ImageShack.us"/></a><br/><a href="http://g.imageshack.us/img209/iieh8.png/1/"></a></div></div></div> | |
| |
| |
| <br><br> | |
| |
| <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 de déclenchement</b></td><td></td><td><b>Commande événements</b></td></tr> | |
| <tr><td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| // | |
| // Vide | |
| // | |
| </TEXTAREA> | |
| </td> | |
| <td width=20> | |
| </td> | |
| <td> | |
| <TEXTAREA ROWS=15 COLS=100 SIZE=320 WRAP=soft readonly> | |
| // | |
| // Vide | |
| // | |
| </TEXTAREA> | |
| </td> | |
| </tr> | |
| </table> | |
| |
| <br><br><br> | |
| |
| <b><u>Ce tutorial est en construction</u></b> | |
| |
| Dernière MAJ le 29 Novembre 2008<br> | |
| |
| © <a href="mailto:arak67style@live.fr">Araknos</a> | |
| - 2009 pour <a href="http://slayersonline.info/">Slayers-Online</a></p></body> | |
| </html> | |
| |
| |