//Char_skill.cpp ac //Arat: if (get_global_time() < GetSkillNextReadTime(dwSkillVnum)) //Kod blogunu degistir. #ifndef ENABLE_TUNGA_SKILLBOOK_RENEWAL if (get_global_time() < GetSkillNextReadTime(dwSkillVnum)) { if (!(test_server && quest::CQuestManager::instance().GetEventFlag("no_read_delay"))) { if (FindAffect(AFFECT_SKILL_NO_BOOK_DELAY)) { RemoveAffect(AFFECT_SKILL_NO_BOOK_DELAY); ChatPacket(CHAT_TYPE_INFO, LC_TEXT("Á־ȼú¼­¸¦ ÅëÇØ ÁÖÈ­ÀÔ¸¶¿¡¼­ ºüÁ®³ª¿Ô½À´Ï´Ù.")); } else { SkillLearnWaitMoreTimeMessage(GetSkillNextReadTime(dwSkillVnum) - get_global_time()); return false; } } } #endif //Arat: int percent = 65; //Degistir: #ifndef ENABLE_TUNGA_SKILLBOOK_RENEWAL int percent = 65; #else int percent = 0; #endif //service.h en alt satira ekle #define ENABLE_TUNGA_SKILLBOOK_RENEWAL