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.
[PacketHook 096+] ServerStatus UOGateway
[PacketHook 096+] ServerStatus UOGateway
- Attachments
-
UOGStatus.zip- (2.96 KiB) Downloaded 511 times
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!
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!
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)