Help-me

Results 1 to 4 of 4
  1. #1
    Apprentice kaiqueolhy is offline
    MemberRank
    Oct 2011 Join Date
    21Posts

    Help-me

    http://forum.ragezone.com/f497/tutor...2011-a-825732/

    I can not use that Unmask, symbols appear.
    I could not understand this part, could someone explain or help me by tv?


    Code:
    *Here i only give examples, you copy paste and change!
    1)
    Gunz\ZCombatInterface.cpp(1612):
    Code:
    		if(pCharacter->IsAdminName())
    		m_pTargetLabel->SetTextColor(ZCOLOR_ADMIN_NAME);
    So here you change the:
    Function Name
    Color Name
    
    2)
    Gunz\ZCombatInterface.cpp:
    Code:
    				if(pCharacter->IsAdminName()) {
    					pFont = MFontManager::Get("FONTa12_O1Org");
    				pDC->SetColor(MCOLOR(ZCOLOR_ADMIN_NAME));
    				}
    				else {
    					pFont = MFontManager::Get("FONTa12_O1Blr");
    					pDC->SetColor(MCOLOR(0xFF00FF00));
    				}
    So here you change the:
    Function Name
    Color Name
    
    Always look for IsAdminName, copy paste the fucntion and change the "FunctionName,ColorName" like the examples above!
    The files you gonna edit them:
    ZCombatInterface.cpp (6 Function's, 2 already done)
    ZMiniMap.cpp (1 Function)
    ZObserver.cpp (1 Function)


  2. #2
    Alpha Member Chrisss is offline
    MemberRank
    Feb 2012 Join Date
    Ask the Fox!Location
    1,660Posts

    Re: Help-me

    Yea, that tut does not work, add me on MSN or Skype and ill help, ill PM you

  3. #3
    Good Guy George qet123 is offline
    MemberRank
    Apr 2009 Join Date
    DesertLocation
    1,432Posts

    Re: Help-me

    Actually, it does. It's working but there are noobs over here that can't done it, not my problem.

  4. #4
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: Help-me

    Obviously, you're doing it wrong then. Again, it works for me.



Advertisement