Message presented on Max level

Posted by Edgeofforever on Thu 14 Oct 2004 06:01 PM — 8 posts, 25,464 views.

#0
Where is the message printed out to the player when they reach the maximum level set for the mud? I can't seem to find it anywhere.
#1
Uhm.. with SMAUG i'm not sure there is a message that outputs, cept for hitting avatar or immortal, and that might only be when your advanced, you could always add an ifcheck for whatever your max level is in update.c in the function "do_advance". You didn't say if you wanted it immortal or mortal either :/.
#2
I meant avatar level, the message given when you reach avatar. I can't find that code anywhere.
#3
Then you're probably looking for something along the lines of this? EdgeofForever has just achieved Avatarhood! If so that's in update.c in function advance_level.
#4
Thats it exactly, thanks!
#5
One other question, sorry about this, Which is the file that runs first, ie which file asks for the input of the name and password?
#6
Are you thinking of the intro screen? If so you can edit that with "hedit greeting" when you're on the mud, "hset save" after you change it up. But if you want to change the whole login section, you'd have to code it in. comm.c in the nanny function. Hope that helps.
#7
The nanny function is exactly what I needed, Thanks very much.