¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.
Últimos temas
» Hi ha algú?
addon AutoDing EmptyDj 25 Abr - 16:42 por Robinrunes

» Guild Wars 2
addon AutoDing EmptyDl 13 Ago - 19:13 por Piterpan

» Per qui vulgui venir a l'AION: Server Perento, facció ELYOS
addon AutoDing EmptyDj 15 Mar - 14:53 por Robinrunes

» CANVI DE FORO
addon AutoDing EmptyDl 5 Mar - 12:39 por juanito222

» [GUIA] Guia bàsica del joc per a novatos
addon AutoDing EmptyDl 5 Mar - 12:30 por Robinrunes

» Un gremi es diu legió?
addon AutoDing EmptyDl 5 Mar - 12:11 por Robinrunes

» Quin PJ teniu al server Perento?
addon AutoDing EmptyDl 5 Mar - 11:38 por Gemmalexis

» Elyos i Asmodians
addon AutoDing EmptyDl 5 Mar - 9:53 por Robinrunes

» Server Nexus ple. No es pot entrar
addon AutoDing EmptyDl 5 Mar - 1:05 por Robinrunes

Los posteadores más activos del mes
No hay usuarios

Estadístiques
Tenim 32 usuaris registrats
El darrer usuari registrat és Lackmounttestlig

Els nostres usuaris han publicat un total de 963 missatges en 276 argumentos.
Qui està Connectat
En total hi ha 1 usuari connectat :: 0 Registrats, 0 Ocults i 1 Invitat

Cap

[ Ver toda la lista ]


El major nombre d'usuaris connectats fou 28 el Dj 25 Gen - 22:11
Flujo RSS


Yahoo! 
MSN 
AOL 
Netvibes 
Bloglines 



addon AutoDing

2 participantes

 :: General

Ir abajo

addon AutoDing Empty addon AutoDing

Missatge por Robinrunes Dl 14 Feb - 16:01

Hi ha un addon divertit:
Auto Ding

Bàsicament envia un missatge automàtic al gremi quan puges de nivell.

Si edites el codi, pots canviar els textes a enviar. És fàcil
Robinrunes
Robinrunes
Fundador
Fundador

Nombre de missatges : 470
Fecha de inscripción : 03/02/2010
Edad : 47
Classe : Explo/lladre

Tornar a dalt Ir abajo

addon AutoDing Empty Re: addon AutoDing

Missatge por Robinrunes Dl 14 Feb - 19:02

Perquè veieu que es tracta d'un codi super-senzill, el postejo!
A veure si us animeu a posar-vos-el amb els vostres textes personals

Codi:

function AutoDing_OnEvent(self, event)
    if event == "PLAYER_LEVEL_UP" then
   local mlvl, slvl = UnitLevel("player")
   local rlvl = 57 - mlvl
   math.randomseed( os.time() )
   local msgpick = math.random(0,8)
   DingMsg = { "DING " .. mlvl .. "! Try not to be jealous of my uber leetness!",
      "Ding " .. mlvl .. "! Thus progresses the epic journey of " .. UnitName("player") .. "!",
      "DING " .. mlvl .. "! Can't touch this!",
      "DING " .. mlvl .. "! WOOT another step closer to the top of the food chain!",
      "DING " .. mlvl .. "! This is too much fun!",
      "DING " .. mlvl .. "! Only " .. rlvl .. " to go!",
      "DING " .. mlvl .. "! I love that sound!",
      "DING " .. mlvl .. "! It's gettin hot in here...",
      "Whoah, what just happened?!? What's that sound for? Ohh, I just Dinged, " .. mlvl .. "!"}
        TakeScreenshot()
   SendChatMessage(DingMsg[msgpick],"SAY")
   SendChatMessage(DingMsg[msgpick],"PARTY")
   SendChatMessage(DingMsg[msgpick],"GUILD")
    end
end
Robinrunes
Robinrunes
Fundador
Fundador

Nombre de missatges : 470
Fecha de inscripción : 03/02/2010
Edad : 47
Classe : Explo/lladre

Tornar a dalt Ir abajo

addon AutoDing Empty Re: addon AutoDing

Missatge por Dagandragon Ds 19 Feb - 16:13

Robin com ho fas per modificar el codi?
Dagandragon
Dagandragon
Sabi
Sabi

Nombre de missatges : 64
Fecha de inscripción : 12/12/2010
Classe : Sciath 44/53 Druida/Guerrero RIDIRE Alcaide/MAgo

Tornar a dalt Ir abajo

addon AutoDing Empty Re: addon AutoDing

Missatge por Robinrunes Ds 19 Feb - 16:41

Canviant aqeusts textes:

"DING " .. mlvl .. "! Try not to be jealous of my uber leetness!",
"Ding " .. mlvl .. "! Thus progresses the epic journey of " .. UnitName("player") .. "!",
"DING " .. mlvl .. "! Can't touch this!",
"DING " .. mlvl .. "! WOOT another step closer to the top of the food chain!",
"DING " .. mlvl .. "! This is too much fun!",
"DING " .. mlvl .. "! Only " .. rlvl .. " to go!",
"DING " .. mlvl .. "! I love that sound!",
"DING " .. mlvl .. "! It's gettin hot in here...",
"Whoah, what just happened?!? What's that sound for? Ohh, I just Dinged, " .. mlvl .. "!"}

Quan puges de nivell, agafa un d'aquests 8 textes i fa que el diguis. Per exemple pots canviar el texte:
"DING " .. mlvl .. "! Try not to be jealous of my uber leetness!"
per
"DING " .. mlvl .. "! He pujat un altre nivell!"

Robinrunes
Robinrunes
Fundador
Fundador

Nombre de missatges : 470
Fecha de inscripción : 03/02/2010
Edad : 47
Classe : Explo/lladre

Tornar a dalt Ir abajo

addon AutoDing Empty Re: addon AutoDing

Missatge por Contenido patrocinado


Contenido patrocinado


Tornar a dalt Ir abajo

Tornar a dalt

- Temas similares

 :: General

 
Permisos d'aquest fòrum:
No pots respondre a temes en aquest fòrum