hackshield and xtrap codes removed

This commit is contained in:
d1str4ught
2025-08-28 19:54:05 +02:00
parent a881d74ce2
commit 63879e0360
18 changed files with 0 additions and 542 deletions

View File

@@ -125,12 +125,6 @@ bool LoadClientVersion();
bool g_protectNormalPlayer = false; // 범법자가 "평화모드" 인 일반유저를 공격하지 못함
bool g_noticeBattleZone = false; // 중립지대에 입장하면 안내메세지를 알려줌
// bool isHackShieldEnable = false;
// int HackShield_FirstCheckWaitTime = passes_per_sec * 30;
// int HackShield_CheckCycleTime = passes_per_sec * 180;
// bool bXTrapEnabled = false;
int gPlayerMaxLevel = 99;
bool g_BlockCharCreation = false;
@@ -1168,49 +1162,6 @@ void config_init(const string& st_localeServiceName)
str_to_number(g_server_id, value_string);
continue;
}
// TOKEN("hackshield_enable")
// {
// int flag = 0;
// str_to_number(flag, value_string);
// // if (1 == flag && LC_IsEurope() )
// if (1 == flag)
// {
// isHackShieldEnable = true;
// }
// }
// TOKEN("hackshield_first_check_time")
// {
// int secs = 30;
// str_to_number(secs, value_string);
// HackShield_FirstCheckWaitTime = passes_per_sec * secs;
// }
// TOKEN("hackshield_check_cycle_time")
// {
// int secs = 180;
// str_to_number(secs, value_string);
// HackShield_CheckCycleTime = passes_per_sec * secs;
// }
// TOKEN("xtrap_enable")
// {
// int flag = 0;
// str_to_number(flag, value_string);
// if (1 == flag )
// {
// bXTrapEnabled = true;
// }
// }
}
if (g_setQuestObjectDir.empty())