A way to find out nearby towns?
Printed From: Illyriad
Category: Strategies, Guides & Help
Forum Name: General Questions
Forum Description: If your gameplay question isn't answered in the help files, please post it here.
URL: http://forum.illyriad.co.uk/forum_posts.asp?TID=3704
Printed Date: 17 Apr 2022 at 07:25 Software Version: Web Wiz Forums 12.03 - http://www.webwizforums.com
Topic: A way to find out nearby towns?
Posted By: Silvermania
Subject: A way to find out nearby towns?
Date Posted: 20 Jun 2012 at 03:58
|
Hi all, i'm pretty much a tech newbie, but was wondering if there's a way to find/list out all the towns in a certain radius around any chosen town. Say for example if i wanted to find out all the towns in a 500 square radius within my capital city. I know http://illyriad.ourguild.eu/" rel="nofollow - http://illyriad.ourguild.eu/ has something similar, but it only displays towns up till 100 squares away.
Thanks!
|
Replies:
Posted By: HonoredMule
Date Posted: 20 Jun 2012 at 04:17
A 500 square radius is a pretty huge chunk of the map. I'm not sure that qualifies as "nearby."
Anyway, there's no easy way to do it that I know. You'd need to do some programming at the very least.
------------- "Apparently, quoting me is a 'thing' now." - HonoredMule
|
Posted By: Rachel88
Date Posted: 20 Jun 2012 at 10:40
|
Silvermania why are you looking for towns within a 500 square radius?
|
Posted By: Silvermania
Date Posted: 20 Jun 2012 at 13:09
|
alright thanks honored mule, i'll try asking the illystats people how they went about coding for their nearby towns.
@Rachel88. More out of sheer curiosity than anything else, & its good to know who your neighbors are ;)
|
Posted By: Albatross
Date Posted: 20 Jun 2012 at 15:00
Yep, some folk have written apps to do that kind of thing. e.g. mine for mCrow:
*grin* wondering if I should put this into the Alliance Recruitment forum ;o)
-------------
|
Posted By: Silvermania
Date Posted: 20 Jun 2012 at 15:03
|
Oh god just what i was looking for. Any chance of sharing that, from one crow to another? ;)
|
Posted By: Albatross
Date Posted: 20 Jun 2012 at 15:39
For anyone else reading this, I've given Silvermania a time-limited pass key to access the app. This app is only for mCrow at the moment (and CrowW for Silvermania), so please don't ask me for one-off login accounts :o)
-------------
|
Posted By: Ander
Date Posted: 20 Jun 2012 at 16:38
|
For those who do not have programs to do this, you can download the file elgea.illyriad.co.uk/data_downloads/datafile_towns.xml
If you open it with an excel application. It will contain the data of all towns in Illy separated into columns. Add a new column "distance" to the right and put something like this in it's first cell
=SQRT((G2-X)*(G2-X)+(H2-Y)*(H2-Y))
where X and Y are the coordinates from which you want to find the distance. The new column will get populated with the distance of the towns from the specified coordinates. You can sort the new column by distance.
|
Posted By: Ander
Date Posted: 20 Jun 2012 at 16:42
|
I prefer looking at map manually rather than going for programs. You get to know the lay of the land that way. (i cant say if it is of any use though. knowing the map just makes me happy!)
|
Posted By: Diomedes
Date Posted: 22 Jun 2012 at 07:17
Somehow, it seems to me to take the fun out of the game to have all this techie stat stuff around. All power to those who enjoy it, but I'd much rather learn the lay of the land rather than trust a chart
------------- "Walk in the way of the good, for the righteous will dwell in the land"
|
Posted By: Albatross
Date Posted: 22 Jun 2012 at 14:30
|
Counter to expectations, I agree: it's best to just play the game, without difficult-to-achieve, and perhaps privileged, programming. However, there are some alliances who make best possible use of available data, so out of interest, as well as necessity of getting the most from whatever units are relevant, it is advantageous to do likewise.
In answering the original poster's question, it is useful to have a list of nearby allies, in times of need. Whether they are active enough to help is another consideration, and one that is best answered by having a knowledge of the neighbourhood.
-------------
|
Posted By: HonoredMule
Date Posted: 22 Jun 2012 at 19:53
500 squares away isn't nearly close enough to offer any aid or credible sustained threat.
------------- "Apparently, quoting me is a 'thing' now." - HonoredMule
|
Posted By: Cleopatra
Date Posted: 25 Jun 2012 at 00:24
|
I tried opening that file using excel, but it just crashes the program when I do it as an xml file. A read only file wouldn't really be useful for the application you are talking about using it for. Do you need to do anything to excel in order to make it compatible with the file? I haven't ever worked with xml files before, so not sure how this is supposed to work.
|
Posted By: dunnoob
Date Posted: 25 Jun 2012 at 00:52
Cleopatra wrote:
I tried opening that file using excel, but it just crashes the program when I do it as an xml file. | If you have a broadband plan allowing you to download the huge towns XML file check out http://elgea.illyriad.co.uk/#/Player/Profile/108273" rel="nofollow - strongda 's tool. Otherwise you could try http://illyriad.ourguild.eu/" rel="nofollow - Illy stats or Mogul's http://elgea.illyriad.co.uk/#/Player/Profile/87093" rel="nofollow - skins , i.e., click the zebra skins on his profile.
Really old Excel versions can't handle XML at all, newer versions might support simple XML files, if the content can be somehow mapped into a not too deeply nested table. You could also try to upload a towns file to a Google docs or Google drive account. Or let Chrome try its luck, but generally browsers hate huge XML files. If you have not the faintest idea what a standalone XML file including its own DTD might be better stick to existing tools...
|
Posted By: Marquesta
Date Posted: 25 Jun 2012 at 06:27
Try Illy Stats by WoodE http://illyriad.ourguild.eu/search.php Not a 500 square radius, but at least the closest 20 cities
------------- ~~Marquesta Whether tis nobler in the mind to suffer the slings and arrows of outrageous fortune, or to take arms against a sea of troubles, and by opposing, end them...
|
|