Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 02:30

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



About GM-Admin Tags

Discussion on About GM-Admin Tags within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Oct 2012
Posts: 948
Received Thanks: 157
About GM-Admin Tags

Hi elitepvpers,

I am having an bit of trouble with the Admin - GM tags

I have 2 players with an admin level but both of them will have an different tag.

Now i have this code however i only see [Tester] Tag

PHP Code:
if(m_dwAuthorization >= AUTH_GAMEMASTER)
            {
                
CString strName;
                
strName szName;
            
                if(
m_dwAuthorization == AUTH_ADMINISTRATOR)
                    if(
m_szName == "test")
                        
strName " [Flyff Owner] " strName;
                                       else if(
m_szName == "test2")
                                                
strName " [Flyff Dev] " strName;
                    else
                        
strName " [Tester] " +strName;
            
                
strcpyszName, (LPCTSTR)strName );
            } 
i also tryd this
if(strName == "test") but also this wont do the trick
raventh1984 is offline  
Old 05/26/2013, 13:51   #2
 
elite*gold: 0
Join Date: Feb 2013
Posts: 160
Received Thanks: 151
Code:
                CString strName;
                strName = szName;
            
                if( (m_dwAuthorization == AUTH_ADMINISTRATOR) && (m_szName == "test" )) {
                        strName = " [Flyff Owner] " + strName;
                }
                else if((m_dwAuthorization == AUTH_DEVELOPER) &&(m_szName == "test2")) {
                        strName = " [Flyff Dev] " + strName;
                }
                else {
                        strName = " [Tester] " +strName;
                }
            
                strcpy( szName, (LPCTSTR)strName );
i33zGames is offline  
Old 05/26/2013, 14:17   #3
 
elite*gold: 0
Join Date: Oct 2012
Posts: 948
Received Thanks: 157
Well this is almost the same.

except you are using AUTH_DEVELOPER

This is not what i want. It needs to be inside the AUTH_ADMIN.

However i tested yours and also it will only show up the [Flyff Owner] Tag when there is no fame selected. However if i select also the Fame then it puts the [Tester] tag in front of it.

So it looks like this [Tester] [Dreadfull fellow] Test
raventh1984 is offline  
Old 05/26/2013, 14:40   #4
 
elite*gold: 0
Join Date: Mar 2013
Posts: 226
Received Thanks: 97
For beeing shown as Flyff Owner you need AUTH_ADMINISTRATOR and your char has to be called test for beeing shown as Dev you need AUTH_DEVELOPER and your char has to be called test2

if you just want it by Auth make
Code:
                if( (m_dwAuthorization == AUTH_ADMINISTRATOR))
                   {
                        strName = " [Flyff Owner] " + strName;
                    }
                else if((m_dwAuthorization == AUTH_DEVELOPER))     
               {                   
                        strName = " [Flyff Dev] " + strName;
                }
                else {
                        strName = " [Tester] " +strName;
                }
.S0ulSeller is offline  
Old 05/26/2013, 14:47   #5
 
elite*gold: 0
Join Date: Oct 2012
Posts: 948
Received Thanks: 157
Still an no go. Guess you dont understand what my goal is?

I want it my way.

So this is my version

PHP Code:
if(m_dwAuthorization >= AUTH_GAMEMASTER)
        {
            
CString strName;
            
strName szName;
            if(
m_dwAuthorization == AUTH_ADMINISTRATOR)
            {
                if(
strName == "test")
                {
                    
strName += " [Pandoraflyff Owner]";
                    
dwColor 0xff2DADAE;
                }
                else if(
strName == "test2")
                {
                    
strName += " [Head-GM]";
                    
dwColor 0xfffbff00;
                }
                else
                {
                    
strName += " [Admin]";
                    
dwColor 0xffAE2D2D;
                }
            }
            else if(
m_dwAuthorization == AUTH_GAMEMASTER3)
            {
                
strName += " [Head-GM]";
                
dwColor 0xfffbff00;
            }
            else if(
m_dwAuthorization == AUTH_GAMEMASTER2)
            {
                
strName += " [GM]";
                
dwColor 0xff2B0CF2;
            }
            else if(
m_dwAuthorization == AUTH_GAMEMASTER)
            {
                if(
strName == "test3")
                {
                    
strName += " [Map Dev]";
                    
dwColor 0xffF2D40C;
                }
                else if(
strName == "test4")
                {
                    
strName += " [Web Dev]";
                    
dwColor 0xffF2D40C;
                }
                else if(
strName == "test5")
                {
                    
strName += " [Forum Moderator]";
                    
dwColor 0xffF2D40C;
                }
                else if(
strName == "test6")
                {
                    
strName += " [Event-GM]";
                    
dwColor 0xffF2D40C;
                }
                else
                {
                    
strName += " [Event-GM]";
                    
dwColor 0xff2B0CF2;
                }
            }
            else if(
m_dwAuthorization == AUTH_OPERATOR)
            {
                
strName +=" [Operator]";
            }
            
strcpyszName, (LPCTSTR)strName );
        } 
Now this is working as it should be. The only problem i encounter with this is when an staff team is selecting an fame title then it wont show the proper TAG.
raventh1984 is offline  
Reply


Similar Threads Similar Threads
[WTT] BF3 Rare Dog Tags (PC Only)
06/29/2012 - Origin Trading - 0 Replies
I have a code for a rare set of dog tags for BF3. Im wanting to trade them for a LoL PAX Jax or PAX TF code but Im open for other codes. If someone requests I will post a picture of the dog tags. Thanks for your time. :)
Suche Battlefield 3 pre order Online Pass, Pre order Dog Tags, exlusive Dog Tags etc
04/10/2012 - Battlefield Trading - 0 Replies
Hallo, suche BF3 Pre order key sowie exlusive Dog Tags Code für die Playstation 3 / PSN! Es muss für den deutschen Store gültig sein! Bezahle mit Egold oder PSC!
DOG TAGS
03/28/2012 - CrossFire - 5 Replies
Habe zurzeit alle Dog tags aber warte bis xm8 spring weg geht und was neues kommt .. werden denn meine dog tags resettet nnächsten MOnat oder bleibt es ?
New Rule ?? add tags
04/18/2009 - GunZ - 0 Replies
i think a new rule should be added to stop confustion. add the game version tag to thread title. e.g. LawnMower v2.1 GODMODE ect ect



All times are GMT +1. The time now is 02:30.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.