What's new
What's new

New messages New topics Systems Serverfiles 3D Models Web Scripting

Metin2Resources

👋 Welcome to Metin2 Resources — your hub for professional Metin2 server development.

Create a free account to access advanced systems, serverfiles, tutorials and connect with other developers.

🚀 Join today and start building better.

[C++] Special OX Event settings

JIGSAW

Be the best, Ignore the rest.
Staff member
Admin
Premium
🧭 Last seen
📜 Messages 213
👍 Reactions 1,212
🏆 Points 425
Code:
#define CH99_SETUP
#ifdef CH99_SETUP
    #define BLOCK_CHAT_OX                // Dezactiveaza chat pentru GM_PLAYER.
    #define BLOCK_PM_OX                  // Dezactiveaza PM in harta OX.
    #define BLOCK_DROP_OX                // Dezactiveaza aruncatul obiectelor in OX Event.
    #define BLOCK_PET_OX_MARRIAGE        // Dezactiveaza pet-urile in OX Event
    #define BLOCK_HORSE_OX_MARRIAGE      // Dezactiveaza calul in OX Event
    #define BLOCK_MOUNT_OX_WAR_MARRIAGE  // Dezactiveaza mount-urile in OX Event si war-uri.
    #define HIDDEN_OX                    // Fa jucatorii invizibili in OX Event.
    #define BLOCK_SKILL_OX               // Dezactiveaza skill-urile in OX Event.
    #define BLOCK_OX_IP                  // PErmite un jucator / ip sa intre la OX Event.
#endif

 

Latest posts

Back
Top Bottom