Jump to content

Helobarato

Inactive Member
  • Posts

    15
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Helobarato

  1. 7 hours ago, TMP4 said:

    I hope your friend used your public ip address (check here: https://whatismyipaddress.com/), and not the local (192.168.x.x) one.

    +check if the ports are opened successfully, you can use this website: https://www.yougetsignal.com/tools/open-ports/

    i opened the ports on my router. but that website says they're closed!

    3 hours ago, 0xm0d said:

    hello sorry I tried to follow the Tutorial however when I write "ifconfig" on the VM I come out as IP (0.0.0.0) or (255.255.255.255) do you know how to solve?

     

    Screen : https://metin2.download/picture/78aEUMGmZ3OkvxOLtKUvptcDMLe1w9Ob/.png

    go to Vm settings, Network and put the connection type as "bridged"


  2. Solved! thanks for the help ❤️

    2 hours ago, TMP4 said:

    .png

    (You replaced playersettingmodule.py while it's containing a tutorial for how you should modifiy playersettingmodule.py)

    Oh, and about your extension for adding 4 inventories??   the "source" is inside the "ClientVS22" But inside the normal client/pack there isn't a SOURCE file to unpack. so how can i proceed? i don't even know what "clientvs22" is supposed to do ?

    a question about these files. does Light resistance works in grotto? 

    • Metin2 Dev 1
  3. 20 hours ago, TMP4 said:

    Copy this to questlua_npc.cpp, anywhere but after / before any function, and not inside an existing function.

    int npc_get_level(lua_State* L)
    	{
    		lua_pushnumber(L, CQuestManager::instance().GetCurrentNPCCharacterPtr()->GetLevel());
    		return 1;
    	}

    Same file, there is a list in the botton, add:

    			{ "get_level",					npc_get_level					},

    Gameclean, gamecompile.

     

    Hey, i replaced the correct files inside your folder to add the 6th skill. but when i open the client this happens:  https://metin2.download/picture/r3F9504x09DVmF8K988YXgTtGTP6KMUj/.gif   (it's an image website upload since i can't upload a file)

  4. 7 hours ago, covfefe said:

    You can easily remove the quests from locale_list, removing each quest by name, and then you can safely delete them completely from your files if you so desire.

    Test server column can also be removed from serverinfo.py, located in root folder.

    Hi, thanks for the answer. i tried doing the serverinfo.py to remove the test server. but then the client wouldn't start.

     

    i will try with the quests

  5. 3 hours ago, TMP4 said:

    Copy this to questlua_npc.cpp, anywhere but after / before any function, and not inside an existing function.

    int npc_get_level(lua_State* L)
    	{
    		lua_pushnumber(L, CQuestManager::instance().GetCurrentNPCCharacterPtr()->GetLevel());
    		return 1;
    	}

    Same file, there is a list in the botton, add:

    			{ "get_level",					npc_get_level					},

    Gameclean, gamecompile.

     

    It worked! thank you so much!!!! the last 2 things i wanted to fix:

     

    Removing the basic metin2 quests so i can start creating mines

    removing the "test" server on the client

×
×
  • 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.