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++] Limit drop minimum/maximum level

JIGSAW

Be the best, Ignore the rest.
Staff member
Admin
Premium
📜 Messages 226
👍 Reactions 1,292
🏆 Points 425
Code:
Group Metin_Lv5
{
mob 8001
Type limit
level_limit_start 1
level_limit_end 15
1 27987 1 2
}

in the example above you will be able to drop objects at level 5 metin, only if your level is higher than 1 and lower than 15. Installation


tutorial :

In the archive you will find some files from the game source that you open, and then in notepad++ find the following macro and modify your files to be like there:

Code:
 #ifdef DROP_LEVEL_LIMIT_RANGE

 

Latest posts

Back
Top Bottom