Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Tools

Archive::Tools Archive area for Tools's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 05-15-2002, 02:18 AM
Malevolent
Hill Giant
 
Join Date: Mar 2002
Posts: 171
Default Name generation

Example class usage:
Code:
	MakeName* mn= new MakeName();

		printf("\n1. DarkElf: %s",mn->GetDarkElfName());
		printf("\n2. HighElf: %s",mn->GetHighElfName());
		printf("\n3. WoodElf: %s",mn->GetWoodElfName());
		printf("\n4. HalfElf: %s",mn->GetHalfElfName());
		printf("\n5. Dwarf: %s",mn->GetDwarfName());
		printf("\n6. Iksar: %s",mn->GetIksarName());
		printf("\n7. Orc: %s",mn->GetOrcName());
		printf("\n8. Goblin: %s",mn->GetGoblinName());
		printf("\n9. Generic: %s",mn->GetGenericName());
		printf("\n10. Item: %s",mn->GetItemName());
		printf("\n11. Inn: %s",mn->GetInnName());
		printf("\n12. Human: %s",mn->GetHumanMaleName());
		printf("\n13. Female: %s",mn->GetHumanFemaleName());		
		printf("\n13. Gnome: %s",mn->GetGnomeName());
		printf("\n14. Erudite: %s",mn->GetEruditeName());
		printf("\n15. Barbarian: %s",mn->GetBarbarianName());
		printf("\n16. Vah'Shir: %s",mn->GetVahShirName());
		

	delete[] mn;
Example output from class
Code:
1. DarkElf: Valobaryn
2. HighElf: Rarandra
3. WoodElf: Thrarandil
4. HalfElf: Rararil
5. Dwarf: Raran
6. Iksar: Friweard
7. Orc: Vogdush
8. Goblin: Motherlover
9. Generic: Horsteadtha
10. Item: Flail of Speed
11. Inn: Dirty Monk
12. Human: Ethirenad
13. Female: Eraometh
13. Gnome: Sirodyne
14. Erudite: Lysiana
15. Barbarian: Iladulk
16. Vah'Shir: Fainairna


1. DarkElf: Naneria
2. HighElf: Unong
3. WoodElf: Eoworiand
4. HalfElf: Unombor
5. Dwarf: Malin
6. Iksar: Folclaf
7. Orc: Pradash
8. Goblin: Axewalker
9. Generic: Nygantim
10. Item: Halberd of Valor
11. Inn: Gilded Pit
12. Human: Ceigord
13. Female: Chenna
13. Gnome: Erminnor
14. Erudite: Lyndela
15. Barbarian: Akehtek
16. Vah'Shir: Hjaast
Some TODOs:
Code needs cleaned up in a major way :)
(I apologize in advance for its fugliness)
Would be nice to be able to configure things externally

Attached:
Source and name files

Creds:
Based on the GPL'd sorta ANSI C implementation of Kimmo Kulovesi 1998. Thanks to Waeric for point it out :)

--MV
Reply With Quote
  #2  
Old 05-16-2002, 08:27 AM
Zio
Hill Giant
 
Join Date: Mar 2002
Posts: 179
Default

Cool
__________________
death
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 04:53 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3