SWTOR_Miner is active again with a new data-dump of the lats balance change included. I hope they add more changes then this because this will not change much. 5z1ig
The data mind info also contains some new in-game posters advertising the expansion “Galactic Starfighter”
Serve our Empire Destroy our Enemies
Starfighter Pilots the Empire Needs You
Protect the Republic Become a Starfighter Pilot
Fly With the Best Sign Up Now
Below are the complete data-dump:
I’m going to be switching up the format from the normal text to xml. The reason being that it’s about 1000x easier to compare xml elements than a raw text file, and maybe 100x less memory intensive.
At some point I’m going to write a parser to format these into html. Right now, I’m focusing on This time round I bring you a preview of my Achievements, Quest, Codex, and Npc parsers.
Also, I’m a huge moron. I was trying to sift out just the new stuff from the 2.4 stuff that got patched out and back into the PTS between these last two builds. Then I realized I could just perform a second comparison to the 2.4 build on the Live Client. Which took all of about 5 minutes.
DOH!
New/Changed Items – Slightly Easier to read test version
New/Changed Npcs – File exceeded the Pastebin limit, so it’s a sendspace link. Click only the link with the text “Click here to start from sendspace”
New/Changed Abilities – Same as the link above. Click only the link with the text “Click here to start from sendspace”
New/Changed Achievements – This is my newest parser and is full of incomplete/duplicate information, but it should give you a general idea.
The single new/changed Codex Entry:
<Codex Id=”773787″>
<Title>Tracker</Title>
<NodeId>16140934363568171908</NodeId>
<CategoryId>836144233200298</CategoryId>
<ClassRestricted>false</ClassRestricted>
<Faction>None</Faction>
<Fqn>cdx.titles.mtx.tracker</Fqn>
<Level>1</Level>
<Text>You received this title from a Tracker’s Bounty Pack.</Text>
</Codex>
Have at it guys. Let’s see if you come up with the same stuff I did.