Jump to content

klapekniekapek

Member
  • Posts

    8
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by klapekniekapek

  1. Use this example:

     

    Group    Caini1
    {
        Vnum    7050
        leader    "Lup"    102
        1    "Lup Alpha"    103
        2    "Lup Albastru"    104
    }

     

    But without signs: " and be sure that you have tabulators in right places.

     

    Group(TAB)Caini1
    {

    (TAB)Vnum(TAB)7050
    (TAB)Leader(TAB)Lup(TAB)102
    (TAB)1(TAB)Lup(TAB)Alpha(TAB)103
    (TAB)2(TAB)Lup(TAB)Albastru(TAB)104
    }

  2. Hello guys, again small thing for beginners, if you would like to increase or decrease range of sharing EXP in party you have to find file called "party.h" in your server's source

    On the top of "party.h" you should find:

    enum // unit : minute
    {
    	PARTY_ENOUGH_MINUTE_FOR_EXP_BONUS = 60, // 파티 결성 후 60분 후 부터 추가 경험치 보너스
    	PARTY_HEAL_COOLTIME_LONG = 60,
    	PARTY_HEAL_COOLTIME_SHORT = 30,
    	PARTY_MAX_MEMBER = 8,
    	PARTY_DEFAULT_RANGE = 5000,
    };

    If you want to increase the range of sharing experience in party you should change "PARTY_DEFAULT_RANGE", I recommend to set this to 10000, it gives us many opportunities of exping in party in any location.

     

    If you have any questions, I will try to help you.

    • kekw 2
    • Lmao 1
  3. Hello, 

    This one is for truly beginners - if you would like to deal the same dmg in every gap between your ninja archer and your target you have to find file:

    battle.cpp

    Find: 

    int CalcArrowDamage(LPCHARACTER pkAttacker, LPCHARACTER pkVictim, LPITEM pkBow, LPITEM pkArrow, bool bIgnoreDefense)

    Under this you have to change "iPercent"

    	int iPercent = 100;

     

    • Metin2 Dev 3
    • Good 2
×
×
  • 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.