EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::General Support (https://www.eqemulator.org/forums/forumdisplay.php?f=616)
-   -   Setting Player Status (https://www.eqemulator.org/forums/showthread.php?t=15450)

Cari_Moon 08-21-2004 08:23 AM

Setting Player Status
 
How do I set a player's status in cmd?

Derision 08-21-2004 08:44 AM

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 * ");


Melwin 08-21-2004 10:15 AM

Moved to General Support.


All times are GMT -4. The time now is 07:18 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.