TRE QSTFileType
From SWGANH Wiki
Revision as of 05:22, 12 June 2007 by Exca (Talk | contribs) (New page: QueST files are the new version of quests that appear with publish 10 when SOE introduced the journal in the game. <pre> <?xml version="1.0"?> <quest version="1.0" > <tasks availabl...)
QueST files are the new version of quests that appear with publish 10 when SOE introduced the journal in the game.
<?xml version="1.0"?>
<quest version="1.0" >
<tasks availableId="" >
<task type="" id="" name="" taskOnFail="" >
<data value="" name="" />
<data value="" name="" />
<data value="" name="" />
...
<task type="" id="" name="" taskOnFail="" >
<data value="" name="" />
<data value="" name="" />
<data value="" name="" />
...
</task>
</task>
</tasks>
<list>
<data value="" name="" />
<data value="" name="" />
<data value="" name="" />
...
</list>
</quest>