Jump to content


Photo

[AHK_L] Diablo3 ServerStatus checker


  • Please log in to reply
1 reply to this topic

#1 S0und

S0und
  • Members
  • 98 posts

Posted 21 May 2012 - 09:27 AM

Since i'm not gonna make this script more complex, i would like to share it with you.

How it works:

1. Server is down, but you wanna know when its up again...
2. Start the script, it will check the server status every minute, and gives you a tiny notification window, when the server is up again *according to the ServerStatus page* (Error 37 is still a b*tch)

don't forget to change this line

div.column.column-1 - USA
div.column.column-2 - Europe
div.column.column-3 - Asia

out := IE.document.querySelectorAll("[color=#FF0000]div.column.column-2[/color]")[0].querySelectorAll("div.server-list")[0].InnerHTML




#2 freeforlife

freeforlife
  • Members
  • 5 posts

Posted 21 May 2012 - 06:17 PM

Great script!