[Script Legal] Ordenar pueblos según construcción

  • Autor de hilo DeletedUser6121
  • Fecha de inicio

DeletedUser6121

Guest
Descripción:
Lo que hace es que te muestra una tira de edificios si seleccionas alguno te ordena todos los pueblos que tienes según la necesidad de construcción del edificio que elijas.

Como usarlo:
No es necesario que vallas a Vision General/Edificios, puedes estar en el foro y sacar la lista para ordenar,
solo seleccionas el icono del pueblo que quieres ordenar

Imagen:
http://cdn2.tribalwars.net/graphic/overview/build.png?332c3

Script:
Código:
javascript:var%20p=document.createElement("div");p.className="popup_style ui-draggable";p.style.width="200px";p.style.position="fixed";p.style.display="block";p.style.top="130px";p.style.left="350px";p.style.margin="0 auto";p.innerHTML='<div class="popup_menu"><a href=javascript:location.reload()>cerrar</a></div><div class="popup_content" style="height: 100px; overflow-y: auto;"><h3>Ordenar por:</h3><table class="vis" style="padding: 3px"><tbody><tr><th><a href={game}&screen=overview_villages&mode=buildings&group=0&order=wall&dir=as><img src=http://cdn2.tribalwars.net/graphic/buildings/wall.png title="Muralla"></img></a></th><th><a href={game}&screen=overview_villages&mode=buildings&group=0&order=main&dir=as><img src=http://cdn2.tribalwars.net/graphic/buildings/main.png title="Principal"></img></a></th><th><a href={game}&screen=overview_villages&mode=buildings&group=0&order=farm&dir=as><img src=http://cdn2.tribalwars.net/graphic/buildings/farm.png title="Granja"></img></a></th><th><a href={game}&screen=overview_villages&mode=buildings&group=0&order=barracks&dir=as><img src=http://cdn2.tribalwars.net/graphic/buildings/barracks.png title="Cuartel"></img></a></th><th><a href={game}&screen=overview_villages&mode=buildings&group=0&order=stable&dir=as><img src=http://cdn2.tribalwars.net/graphic/buildings/stable.png title="Cuadra"></img></a></th><th><a href={game}&screen=overview_villages&mode=buildings&group=0&order=garage&dir=as><img src=http://cdn2.tribalwars.net/graphic/buildings/garage.png title="Taller"></img></a></th><th><a href={game}&screen=overview_villages&mode=buildings&group=0&order=smith&dir=as><img src=http://cdn2.tribalwars.net/graphic/buildings/smith.png title="Herreria"></img></a></th></tr></tbody></table></div>';document.body.appendChild(p);void(0);
edificios.txt
 
Última edición por un moderador:
Arriba