Jump to content
엠펠리움

말포이

정회원
  • Posts

    7
  • Joined

  • Last visited

  • Days Won

    2

Community Answers

  1. 말포이's post in 룬나이트의 룬스킬을 조정하려는데.... was marked as the answer   
    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;
                    }
     
    이부분인거 같네요 !
  2. 말포이's post in 리뉴얼 전 적용시에 쉐도우 was marked as the answer   
    리뉴얼 전으로 사용하신다는 말씀이 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...