PDA

View Full Version : Parsing and multiple weapons/powers entry



Nilliom
January 17th, 2012, 00:54
Hi

I have mostly parsed all the books, and this has the effects that for each time that an NPC exist in one of the open module, I get one of the line of the weapons or powers to multiply. For example on a Human Berseker I get to have 4 GreatAxe entry, 4 handAxe entry, and 4 Battle Fury entry.

Have I done something wrong or do you have the same thing?

Griogre
January 17th, 2012, 02:33
Make sure you have Unique Modestrings. The parser says these are optional but that is not really true if you have more than one module. All you have to do is reparse you don't have to rescrape. I use things like PH, PH2, MM, MM2, MV, MVNV. Don't put any spaces in the string or start with a number because it is an XML element if you know what that is.

Nilliom
January 17th, 2012, 13:28
Thanks for your help