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
UNE JOLIE-HORLOGE ET PAS QU'UN PEU !UNE JOLIE-HORLOGE ET PAS QU'UN PEU ! par neodante
Pour les possesseurs d'iPhone, ça y est Bijin Tokei - qui se traduit littéralement en Français par " Jolie Horloge " - est arrivé et GRATUITEMENT s'il vous plaît ! Après la version Tokyo, Hokkaido, night club, racing, Gal, "pour les mademoiselles'", . voi...
Cliquez pour lire la suite de l'article par neodante TECHDAYS PARIS 2010 : CONNECTEZ VOS DONNéES à SHAREPOINT 2010 AVEC LES BUSINESS CONNECTIVITY SERVICESTECHDAYS PARIS 2010 : CONNECTEZ VOS DONNéES à SHAREPOINT 2010 AVEC LES BUSINESS CONNECTIVITY SERVICES par ROMELARD Fabrice
Animé par: Gaetan Bouveret et Julien Chomarat Business Connectivity Services (BCS) est dans SharePoint 2010 la version 2 de Business Data Catalog (BDC dans SharePoint 2007). Il s'agit de la solution permettant de visualiser des données provenan...
Cliquez pour lire la suite de l'article par ROMELARD Fabrice [DIVERS] SUIVRE VOS SéRIES PRéFéRéS SUR LA TOILE[DIVERS] SUIVRE VOS SéRIES PRéFéRéS SUR LA TOILE par orion
Comme de nombreux geek, je suis un grand amateur de série TV et je rate régulièrement des épisodes de mes séries préférés. Une solution s'offre à vous avec ce merveilleux site : Tv Gorge - www.tvgorge.com Moteur de recherche à l'appui, vous pouvez ...
Cliquez pour lire la suite de l'article par orion TECHDAYS PARIS 2010 : LA BI DANS SHAREPOINT 2010TECHDAYS PARIS 2010 : LA BI DANS SHAREPOINT 2010 par ROMELARD Fabrice
Animé par: Vincent Bellet et Baptiste Giraudier La BI dans SharePoint 2010, Les nouveaux services d'application dans SP2010 et SQL Server Reporting services 2008 R2. La BI dans SharePoint est généralisée pour tous afin de permettre à tous les coll...
Cliquez pour lire la suite de l'article par ROMELARD Fabrice
Forum
RE : ON RAWMODERE : ON RAWMODE par WorldDMT
Cliquez pour lire la suite par WorldDMT AVERTISSMENT ET KIKKAVERTISSMENT ET KIKK par mouhcine951990
Cliquez pour lire la suite par mouhcine951990
Logiciels
DB-MAIN (9.1.0)DB-MAIN (9.1.0)DB-MAIN is a data-modeling and data-architecture tool. It is designed to help developers and anal... Cliquez pour télécharger DB-MAIN Xilisoft DPG Convertisseur (5.1.37.0120)XILISOFT DPG CONVERTISSEUR (5.1.37.0120)Xilisoft DPG Convertisseur offre aux fans de Nintendo DS une bonne solution leur permettant de dé... Cliquez pour télécharger Xilisoft DPG Convertisseur GraphicsGale (2.01.01)GRAPHICSGALE (2.01.01)GraphicsGale est un logiciel de PixelArt avec de nombreuse fonctionnalités permettant de réalisé ... Cliquez pour télécharger GraphicsGale Architecte 3D (Platinum 2010)ARCHITECTE 3D (PLATINUM 2010)Architecte 3D Platinium vous permet de concevoir facilement les plans votre future maison, de l'é... Cliquez pour télécharger Architecte 3D TeamViewer 5 (TeamViewer 5)TEAMVIEWER 5 (TEAMVIEWER 5)Dépanner un ami,expliquer une manipulation devient un jeu d'enfant.
Prise en main d'un autre ord... Cliquez pour télécharger TeamViewer 5
|