Well if you could give me basic info for the xml standard we could create.
I can actually start if wanted will first just make a small list to show a sample.
Although as npc's move mobs etc.
It will give duplicates will check if i can see if a npc is killable.
And if it moves.
btw there is also a message a npc can say random messages.
those should also be saved so in the xml format there should be room for more then 1 msg.
you could do if y > newY -5 etc and the id + info = the same merge the npc.
But should should be done after a decent list has been build.
So we can merge different lists into 1 big list containing most npc's.
will check if i can get the region as that would also help :).
Code:
writeOut.write("INSERT INTO npcList VALUES('"
+ newNPC.getID() + "','" + newNPC.getName()
+ "','" + newNPC.getLevel() + "','"
+ newNPC.getLocation() + "','" + actionList
+ "','" + newNPC.getMessage() + "','"
+ newNPC.getOrientation() + "')\n");
not quite sure yet what orientation is for.