Register to post in forums, or Log in to your existing account
 

Play RetroMUD
Post new topic  Reply to topic     Home » Forums » Finished MUD Scripts
illyism
Wanderer


Joined: 09 Dec 2007
Posts: 58

PostPosted: Wed Apr 23, 2008 4:01 pm   

Avalon: nickname generator
 
I based this on an old and broken script found somewhere in this forum.
You can adjust the NM alias to your liking, for any other mud.

Use the NM alias to get everything working.

#CLASS {thief}
#VAR zx_namegen_male_start {<Array>|A|Ab|Ac|Ad|Af|Agr|Ast|As|Al|Adw|Adr|Ar|B|Br|C|C|C|Cr|Ch|Cad|D|Dr|Dw|Ed|Eth|Et|Er|El|Eow|F|Fr|G|Gr|Gw|Gw|Gal|Gl|H|Ha|Ib|J|Jer|K|Ka|Ked|L|Loth|Lar|Leg|M|Mir|N|Nyd|Ol|Oc|On|P|Pr|Q|R|Rh|S|Sev|T|Tr|Th|Th|Ul|Um|Un|V|Y|Yb|Z|W|W|Wic}
#VAR zx_namegen_male_mid {<Array>|a|ae|ae|au|ao|are|ale|ali|ay|ardo|e|edri|ei|ea|ea|eri|era|ela|eli|enda|erra|i|ia|ie|ire|ira|ila|ili|ira|igo|o|oha|oma|oa|oi|oe|ore|u|y}
#VAR zx_namegen_male_end {<Array>| | | | | | | |a|and|b|bwyn|baen|bard|c|ch|can|d|dan|don|der|dric|dus|f|g|gord|gan|han|har|jar|jan|k|kin|kith|kath|koth|kor|kon|l|li|lin|lith|lath|loth|ld|ldan|m|mas|mos|mar|mond|n|nydd|nidd|nnon|nwan|nyth|nad|nn|nnor|nd|p|r|red|ric|rid|rin|ron|rd|s|sh|seth|sean|t|th|th|tha|tlan|trem|tram|v|vudd|w|wan|win|win|wyn|wyn|wyr|wyr|wyth}
#CLASS 0
#CLASS {thief|disguise}
#ALIAS nm {
name myself %arrget( zx_namegen_male_start, %random( 1, 50))%arrget( zx_namegen_male_mid, %random( 1, 50))%arrget( zx_namegen_male_end, %random( 1, 50))
name myself %arrget( zx_namegen_male_start, %random( 1, 50))%arrget( zx_namegen_male_mid, %random( 1, 50))%arrget( zx_namegen_male_end, %random( 1, 50))
name myself %arrget( zx_namegen_male_start, %random( 1, 50))%arrget( zx_namegen_male_mid, %random( 1, 50))%arrget( zx_namegen_male_end, %random( 1, 50))
assume nickname
}
#VAR nameme {}
#VAR namenext {0}
#CLASS 0

firstage.net:23
Reply with quote
Tharius
Beginner


Joined: 15 Apr 2013
Posts: 24

PostPosted: Fri May 10, 2013 1:26 pm   Thanks!
 
Made a few minor modifications to the array definitions using %array and commas between elements, but otherwise still a useful script.

Thanks!
Reply with quote
Display posts from previous:   
Post new topic   Reply to topic     Home » Forums » Finished MUD Scripts All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

© 2009 Zugg Software. Hosted by Wolfpaw.net