whitelist format question

gibbons

Active Member
I am trying to get the whitelist set up but I don't understand the formatting as the wiki doesn't explain it very well. also I am not familiar at all with xml. I checked a recent thread with the same problem and it did not fix the problem
<code><?xml version='1.0' encoding='UTF-8'?><br />
<InnerSpaceSettings><br />
<Set Name="Pilots"><br />
<Setting Name="Sample_Pilot">0</Setting><br />
</Set><br />
<Set Name="Corporations"><br />
<Setting Name="Sample_Corporation">0</Setting><br />
</Set><br />
<Set Name="Alliances"><br />
<Setting Name="Sample_Alliance">0</Setting><br />
</Set><br />
</InnerSpaceSettings><br />
</code>
I am trying to add multiple alliances but I follow the directions exactly on the wiki and it doesn't stop the bot from warping out. i tried formating it like this
<code><?xml version='1.0' encoding='UTF-8'?><br />
<InnerSpaceSettings><br />
<Set Name="Pilots"><br />
<Setting Name="Sample_Pilot">0</Setting><br />
</Set><br />
<Set Name="Corporations"><br />
<Setting Name="Sample_Corporation">0</Setting><br />
</Set><br />
<Set Name="Alliances"><br />
<Setting Name="example1">1111</Setting><br />
<Setting Name="example2">2222</Setting>
</Set><br />
</InnerSpaceSettings><br />
</code>
and it doesn't work. that was the way I figured it needed to be but obviously it is not. could anyone help me with the formatting of how this needs to be?
 
Top Bottom