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))
{
if(ch->GetGMLevel() == GM_PLAYER)...