/*funcion que mueve las capas...*/ function P7AniMagic(el, x, y, a, b, c, s) { //v2.5 PVII var g,elo=el,f="",m=false,d="";x=parseInt(x);y=parseInt(y); var t = 'g.p7Magic = setTimeout("P7AniMagic(\''+elo+'\','; if ((g=MM_findObj(el))!=null) {d=(document.layers)?g:g.style;}else{return;} if (parseInt(s)>0) {eval(t+x+','+y+','+a+','+b+','+c+',0)",' + s+')');return;} var xx=(parseInt(d.left))?parseInt(d.left):0; var yy=(parseInt(d.top))?parseInt(d.top):0; if(parseInt(c)==1) {x+=xx;y+=yy;m=true;c=0;} else if (c==2) {m=false;clearTimeout(g.p7Magic);} else {var i=parseInt(a); if (eval(g.moved)){clearTimeout(g.p7Magic);} if (xxx){xx=x;}} if (xx>x){xx-=i;m=true;if(xxy){yy=y;}} if (yy>y){yy-=i;m=true;if(yy4){ xx+="px";yy+="px";} d.left=xx;d.top=yy;g.moved=true;eval(t+x+','+y+','+a+','+b+','+c+',0)",'+b+')'); }else {g.moved=false;} } /*Rutinas para que cambie la imagen a elegir de fondo en la rpincipal*/ var k; function vinculo(k) { var texto="Imagen Para tu Fondo

Fondo para tu Escritorio


Pulsa el botón derecho para establecerlo como fondo.



El diseño y los contenidos de esta web son propiedad de su autor. Las imágenes son propiedad de Blizzard Entertainment ©
"; document.open(); document.write(texto); } function traslado(vin) { var texto="Imagen del Juego

Imagen del Juego


Aquí puedes ver los cambios efectuados en el juego en la nueva versión.



El diseño y los contenidos de esta web son propiedad de su autor. Las imágenes son propiedad de Blizzard Entertainment ©
"; document.open(); document.write(texto); } function muestra(vin) { var texto="Imagen del Juego

Muestra


Aquí puedes ver uno de los objetos de este tipo.



El diseño y los contenidos de esta web son propiedad de su autor. Las imágenes son propiedad de Blizzard Entertainment ©
"; document.open(); document.write(texto); } function imagen() { var yoyo=new Image(); k=Math.round(Math.random()*30); yoyo.src="mini/m" + k + ".jpg"; document.wall.src=yoyo.src; } /*fin de la imagen para fondo*/ /* ============================================== | U.L.T.I.M.A.T.E | | v070502 | ============================================== | Powered by Influenzae | | For Microsoft Internet Explorer | ============================================== */ // Main function function Ultimate(Utype,Umsgs,Ucursor,Uwidth,Uheight,Ubgcolor,Ubackground,Uspeed,Udelay,Ufirst) { document.writeln('') document.writeln('
') if (Utype==0) { document.writeln('
') document.write(Umsgs[Ufirst]); Uscroll(Utxt,Umsgs,Uheight,Uspeed,Udelay,Ufirst); } if (Utype==1) { document.writeln('
') document.write(Umsgs[Ufirst]); Uside(Utxt,Umsgs,Uwidth,Uspeed,Udelay,Ufirst); } if (Utype==2) { document.writeln('
') document.write(Umsgs[Ufirst]); Ureverseside(Utxt,Umsgs,Uwidth,Uspeed,Udelay,Ufirst,false); } if (Utype==3) { document.writeln('
') document.write(Umsgs[Ufirst]); document.writeln('
') document.writeln('
') document.write(Ucursor); Utouch(Utxt,Umask,Umsgs,Ucursor,Uwidth,Uspeed,Udelay,Ufirst,1,false); } document.writeln('
') document.writeln('
') document.writeln('') } // Moves function Uscroll(IDdiv,Umsgs,Uheight,Uspeed,Udelay,Ufirst){ ttxt=eval(IDdiv); Ustep=eval(Ufirst); if (ttxt.style.pixelTop>0&&ttxt.style.pixelTop<=5){ ttxt.style.pixelTop=0; setTimeout("Uscroll(ttxt,Umsgs,Uheight,Uspeed,Udelay,Ustep)",Udelay); return } else { if (ttxt.style.pixelTop>=ttxt.offsetHeight*-1){ ttxt.style.pixelTop-=5 setTimeout("Uscroll(ttxt,Umsgs,Uheight,Uspeed,Udelay,Ustep)",Uspeed); return } else { ttxt.style.pixelTop=Uheight; if (Ustep>=Umsgs.length-1) Ustep=0 else Ustep++; ttxt.innerHTML=Umsgs[Ustep]; Uscroll(ttxt,Umsgs,Uheight,Uspeed,Udelay,Ustep); } } } function Uside(IDdiv,Umsgs,Uwidth,Uspeed,Udelay,Ufirst){ ttxt=eval(IDdiv); Ustep=eval(Ufirst); if (ttxt.style.pixelLeft>0&&ttxt.style.pixelLeft<=5){ ttxt.style.pixelLeft=0; setTimeout("Uside(ttxt,Umsgs,Uwidth,Uspeed,Udelay,Ustep)",Udelay); return } else { if (ttxt.style.pixelLeft>=ttxt.offsetWidth*-1){ ttxt.style.pixelLeft-=5 setTimeout("Uside(ttxt,Umsgs,Uwidth,Uspeed,Udelay,Ustep)",Uspeed); return } else { ttxt.style.pixelLeft=Uwidth; if (Ustep>=Umsgs.length-1) Ustep=0 else Ustep++; ttxt.innerHTML=Umsgs[Ustep]; Uside(ttxt,Umsgs,Uwidth,Uspeed,Udelay,Ustep); } } } function Ureverseside(IDdiv,Umsgs,Uwidth,Uspeed,Udelay,Ufirst,stop){ ttxt=eval(IDdiv); Ustep=eval(Ufirst); if (ttxt.style.pixelLeft>0&&ttxt.style.pixelLeft<=5&&(!stop)) { setTimeout("Ureverseside(ttxt,Umsgs,Uwidth,Uspeed,Udelay,Ustep,true)",Udelay); return } else { if (ttxt.style.pixelLeft=Umsgs.length-1) Ustep=0 else Ustep++; ttxt.innerHTML=Umsgs[Ustep]; Ureverseside(ttxt,Umsgs,Uwidth,Uspeed,Udelay,Ustep); } } } function Utouch(IDdiv,IDmask,Umsgs,Ucursor,Uwidth,Uspeed,Udelay,Ufirst,Ufirstsens,stop){ ttxt=eval(IDdiv); tmask=eval(IDmask); Ustep=eval(Ufirst); Usens=eval(Ufirstsens); if (tmask.style.pixelLeft>Uwidth){ tmask.style.pixelLeft=Uwidth; setTimeout("Utouch(ttxt,tmask,Umsgs,Ucursor,Uwidth,Uspeed,Udelay,Ustep,-1)",Udelay); return } else if (tmask.style.pixelLeft>=-5&&tmask.style.pixelLeft<0&&(!stop)){ tmask.style.pixelLeft=-5; if (Ustep>=Umsgs.length-1) Ustep=0 else Ustep++; ttxt.innerHTML=Umsgs[Ustep]; setTimeout("Utouch(ttxt,tmask,Umsgs,Ucursor,Uwidth,Uspeed,Udelay,Ustep,1,true)",Udelay); return } else { tmask.style.pixelLeft+=(5*Usens); setTimeout("Utouch(ttxt,tmask,Umsgs,Ucursor,Uwidth,Uspeed,Udelay,Ustep,Usens)",Uspeed); return } } /* ============================================== | U.L.T.I.M.A.T.E | | v070502 | ============================================== | Powered by Influenzae | ============================================== */ /*Este es la parte en que se pone Barra de tareas el texto*/ function barra(op,texto) { if(op==0) { fecha=new Date(); dias=new Array(7); dias[0]="Domingo";dias[1]="Lunes";dias[2]="Martes";dias[3]="Miercoles";dias[4]="Jueves";dias[5]="Viernes";dias[6]="Sabado"; meses=new Array(12); meses[0]="Enero";meses[1]="Febrero";meses[2]="Marzo";meses[3]="Abril";meses[4]="Mayo";meses[5]="Junio";meses[6]="Julio";meses[7]="Agosto";meses[8]="Septiembre";meses[9]="Octubre";meses[10]="Noviembre";meses[11]="Diciembre"; window.defaultStatus="Diablo 2 LoD [x MantiX] ["+dias[fecha.getDay()]+", "+fecha.getDate()+" de "+meses[fecha.getMonth()]+" del "+fecha.getYear()+"]"; } if(op==1){window.status="Noticias.......";} if(op==10){window.status="Pagina Principal";} if(op==11){window.status="Información de los ACTOS:: Misiones, Monstruos, PNJs y Mapas";} if(op==99){window.status="Arriba.........";} if(op==2){window.status="Novedades......";} if(op==3){window.status="Personajes.....";} if(op==4){window.status="Objetos........";} if(op==5){window.status="Enlaces........";} if(op==6){window.status="Noticias.......";} if(op==7){window.status="Downloads......";} if(op==8){window.status="Mandame un E-Mail con Dudas, Sugerencias, Erratas.......";} if(op==9){window.status="Fondo de Escritorio";} if(op==301){window.status="Personaje >>Amazona<<";} if(op==302){window.status="Personaje >>Asesina<<";} if(op==303){window.status="Personaje >>Barbaro<<";} if(op==304){window.status="Personaje >>Druida<<";} if(op==305){window.status="Personaje >>Hechicera<<";} if(op==306){window.status="Personaje >>Nigromante<<";} if(op==307){window.status="Personaje >>Paladin<<";} if(op==4010){window.status="Objetos >>Unicos<<";} if(op==4020){window.status="Objetos >>Sets<<";} if(op==4030){window.status="Objetos >>Artesanales<<";} if(op==4040){window.status="Objetos >>Palabras Runicas<<";} if(op==4050){window.status="Objetos >>Gemas<<";} if(op==4060){window.status="Objetos >>Runas<<";} if(op==4070){window.status="Objetos Del Juego >>Normales, Excepcionales, Élite, Especificos...<<";} /*Texto de la seccion de los actos*/ if(op==110){window.defaultStatus="Información del Juego::: Misiones, Monstruos, Mapas, PNJs >>-->Diablo 2 LoD [x MantiX]<--<<";} /*Com texto parde de los objetos unicos*/ if(op==40) {window.defaultStatus="Diablo 2 LoD [x MantiX] >>Objetos Unicos<<";} if(op==411) {window.status="Objetos Unicos >>Joyeria:: Anillos, Amuletos, Aros y Hechizos<<";} if(op==412) {window.status="Objetos Unicos >>Armas:: Arcos, Ballestas, Espadas, Mazas, Bastones, Varas...<<";} if(op==413) {window.status="Objetos Unicos >>Equipamiento:: Yelmos, Armaduras, Cinturones, Botas, Escudos y Guantes<<";} if(op==414) {window.status="Objetos Unicos >>Espcificos para cada clase:: Amazona, Hechicera, Barbaro...<<";} if(op==400) {window.defaultStatus="Objetos Unicos >>" + texto + "<<";} if(op==401) {window.status="Objetos Unicos " + texto + " >>Normales<<";} if(op==402) {window.status="Objetos Unicos " + texto + " >>Excepcionales<<";} if(op==403) {window.status="Objetos Unicos " + texto + " >>Elite<<";} if(op==404) {window.status="Objetos Unicos Joyeria >>Anillos<<";} if(op==405) {window.status="Objetos Unicos Joyeria >>Amuletos<<";} if(op==406) {window.status="Objetos Unicos >>" + texto + "<<";} /*PArte para los personajes*/ if(op==300) {window.defaultStatus="Personaje >>" + texto + "<<";} if(op==31) {window.defaultStatus="Personaje " + texto;} if(op==35) {window.status= texto;} /*Formulas de Transmutar*/ if(op==4080){window.status="<>==>>El Cubo Horadrico<<==<>";} if(op==4081){window.status="<>==>>Formulas de Transmutar<<==<>";} if(op==4082){window.status="<>==>>Parte de las Formulas de Transmutar<<==<>";} } /*fin de la barra de tareas*/