// ox chat engel if (quest::CQuestManager::instance().GetEventFlag("ox_chat_engel") == 1) { if(ch->GetMapIndex() == 113 && (pinfo->type == CHAT_TYPE_TALKING || pinfo->type == CHAT_TYPE_PARTY || pinfo->type == CHAT_TYPE_GUILD || pinfo->type == CHAT_TYPE_SHOUT)) { ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("ox konusmasi")); return iExtraLen; } }