Jump to content
엠펠리움

말포이

정회원
  • Posts

    7
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by 말포이

  1. battle.cpp 파일에서 GIANTGROWTH 를 검색하시면 

     

                    if (sc->data[SC_GIANTGROWTH] && (sd->class_&MAPID_THIRDMASK) == MAPID_RUNE_KNIGHT) { // Increase damage again if Crush Strike is not active
                        if (map_flag_vs(src->m)) // Only half of the 2.5x increase on versus-type maps
                            skillratio += 125;
                        else
                            skillratio += 250;
                    }

     

    이부분인거 같네요 !

    • Thanks 1
  2. 리뉴얼 전으로 사용하신다는 말씀이 renewal.hpp에서

    /// Game renewal server mode
    /// (disable by commenting the line)
    ///
    /// Leave this line to enable renewal specific support such as renewal formulas
    //#define RENEWAL

    이런 식으로 리뉴얼 전으로 사용하시는 거라면 장비 착용에 문제가 없을거 같네요 !

×
×
  • Create New...