Avatar

martes, 16 de febrero de 2010

El video de Wow más chingón que haya visto.

 

Dover me pasó un video muy chido. Pero se necesitan ver el primero (que no es de Wow) para tener contexto.

 

Primer video… muy chido por si solo.

 

 

Ahora el video chingón de Wow =)

miércoles, 3 de febrero de 2010

Tutorial de Auctioneer: Primera Parte.

¿Qué es Auctioneer?

Auctioneer es un addon para World of  Warcraft para incrementar, de manera importante, la funcionalidad y flexibilidad del Auction House.

El addon se puede bajar de: http://auctioneeraddon.com/

Hasta el día de hoy, la versión más actual del Auctioneer es la versión 5.7.

El Auctioneer no incluye unicamente la interfaz cuando uno va en el Auction House. Incluye 4 modulos:

  • Auctioneer: El programa principal, cambia la interfaz del Auction House.

 

image

  • Enchantrix: Es un addon que es útil para los Enchanters para ver que reagents se pueden obtener al desencantar ciertos items.

 

  • Informant: Este addon muestra información estática acerca de los items, como precios de compra/venta de los vendors y profesiones que usan ese item.

 

image 

En este caso significa que:

  1. El item se puede vender a un NPC por 8s45c. 
  2. Al desencantar este item se tiene un 75% de probabilidades de obtener 5x Strange Dust , 15% de probabilidades de obtener 1.5x Lesser Astral Essence y 10% de probabilidades de obtener un Small Glimmering Shard.
  • Search UI:  Es una herramienta que se utiliza para encontrar gangas en el Auction House.

image

Tutorial de Auctioneer en camino.

He decidido, después de meditarlo mucho, empezar a hacer una serie de posts referentes al Auctioneer y como utilizarlo mejor.

No lo habia hecho antes por obvias razones… no quería competencia en el Auction House. :)

Empezaré con algunos posts sobre lo básico para que haya un entendimiento de todas las partes del Auctioneer.

 

image

lunes, 1 de febrero de 2010

Reducir el lag en WoW

Pues he notado que desde que cambie de computadora mi lag ha subido de <100ms a 300 o más. Lobo me recomendo la siguiente página: http://lifeandcode.net/2009/05/reduce-game-network-latency-in-windows-7-or-vista/

 

Aunque sinceramente fui muy escéptico al principio, nunca creí que funcionará. Al leerla me dí cuenta que, aunque hay que meterle mano al registro, no se perdería mucho; sólo hay que agregar dos lineas y reiniciar…

 

¿El resultado? Mi tiempo bajo de 300ms a 90ms.

 

Reduce game network latency in Windows 7 or Vista

After installing Windows 7 I noticed a slight increase in network latency in several online games. It wasn’t a big deal – I’m talking 200-300ms, but this is on a connection that was reliably < 100ms in the past. Beyond the obvious settings in Windows or on your router, here’s a list of tweaks that may help quite a bit. It involves disabling Nagle’s algorithm, also commonly known as TCP no delay, which is basically an optimization of network traffic that tries to reduce overall packet volume but can cause extra latency in the connection. This should work on Windows 7 or Vista, though the same principle can probably applied to other operating systems as well.

  1. From a command prompt (usually in All Programs -> Accessories -> Command Prompt) run “regedit”
  2. Browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Parameters\Interfaces
  3. Browse the items under interfaces until you find one that has an IPAddress entry matching the network interface you want to affect (typically LAN IP addresses start with 192.168 or 10.0); note that if your IP address is automatically assigned by a DHCP server you may need to look for a matching DhcpIPAddress instead of IPAddress
  4. Right-click on the interface and select New > DWORD (32-bit) Value, name it “TcpAckFrequency”
  5. Right-click the new TcpAckFrequency value and select Modify, enter “1″ (Hexadecimal radio button should be selected)
  6. Right-click on the interface and select New > DWORD (32-bit) Value, name it “TCPNoDelay” (note that TCP is all uppercase this time – that’s intentional)
  7. Right-click the new TCPNoDelay value and select Modify, enter “1″ (Hexadecimal radio button should be selected)
  8. Verify that both TcpAckFrequency and TCPNoDelay now show up in the adapter’s property list with types REG_DWORD and values 0×00000001
  9. Exit regedit and reboot (reboot is necessary for the changes to take effect!)
  10. Play a game and enjoy your new low ping

This decreased my ping in most games from 200-300ms to 50-60ms, which matches the latency I would see via a tracert to the game’s server.