I already did that, its in the bottom right cornerbryguy wrote: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)
Moderator: Cartographers
oh cool, thanksBad Speler wrote:I already did that, its in the bottom right cornerbryguy wrote: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)
Code: Select all
<map>
<title>Conqueropoly</title>
<smallwidth>600</smallwidth>
<smallheight>491</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>452</smallx>
<smally>503</smally>
<largex>635</largex>
<largey>662</largey>
</coordinates>
</territory>
<territory>
<name>Profile</name>
<borders>
<border>CC</border>
<border>Card 1</border>
</borders>
<coordinates>
<smallx>398</smallx>
<smally>503</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>360</smallx>
<smally>503</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>319</smallx>
<smally>503</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>281</smallx>
<smally>503</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>241</smallx>
<smally>503</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>201</smallx>
<smally>503</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>162</smallx>
<smally>503</smally>
<largex>218</largex>
<largey>662</largey>
</coordinates>
</territory>
<territory>
<name>Score</name>
<borders>
<border>Die 1</border>
<border>Feedback</border>
</borders>
<coordinates>
<smallx>123</smallx>
<smally>503</smally>
<largex>166</largex>
<largey>662</largey>
</coordinates>
</territory>
<territory>
<name>Feedback</name>
<borders>
<border>Score</border>
<border>Assassin</border>
</borders>
<coordinates>
<smallx>84</smallx>
<smally>503</smally>
<largex>112</largex>
<largey>662</largey>
</coordinates>
</territory>
<territory>
<name>Multis</name>
<borders>
</borders>
<coordinates>
<smallx>27</smallx>
<smally>503</smally>
<largex>10</largex>
<largey>662</largey>
</coordinates>
</territory>
<territory>
<name>Assassin</name>
<borders>
<border>Web Hosting</border>
<border>Feedback</border>
</borders>
<coordinates>
<smallx>27</smallx>
<smally>435</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>27</smallx>
<smally>398</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>27</smallx>
<smally>355</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>27</smallx>
<smally>316</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>27</smallx>
<smally>277</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>27</smallx>
<smally>239</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>27</smallx>
<smally>195</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>27</smallx>
<smally>156</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>27</smallx>
<smally>121</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>27</smallx>
<smally>35</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>82</smallx>
<smally>35</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>123</smallx>
<smally>35</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>161</smallx>
<smally>35</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>201</smallx>
<smally>35</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>241</smallx>
<smally>35</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>281</smallx>
<smally>35</smally>
<largex>373</largex>
<largey>36</largey>
</coordinates>
</territory>
<territory>
<name>Rules</name>
<borders>
<border>Help</border>
<border>Advertising</border>
</borders>
<coordinates>
<smallx>319</smallx>
<smally>35</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>358</smallx>
<smally>35</smally>
<largex>479</largex>
<largey>36</largey>
</coordinates>
</territory>
<territory>
<name>Instructions</name>
<borders>
<border>Advertising</border>
<border>Attack Multis</border>
</borders>
<coordinates>
<smallx>399</smallx>
<smally>35</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>452</smallx>
<smally>35</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>452</smallx>
<smally>118</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>452</smallx>
<smally>161</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>452</smallx>
<smally>195</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>452</smallx>
<smally>239</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>452</smallx>
<smally>278</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>452</smallx>
<smally>314</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>452</smallx>
<smally>352</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>452</smallx>
<smally>397</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>452</smallx>
<smally>435</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>334</smallx>
<smally>369</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>150</smallx>
<smally>179</smally>
<largex>200</largex>
<largey>228</largey>
</coordinates>
</territory>
</map>
ok thanksColeman wrote:In your continents you have Battleships A B C & D, everywhere else you refer to them as Battleships 1 2 3 & 4.
In the xml you have (space)Battleship 1 for the territory name. You can't do that, it will be looking for _Battleship 1 instead of just Battleship 1.
I think that should fix most of it.
Code: Select all
<map>
<title>Conqueropoly</title>
<smallwidth>600</smallwidth>
<smallheight>491</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>Dice 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 1</component>
<component>Battleship 2</component>
<component>Battleship 3</component>
<component>Battleship 4</component>
</components>
<required>2</required>
</continent>
<continent>
<name>3 Battleships</name>
<bonus>3</bonus>
<components>
<component>Battleship 1</component>
<component>Battleship 2</component>
<component>Battleship 3</component>
<component>Battleship 4</component>
</components>
<required>3</required>
<overrides>
<override>2 Battleships</override>
</overrides>
</continent>
<continent>
<name>4 Battleships</name>
<bonus>5</bonus>
<components>
<component>Battleship 1</component>
<component>Battleship 2</component>
<component>Battleship 3</component>
<component>Battleship 4</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>452</smallx>
<smally>503</smally>
<largex>635</largex>
<largey>662</largey>
</coordinates>
</territory>
<territory>
<name>Profile</name>
<borders>
<border>CC</border>
<border>Card 1</border>
</borders>
<coordinates>
<smallx>398</smallx>
<smally>503</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>360</smallx>
<smally>503</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>319</smallx>
<smally>503</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>281</smallx>
<smally>503</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>241</smallx>
<smally>503</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>201</smallx>
<smally>503</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>162</smallx>
<smally>503</smally>
<largex>218</largex>
<largey>662</largey>
</coordinates>
</territory>
<territory>
<name>Score</name>
<borders>
<border>Die 1</border>
<border>Feedback</border>
</borders>
<coordinates>
<smallx>123</smallx>
<smally>503</smally>
<largex>166</largex>
<largey>662</largey>
</coordinates>
</territory>
<territory>
<name>Feedback</name>
<borders>
<border>Score</border>
<border>Assassin</border>
</borders>
<coordinates>
<smallx>84</smallx>
<smally>503</smally>
<largex>112</largex>
<largey>662</largey>
</coordinates>
</territory>
<territory>
<name>Multis</name>
<borders>
</borders>
<coordinates>
<smallx>27</smallx>
<smally>503</smally>
<largex>10</largex>
<largey>662</largey>
</coordinates>
</territory>
<territory>
<name>Assassin</name>
<borders>
<border>Web Hosting</border>
<border>Feedback</border>
</borders>
<coordinates>
<smallx>27</smallx>
<smally>435</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>27</smallx>
<smally>398</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>27</smallx>
<smally>355</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>27</smallx>
<smally>316</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>27</smallx>
<smally>277</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>27</smallx>
<smally>239</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>27</smallx>
<smally>195</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>27</smallx>
<smally>156</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>27</smallx>
<smally>121</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>27</smallx>
<smally>35</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>82</smallx>
<smally>35</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>123</smallx>
<smally>35</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>161</smallx>
<smally>35</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>201</smallx>
<smally>35</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>241</smallx>
<smally>35</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>281</smallx>
<smally>35</smally>
<largex>373</largex>
<largey>36</largey>
</coordinates>
</territory>
<territory>
<name>Rules</name>
<borders>
<border>Help</border>
<border>Advertising</border>
</borders>
<coordinates>
<smallx>319</smallx>
<smally>35</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>358</smallx>
<smally>35</smally>
<largex>479</largex>
<largey>36</largey>
</coordinates>
</territory>
<territory>
<name>Instructions</name>
<borders>
<border>Advertising</border>
<border>Attack Multis</border>
</borders>
<coordinates>
<smallx>399</smallx>
<smally>35</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>452</smallx>
<smally>35</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>452</smallx>
<smally>118</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>452</smallx>
<smally>161</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>452</smallx>
<smally>195</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>452</smallx>
<smally>239</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>452</smallx>
<smally>278</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>452</smallx>
<smally>314</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>452</smallx>
<smally>352</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>Advertising</border>
</borders>
<coordinates>
<smallx>452</smallx>
<smally>397</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>452</smallx>
<smally>435</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>334</smallx>
<smally>369</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>150</smallx>
<smally>179</smally>
<largex>200</largex>
<largey>228</largey>
</coordinates>
</territory>
</map>
The gray continent has one more border to defend than blue, but blue has one more territory in it.Keredrex wrote:so it is easier to defend the blue territ than the grey and its the same bonusGilligan wrote:Nope. They aren't adjacent.Keredrex wrote:Just noticed something... can you attack from assassin to feedback and vice versa... since you can't attack the Multis

True, but there is a bonus of -1 for the premium membership territoryKeredrex wrote:Just noticed something... can you attack from assassin to feedback and vice versa... since you can't attack the Multis
also, Unless i am wrong
the pink continent has 6 territs.. and you have to defend 4… callouts, card 3, battleship 4, Die 3… for a bonus of 4
Mods, Premium & Admins give you a bonus of 4 and
you have to defend 3 territs... seems like die 3 should go to this continent.
I know its probably too late and not a big deal but I feel that the premium should not be part of that continent and the dice should be ... you would still defend the premium but you also hold the dice bonus at bay since it would be part of it ... maybe not i guess when i play it ill see how it goes.Bad Speler wrote: True, but there is a bonus of -1 for the premium membership territory
I would do that but, im concerned with the pink continent then having only 3 borders to defend.Keredrex wrote:I know its probably too late and not a big deal but I feel that the premium should not be part of that continent and the dice should be ... you would still defend the premium but you also hold the dice bonus at bay since it would be part of it ... maybe not i guess when i play it ill see how it goes.Bad Speler wrote: True, but there is a bonus of -1 for the premium membership territory
Awesome Map dude
true but then you could change the bonus to 3 for pinkBad Speler wrote:I would do that but, im concerned with the pink continent then having only 3 borders to defend.Keredrex wrote:
I know its probably too late and not a big deal but I feel that the premium should not be part of that continent and the dice should be ... you would still defend the premium but you also hold the dice bonus at bay since it would be part of it ... maybe not i guess when i play it ill see how it goes.
Awesome Map dude