Jump to content

SafariXD

Inactive Member
  • Posts

    19
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by SafariXD

  1. 20 hours ago, Mali61 said:

    For source

    
    	static const std::map<long, std::pair<int, int>> _maplevel // map, min, max 
    	{
    		{41, {1,50}},
    		{67, {75,125}},
    	};
    	const auto it = _maplevel.find(ch->GetMapIndex());
    	if (it != _maplevel.end() && ch->GetLevel() >= it->second.first && ch->GetLevel() <= it->second.second)
    		ch->GoHome();

    input_login.cpp/Entergame end of func

    Thanks, you are such a god.

  2. 21 hours ago, MentaLL said:

    I try to add this in my server just for curiosity, it work like a charm.

    I suggest you to check again the tutorial because it's pretty easy.

    You maybe have 2 class of refine in uirefine.py?

     

     

    my uirefine 

    This is the hidden content, please

    This is the hidden content, please

    • Metin2 Dev 1
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.