Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::General Support

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

 
 
Thread Tools Display Modes
  #1  
Old 08-21-2004, 08:23 AM
Cari_Moon
Fire Beetle
 
Join Date: Aug 2004
Posts: 20
Default Setting Player Status

How do I set a player's status in cmd?
__________________
Cari Moon, Queen of Darkness
  #2  
Old 08-21-2004, 08:44 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

You should be asking in General Support, but:

in game:

#flag <status> <account name>

or from your OS:

world flag <account name> <status>

Where <status> is a number between 0 and 250

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 * ");
  #3  
Old 08-21-2004, 10:15 AM
Melwin
Fire Beetle
 
Join Date: Jan 2005
Posts: 15
Default

Moved to General Support.
__________________
Shards of Dalaya Staff Administrator
I have stairs in my house.
 


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