Page 9 of 27

Posted: Wed Dec 19, 2007 10:45 pm
by bryguy
wow just found a big mistake while adding the coordinates, and dont worry i fixed it

<territory>
<name>Free Army</name>
<borders>
<border>Account Name</border>
<border>Cartos</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex></largex>
<largey></largey>
</coordinates>
<neutral>3</neutral>
<bonus>1</neutral>
</territory>

Posted: Wed Dec 19, 2007 10:54 pm
by oaktown
I invite you to post info about this map in our General Discussion thread:

http://www.conquerclub.com/forum/viewto ... 596#840596

Posted: Wed Dec 19, 2007 11:01 pm
by bryguy
another thing missed: the administration territory


ill go ahead and add it in

Posted: Wed Dec 19, 2007 11:22 pm
by bryguy
ok here is the (almost) finished xml, i just have a few lines to fix

Code: Select all

<map> 
<title>Conqueropoly</title>
<smallwidth></smallwidth>
<smallheight></smallheight>
<largewidth>800</largewidth>
<largeheight>654</largeheight>
<filetype>png</filetype>

<continent>
<name>Silver</name>
<bonus>2</bonus>
<components>
<component>Profile</component>
<component>Rank</component>
<component>Card 1</component>
</components>
</continent>

<continent>
<name>Blue</name>
<bonus>2</bonus>
<components>
<component>Scoreboard</component>
<component>Score</component>
<component>Feedback</component>
<component>Die 1</component>
<component>Battleship 1</component>
</components>
</continent>

<continent>
<name>Orange</name>
<bonus>2</bonus>
<components>
<component>Assassin</component>
<component>Terminator</component>
<component>Fog of War</component>
<component> Battleship 2</component>
<component>Web Hosting</component>
</components>
</continent>

<continent>
<name>Purple</name>
<bonus>2</bonus>
<components>
<component>Private Messaging</component>
<component>Ignore List</component>
<component>Account Name</component>
<component>Card 2</component>
</components>
</continent>

<continent>
<name>Red</name>
<bonus>3</bonus>
<components>
<component>Cartos</component>
<component>Tournament Directors</component>
<component>Hunters</component>
<component>Die 2</component>
<component>Battleship 3</component>
</components>
</continent>

<continent>
<name>Green</name>
<bonus>3</bonus>
<components>
<component>Help</component>
<component>Rules</component>
<component>Instructions</component>
<component>Advertising</component>
</components>
</continent>

<continent>
<name>Pink</name>
<bonus>4</bonus>
<components>
<component>Callouts</component>
<component>Flame Wars</component>
<component>General Discussion</component>
<component>Card 3</component>
<component>Die 3</component>
<component>Battleship 4</component>
</components>
</continent>

<continent>
<name>Turquoise</name>
<bonus>4</bonus>
<components>
<component>Mods</component>
<component>Premium Membership</component>
<component>Admins</component>
</components>
</continent>

<continent>
<name>War Expenses</name>
<bonus>-1</bonus>
<components>
<component>War Expenses</component>
</components>
</continent>

<continent>
<name>Cards and Cards Deck</name>
<bonus>3</bonus>
<components>
<component>Card 1</component>
<component>Card 2</component>
<component>Card 3</component>
<component>Cards Deck</component>
</components>
</continent>

<continent>
<name>Dice and Dice Deck</name>
<bonus>3</bonus>
<components>
<component>Die 1</component>
<component>Die 2</component>
<component>Die 3</component>
<component>Die Deck</component>
</components>
</continent>

<continent>
<name>Corners</name>
<bonus>3</bonus>
<components>
<component>CC</component>
<component>Multis</component>
<component>Free Army</component>
<component>Attack Multis</component>
</components>
</continent>

<continent>
<name>2 Battleships</name>
<bonus>1</bonus>
<components>
<component>Battleship A</component>
<component>Battleship B</component>
<component>Battleship C</component>
<component>Battleship D</component>
</components>
<required>2</required>
</continent>

<continent>
<name>3 Battleships</name>
<bonus>3</bonus>
<components>
<component>Battleship A</component>
<component>Battleship B</component>
<component>Battleship C</component>
<component>Battleship D</component>
</components>
<required>3</required>
<overrides>
<override>2 Battleships</override>
</overrides>
</continent>

<continent>
<name>4 Battleships</name>
<bonus>5</bonus>
<components>
<component>Battleship A</component>
<component>Battleship B</component>
<component>Battleship C</component>
<component>Battleship D</component>
</components>
<overrides>
<override>2 Battleships</override>
<override>3 Battleships</override>
</overrides>
</continent>

<territory>
<name>CC</name>
<borders>
<border>Profile</border>
<border>Admins</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Profile</name>
<borders>
<border>CC</border>
<border>Card 1</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>535</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Card 1</name>
<borders>
<border>Profile</border>
<border>Rank</border>
<border>Cards Deck</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>482</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Rank</name>
<borders>
<border>Card 1</border>
<border>War Expenses</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>          
<largex>428</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>War Expenses</name>
<borders>
<border>Battleship 1</border>
<border>Rank</border>
<border>Web Hosting</border>
<border>Advertising</border>
<border>Premium Membership</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>377</largex>
<largey>662</largey>
</coordinates>
<neutral>1</neutral>
</territory>

<territory>
<name> Battleship 1</name>
<borders>
<border>Battleship 2</border>
<border>Battleship 3</border>
<border>Battleship 4</border>
<border>War Expenses</border>
<border>Scoreboard</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>323</largex>
<largey>662</largey>
</coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Scoreboard</name>
<borders>
<border>Battleship 1</border>
<border>Die 1</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>270</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Die 1</name>
<borders>
<border>Scoreboard</border>
<border>Score</border>
<border>Dice Deck</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>218</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Score</name>
<borders>
<border>Die 1</border>
<border>Feedback</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>166</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Feedback</name>
<borders>
<border>Score</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>112</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Multis</name>
<borders>
<border> </border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Assassin</name>
<borders>
<border>Web Hosting</border>
<border></border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>563</largey>           
</coordinates>
</territory>

<territory>
<name>Web Hosting</name>
<borders>
<border>Assassin</border>
<border>Terminator</border>
<border>War Expenses</border>
<border>Advertising</border>
<border>Premium Membership</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>508</largey> 
</coordinates>
</territory>

<territory>
<name>Terminator</name>
<borders>
<border>Web Hosting</border>
<border>Fog of War</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
 <largex>10</largex>
<largey>454</largey>
 </coordinates>
</territory>

<territory>
<name>Fog of War</name>
<borders>
<border>Terminator</border>
<border> Battleship 2</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>403</largey>
</coordinates>
</territory>

<territory>
<name>Battleship 2</name>
<borders>
<border>Battleship 1</border>
<border>Battleship 3</border>
<border>Battleship 4</border>
<border>Fog of War</border>
<border>Private Messaging</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>351</largey>
</coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Private Messaging</name>
<borders>
<border>Battleship 2</border>
<border>Card 2</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>298</largey>
</coordinates>
</territory>

<territory>
<name>Card 2</name>
<borders>
<border>Private Messaging</border>
<border>Ignore List</border>
<border>Cards Deck</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>243</largey>
</coordinates>
</territory>

<territory>
<name>Ignore List</name>
<borders>
<border>Card 2</border>
<border>Account Name</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>189</largey>
</coordinates>
</territory>

<territory>
<name>Account Name</name>
<borders>
<border>Ignore List</border>
<border>Free Army</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>138</largey>
</coordinates>
</territory>

<territory>
<name>Free Army</name>
<borders>
<border>Account Name</border>
<border>Cartos</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>36</largey>
</coordinates>
<neutral>3</neutral>
<bonus>1</bonus>
</territory>

<territory>
<name>Cartos</name>
<borders>
<border>Free Army</border>
<border>Die 2</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>111</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Die 2</name>
<borders>
<border>Cartos</border>
<border>Tournament Directors</border>
<border>Dice Deck</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>163</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Tournament Directors</name>
<borders>
<border>Die 2</border>
<border>Hunters</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>214</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Hunters</name>
<borders>
<border>Tournament Directors</border>
<border>Battleship 3</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>268</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Battleship 3</name>
<borders>
<border>Battleship 1</border>
<border>Battleship 2</border>
<border>Battleship 4</border>
<border>Hunters</border>
<border>Help</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>321</largex>
<largey>36</largey>
</coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Help</name>
<borders>
<border>Battleship 3</border>
<border>Rules</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>373</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Rules</name>
<borders>
<border>Help</border>
<border>Advertising</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>427</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Advertising</name>
<borders>
<border>Rules</border>
<border>Instructions</border>
<border>War Expenses</border>
<border>Web Hosting</border>
<border>Premium Membership</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>479</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Instructions</name>
<borders>
<border>Advertising</border>
<border>Attack Multis</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>532</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Attack Multis</name>
<borders>
<border>Multis</border>
<border>Instructions</border>
<border>Callouts</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Callouts</name>
<borders>
<border>Attack Multis</border>
<border>Flame Wars</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>139</largey>
</coordinates>
</territory>

<territory>
<name>Flame Wars</name>
<borders>
<border>Callouts</border>
<border>Card 3</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>193</largey>
</coordinates>
</territory>

<territory>
<name>Card 3</name>
<borders>
<border>Flame Wars</border>
<border>General Discussion</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>243</largey>
</coordinates>
</territory>

<territory>
<name>General Discussion</name>
<borders>
<border>Card 3</border>
<border>Battleship 4</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>297</largey>
</coordinates>
</territory>

<territory>
<name>Battleship 4</name>
<borders>
<border>Battleship 1</border>
<border>Battleship 2</border>
<border>Battleship 3</border>
<border>General Discussion</border>
<border>Die 3</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>350</largey>
</coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Die 3</name>
<borders>
<border>Battleship 4</border>
<border>Mods</border>
<border>Dice Deck</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>401</largey>
</coordinates>
</territory>

<territory>
<name>Mods</name>
<borders>
<border>Die 3</border>
<border>Premium Membership</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>458</largey>
</coordinates>
</territory>

<territory>
<name>Premium Membership</name>
<borders>
<border>Mods</border>
<border>Admins</border>
<border>War Expenses</border>
<border>Web Hosting</border>
<border>Adertising</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>506</largey>
</coordinates>
<neutral>1</neutral>
</territory>

<territory>
<name>Admins</name
<borders>
<border>CC</border>
<border>Premium Membership</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>562</largey>
</coordinates>
</territory>

<territory>
<name>Dice Deck</name>
<borders>
<border>Die 1</border>
<border>Die 2</border>
<border>Die 3</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>444</largex>
<largey>478</largey>
</coordinates>
</territory>

<territory>
<name>Cards Deck</name>
<borders>
<border>Card 1</border>
<border>Card 2</border>
<border>Card 3</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>200</largex>
<largey>228</largey>
</coordinates>
</territory>
</map>



edit: i went back through and fixed the ones that needed fixing, now im just trying to find the borders problem

Posted: Thu Dec 20, 2007 8:06 am
by bryguy
okay i went ahead and tested it, and i came up with this:

line 522: </territory> - Opening and ending tag mismatch: coordinates line 521 and territory

line 763: </territory> - Opening and ending tag mismatch: neutral line 762 and territory

line 767: <borders> - expected '>'

line 808: </map> - Opening and ending tag mismatch: neutral line 762 and map

line 809: - Premature end of data in tag territory line 747

line 809: - Premature end of data in tag coordinates line 516

line 809: - Premature end of data in tag territory line 509

line 809: - Premature end of data in tag map line 1



so if anybody knows what that means, plz tell me cause idk

Posted: Thu Dec 20, 2007 9:43 am
by yeti_c
It's fairly obvious what it means...


line 522: </territory> - Opening and ending tag mismatch: coordinates line 521 and territory


Probably means you have an opening <coordinates> tag - but no closing </coordinates> tag - in fact the next closing tag is a </territory> tag.

line 767: <borders> - expected '>'


Probably a typo...

The others will probably fix once the above is done...

If you read the error report - then look at the lines that are wrong... or perhaps the lines above... it's fairly obvious...

C.

Posted: Thu Dec 20, 2007 9:45 am
by bryguy
yeti_c wrote:It's fairly obvious what it means...


line 522: </territory> - Opening and ending tag mismatch: coordinates line 521 and territory


Probably means you have an opening <coordinates> tag - but no closing </coordinates> tag - in fact the next closing tag is a </territory> tag.

line 767: <borders> - expected '>'


Probably a typo...

The others will probably fix once the above is done...

If you read the error report - then look at the lines that are wrong... or perhaps the lines above... it's fairly obvious...

C.


oh great, so i have to count 767 lines

Posted: Thu Dec 20, 2007 9:53 am
by bryguy
okay found the line 522:

<territory>
<name>Die 2</name>
<borders>
<border>Cartos</border>
<border>Tournament Directors</border>
<border>Dice Deck</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>163</largex>
<largey>36</largey>
<coordinates>
</territory>

Posted: Thu Dec 20, 2007 9:56 am
by bryguy
okay found the line 808 problem


<territory>
<name>Premium Membership</name>
<borders>
<border>Mods</border>
<border>Admins</border>
<border>War Expenses</border>
<border>Web Hosting</border>
<border>Adertising</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>506</largey>
</coordinates>
<neutral>1<neutral>
</territory>

Posted: Thu Dec 20, 2007 9:59 am
by bryguy
okay i fixed those, and i tested it again, and now it just says


line 767: <borders> - expected '>'

Posted: Thu Dec 20, 2007 10:07 am
by bryguy
okay, this territoy i had added in and i went back through and FINALLY found it


<territory>
<name>Admins</name
<borders>
<border>CC</border>
<border>Premium Membership</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>562</largey>
</coordinates>
</territory>

Posted: Thu Dec 20, 2007 10:09 am
by bryguy
okay, now i tested it ONE LAST TIME and the only errors were that i didnt have the coordinates for the small, and since we dont HAVE a small done yet that can wait, so except for those coordinates its DONE!!!!!! (xml that is)

edit: cant test the coordinates, just tried, and nothing happened :(

well the image popped up, but no coordinates

Posted: Thu Dec 20, 2007 1:37 pm
by Bad Speler
bryguy, could you please post the xml with all the corrections done?

Posted: Thu Dec 20, 2007 3:58 pm
by bryguy
Bad Speler wrote:bryguy, could you please post the xml with all the corrections done?


oh yea sure, forgot about that

Posted: Thu Dec 20, 2007 4:07 pm
by bryguy

Code: Select all

<map> 
<title>Conqueropoly</title>
<smallwidth></smallwidth>
<smallheight></smallheight>
<largewidth>800</largewidth>
<largeheight>654</largeheight>
<filetype>png</filetype>

<continent>
<name>Silver</name>
<bonus>2</bonus>
<components>
<component>Profile</component>
<component>Rank</component>
<component>Card 1</component>
</components>
</continent>

<continent>
<name>Blue</name>
<bonus>2</bonus>
<components>
<component>Scoreboard</component>
<component>Score</component>
<component>Feedback</component>
<component>Die 1</component>
<component>Battleship 1</component>
</components>
</continent>

<continent>
<name>Orange</name>
<bonus>2</bonus>
<components>
<component>Assassin</component>
<component>Terminator</component>
<component>Fog of War</component>
<component> Battleship 2</component>
<component>Web Hosting</component>
</components>
</continent>

<continent>
<name>Purple</name>
<bonus>2</bonus>
<components>
<component>Private Messaging</component>
<component>Ignore List</component>
<component>Account Name</component>
<component>Card 2</component>
</components>
</continent>

<continent>
<name>Red</name>
<bonus>3</bonus>
<components>
<component>Cartos</component>
<component>Tournament Directors</component>
<component>Hunters</component>
<component>Die 2</component>
<component>Battleship 3</component>
</components>
</continent>

<continent>
<name>Green</name>
<bonus>3</bonus>
<components>
<component>Help</component>
<component>Rules</component>
<component>Instructions</component>
<component>Advertising</component>
</components>
</continent>

<continent>
<name>Pink</name>
<bonus>4</bonus>
<components>
<component>Callouts</component>
<component>Flame Wars</component>
<component>General Discussion</component>
<component>Card 3</component>
<component>Die 3</component>
<component>Battleship 4</component>
</components>
</continent>

<continent>
<name>Turquoise</name>
<bonus>4</bonus>
<components>
<component>Mods</component>
<component>Premium Membership</component>
<component>Admins</component>
</components>
</continent>

<continent>
<name>War Expenses</name>
<bonus>-1</bonus>
<components>
<component>War Expenses</component>
</components>
</continent>

<continent>
<name>Cards and Cards Deck</name>
<bonus>3</bonus>
<components>
<component>Card 1</component>
<component>Card 2</component>
<component>Card 3</component>
<component>Cards Deck</component>
</components>
</continent>

<continent>
<name>Dice and Dice Deck</name>
<bonus>3</bonus>
<components>
<component>Die 1</component>
<component>Die 2</component>
<component>Die 3</component>
<component>Die Deck</component>
</components>
</continent>

<continent>
<name>Corners</name>
<bonus>3</bonus>
<components>
<component>CC</component>
<component>Multis</component>
<component>Free Army</component>
<component>Attack Multis</component>
</components>
</continent>

<continent>
<name>2 Battleships</name>
<bonus>1</bonus>
<components>
<component>Battleship A</component>
<component>Battleship B</component>
<component>Battleship C</component>
<component>Battleship D</component>
</components>
<required>2</required>
</continent>

<continent>
<name>3 Battleships</name>
<bonus>3</bonus>
<components>
<component>Battleship A</component>
<component>Battleship B</component>
<component>Battleship C</component>
<component>Battleship D</component>
</components>
<required>3</required>
<overrides>
<override>2 Battleships</override>
</overrides>
</continent>

<continent>
<name>4 Battleships</name>
<bonus>5</bonus>
<components>
<component>Battleship A</component>
<component>Battleship B</component>
<component>Battleship C</component>
<component>Battleship D</component>
</components>
<overrides>
<override>2 Battleships</override>
<override>3 Battleships</override>
</overrides>
</continent>

<territory>
<name>CC</name>
<borders>
<border>Profile</border>
<border>Admins</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Profile</name>
<borders>
<border>CC</border>
<border>Card 1</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>535</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Card 1</name>
<borders>
<border>Profile</border>
<border>Rank</border>
<border>Cards Deck</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>482</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Rank</name>
<borders>
<border>Card 1</border>
<border>War Expenses</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>          
<largex>428</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>War Expenses</name>
<borders>
<border>Battleship 1</border>
<border>Rank</border>
<border>Web Hosting</border>
<border>Advertising</border>
<border>Premium Membership</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>377</largex>
<largey>662</largey>
</coordinates>
<neutral>1</neutral>
</territory>

<territory>
<name> Battleship 1</name>
<borders>
<border>Battleship 2</border>
<border>Battleship 3</border>
<border>Battleship 4</border>
<border>War Expenses</border>
<border>Scoreboard</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>323</largex>
<largey>662</largey>
</coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Scoreboard</name>
<borders>
<border>Battleship 1</border>
<border>Die 1</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>270</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Die 1</name>
<borders>
<border>Scoreboard</border>
<border>Score</border>
<border>Dice Deck</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>218</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Score</name>
<borders>
<border>Die 1</border>
<border>Feedback</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>166</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Feedback</name>
<borders>
<border>Score</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>112</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Multis</name>
<borders>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>662</largey>
</coordinates>
</territory>

<territory>
<name>Assassin</name>
<borders>
<border>Web Hosting</border>
<border>Feedback</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>563</largey>           
</coordinates>
</territory>

<territory>
<name>Web Hosting</name>
<borders>
<border>Assassin</border>
<border>Terminator</border>
<border>War Expenses</border>
<border>Advertising</border>
<border>Premium Membership</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>508</largey> 
</coordinates>
</territory>

<territory>
<name>Terminator</name>
<borders>
<border>Web Hosting</border>
<border>Fog of War</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
 <largex>10</largex>
<largey>454</largey>
 </coordinates>
</territory>

<territory>
<name>Fog of War</name>
<borders>
<border>Terminator</border>
<border> Battleship 2</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>403</largey>
</coordinates>
</territory>

<territory>
<name>Battleship 2</name>
<borders>
<border>Battleship 1</border>
<border>Battleship 3</border>
<border>Battleship 4</border>
<border>Fog of War</border>
<border>Private Messaging</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>351</largey>
</coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Private Messaging</name>
<borders>
<border>Battleship 2</border>
<border>Card 2</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>298</largey>
</coordinates>
</territory>

<territory>
<name>Card 2</name>
<borders>
<border>Private Messaging</border>
<border>Ignore List</border>
<border>Cards Deck</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>243</largey>
</coordinates>
</territory>

<territory>
<name>Ignore List</name>
<borders>
<border>Card 2</border>
<border>Account Name</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>189</largey>
</coordinates>
</territory>

<territory>
<name>Account Name</name>
<borders>
<border>Ignore List</border>
<border>Free Army</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>138</largey>
</coordinates>
</territory>

<territory>
<name>Free Army</name>
<borders>
<border>Account Name</border>
<border>Cartos</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>10</largex>
<largey>36</largey>
</coordinates>
<neutral>3</neutral>
<bonus>1</bonus>
</territory>

<territory>
<name>Cartos</name>
<borders>
<border>Free Army</border>
<border>Die 2</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>111</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Die 2</name>
<borders>
<border>Cartos</border>
<border>Tournament Directors</border>
<border>Dice Deck</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>163</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Tournament Directors</name>
<borders>
<border>Die 2</border>
<border>Hunters</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>214</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Hunters</name>
<borders>
<border>Tournament Directors</border>
<border>Battleship 3</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>268</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Battleship 3</name>
<borders>
<border>Battleship 1</border>
<border>Battleship 2</border>
<border>Battleship 4</border>
<border>Hunters</border>
<border>Help</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>321</largex>
<largey>36</largey>
</coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Help</name>
<borders>
<border>Battleship 3</border>
<border>Rules</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>373</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Rules</name>
<borders>
<border>Help</border>
<border>Advertising</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>427</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Advertising</name>
<borders>
<border>Rules</border>
<border>Instructions</border>
<border>War Expenses</border>
<border>Web Hosting</border>
<border>Premium Membership</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>479</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Instructions</name>
<borders>
<border>Advertising</border>
<border>Attack Multis</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>532</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Attack Multis</name>
<borders>
<border>Multis</border>
<border>Instructions</border>
<border>Callouts</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>36</largey>
</coordinates>
</territory>

<territory>
<name>Callouts</name>
<borders>
<border>Attack Multis</border>
<border>Flame Wars</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>139</largey>
</coordinates>
</territory>

<territory>
<name>Flame Wars</name>
<borders>
<border>Callouts</border>
<border>Card 3</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>193</largey>
</coordinates>
</territory>

<territory>
<name>Card 3</name>
<borders>
<border>Flame Wars</border>
<border>General Discussion</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>243</largey>
</coordinates>
</territory>

<territory>
<name>General Discussion</name>
<borders>
<border>Card 3</border>
<border>Battleship 4</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>297</largey>
</coordinates>
</territory>

<territory>
<name>Battleship 4</name>
<borders>
<border>Battleship 1</border>
<border>Battleship 2</border>
<border>Battleship 3</border>
<border>General Discussion</border>
<border>Die 3</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>350</largey>
</coordinates>
<neutral>2</neutral>
</territory>

<territory>
<name>Die 3</name>
<borders>
<border>Battleship 4</border>
<border>Mods</border>
<border>Dice Deck</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>401</largey>
</coordinates>
</territory>

<territory>
<name>Mods</name>
<borders>
<border>Die 3</border>
<border>Premium Membership</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>458</largey>
</coordinates>
</territory>

<territory>
<name>Premium Membership</name>
<borders>
<border>Mods</border>
<border>Admins</border>
<border>War Expenses</border>
<border>Web Hosting</border>
<border>Adertising</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>506</largey>
</coordinates>
<neutral>3</neutral>
<bonus>-1</bonus>
</territory>

<territory>
<name>Admins</name>
<borders>
<border>CC</border>
<border>Premium Membership</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>635</largex>
<largey>562</largey>
</coordinates>
</territory>

<territory>
<name>Dice Deck</name>
<borders>
<border>Die 1</border>
<border>Die 2</border>
<border>Die 3</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>444</largex>
<largey>478</largey>
</coordinates>
</territory>

<territory>
<name>Cards Deck</name>
<borders>
<border>Card 1</border>
<border>Card 2</border>
<border>Card 3</border>
</borders>
<coordinates>
<smallx></smallx>
<smally></smally>
<largex>200</largex>
<largey>228</largey>
</coordinates>
</territory>
</map>

Posted: Thu Dec 20, 2007 4:16 pm
by Bad Speler
Just a few more errors i found using the xml checker...

it gives me an error with the multis territory. Getting rid of the <border> and </border> tags gets rid of the error. Also, you have an empty <border></border> tags for the Assassin territory.

Posted: Thu Dec 20, 2007 4:24 pm
by bryguy
Bad Speler wrote:Just a few more errors i found using the xml checker...

it gives me an error with the multis territory. Getting rid of the <border> and </border> tags gets rid of the error. Also, you have an empty <border></border> tags for the Assassin territory.


ok thanks, for the multis territory i had asked about that and nobody answered, and the other is an easy fix

edit: the empty <border> tag in Assassin was supposed to have Feedback in it, so i fixed that

Posted: Thu Dec 20, 2007 8:01 pm
by Bad Speler
Image with coordinates:

Image

Changes to the actual image:

- Flipped the upper corners' text.
- Flipped the Free Army Graphic
- Moved a few graphics and text so that the army numbers aren't on top of them.

edit: bryguy, could you make premium membership have a neutral of 3 to make that continent a bit harder to conquer, and the same with War expenses to make the grey continent easier to defend?

Posted: Thu Dec 20, 2007 8:08 pm
by Gilligan
It's a negative continent, so it should only be a -1, like the Aliens in Conquer Man.

Posted: Thu Dec 20, 2007 8:12 pm
by Bad Speler
Gilligan wrote:It's a negative continent, so it should only be a -1, like the Aliens in Conquer Man.

True...but here theyre in fairly key spots...i'm not really sure anymore

Posted: Thu Dec 20, 2007 8:15 pm
by Gilligan
If anything, Premium Membership could be a 3 because it's part of another bonus, but War Expenses should definitely stay at a 1 because it's not in another continent.

Posted: Thu Dec 20, 2007 8:27 pm
by Bad Speler
Gilligan wrote:If anything, Premium Membership could be a 3 because it's part of another bonus, but War Expenses should definitely stay at a 1 because it's not in another continent.

Good idea

Posted: Thu Dec 20, 2007 9:21 pm
by bryguy
Bad Speler wrote:
Gilligan wrote:If anything, Premium Membership could be a 3 because it's part of another bonus, but War Expenses should definitely stay at a 1 because it's not in another continent.

Good idea


ok, ill change that, just be sure to start on the small sometime

Posted: Thu Dec 20, 2007 9:23 pm
by bryguy
Bad Speler wrote:
Gilligan wrote:It's a negative continent, so it should only be a -1, like the Aliens in Conquer Man.

True...but here theyre in fairly key spots...i'm not really sure anymore


and the difference between premium membership and the aliens on c-man is that u lose one ON the territory for premium membership, in c-man it just takes one army out of the amount u get

Posted: Thu Dec 20, 2007 9:27 pm
by bryguy
things left to do:


add our names on it and say next to them what we did, so like Bad Speler and next to it graphics or the abbrieviation for it, and for me and gill xml8)


get it quenched





note: i add the neutral 3 code into the last code that i had up there