--说明以后加,暂时先列出来。
pFind = strstr( szTemp, "$ply_name" );
pFind = strstr( szTemp, "$npc_name" );
pFind = strstr( szTemp, "$mon1_name" );
pFind = strstr( szTemp, "$mon1_num" );
pFind = strstr( szTemp, "$mon2_name" );
pFind = strstr( szTemp, "$mon2_num" );
pFind = strstr( szTemp, "$mon3_name" );
pFind = strstr( szTemp, "$mon3_num" );
pFind = strstr( szTemp, "$mon4_name" );
pFind = strstr( szTemp, "$mon4_num" );
pFind = strstr( szTemp, "$itm1_name_req" );
pFind = strstr( szTemp, "$itm1_num_req" );
pFind = strstr( szTemp, "$itm2_name_req" );
pFind = strstr( szTemp, "$itm2_num_req" );
pFind = strstr( szTemp, "$itm3_name_req" );
pFind = strstr( szTemp, "$itm3_num_req" );
pFind = strstr( szTemp, "$itm4_name_req" );
pFind = strstr( szTemp, "$itm4_num_req" );
pFind = strstr( szTemp, "$itm5_name_req" );
pFind = strstr( szTemp, "$itm5_num_req" );
pFind = strstr( szTemp, "$itm6_name_req" );
pFind = strstr( szTemp, "$itm6_num_req" );
pFind = strstr( szTemp, "$itm7_name_req" );
pFind = strstr( szTemp, "$itm7_num_req" );
pFind = strstr( szTemp, "$itm1_name_rew" );
pFind = strstr( szTemp, "$itm1_num_rew" );
pFind = strstr( szTemp, "$itm2_name_rew" );
pFind = strstr( szTemp, "$itm2_num_rew" );
pFind = strstr( szTemp, "$itm3_name_rew" );
pFind = strstr( szTemp, "$itm3_num_rew" );
pFind = strstr( szTemp, "$itm4_name_rew" );
pFind = strstr( szTemp, "$itm4_num_rew" );
pFind = strstr( szTemp, "$itm5_name_rew" );
pFind = strstr( szTemp, "$itm5_num_rew" );
pFind = strstr( szTemp, "$itm6_name_rew" );
pFind = strstr( szTemp, "$itm6_num_rew" );
pFind = strstr( szTemp, "$next_npc" );
pFind = strstr( szTemp, "$run_mis" );
|