UGrade's In Game -.-

Page 2 of 2 FirstFirst 12
Results 16 to 24 of 24
  1. #16
    Account Upgraded | Title Enabled! ForceGFX is offline
    MemberRank
    Jan 2012 Join Date
    The NetherlandsLocation
    412Posts

    Re: UGrade's In Game -.-

    Quote Originally Posted by ZeidForce View Post
    add it to the qet123 source code.
    Getting a error: use of undefined type type 'ZGame'

  2. #17
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: UGrade's In Game -.-

    Just follow MMUG_ADMIN or something, and see where it does the coloring...

  3. #18
    Enthusiast juanjunio is offline
    MemberRank
    Jul 2010 Join Date
    49Posts

    Re: UGrade's In Game -.-

    hello I step Unmasking Coloring: get123 Tutorial? not how

  4. #19
    Account Upgraded | Title Enabled! ForceGFX is offline
    MemberRank
    Jan 2012 Join Date
    The NetherlandsLocation
    412Posts

    Re: UGrade's In Game -.-

    Quote Originally Posted by Vusion View Post
    Just follow MMUG_ADMIN or something, and see where it does the coloring...
    Did it, found nothing found, recommended/comment much things to test, didn't work.

    Still not fixed so,

    bump.

  5. #20
    Newbie kn95951135 is offline
    MemberRank
    Nov 2005 Join Date
    MalaysiaLocation
    388Posts

    Re: UGrade's In Game -.-

    ZCombatInterface.cpp
    if(pCharacter->IsAdminName()) {
    sprintf(pItem->szLevel,"%d%s",pCharacter->GetProperty()->nLevel, ZMsg(MSG_CHARINFO_LEVELMARKER));
    pItem->SetColor(ZCOLOR_ADMIN_NAME);
    }
    else{
    sprintf(pItem->szLevel,"%d%s",pCharacter->GetProperty()->nLevel, ZMsg(MSG_CHARINFO_LEVELMARKER));
    }
    if(pCharacter->IsDeveloperName()) {
    sprintf(pItem->szLevel,"%d%s",pCharacter->GetProperty()->nLevel, ZMsg(MSG_CHARINFO_LEVELMARKER));
    pItem->SetColor(ZCOLOR_Developer_NAME);
    }
    else{
    sprintf(pItem->szLevel,"%d%s",pCharacter->GetProperty()->nLevel, ZMsg(MSG_CHARINFO_LEVELMARKER));
    }
    if(pCharacter->IsEventMasterName()) {
    sprintf(pItem->szLevel,"%d%s",pCharacter->GetProperty()->nLevel, ZMsg(MSG_CHARINFO_LEVELMARKER));
    pItem->SetColor(ZCOLOR_EventMaster_NAME);
    }
    else{
    sprintf(pItem->szLevel,"%d%s",pCharacter->GetProperty()->nLevel, ZMsg(MSG_CHARINFO_LEVELMARKER));
    }
    if(pCharacter->IsAdminName())
    m_pTargetLabel->SetTextColor(ZCOLOR_ADMIN_NAME);
    if(pCharacter->IsDeveloperName())
    m_pTargetLabel->SetTextColor(ZCOLOR_Developer_NAME);
    if(pCharacter->IsEventMasterName())
    m_pTargetLabel->SetTextColor(ZCOLOR_EventMaster_NAME);
    if(pCharacter->IsAdminName()) {
    pFont = MFontManager::Get("FONTa12_O1Org");
    pDC->SetColor(MCOLOR(ZCOLOR_ADMIN_NAME));
    }
    else {
    pFont = MFontManager::Get("FONTa12_O1Blr");
    pDC->SetColor(MCOLOR(0xFF00FF00));
    }
    if(pCharacter->IsDeveloperName()) {
    pFont = MFontManager::Get("FONTa12_O1Org");
    pDC->SetColor(MCOLOR(ZCOLOR_Developer_NAME));
    }
    else {
    pFont = MFontManager::Get("FONTa12_O1Blr");
    pDC->SetColor(MCOLOR(0xFF00FF00));
    }
    if(pCharacter->IsEventMasterName()) {
    pFont = MFontManager::Get("FONTa12_O1Org");
    pDC->SetColor(MCOLOR(ZCOLOR_EventMaster_NAME));
    }
    else {
    pFont = MFontManager::Get("FONTa12_O1Blr");
    pDC->SetColor(MCOLOR(0xFF00FF00));
    }

  6. #21
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: UGrade's In Game -.-

    oh.my.god. someone gotta learn the usage of "else if".

  7. #22
    Account Upgraded | Title Enabled! ForceGFX is offline
    MemberRank
    Jan 2012 Join Date
    The NetherlandsLocation
    412Posts

    Re: UGrade's In Game -.-

    Quote Originally Posted by kn95951135 View Post
    ZCombatInterface.cpp
    Not Working. And in the lobby its normal, only not ingame!
    Anyway thanks for try to help me.

  8. #23
    Valued Member ZeidForce is offline
    MemberRank
    Nov 2009 Join Date
    C:\Puerto Rico\Location
    133Posts

    Re: UGrade's In Game -.-

    Last edited by ZeidForce; 08-03-12 at 10:57 PM.

  9. #24
    Account Upgraded | Title Enabled! ForceGFX is offline
    MemberRank
    Jan 2012 Join Date
    The NetherlandsLocation
    412Posts

    Re: UGrade's In Game -.-

    Quote Originally Posted by ZeidForce View Post
    Works! Thanks man, i already was trying to do something like that didn't know why i did it wrong. Anyway the problem is fixed: Thank You!



Page 2 of 2 FirstFirst 12

Advertisement