|
|
|
 |

June 30th, 2007, 05:21 PM
|
 |
General
|
|
Join Date: Feb 2007
Location: R'lyeh
Posts: 3,861
Thanks: 144
Thanked 403 Times in 176 Posts
|
|
Re: Site-searching question
LVL = level required to find it. 0 is prolly visible from the start, for the others you need to look with a mage from that TYPE who has at least the level listed to find it.
FAWEDNB is the number of gems by type, yes.
If you scroll a bit more to the right, you can see the province terrain where the sites can be encountered. I guess you can sort the data by the Sea column.
|

June 30th, 2007, 05:46 PM
|
 |
National Security Advisor
|
|
Join Date: Sep 2003
Location: Eastern Finland
Posts: 7,110
Thanks: 145
Thanked 153 Times in 101 Posts
|
|
Re: Site-searching question
There's also a terrain column for Deep Sea. Otherwise, read what lch wrote.
|

June 30th, 2007, 05:52 PM
|
 |
Major General
|
|
Join Date: Jan 2004
Location: Columbus, OH
Posts: 2,204
Thanks: 67
Thanked 49 Times in 31 Posts
|
|
Re: Site-searching question
Maybe I'm missing something, but the plains/forest/mount/waste/farm/sea/ciast/swamp/deepsea/coast/unique are all empty in this database I'm looking at. I suppose they're suppose to have a X mark or something to indicate that's where the site is allowed to spawn?
Jazzepi
|

July 1st, 2007, 12:20 AM
|
 |
General
|
|
Join Date: Mar 2007
Location: Japan
Posts: 3,691
Thanks: 269
Thanked 397 Times in 200 Posts
|
|
Re: Site-searching question
They have 'Yes' in the .ods file to indicate that's where the site is allowed to spawn. Maybe it's a problem with exporting a boolean type field to .xls?
__________________
Whether he submitted the post, or whether he did not, made no difference. The Thought Police would get him just the same. He had committed— would still have committed, even if he had never set pen to paper— the essential crime that contained all others in itself. Thoughtcrime, they called it. Thoughtcrime was not a thing that could be concealed forever.
http://z7.invisionfree.com/Dom3mods/index.php?
|

July 1st, 2007, 01:42 AM
|
 |
National Security Advisor
|
|
Join Date: Oct 2003
Location: Helsinki, Finland
Posts: 5,425
Thanks: 174
Thanked 695 Times in 267 Posts
|
|
Re: Site-searching question
It's probably a conversion problem from the OpenOffice format to Excel, but I'm not going to fix it. I lifted the coding for site display from DrPraetorius and didn't check if it worked in Excel. If somebody wants to fix it, go right ahead.
Also, reading the Magic Sites section of the Glossary sheet should give you a good idea of what the different columns mean. The Glossary has explanations for all of the columns in all of the otehr sheets.
|

September 28th, 2007, 02:25 AM
|
Corporal
|
|
Join Date: Oct 2006
Posts: 67
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Site-searching question
It requires a slight change to the formula, basically it needs an extra IF condition for the >= test
fixed formula for row BF2:
Code:
=IF(IF(MOD($E2+32768,SiteMasks!$A$3)>=SiteMasks!$A $2,1,0)=1,"Yes","")
The formula is the same through to row BP2 but you have to replace the numbers from $A$ 3 and $A$ 2 with the numbers from the old formula. Then you can just fill down the columns.
|

September 28th, 2007, 09:30 AM
|
 |
Second Lieutenant
|
|
Join Date: Jul 2007
Location: country of stinky fromages
Posts: 564
Thanks: 29
Thanked 15 Times in 13 Posts
|
|
Re: Site-searching question
I'm not contesting your logic, but to make my mages crawl on the map seems to me quite long. If you organize your search wisely, you need one turn to move and one turn to search,whereas a mage casting search spells search every turn.
It is true it costs me a big quantity of gems.
I think that the more sites you put as a setting, the more it is viable to cast search.(the less gems it represents of your total income)
In facts, I guess it is just sheer lazyness.(cast monthly and forget..) 
__________________
10 times more numerous, by nigth and backstabbing.
Senior member of the GLIN !
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|