Sirenix submitted a new resource:

Custom expanded names.xml - More unique names for NPC's and Monsters.

OVERVIEW:
This is just an expanded name list i been tinkering with over the years. I like a good role play environment, and lets face it EA does not take the care and the time needed to create the names of the newer npc's and monsters that it use too. Having 3 people in the same room named the same thing is rather tacky, and can get confusing in the heat of battle. the list includes:
  • Paladin Names and Titles
  • Meer and Juka Names
  • Drow and Drow Lord Names
  • Gladiator Names and...

Read more about this resource...
 
There may be a small conflict with the XMLTextReader and this file. I'll have to tinker with it and see what is up. Im not real familiar with how the XML reader works. It didn't give me the warning again after I restarted the shard. Not sure whats up. if someone can let me know whats up i'll try to fix it.

***EDIT*** I guess I need to read up on the XML tutorials but, here is the warning:
Code:
05:41:23 Warning: Exception caught loading name lists:
05:41:23 System.Xml.XmlException: The 'names' start tag on line 2 position 2 doe
s not match the end tag of 'namelist'. Line 343, position 4.
  at System.Xml.XmlTextReaderImpl.Throw(Exception e)
  at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
  at System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag)
  at System.Xml.XmlTextReaderImpl.ParseEndElement()
  at System.Xml.XmlTextReaderImpl.ParseElementContent()
  at System.Xml.XmlTextReaderImpl.Read()
  at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
  at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
  at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean prese
rveWhitespace)
  at System.Xml.XmlDocument.Load(XmlReader reader)
  at System.Xml.XmlDocument.Load(String filename)
  at Server.NameList.Load(String filePath)
  at Server.NameList..cctor()
 
Last edited:
Back