Accueil > > > SONS CONFIG
SONS CONFIG
Information sur la source
Description
un truc de sons enfin jai la fleme dexpliquer
regardez le
crotta a la fin
Source
- dialog sonzi {
- title "Configuration des Sons pour votre Script"
- size -1 -1 174 268
- option dbu
- tab "Sons Config` par Tiboug ", 1, 11 7 144 231
- text "Lors d'un Op ", 5, 15 29 40 8, tab 1
- button "Parcourir", 6, 72 28 37 10, tab 1
- button "Ecouter", 7, 114 28 37 10, tab 1 default
- text "Lors d'un Deop", 8, 15 45 41 8, tab 1
- button "Parcourir", 9, 72 44 37 10, tab 1
- button "Ecouter", 10, 114 44 37 10, tab 1
- text "Lors d'une Voice", 11, 14 63 41 8, tab 1
- button "Parcourir", 12, 72 61 37 10, tab 1
- button "Ecouter", 13, 114 61 37 10, tab 1
- text "Lors d'un Devoice", 14, 14 80 45 8, tab 1
- button "Parcourir", 15, 72 78 37 10, tab 1
- button "Ecouter", 16, 114 78 37 10, tab 1
- text "Lors d'un Halfop", 17, 14 96 47 8, tab 1
- text "Lors d'un Dehalfop", 18, 14 113 47 8, tab 1
- text "Lors d'un Kick", 19, 13 128 48 8, tab 1
- text "Lors d'un Kickban", 20, 13 144 49 8, tab 1
- text "Lors d'un Unban", 21, 14 159 44 8, tab 1
- button "Parcourir", 22, 72 94 37 10, tab 1
- button "Ecouter", 23, 114 94 37 10, tab 1
- button "Parcourir", 24, 72 111 37 10, tab 1
- button "Ecouter", 25, 114 111 37 10, tab 1
- button "Parcourir", 2, 72 127 37 10, tab 1
- button "Ecouter", 26, 114 128 37 10, tab 1
- button "Parcourir", 27, 72 143 37 10, tab 1
- button "Ecouter", 28, 114 143 37 10, tab 1
- button "Parcourir", 29, 72 157 37 10, tab 1
- button "Ecouter", 30, 114 157 37 10, tab 1
- text "Changement de Topic", 31, 13 175 55 8, tab 1
- button "Parcourir", 32, 76 174 37 10, tab 1
- button "Ecouter", 33, 117 174 37 10, tab 1
- text "Changement de Nick", 34, 13 190 52 8, tab 1
- button "Parcourir", 35, 72 188 37 10, tab 1
- button "Ecouter", 36, 114 188 37 10, tab 1
- text "Lors d'un Highlight", 37, 15 205 46 8, tab 1
- button "Parcourir", 38, 72 203 37 10, tab 1
- button "Ecouter", 39, 114 203 37 9, tab 1
- text "Lors d'une Notice", 40, 15 220 43 8, tab 1
- button "Parcourir", 41, 72 219 37 10, tab 1
- button "Ecouter", 42, 114 220 37 9, tab 1
- check "Tout activer", 3, 51 242 50 10
- button "Ok", 4, 2 254 171 12, ok cancel
- }
- -------------------------"INIT"--------------------
- on 1:dialog:sonzi:init:0: {
- if (%sonop == $null) { did -h sonzi 7 }
- if (%sondeop == $null) { did -h sonzi 10 }
- if (%sonvoice == $null) { did -h sonzi 13 }
- if (%sondevoice == $null) { did -h sonzi 16 }
- if (%sonhalfop == $null) { did -h sonzi 23 }
- if (%sondehalfop == $null) { did -h sonzi 25 }
- if (%sonkick == $null) { did -h sonzi 26 }
- if (%sonkb == $null) { did -h sonzi 28 }
- if (%sonub == $null) { did -h sonzi 30 }
- if (%sontop == $null) { did -h sonzi 33 }
- if (%sonick == $null) { did -h sonzi 36 }
- if (%sonhigh == $null) { did -h sonzi 39 }
- if (%sonot == $null) { did -h sonzi 42 }
- if (%sonzi == ON) { did -c sonzi 3 }
- }
- -------------------"Declencheurs de Clicks"---------------------
- on *:dialog:sonzi:sclick:*:{
- if ($did == 7) { /splay %sonop }
- if ($did == 10) { /splay %sondeop }
- if ($did == 13) { /splay %sonvoice }
- if ($did == 16) { /splay %sondevoice }
- if ($did == 23) { /splay %sonhalfop }
- if ($did == 25) { /splay %sondehalfop }
- if ($did == 26) { /splay %sonkick }
- if ($did == 28) { /splay %sonkb }
- if ($did == 30) { /splay %sonub }
- if ($did == 33) { /splay %sontop }
- if ($did == 36) { /splay %sonick }
- if ($did == 39) { /splay %sonhigh }
- if ($did == 42) { /splay %sonot }
- if ($did == 6) && (%sonop == $null) {
- set %sonop dir
- set %sonop $sfile(%sonop,Sons)
- did -v sonzi 7
- }
- if ($did == 6) {
- set %sonop dir
- set %sonop $sfile(%sonop,Sons)
- }
- if ($did == 9) && (%sondeop == $null) {
- set %sondeop dir
- set %sondeop $sfile(%sondeop,Sons)
- did -v sonzi 10
- }
- if ($did == 9) {
- set %sondeop dir
- set %sondeop $sfile(%sondeop,Sons)
- }
- if ($did == 12) && (%sonvoice == $null) {
- set %sonvoice dir
- set %sonvoice $sfile(%sonvoice,Sons)
- did -v sonzi 13
- }
- if ($did == 12) {
- set %sonvoice dir
- set %sonvoice $sfile(%sonvoice,Sons)
- }
- if ($did == 15) && (%sondevoice == $null) {
- set %sondevoice dir
- set %sondevoice $sfile(%sondevoice,Sons)
- did -v sonzi 16
- }
- if ($did == 15) {
- set %sondevoice dir
- set %sondevoice $sfile(%sondevoice,Sons)
- }
- if ($did == 22) && (%sonhalfop == $null) {
- set %sonhalfop dir
- set %sonhalfop $sfile(%sonhalfop,Sons)
- did -v sonzi 23
- }
- if ($did == 22) {
- set %sonhalfop dir
- set %sonhalfop $sfile(%sonhalfop,Sons)
- }
- if ($did == 24) && (%sondehalfop == $null) {
- set %sondehalfop dir
- set %sondehalfop $sfile(%sondehalfop,Sons)
- did -v sonzi 25
- }
- if ($did == 24) {
- set %sondehalfop dir
- set %sondehalfop $sfile(%sondehalfop,Sons)
- }
- if ($did == 2) && (%sonkick == $null) {
- set %sonkick dir
- set %sonkick $sfile(%sonkick,Sons)
- did -v sonzi 26
- }
- if ($did == 2) {
- set %sonkick dir
- set %sonkick $sfile(%sonkick,Sons)
- }
- if ($did == 27) && (%sonkb == $null) {
- set %sonkb dir
- set %sonkb $sfile(%sonkb,Sons)
- did -v sonzi 28
- }
- if ($did == 27) {
- set %sonkb dir
- set %sonkb $sfile(%sonkb,Sons)
- }
- if ($did == 29) && (%sonub == $null) {
- set %sonub dir
- set %sonub $sfile(%sonub,Sons)
- did -v sonzi 30
- }
- if ($did == 29) {
- set %sonub dir
- set %sonub $sfile(%sonub,Sons)
- }
- if ($did == 32) && (%sontop == $null) {
- set %sontop dir
- set %sontop $sfile(%sontop,Sons)
- did -v sonzi 33
- }
- if ($did == 32) {
- set %sontop dir
- set %sontop $sfile(%sontop,Sons)
- }
- if ($did == 35) && (%sonick == $null) {
- set %sonick dir
- set %sonick $sfile(%sonick,Sons)
- did -v sonzi 36
- }
- if ($did == 35) {
- set %sonick dir
- set %sonick $sfile(%sonick,Sons)
- }
- if ($did == 38) && (%sonhigh == $null) {
- set %sonhigh dir
- set %sonhigh $sfile(%sonhigh,Sons)
- did -v sonzi 39
- }
- if ($did == 38) {
- set %sonhigh dir
- set %sonhigh $sfile(%sonhigh,Sons)
- }
- if ($did == 41) && (%sonot == $null) {
- set %sonot dir
- set %sonot $sfile(%sonot,Sons)
- did -v sonzi 42
- }
- if ($did == 3) {
- if ($did(3).state == 1) { set %sonzi ON }
- else { set %sonzi OFF }
- }
- }
- ----------------------"Declencheurs d'actions"------------------
- on ^1:op:*:{
- if (%sonzi == ON) { /splay %sonop }
- }
- on ^1:deop:*:{
- if (%sonzi == ON) { /splay %sondeop }
- }
- on ^1:KICK:*: {
- if (%sonzi == ON) { /splay %sonkick }
- }
- on ^1:BAN:#:{
- if (%sonzi == ON) { /splay %sonkb }
- }
- on ^1:TOPIC:*: {
- if (%sonzi == ON) { /splay %sontop }
- }
- on ^1:NICK:{
- if (%sonzi == ON) { /splay %sonick }
- }
- on ^1:voice:*:{
- if (%sonzi == ON) { /splay %sonvoice }
- }
- on ^1:devoice:*:{
- if (%sonzi == ON) { /splay %sondevoice }
- }
- on 1:UNBAN:#:{
- if (%sonzi == ON) { /splay %sonub }
- }
- on 1:HELP:#:{
- if (%sonzi == ON) { /splay %sonhalfop }
- }
- on 1:DEHELP:#:{
- if (%sonzi == ON) { /splay %sondehalfop }
- }
- on ^1:NOTICE:*:{
- if (%sonzi == ON) { /splay %sonot }
- }
- on *:text:*:#: {
- if ($me isin $1-) && (%sonzi == ON) { /splay %sonot | 7 $nick 4 parle de toi sur 7 $chan }
- }
- on *:text:*:?: {
- if ($me isin $1-) && (%sonzi == ON) { /splay %sonot | 7 $nick 4 parle de toi en pv }
- }
dialog sonzi {
title "Configuration des Sons pour votre Script"
size -1 -1 174 268
option dbu
tab "Sons Config` par Tiboug ", 1, 11 7 144 231
text "Lors d'un Op ", 5, 15 29 40 8, tab 1
button "Parcourir", 6, 72 28 37 10, tab 1
button "Ecouter", 7, 114 28 37 10, tab 1 default
text "Lors d'un Deop", 8, 15 45 41 8, tab 1
button "Parcourir", 9, 72 44 37 10, tab 1
button "Ecouter", 10, 114 44 37 10, tab 1
text "Lors d'une Voice", 11, 14 63 41 8, tab 1
button "Parcourir", 12, 72 61 37 10, tab 1
button "Ecouter", 13, 114 61 37 10, tab 1
text "Lors d'un Devoice", 14, 14 80 45 8, tab 1
button "Parcourir", 15, 72 78 37 10, tab 1
button "Ecouter", 16, 114 78 37 10, tab 1
text "Lors d'un Halfop", 17, 14 96 47 8, tab 1
text "Lors d'un Dehalfop", 18, 14 113 47 8, tab 1
text "Lors d'un Kick", 19, 13 128 48 8, tab 1
text "Lors d'un Kickban", 20, 13 144 49 8, tab 1
text "Lors d'un Unban", 21, 14 159 44 8, tab 1
button "Parcourir", 22, 72 94 37 10, tab 1
button "Ecouter", 23, 114 94 37 10, tab 1
button "Parcourir", 24, 72 111 37 10, tab 1
button "Ecouter", 25, 114 111 37 10, tab 1
button "Parcourir", 2, 72 127 37 10, tab 1
button "Ecouter", 26, 114 128 37 10, tab 1
button "Parcourir", 27, 72 143 37 10, tab 1
button "Ecouter", 28, 114 143 37 10, tab 1
button "Parcourir", 29, 72 157 37 10, tab 1
button "Ecouter", 30, 114 157 37 10, tab 1
text "Changement de Topic", 31, 13 175 55 8, tab 1
button "Parcourir", 32, 76 174 37 10, tab 1
button "Ecouter", 33, 117 174 37 10, tab 1
text "Changement de Nick", 34, 13 190 52 8, tab 1
button "Parcourir", 35, 72 188 37 10, tab 1
button "Ecouter", 36, 114 188 37 10, tab 1
text "Lors d'un Highlight", 37, 15 205 46 8, tab 1
button "Parcourir", 38, 72 203 37 10, tab 1
button "Ecouter", 39, 114 203 37 9, tab 1
text "Lors d'une Notice", 40, 15 220 43 8, tab 1
button "Parcourir", 41, 72 219 37 10, tab 1
button "Ecouter", 42, 114 220 37 9, tab 1
check "Tout activer", 3, 51 242 50 10
button "Ok", 4, 2 254 171 12, ok cancel
}
-------------------------"INIT"--------------------
on 1:dialog:sonzi:init:0: {
if (%sonop == $null) { did -h sonzi 7 }
if (%sondeop == $null) { did -h sonzi 10 }
if (%sonvoice == $null) { did -h sonzi 13 }
if (%sondevoice == $null) { did -h sonzi 16 }
if (%sonhalfop == $null) { did -h sonzi 23 }
if (%sondehalfop == $null) { did -h sonzi 25 }
if (%sonkick == $null) { did -h sonzi 26 }
if (%sonkb == $null) { did -h sonzi 28 }
if (%sonub == $null) { did -h sonzi 30 }
if (%sontop == $null) { did -h sonzi 33 }
if (%sonick == $null) { did -h sonzi 36 }
if (%sonhigh == $null) { did -h sonzi 39 }
if (%sonot == $null) { did -h sonzi 42 }
if (%sonzi == ON) { did -c sonzi 3 }
}
-------------------"Declencheurs de Clicks"---------------------
on *:dialog:sonzi:sclick:*:{
if ($did == 7) { /splay %sonop }
if ($did == 10) { /splay %sondeop }
if ($did == 13) { /splay %sonvoice }
if ($did == 16) { /splay %sondevoice }
if ($did == 23) { /splay %sonhalfop }
if ($did == 25) { /splay %sondehalfop }
if ($did == 26) { /splay %sonkick }
if ($did == 28) { /splay %sonkb }
if ($did == 30) { /splay %sonub }
if ($did == 33) { /splay %sontop }
if ($did == 36) { /splay %sonick }
if ($did == 39) { /splay %sonhigh }
if ($did == 42) { /splay %sonot }
if ($did == 6) && (%sonop == $null) {
set %sonop dir
set %sonop $sfile(%sonop,Sons)
did -v sonzi 7
}
if ($did == 6) {
set %sonop dir
set %sonop $sfile(%sonop,Sons)
}
if ($did == 9) && (%sondeop == $null) {
set %sondeop dir
set %sondeop $sfile(%sondeop,Sons)
did -v sonzi 10
}
if ($did == 9) {
set %sondeop dir
set %sondeop $sfile(%sondeop,Sons)
}
if ($did == 12) && (%sonvoice == $null) {
set %sonvoice dir
set %sonvoice $sfile(%sonvoice,Sons)
did -v sonzi 13
}
if ($did == 12) {
set %sonvoice dir
set %sonvoice $sfile(%sonvoice,Sons)
}
if ($did == 15) && (%sondevoice == $null) {
set %sondevoice dir
set %sondevoice $sfile(%sondevoice,Sons)
did -v sonzi 16
}
if ($did == 15) {
set %sondevoice dir
set %sondevoice $sfile(%sondevoice,Sons)
}
if ($did == 22) && (%sonhalfop == $null) {
set %sonhalfop dir
set %sonhalfop $sfile(%sonhalfop,Sons)
did -v sonzi 23
}
if ($did == 22) {
set %sonhalfop dir
set %sonhalfop $sfile(%sonhalfop,Sons)
}
if ($did == 24) && (%sondehalfop == $null) {
set %sondehalfop dir
set %sondehalfop $sfile(%sondehalfop,Sons)
did -v sonzi 25
}
if ($did == 24) {
set %sondehalfop dir
set %sondehalfop $sfile(%sondehalfop,Sons)
}
if ($did == 2) && (%sonkick == $null) {
set %sonkick dir
set %sonkick $sfile(%sonkick,Sons)
did -v sonzi 26
}
if ($did == 2) {
set %sonkick dir
set %sonkick $sfile(%sonkick,Sons)
}
if ($did == 27) && (%sonkb == $null) {
set %sonkb dir
set %sonkb $sfile(%sonkb,Sons)
did -v sonzi 28
}
if ($did == 27) {
set %sonkb dir
set %sonkb $sfile(%sonkb,Sons)
}
if ($did == 29) && (%sonub == $null) {
set %sonub dir
set %sonub $sfile(%sonub,Sons)
did -v sonzi 30
}
if ($did == 29) {
set %sonub dir
set %sonub $sfile(%sonub,Sons)
}
if ($did == 32) && (%sontop == $null) {
set %sontop dir
set %sontop $sfile(%sontop,Sons)
did -v sonzi 33
}
if ($did == 32) {
set %sontop dir
set %sontop $sfile(%sontop,Sons)
}
if ($did == 35) && (%sonick == $null) {
set %sonick dir
set %sonick $sfile(%sonick,Sons)
did -v sonzi 36
}
if ($did == 35) {
set %sonick dir
set %sonick $sfile(%sonick,Sons)
}
if ($did == 38) && (%sonhigh == $null) {
set %sonhigh dir
set %sonhigh $sfile(%sonhigh,Sons)
did -v sonzi 39
}
if ($did == 38) {
set %sonhigh dir
set %sonhigh $sfile(%sonhigh,Sons)
}
if ($did == 41) && (%sonot == $null) {
set %sonot dir
set %sonot $sfile(%sonot,Sons)
did -v sonzi 42
}
if ($did == 3) {
if ($did(3).state == 1) { set %sonzi ON }
else { set %sonzi OFF }
}
}
----------------------"Declencheurs d'actions"------------------
on ^1:op:*:{
if (%sonzi == ON) { /splay %sonop }
}
on ^1:deop:*:{
if (%sonzi == ON) { /splay %sondeop }
}
on ^1:KICK:*: {
if (%sonzi == ON) { /splay %sonkick }
}
on ^1:BAN:#:{
if (%sonzi == ON) { /splay %sonkb }
}
on ^1:TOPIC:*: {
if (%sonzi == ON) { /splay %sontop }
}
on ^1:NICK:{
if (%sonzi == ON) { /splay %sonick }
}
on ^1:voice:*:{
if (%sonzi == ON) { /splay %sonvoice }
}
on ^1:devoice:*:{
if (%sonzi == ON) { /splay %sondevoice }
}
on 1:UNBAN:#:{
if (%sonzi == ON) { /splay %sonub }
}
on 1:HELP:#:{
if (%sonzi == ON) { /splay %sonhalfop }
}
on 1:DEHELP:#:{
if (%sonzi == ON) { /splay %sondehalfop }
}
on ^1:NOTICE:*:{
if (%sonzi == ON) { /splay %sonot }
}
on *:text:*:#: {
if ($me isin $1-) && (%sonzi == ON) { /splay %sonot | 7 $nick 4 parle de toi sur 7 $chan }
}
on *:text:*:?: {
if ($me isin $1-) && (%sonzi == ON) { /splay %sonot | 7 $nick 4 parle de toi en pv }
}
Conclusion
Merci a l'aide irc et a kerrigan ( il ma fai lire laide PTDR )
Sources du même auteur
Sources de la même categorie
Commentaires et avis
|
Derniers Blogs
CSS CONTENT STATE SELECTORS (PERSONNAL DRAFT)CSS CONTENT STATE SELECTORS (PERSONNAL DRAFT) par FREMYCOMPANY
Bonjour à tous, Je viens de publier une proposition comprenant 5 pseudo-classes pour le CSS Working Group ayant trait à l'état de chargement d'un élément (ex: IMG,VIDEO,AUDIO,OBJECT pour l'HTML.). Si le c½ur vous en dit, vous pouvez retrouver cette p...
Cliquez pour lire la suite de l'article par FREMYCOMPANY MBA : POURQUOI FAIRE ET COMMENT LE CHOISIR ?MBA : POURQUOI FAIRE ET COMMENT LE CHOISIR ? par ROMELARD Fabrice
Formation initiale Durant la formation, le découpage classique est le suivant (je donnerai les équivalences Suisse lorsque je les connaîtrais) : Ecole primaire jusqu'au Collège : Formation générale permettant d'obtenir les méthodes...
Cliquez pour lire la suite de l'article par ROMELARD Fabrice Y'A DES ERREURS QUI PEUVENT RENDRE LE DéVELOPPEUR VIOLENTY'A DES ERREURS QUI PEUVENT RENDRE LE DéVELOPPEUR VIOLENT par Aleks
Quand on a ce genre d'erreur sans log :
Et bas on a juste envie de choper le gas de Microsoft qu'a développé ça et lui foutre des baffes de Coboye ! ...
Cliquez pour lire la suite de l'article par Aleks [HYPER-V 3] PRéSENTATION DES COMMANDLETS POWERSHELL[HYPER-V 3] PRéSENTATION DES COMMANDLETS POWERSHELL par Pierrick CATRO-BROUILLET
Avec la sortie prochaine de la Beta Consumer Preview de Windows 8, j'avais envie de revenir sur une des fonctionnalités que j'attends le plus et que, en bon geek que je suis, j'utilise déjà : Hyper-V 3 ainsi son module PowerShell.
Il y a déjà pléthor...
Cliquez pour lire la suite de l'article par Pierrick CATRO-BROUILLET IIS7 - COMPRESSION GZIPIIS7 - COMPRESSION GZIP par cyril
La compression GZIP permet d'améliorer les performances de navigation en compressant ce qu'envoie le serveur à un client. Pour comprendre comment cela fonctionne, regardons ce qu'il se passe au niveau HTTP lorsqu'un client tente d'accéder à une ress...
Cliquez pour lire la suite de l'article par cyril
Forum
RE : AIDERE : AIDE par Nico26000
Cliquez pour lire la suite par Nico26000 RE : AIDERE : AIDE par WorldDMT
Cliquez pour lire la suite par WorldDMT AIDEAIDE par Nico26000
Cliquez pour lire la suite par Nico26000
Logiciels
Easy-Planning (1.0.0.1)EASY-PLANNING (1.0.0.1)Basé sur les mêmes principes que MyPlanning, Easy-Planning permet de créer des plannings sous la ... Cliquez pour télécharger Easy-Planning Academy System (17.1.3.0)ACADEMY SYSTEM (17.1.3.0)Logiciel de gestion des établissements.
- élèves/étudiants (inscription, dossier, absence...)
-... Cliquez pour télécharger Academy System COLLECTOR PLUS (3.00B)COLLECTOR PLUS (3.00B)COLLECTOR PLUS version 3.00B est un logiciel utilisant une base de données alimentée par :
- L... Cliquez pour télécharger COLLECTOR PLUS PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO (V7.4)PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO (V7.4)PONAMEDIA TV DEVIENS HELLLOOO FLASH
LA TV SUR VOTRE ORDINATEUR.
Toute une plateforme Multi... Cliquez pour télécharger PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO LettresFaciles 2011 (8.0.0.1)LETTRESFACILES 2011 (8.0.0.1)LettresFaciles est un logiciel facilitant la création et la rédaction de lettres types.
Son inte... Cliquez pour télécharger LettresFaciles 2011
|