[Help] White List

eve player

Active Member
ok, so I can get 1 alliance to be recognized in my whitelist, but I can't get a second to be recognized.

Lets say I have 2 alliances with ID# as follows

State War Alliance - 11111111
Perkone Alliance - 22222222

How would I write the code in my white list XML to let both alliances be excluded?



<?xml version='1.0' encoding='UTF-8'?>
<!-- Generated by LavishSettings v2 -->
<InnerSpaceSettings>

<Set Name="alliances">
<Setting Name="State War">11111111</Setting>

<Setting Name="Perkone">222222222</Setting>
</Set>
</InnerSpaceSettings>
Just for reference this is what I have in there, with alliance names and ID's changed of course
 
Last edited:

Bumbulla

Active Member
<?xml version='1.0' encoding='UTF-8'?>
<!-- Generated by LavishSettings v2 -->
<InnerSpaceSettings>
<Set Name="Alliances">
<Setting Name="sample1">1111111111</Setting>
<Setting Name="sample2">2222222222</Setting>
<Setting Name="sample3">3333333333</Setting>
</Set>
<Set Name="Pilots">
<Setting Name="Sample_Pilot_Comment">0</Setting>
</Set>
<Set Name="Corporations">
<Setting Name="Sample_Corporation_Comment">0</Setting>
</Set>
</InnerSpaceSettings>

That works for me.
 

Razzoo

Member
Ok, I seem to be a complete idiot on this .. I am trying to setup my list ofc, and here is what I have - there must be a typo my non script dude self is missing - also, I am using notepad to edit..

Goal - Whitelist based on Alliance only -

Dir:
C:\Program Files (x86)\InnerSpace\Scripts\EVEBot\Branches\Stable\config

File: XXXX XXXX Whitelist.xml


<?xml version='1.0' encoding='UTF-8'?>
<!-- Generated by LavishSettings v2 -->
<InnerSpaceSettings>
<Set Name="Alliances">
<Setting Name="NAME_TYPED_HERE">999999999</Setting>
</Set>
<Set Name="Pilots">
<Setting Name="Sample_Pilot_Comment">9999999999</Setting>
</Set>
<Set Name="Corporations">
<Setting Name="Sample_Corporation_Comment">9999999999</Setting>
</Set>
</InnerSpaceSettings>


thank you in advance for any help
 
Last edited:

Razzoo

Member
got answer on IRC -

For other newbies like me - STOP the EvEbot client, edit, the n restart evebot.. perfect
 
Top Bottom