|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
General::General Discussion General discussion about EverQuest(tm), EQEMu, and related topics. Do not post support topics here. |
06-29-2011, 06:24 PM
|
"Special" Member
|
|
Join Date: Jul 2007
Posts: 373
|
|
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
|
|
|
|
06-29-2011, 06:37 PM
|
|
Administrator
|
|
Join Date: Feb 2009
Location: MN
Posts: 2,071
|
|
Quote:
Originally Posted by liquest
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 * ");
|
|
|
|
06-29-2011, 07:31 PM
|
"Special" Member
|
|
Join Date: Jul 2007
Posts: 373
|
|
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
|
06-29-2011, 07:50 PM
|
|
Administrator
|
|
Join Date: Feb 2009
Location: MN
Posts: 2,071
|
|
Quote:
Originally Posted by liquest
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.
|
06-29-2011, 10:26 PM
|
"Special" Member
|
|
Join Date: Jul 2007
Posts: 373
|
|
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
|
06-30-2011, 12:10 PM
|
|
Demi-God
|
|
Join Date: May 2007
Location: b
Posts: 1,447
|
|
Quote:
Originally Posted by liquest
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.)
|
05-28-2019, 01:37 PM
|
|
Hill Giant
|
|
Join Date: May 2012
Location: Minnesota
Posts: 231
|
|
Where exactly is the clientlist.cpp? I can't seem to find it on the client side or server side.
|
05-28-2019, 02:38 PM
|
Demi-God
|
|
Join Date: Mar 2012
Posts: 1,103
|
|
Quote:
Originally Posted by strugglegenerator
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
|
05-28-2019, 02:50 PM
|
|
Hill Giant
|
|
Join Date: May 2012
Location: Minnesota
Posts: 231
|
|
Ok thank you =)
|
05-28-2019, 05:13 PM
|
|
Developer
|
|
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
|
|
__________________
Uleat of Bertoxxulous
Compilin' Dirty
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 01:51 PM.
|
|
|
|
|
|
|
|
|
|
|
|
|