Jump to content

Galet

Premium
  • Posts

    1384
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    0%

Posts posted by Galet

  1. Il y a 1 heure, memett4545 a dit :
    
    1108 21:08:31391 ::
    networkModule.py(line:209) SetSelectCharacterPhase
    system.py(line:130) __pack_import
    system.py(line:110) _process_result
    introSelect.py(line:30) <module>
    system.py(line:130) __pack_import
    system.py(line:110) _process_result
    interfaceModule.py(line:12) <module>
    system.py(line:130) __pack_import
    
    networkModule.SetSelectCharacterPhase - <type 'exceptions.IndentationError'>:unexpected indent (uiInventory.py, line 709)
    
    1108 21:08:31391 :: ============================================================================================================
    1108 21:08:31391 :: Abort!!!!

    help me pls 

    3I8SQpoQTnqF6E8hJo0DVA.png

    Dude at least read the code, you just had to remove one tab (same for the if condition) instead of posting a screen here. Just look at the original code

    • Metin2 Dev 1
    • Good 1
    • Love 1
  2. Hello,

    It's always good to see new people around ! You can find a lot of guide and tutorials in a bunch of laguages on the internet (and here in English). I suggest you to start with basic serverfiles (clean 40k with sources). Once it's working, you will be able to fix a lot of problems thanks to the number of guides on this forum (If you start with basic mainline you will have to fix some old bugs, for example the 0 yang bug as well as invisibility, stun or wrong HP computing). Also if you're willing to pay, I suggest you to buy martysama's sources, they are the best you can find on the market imo.

    That's some tips but don't hesitate to ask anything ! Also for basic questions i.e how to add stuff, weapons, how to configure the server and so on... I suggest you to find old guides from 2009-2012, because I'm kinda sure it's not on this forum, here you will find some more advanced guides and tutorials.

     

    Have a nice day :D

  3. Hello community,

    I'm looking for the newest drops released and also an english locale_string. Also if it's a full locale (containing quest and maps) I won't say no.

    Thanks !

    Also, here is the latest one I have, from 2014 (containing everything up to Nemere or Razador I think but also there's some drop bug in common_drop_item) :

    This is the hidden content, please

    Source : .plechito'

    • Metin2 Dev 1
  4. il y a 1 minute, Tasho a dit :

     

      Masquer le contenu

     

    I don't think is a "shinning" effect, is just multiple effects added. :)

    Write me on private for weapon too.

    d2c4c13152d7b71344e85dd142bd33e5.gif

    Example for armor:

    
    
    //InstanceBase.cpp
    //Search for:
    	case CItemData::ITEM_TYPE_ARMOR:
    		__ClearArmorRefineEffect();
    //Add after:
    		if (pItem->GetSubType() == CItemData::ARMOR_BODY)
    		{
    			DWORD dwVnum = pItem->GetIndex();
    			if ((11297 <= dwVnum && dwVnum <= 11299) || (11497 <= dwVnum && dwVnum <= 11499) || (11697 <= dwVnum && dwVnum <= 11699) || (11897 <= dwVnum && dwVnum <= 11899))
    			{
    				for (int iCount = 0; iCount < 10; iCount++)
    					__AttachEffect(EFFECT_REFINED + EFFECT_BODYARMOR_REFINED7 + refine - 7);
    			}	
    		}

     

     

     

     

    Thanks for release.

    Yeah I know about how it's made but I find it more powerfull than the original, also thanks for the tips I appreciate !

    • Love 3
  5. Il y a 14 heures, M2BobFixed a dit :

    Thanks but these guys are only angry with me cause i post this idea that a lot of people like MartySama sell for a lot of money...

    Marty sells his whole sources so it couldn't be compared, also there's a function in vanilla core (free) to return on a city if you're warping in a non-existant map :

    + If you're warped into a non-existing map or non-existing coordinates your coordinates will be resetted to map1 of your village; You won't need unstuckers anymore
    

    But keep sharing some stuff, even if the code is not perfect it's always usefull

    • Love 1
  6.  

    	std::string PgName=std::string("/server/game/pg_bugged/")+std::string(pTab->name)+std::string(".txt");
    	struct stat sbug;
    	if (stat(PgName.c_str(), &sbug) == 0)

     

    tenor.gif

     

    Jokes apart, the idea is great but could be achieved with both less and better code, try to avoid hardcode as much as possible

    • Love 2
  7. Il y a 14 heures, Tatsumaru a dit :

    I added new hair for shaman girl. What do you think about it? :)

    Sick work, very professional, those kind of haircuts would be dope in game !

    • Love 1
  8. Hey,

    It's a common diacritic bug, I don't know why it's happening because Arial was the default font metin used back then.

    There's a workaround if you try to increase the size but it will be ugly as well. I also reduced these bugs (with another font I use) by using it in the client sources wherever I found "Arial" and "Tahoma" and their related strings as for Korean version. I also noticed that the bug was not effective each time I launched the client, sometimes the "9" is affected and sometimes everything is working fine. Note that the italic version is completely bugged.

    Maybe we need to include the ".ttf" directly inside the client and make the client read the font from it. This is the only stuff I know about it and I think the only servers with unbugged Arial fonts are former official servers as well as WoM2 and SG.

    • Love 1
  9. Le 12/09/2017 à 15:19, AllahPsico a dit :

    I have fixed it! :)
    Close Please

    It's common for people having LenNT hiding shop system, why don't you give the solution for everyone ?

     

    Also a simple workaround is to change the coordinates in ui(offline/private)shopbuilder.py.

    Search :

    self.SetPosition(-70, 0)

    And change position to hide it behind the taskbar like :

    self.SetPosition(-70, -2000)

     

    Note that it's only a simple workaround made out of the original code.

    • Love 1
  10. il y a 12 minutes, Zhymer a dit :

    I have a bug:

    Equip an armor and a costume, then hide the costume, now unequip the armor, and still see the armor instead of the basic character layout.

    This is just for me or it's a common issue with this system?

    It's a common issue. What's more, once the worn costume is expired, your character will be naked even if he has an armor, you need the reclick on the button to fix it, also, when hiding the armor if you don't have any costume, your character will be naked as well

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