I’ve taken to playin Dungeon Runners as of late, trying to scratch that itch that leaving WoW created. Actually, I’m quite happy to be done with WoW, and Dungeon Runners is casual enough that I can play and not get pressured into sticking on for long hours for “Just one more Ony raid”. In addition, Dungeon Runners is free, so long as you put up with ads you barely even notice!
As always I get distracted from playing games by writing stuff for them and DR is no different. They just released a service where you can nab an XML version of a player’s data and though it has some bugs its quite a yummy service. I spent the day hacking up a viewer for it, and this is what I came up with:
http://threeplanetssoftware.com/software/dr/
Its fairly empty right now, but the character stuff works as well as NCSoft will allow. In fact better, as I’ve solved an issue the other developers of these viewers hasn’t, the fact that some icons have the wrong name. So, anywho if you want to see it work, you could check my stats: the character’s name is Segfault.
Oh and just to satisfy the geeks out there: This is built in PHP, using simplexml to chew though the data. Pretty URLs are (obviously) done with mod_rewrite and javascript on the form. Tooltips are made using the Walter Zorn tooltip library.