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 OSI 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:
Find:
and replace with:
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 OSI 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 Titles
- Greek Names
- Druid Names
- Graveyard names (for snow globes)
- Expanded Elf Names
- Expanded Gargoyle and Gargoyle Vendor Names
- Expanded Savage Rider Names
- Expanded Golem Controller Names
Find:
Code:
this.Name = "a juka lord";
and replace with:
Code:
this.Name = NameList.RandomName("juka");
this.Title = "the juka lord";