Online Player List
if($zone eq "") {
print "There are ".($#chars+1)." players logged in.";
} else {
print "There are ".($#chars+1)." players in $zone.";
}
?>
| Character | Account Name | Location | |
|---|---|---|---|
| Not Selected | "; } else { print "$char->{character}";
if(defined($char->{guild_id}) && $char->{guild_id} > 0) {
print " <$char->{guild}>";
}
print " "; print "$char->{level} $char->{race} $char->{class}"; print " | ";
}
print "$char->{account}";
if($char->{status} > 0) {
print " (status $char->{status})";
}
print " "; print " $char->{ip} | ";
print "$char->{location_long} ($char->{location_short}) | "; print "