Jump to content
GIGN Forum

War3Ft Change Ultimate


Recommended Posts

menus.inl, atrodi šādu rindu

// Add the ultimate to the menu

else if ( SM_GetSkillType( iSkillID ) == SKILL_TYPE_ULTIMATE )

{

if ( iSkillLevel < MAX_ULTIMATE_LEVEL )

{

// User can't choose ultimate yet :/

if ( p_data[id][P_LEVEL] <= 7 )

{

pos += formatex( szMsg[pos], 512-pos, "\d" );

}

// Then the user is level 6 or above and can select their ultimate!

else

{

iKeys |= (1<<iSkillCounter);

}

pos += formatex( szMsg[pos], 512-pos, "^n%d. %L: %s\w", iSkillCounter+1, id, "WORD_ULTIMATE", szSkillName );

}

}

Tālāk pac sapratīsi..

  • Like 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...