Trainer Search

Tenciu

New Member
Joined
May 6, 2014
Messages
6
Reaction score
4
Exactly what john83201 say. and make sure you change this line for example
<faction id="argon">
<relations>
<relation faction="alliance" relation="0.1"/>
<relation faction="antigone" relation="0.67"/>
<relation faction="criminal" relation="-0.5"/>
<relation faction="holyorder" relation="-0.1"/>
<relation faction="khaak" relation="-1"/>
<relation faction="scaleplate" relation="-0.1"/>
<relation faction="smuggler" relation="-0.06"/>
<relation faction="teladi" relation="0.1"/>
<relation faction="xenon" relation="-1"/>
<booster faction="player" relation="1" time="2677.592"/>
change <booster faction="player" relation="1" time="2677.592"/>
at first it was <booster faction="player" relation="0.000234" time="2677.592"/> or similar to this just change it to 1(0.000234)or whatever number you have or any faction.Hope it helps.PS for me it was line 157.
 

Anteaus

New Member
Joined
Nov 10, 2015
Messages
1
Reaction score
0
would be awesome if you can tell us the url
 
Last edited:

Vojta C-A-I-S

Master Donor
Joined
Jun 1, 2014
Messages
6
Reaction score
1
Exactly what john83201 say. and make sure you change this line for example
<faction id="argon">
<relations>
<relation faction="alliance" relation="0.1"/>
<relation faction="antigone" relation="0.67"/>
<relation faction="criminal" relation="-0.5"/>
<relation faction="holyorder" relation="-0.1"/>
<relation faction="khaak" relation="-1"/>
<relation faction="scaleplate" relation="-0.1"/>
<relation faction="smuggler" relation="-0.06"/>
<relation faction="teladi" relation="0.1"/>
<relation faction="xenon" relation="-1"/>
<booster faction="player" relation="1" time="2677.592"/>
change <booster faction="player" relation="1" time="2677.592"/>
at first it was <booster faction="player" relation="0.000234" time="2677.592"/> or similar to this just change it to 1(0.000234)or whatever number you have or any faction.Hope it helps.PS for me it was line 157.
Thank you that works :D
 
Top