Page 1 of 1
[PacketHook 096+] ServerStatus UOGateway
Posted: Sat Jul 22, 2006 10:58 pm
by MuadDib
ServerStatus PacketHook - Supports UO Gateway ServerStatus for Pol Servers
Author: Shinigami
This Package will return a string like
Pol, Name=Eine Welt namens Pergon, Age=123, Ver=POL096-2004-05-20, TZ=1, EMail=
jason@saufen.de, URL=
www.welt-pergon.de, Clients=1
to UO Gateway and his Server Status Page (refreshed every 30 Minutes) if you choose
Pol as server.
Posted: Sat Feb 10, 2007 8:34 pm
by OldnGrey
How's your German?
I like all the comment lines in the script but unfortunately my German isn't up to translating it.
I can only presume it's all straightforward with the 3 constants changed at the top to match my shard.
Well it compiled at any rate
At lot of POL shards on UOG still showing -/-/- for the stats, so c'mon guys, use it!
Posted: Sun Feb 11, 2007 1:42 am
by Yukiko
I must have missed seeing this one. Thamks OnG for reviving the thread and yes I would appreciate someone translating te German comments too.
Posted: Sun Feb 11, 2007 6:57 am
by Turley
Nothing special in the comments
Code: Select all
// AccountLoginRequest - Normales Einloggen oder UO Gateway ServerStatus-Abfrage
// AccountLoginRequest - normal Login or UO Gateway serverstatus-Request
Code: Select all
// Hinweis:
// Der Einloggprozess laeuft vollständig Critical ab, d.h. es koennen sich _nie_ zwei Chars zeitgleich einloggen.
// Deshalb ist keinerlei Abhaengigkeitsbetrachtung noetig!
// Note:
// The loginprocces runs complete critical this means two chars _never_ can login simultaneous. So no dependencies has to be considered.
Code: Select all
// Status-Abfrage (Login & Passwort = 0x255 0x0) ?
// Status request (...)
Code: Select all
// Pol soll weitermachen
// Pol should continue
Code: Select all
// AccountLoginFailed - Normaler Einloggfehler oder UO Gateway ServerStatus-Abfrage
// AccountLoginFailed - normal Loginerror or UO Gateway ServerStatus-Request
Code: Select all
// Pol soll weitermachen (ggf. mit veraenderten Daten)
// Pol should continue (if necessary with changed datas)
Code: Select all
// GetServerInfos - Liefert bestimmte Server-Informationen (im Sphere-Stil... evil)
// GetServerInfos - provides certain Server-Informations (in Sphere style..evil)
Posted: Sun Feb 11, 2007 1:55 pm
by Yukiko
Thanks for the translation.
Posted: Sun Feb 11, 2007 10:53 pm
by Danielle
That was certainly a lot better than what google's translator spit out. I had tried running it through there when I first saw this post, with the intent of posting the result... it was less than readable. :?