When trying to load From svn Megser's quest 1-10 hutta Dark....i ve an error : Failed to load profile: La valeur demand?e 'Spy' est introuvable. - Line: 25
The part of the xml where we can find the error is
<Trainers>
<!-- Bounty Hunter -->
<Hotspot Name="Zinny" Class="BountyHunter" X="-44.4557" Y="1.612185" Z="52.2081" />
<!-- Imperial Agent -->
<Hotspot Name="Lycus Mattle" Class="Spy" X="-48.7456" Y="1.698124" Z="50.5065" />
</Trainers>
Tried to change this to
<Trainer Class="Spy" Name="Lycus Mattle" X="-48.7456" Y="1.698124" Z="50.5065" />
No chance.....Same error again.
Can anyone help me out ?
EDIT:
Change the class "Spy" to "Agent" made the trick ^^
The part of the xml where we can find the error is
<Trainers>
<!-- Bounty Hunter -->
<Hotspot Name="Zinny" Class="BountyHunter" X="-44.4557" Y="1.612185" Z="52.2081" />
<!-- Imperial Agent -->
<Hotspot Name="Lycus Mattle" Class="Spy" X="-48.7456" Y="1.698124" Z="50.5065" />
</Trainers>
Tried to change this to
<Trainer Class="Spy" Name="Lycus Mattle" X="-48.7456" Y="1.698124" Z="50.5065" />
No chance.....Same error again.
Can anyone help me out ?
EDIT:
Change the class "Spy" to "Agent" made the trick ^^
Last edited: