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

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

Reply
 
Thread Tools Display Modes
  #1  
Old 05-06-2002, 07:17 AM
SpyFlyBoy
Fire Beetle
 
Join Date: May 2002
Posts: 1
Default Titles for 60+?

I was wondering if it is at all possible to make it so people titles change again at 61, 71, 81, 91, 100 (or somthing along those lines). I dont know much about the code for the EMU but I just thought I would make the suggestion =)
Reply With Quote
  #2  
Old 05-06-2002, 09:54 AM
Baron Sprite's Avatar
Baron Sprite
Dragon
 
Join Date: Jan 2002
Posts: 708
Default

yeah that's easy to do, what I was doing before my weekend somehow went away was adding gender to them, what you would do is just something like:
Code:
		case CLERIC:
		        if (level >= 70)
				return "Disciple of Marr";
                        else if (level >= 60)
				return "High Priest";
			else if (level >= 55)
				return "Templar";
			else if (level >= 51)
				return "Vicar";
			else
				return "Cleric";
in your classes.cpp in the world workspace then recompile... pretty easy :p

do it minus the lame spacing of course
__________________
Waking up in the morgue is pretty harsh, but it beats being dead.
Begun, this irc stat war has.
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 11:55 AM.


 

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