Go Back   EQEmulator Home > EQEmulator Forums > General > General::General Discussion

General::General Discussion General discussion about EverQuest(tm), EQEMu, and related topics.
Do not post support topics here.

Reply
 
Thread Tools Display Modes
  #1  
Old 06-29-2011, 06:24 PM
liquest
"Special" Member
 
Join Date: Jul 2007
Posts: 373
Default can you customize GM title names?

When you type /who all GM and you see *GM-Admin* John_Doe

Can you customize the in game title itself or is that hard coded
__________________
Also Knows as Tavish

Liquest Auctions, WTB AA's up to the current compatable clients PST with offer.

"A casual stroll through a lunatic asylum shows that faith does not prove anything." ~Fredrick Nietzsche

"Insanity: doing the same thing over and over again and expecting different results.." ~Albert Einstein
Reply With Quote
  #2  
Old 06-29-2011, 06:37 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

Quote:
Originally Posted by liquest View Post
When you type /who all GM and you see *GM-Admin* John_Doe

Can you customize the in game title itself or is that hard coded
Yes, it's located in clientlist.cpp:

Code:
	if (cle->Admin() >=250)
				strcpy(tmpgm, "* GM-Impossible * ");
			else if (cle->Admin() >= 200)
				strcpy(tmpgm, "* GM-Mgmt * ");
			else if (cle->Admin() >= 180)
				strcpy(tmpgm, "* GM-Coder * ");
			else if (cle->Admin() >= 170)
				strcpy(tmpgm, "* GM-Areas * ");
			else if (cle->Admin() >= 160)
				strcpy(tmpgm, "* QuestMaster * ");
			else if (cle->Admin() >= 150)
				strcpy(tmpgm, "* GM-Lead Admin * ");
			else if (cle->Admin() >= 100)
				strcpy(tmpgm, "* GM-Admin * ");
			else if (cle->Admin() >= 95)
				strcpy(tmpgm, "* GM-Staff * ");
			else if (cle->Admin() >= 90)
				strcpy(tmpgm, "* EQ Support * ");
			else if (cle->Admin() >= 85)
				strcpy(tmpgm, "* GM-Tester * ");
			else if (cle->Admin() >= 81)
				strcpy(tmpgm, "* Senior Guide * ");
			else if (cle->Admin() >= 80)
				strcpy(tmpgm, "* QuestTroupe * ");
			else if (cle->Admin() >= 50)
				strcpy(tmpgm, "* Guide * ");
			else if (cle->Admin() >= 20)
				strcpy(tmpgm, "* Apprentice Guide * ");
			else if (cle->Admin() >= 10)
				strcpy(tmpgm, "* Steward * ");
Reply With Quote
  #3  
Old 06-29-2011, 07:31 PM
liquest
"Special" Member
 
Join Date: Jul 2007
Posts: 373
Default

So if i were to change this the titles of the GM's in the game can be like Nooblet or BAMF-Coder? or whatever i please
__________________
Also Knows as Tavish

Liquest Auctions, WTB AA's up to the current compatable clients PST with offer.

"A casual stroll through a lunatic asylum shows that faith does not prove anything." ~Fredrick Nietzsche

"Insanity: doing the same thing over and over again and expecting different results.." ~Albert Einstein
Reply With Quote
  #4  
Old 06-29-2011, 07:50 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

Quote:
Originally Posted by liquest View Post
So if i were to change this the titles of the GM's in the game can be like Nooblet or BAMF-Coder? or whatever i please
Yeah I guess if you really want to go there.
Reply With Quote
  #5  
Old 06-29-2011, 10:26 PM
liquest
"Special" Member
 
Join Date: Jul 2007
Posts: 373
Default

i mainly wanted to get a *Donator* GM tag on players when they /who all....will all players see it or do they have to download a file
__________________
Also Knows as Tavish

Liquest Auctions, WTB AA's up to the current compatable clients PST with offer.

"A casual stroll through a lunatic asylum shows that faith does not prove anything." ~Fredrick Nietzsche

"Insanity: doing the same thing over and over again and expecting different results.." ~Albert Einstein
Reply With Quote
  #6  
Old 06-30-2011, 12:10 PM
Secrets's Avatar
Secrets
Demi-God
 
Join Date: May 2007
Location: b
Posts: 1,450
Default

Quote:
Originally Posted by liquest View Post
i mainly wanted to get a *Donator* GM tag on players when they /who all....will all players see it or do they have to download a file
They see it without a file download. To see it on the local /who in titanium, you'll need to setup an eqstr_us.txt file with the custom ranks.

Also, those titles do not show up on /who all or /who in SoF/SoD by default, you'll have to edit that in once it comes back from world. (preferrably in world, too.)
Reply With Quote
  #7  
Old 05-28-2019, 01:37 PM
strugglegenerator's Avatar
strugglegenerator
Hill Giant
 
Join Date: May 2012
Location: Minnesota
Posts: 231
Default

Where exactly is the clientlist.cpp? I can't seem to find it on the client side or server side.
Reply With Quote
  #8  
Old 05-28-2019, 02:38 PM
Maze_EQ
Demi-God
 
Join Date: Mar 2012
Posts: 1,106
Default

Quote:
Originally Posted by strugglegenerator View Post
Where exactly is the clientlist.cpp? I can't seem to find it on the client side or server side.
Holy fuckin necro.

It's in the source files when you compile.

It's not included in Akkadius Repack.
__________________
"No, thanks, man. I don't want you fucking up my life, too."

Skype:
Comerian1
Reply With Quote
  #9  
Old 05-28-2019, 02:50 PM
strugglegenerator's Avatar
strugglegenerator
Hill Giant
 
Join Date: May 2012
Location: Minnesota
Posts: 231
Default

Ok thank you =)
Reply With Quote
  #10  
Old 05-28-2019, 05:13 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Here is a link to the repo file for ref: https://github.com/EQEmu/Server/blob...clientlist.cpp
__________________
Uleat of Bertoxxulous

Compilin' Dirty
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 05:42 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3