Mercurial > eagle-eye
diff scan.pl @ 1:f9eac5385dc0
added viewWorldMap
author | "Rex Tsai <chihchun@kalug.linux.org.tw>" |
---|---|
date | Tue, 07 Oct 2008 22:56:12 +0800 |
parents | abaee7064429 |
children | 0fb73a7a0b94 |
line wrap: on
line diff
--- a/scan.pl Tue Oct 07 22:24:46 2008 +0800 +++ b/scan.pl Tue Oct 07 22:56:12 2008 +0800 @@ -14,7 +14,9 @@ my $i = new Ikariam("s2.ikariam.tw", "chihchun", "c795d57d"); $i->login; -my @islands = $i->viewWorldMap(89, 60); +# my @islands = $i->viewHomeMap(); +# my @islands = $i->viewWorldMap(89, 60); +my @islands = $i->viewWorldMap(50, 34); foreach my $island (@islands) {