• SEARCH

    통합검색
  • GAMEZONE
    • 커뮤니티
      • 공지사항
      • 유저게시판
        • 등업게시판
        • 출석체크
        • 정회원 무료자료실
      • 스크린샷
      • 인증자료실
    • 리니지
      • 게임공략 & 팁
      • 홍보게시판
      • 유틸자료실
      • 소스자료실
      • 자유게시판
      • 노하우 게시판
    • 메이플스토리
      • 게임공략 & 팁
      • 홍보게시판
      • 유틸자료실
      • 소스자료실
      • 자유게시판
      • 노하우 게시판
    • 바람의나라
      • 자유게시판
      • 홍보게시판
      • 자료게시판
        • 유틸자료실
        • 소스자료실
        • 클라이언트
        • 팩 자료실
      • 연구게시판
        • 개발내역
        • 질문과답변
        • 기타
      • 강의게시판
        • DR
        • CR
        • 구버전
        • 클라이언트 개조
        • 노하우 게시판
        • 게임공략 & 팁
    • 다크에덴
      • 게임공략 & 팁
      • 홍보게시판
      • 유틸자료실
      • 소스자료실
      • 자유게시판
      • 노하우 게시판
    • 믹스마스터
      • 게임공략 & 팁
      • 홍보게시판
      • 유틸자료실
      • 소스자료실
      • 자유게시판
      • 노하우 게시판
    • 라그나로크
      • 게임공략 & 팁
      • 홍보게시판
      • 유틸자료실
      • 소스자료실
      • 자유게시판
      • 노하우 게시판
    • 기타게임
      • 게임공략 & 팁
      • 홍보게시판
      • 유틸자료실
      • 소스자료실
      • 자유게시판
      • 노하우 게시판
    • 게임강의
    • 비베&포토샵
      • 자유게시판
      • 자료실
        • 일반자료실
        • 포인트 자료실
      • 노하우게시판
      • 포토샵게시판
    • 모바일
      • 게임공략
      • 포인트 자료실
      • 유틸자료실
      • 자유게시판
  • 리니지 소스자료실
    • 리니지 소스자료실 ()
    • 세이룬 [펌]

      • 이드1
      • 2016.04.26 - 13:59 75

    C_NPCAction

     
    적당한 위치에...
     
    } else if (((L1NpcInstance) obj).getNpcTemplate().get_npcId() == 90049) { // 세이룬
       if (s.equalsIgnoreCase("a")) {
        if (pc.isCrown() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22489, 1); // 힘의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       } else if (s.equalsIgnoreCase("b")) {
        if (pc.isCrown() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22503, 1); // 민첩의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       } else if (s.equalsIgnoreCase("c")) {
        if (pc.isCrown() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22496, 1); // 체력의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       } else if (s.equalsIgnoreCase("d")) {
        if (pc.isCrown() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22517, 1); // 지식의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       } else if (s.equalsIgnoreCase("e")) {
        if (pc.isCrown() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22510, 1); // 지혜의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       }
       if (s.equalsIgnoreCase("a")) {
        if (pc.isDarkelf() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22485, 1); // 힘의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       } else if (s.equalsIgnoreCase("b")) {
        if (pc.isDarkelf() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22499, 1); // 민첩의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       } else if (s.equalsIgnoreCase("c")) {
        if (pc.isDarkelf() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22492, 1); // 체력의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       } else if (s.equalsIgnoreCase("d")) {
        if (pc.isDarkelf() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22513, 1); // 지식의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       } else if (s.equalsIgnoreCase("e")) {
        if (pc.isDarkelf() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22506, 1); // 지혜의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       }
       if (s.equalsIgnoreCase("a")) {
        if (pc.isElf() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22486, 1); // 힘의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       } else if (s.equalsIgnoreCase("b")) {
        if (pc.isElf() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22500, 1); // 민첩의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       } else if (s.equalsIgnoreCase("c")) {
        if (pc.isElf() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22943, 1); // 체력의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       } else if (s.equalsIgnoreCase("d")) {
        if (pc.isElf() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22516, 1); // 지식의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       } else if (s.equalsIgnoreCase("e")) {
        if (pc.isElf() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22509, 1); // 지혜의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       }
       if (s.equalsIgnoreCase("a")) {
        if (pc.isWizard() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22487, 1); // 힘의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       } else if (s.equalsIgnoreCase("b")) {
        if (pc.isWizard() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22502, 1); // 민첩의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       } else if (s.equalsIgnoreCase("c")) {
        if (pc.isWizard() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22495, 1); // 체력의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       } else if (s.equalsIgnoreCase("d")) {
        if (pc.isWizard() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22515, 1); // 지식의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       } else if (s.equalsIgnoreCase("e")) {
        if (pc.isWizard() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22508, 1); // 지혜의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       }
       if (s.equalsIgnoreCase("a")) {
        if (pc.isKnight() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22488, 1); // 힘의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       } else if (s.equalsIgnoreCase("b")) {
        if (pc.isKnight() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22501, 1); // 민첩의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       } else if (s.equalsIgnoreCase("c")) {
        if (pc.isKnight() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22494, 1); // 체력의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       } else if (s.equalsIgnoreCase("d")) {
        if (pc.isKnight() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22514, 1); // 지식의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       } else if (s.equalsIgnoreCase("e")) {
        if (pc.isKnight() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22507, 1); // 지혜의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       }
       if (s.equalsIgnoreCase("a")) {
        if (pc.isDragonknight() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22490, 1); // 힘의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       } else if (s.equalsIgnoreCase("b")) {
        if (pc.isDragonknight() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22504, 1); // 민첩의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       } else if (s.equalsIgnoreCase("c")) {
        if (pc.isDragonknight() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22497, 1); // 체력의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       } else if (s.equalsIgnoreCase("d")) {
        if (pc.isDragonknight() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22518, 1); // 지식의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       } else if (s.equalsIgnoreCase("e")) {
        if (pc.isDragonknight() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22511, 1); // 지혜의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       }
       if (s.equalsIgnoreCase("a")) {
        if (pc.isIllusionist() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22491, 1); // 힘의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       } else if (s.equalsIgnoreCase("b")) {
        if (pc.isIllusionist() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22505, 1); // 민첩의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       } else if (s.equalsIgnoreCase("c")) {
        if (pc.isIllusionist() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22498, 1); // 체력의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       } else if (s.equalsIgnoreCase("d")) {
        if (pc.isIllusionist() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22519, 1); // 지식의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       } else if (s.equalsIgnoreCase("e")) {
        if (pc.isIllusionist() && pc.getLevel() >= 55) {
         if (pc.getInventory().checkItem(89609, 1)
           && pc.getInventory().checkItem(89610, 1)) {
          pc.getInventory().consumeItem(89609, 1);
          pc.getInventory().consumeItem(89610, 1);
          pc.getInventory().storeItem(22512, 1); // 지혜의 엘릭서 룬
          htmlid = "seirune6";
         }
        } else {
         htmlid = "seirune5";
        }
       }
     
     
    DB...
     
    armor
     
    22485 힘의 엘릭서 룬(다크엘프) 힘의 엘릭서 룬(다크엘프) rune -1 gemstone 1000 4799 0 0 -3 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 55 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22486 힘의 엘릭서 룬(요정) 힘의 엘릭서 룬(요정) rune -1 gemstone 1000 4799 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 50 0 0 0 55 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22487 힘의 엘릭서 룬(마법사) 힘의 엘릭서 룬(마법사) rune -1 gemstone 1000 4799 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 3 0 55 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22488 힘의 엘릭서 룬(기사) 힘의 엘릭서 룬(기사) rune -1 gemstone 1000 4799 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 50 0 0 0 0 55 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22489 힘의 엘릭서 룬(군주) 힘의 엘릭서 룬(군주) rune -1 gemstone 1000 4799 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 55 0 0 0 3 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22490 힘의 엘릭서 룬(용기사) 힘의 엘릭서 룬(용기사) rune -1 gemstone 1000 4799 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 55 0 0 0 0 0 3 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22491 힘의 엘릭서 룬(환술사) 힘의 엘릭서 룬(환술사) rune -1 gemstone 1000 4799 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 55 0 0 0 0 5 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22492 체력의 엘릭서 룬(다크엘프) 체력의 엘릭서 룬(다크엘프) rune -1 gemstone 1000 4795 0 0 -3 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 55 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22494 체력의 엘릭서 룬(기사) 체력의 엘릭서 룬(기사) rune -1 gemstone 1000 4795 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 50 0 0 0 0 55 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22495 체력의 엘릭서 룬(마법사) 체력의 엘릭서 룬(마법사) rune -1 gemstone 1000 4795 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 3 0 55 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22496 체력의 엘릭서 룬(군주) 체력의 엘릭서 룬(군주) rune -1 gemstone 1000 4795 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 55 0 0 0 3 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22497 체력의 엘릭서 룬(용기사) 체력의 엘릭서 룬(용기사) rune -1 gemstone 1000 4795 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 55 0 0 0 0 0 3 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22498 체력의 엘릭서 룬(환술사) 체력의 엘릭서 룬(환술사) rune -1 gemstone 1000 4795 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 55 0 0 0 0 5 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22499 민첩의 엘릭서 룬(다크엘프) 민첩의 엘릭서 룬(다크엘프) rune -1 gemstone 1000 4803 0 0 -3 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 55 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22500 민첩의 엘릭서 룬(요정) 민첩의 엘릭서 룬(요정) rune -1 gemstone 1000 4803 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 50 0 0 0 55 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22501 민첩의 엘릭서 룬(기사) 민첩의 엘릭서 룬(기사) rune -1 gemstone 1000 4803 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 50 0 0 0 0 55 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22502 민첩의 엘릭서 룬(마법사) 민첩의 엘릭서 룬(마법사) rune -1 gemstone 1000 4803 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 3 0 55 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22503 민첩의 엘릭서 룬(군주) 민첩의 엘릭서 룬(군주) rune -1 gemstone 1000 4803 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 55 0 0 0 3 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22504 민첩의 엘릭서 룬(용기사) 민첩의 엘릭서 룬(용기사) rune -1 gemstone 1000 4803 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 55 0 0 0 0 0 3 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22505 민첩의 엘릭서 룬(환술사) 민첩의 엘릭서 룬(환술사) rune -1 gemstone 1000 4803 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 55 0 0 0 0 5 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22506 지혜의 엘릭서 룬(다크엘프) 지혜의 엘릭서 룬(다크엘프) rune -1 gemstone 1000 4805 0 0 -3 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 55 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22507 지혜의 엘릭서 룬(기사) 지혜의 엘릭서 룬(기사) rune -1 gemstone 1000 4805 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 50 0 0 0 0 55 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22508 지혜의 엘릭서 룬(마법사) 지혜의 엘릭서 룬(마법사) rune -1 gemstone 1000 4805 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 3 0 55 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22509 지혜의 엘릭서 룬(요정) 지혜의 엘릭서 룬(요정) rune -1 gemstone 1000 4805 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 50 0 0 0 55 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22510 지혜의 엘릭서 룬(군주) 지혜의 엘릭서 룬(군주) rune -1 gemstone 1000 4805 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 55 0 0 0 3 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22511 지혜의 엘릭서 룬(용기사) 지혜의 엘릭서 룬(용기사) rune -1 gemstone 1000 4805 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 55 0 0 0 0 0 3 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22512 지혜의 엘릭서 룬(환술사) 지혜의 엘릭서 룬(환술사) rune -1 gemstone 1000 4805 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 55 0 0 0 0 5 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22513 지식의 엘릭서 룬(다크엘프) 지식의 엘릭서 룬(다크엘프) rune -1 gemstone 1000 4797 0 0 -3 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 55 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22514 지식의 엘릭서 룬(기사) 지식의 엘릭서 룬(기사) rune -1 gemstone 1000 4797 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 50 0 0 0 0 55 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22515 지식의 엘릭서 룬(마법사) 지식의 엘릭서 룬(마법사) rune -1 gemstone 1000 4797 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 3 0 55 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22516 지식의 엘릭서 룬(요정) 지식의 엘릭서 룬(요정) rune -1 gemstone 1000 4797 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 50 0 0 0 55 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22517 지식의 엘릭서 룬(군주) 지식의 엘릭서 룬(군주) rune -1 gemstone 1000 4797 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 55 0 0 0 3 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22518 지식의 엘릭서 룬(용기사) 지식의 엘릭서 룬(용기사) rune -1 gemstone 1000 4797 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 55 0 0 0 0 0 3 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22519 지식의 엘릭서 룬(환술사) 지식의 엘릭서 룬(환술사) rune -1 gemstone 1000 4797 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 55 0 0 0 0 5 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
    22943 체력의 엘릭서 룬(요정) 체력의 엘릭서 룬(요정) rune -1 gemstone 1000 4795 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 50 0 0 0 0 55 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
     
     
    npc...
     
    90049 세이룬 퀘스트 도우미^ 세이룬 55퀘스트NPC L1Merchant 7372 0 0 0 0 0 0 0 0 0 0 0 0  0 0 0 0 0 0 0 0 0 0 0 0 0  0 -1 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1 0 0 0 0 0
     
     
    spawnlist_npc...
     
    53205 퀘스트 도우미^ 세이룬 1 90049 32883 32784 0 0 6 0 4 0
     
     
    npcaction...
     
    90049 seirune2 seirune2
    etcitem...
     
    89609 마법사의 돌 마법사의 돌 other normal gemstone 10 4779 36 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 1
    89610 낡은 고서 낡은 고서 other normal paper 1000 2498 0 0 0 0 0 0 55 0 0 0 0 1 0 0 0 0 0 0 1 1

     

    이 게시물을..
    N
    0
    0
    • 리마스터팩 요정 소울 엠피 수정jstory
    • 4
      이드1

    이드1 님의 최근 글

    .. 2016 05.29 출체케랍 2016 04.29 cnfcprdy 2016 04.28 출첵여 ! 2016 04.27 마트서버 소스DB포함 [3년전] 324 9 2016 04.27

    이드1 님의 최근 댓글

    db는 2015년 2월 입니다 2016 09.28 접속기만있습니다 2016 04.27 이건 어디에 사용하는거에요 ?? 2016 04.26 ㅎㅇㅎㅇ 2016 04.26 다운이 안됨 ㅠ.ㅠ 2016 04.25
    글쓴이의 서명작성글 감추기 
    댓글 쓰기 에디터 사용하기 닫기
    • view_headline 목록
    • 14px
    • 리마스터팩 요정 소울 엠피 수정
    • 목록
      view_headline
    × CLOSE
    기본 (1,058) 제목 날짜 수정 조회 댓글 추천 비추
    분류 정렬 검색
    • 소스자료는 직접 올려주세요
      2017.06.06 - 16:14 591
    1058
    아머브레이크 데스티니 시전시 성공 확률 조정하는 소스가 있나요?
    안정환 2024.04.23 - 10:01 102
    1057
    List.spr(변신,몬스터 수정소스)개조방법
    유튜브고도리 2024.04.19 - 05:02 243
    1056
    NPC 외침 멘트 깔끔정리(by.유튜브고도리)
    유튜브고도리 2024.04.11 - 05:57 125
    1055
    디아블로 참 만들기
    유튜브고도리 2024.04.09 - 05:55 114
    1054
    리니지m 처럼 피통 늘리기,오류가 날때
    유튜브고도리 2024.04.09 - 05:18 91
    1053
    욕하면 채금 먹게 하기
    유튜브고도리 2024.04.09 - 04:59 71
    1052
    레벨에 따른 호칭 부여..?
    밤톨이11 2024.04.08 - 04:24 72
    1051
    초보자 보호 시스템
    밤톨이11 2024.04.08 - 04:21 57
    1050
    마법무기 데미지 증가
    밤톨이11 2024.04.08 - 04:19 70
    1049
    레벨 제한 맵
    밤톨이11 2024.04.08 - 04:14 67
    1048
    마법스크롤
    밤톨이11 2024.04.08 - 04:06 32
    1047
    리니지m 아지트 소유중에도 공성선포하기
    유튜브고도리 2024.04.07 - 21:37 41
    1046
    리니지m 마법인형이 마법을 쓰네?
    유튜브고도리 2024.04.07 - 21:36 61
    1045
    드래곤 슬레이어 각반(장비추가소스)
    유튜브고도리 2024.04.07 - 19:08 51
    1044
    린엠 게렝 변신 카드 만들기
    유튜브고도리 2024.04.06 - 06:06 100
    1043
    버프 물약 개별 소스 오래전 소스
    밤톨이11 2024.04.05 - 18:43 57
    1042
    일시 스텟 상승 물약
    밤톨이11 2024.04.05 - 18:42 26
    1041
    성 전환 물약
    밤톨이11 2024.04.05 - 18:37 31
    1040
    MP 물약 소스
    밤톨이11 2024.04.05 - 18:35 41
    1039
    리니지 옛날버젼..이라는데...구동가능여부 확인 부탁드립니다.
    도난차량 2024.03.24 - 04:56 354
    1038
    랭커
    foqwer 2024.03.14 - 10:43 142
    1037
    인첸별
    foqwer 2024.03.14 - 10:42 106
    1036
    몬스터 앞에 레벨 넣기
    프렌치좋아 2024.03.04 - 01:40 370
    1035
    3.63 글루딘 Single 용
    블루블랙3 2024.02.28 - 23:08 411
    1034
    Sprite file doesn`t exist 오류
    하앙비 2023.12.23 - 02:19 229
    1033
    전쟁세율 고정값 15%
    하남궁 2023.11.29 - 17:02 198
    1032
    인형합성사
    Rebecca 2023.10.09 - 22:54 338
    1031
    2.0 레벨업시 HP량 올리기
    Rebecca 2023.10.09 - 22:49 434
    1030
    전사버전 펫 만렙 변경
    Rebecca 2023.10.09 - 22:44 162
    1029
    맵 순간이동 가능 불가능지역 설정하기
    Rebecca 2023.10.09 - 22:39 238
    1028
    트레져박스 업로드입니다.
    린컴충성 2023.10.07 - 04:46 182
    1027
    리마스터 접속기 소스자료
    홍자놀기 2023.09.08 - 05:41 2284
    1026
    대미지 발동시 범위 질문드립니다
    나잇따나읻따 2023.05.21 - 22:26 292
    1025
    리니지 리마스터 몹 스폰수 어디서 줄일 수 있나요?
    001001 2023.04.25 - 16:06 727
    1024
    전사팩 로봇가능
    노력하자 2023.03.16 - 19:14 1113
    1023
    2.7 자동 물약 소스
    퍽퍽띠 2022.11.18 - 00:40 1215
    1022
    2.0 자동칼질소스 (클래스 파일에서 빼왔습니다)
    drumlinek 2022.11.06 - 05:20 931
    1021
    npc가 인겜에서 채팅으로 말하기
    하늘마음 2022.10.06 - 10:04 320
    1020
    유저 아이피보는 소스
    캐빈N.01 2020.12.15 - 21:34 639
    1019
    인공지능
    캐빈N.01 2020.12.15 - 21:27 1126
    1018
    아데나가 19억이 되면 자동으로 1억으로 금괴로 바꾸기
    강우리 2020.12.12 - 01:48 995
    1017
    린올기반 휘장 각반 견갑 장비인식 안되는거 수정함
    신화서버 2020.11.17 - 01:48 295
    1016
    방어구 인챈트별 피 증가 소스
    LGTwins 2020.09.12 - 05:52 688
    1015
    장신구 옵션 변경
    LGTwins 2020.08.31 - 07:00 751
    1014
    자동물약
    legena 2020.07.05 - 02:30 2089
    1013
    리마스터팩 스냅퍼 개방 레벨설정 본섭화 수정(몽양님 요청)
    jstory 2020.06.13 - 07:22 764
    1012
    리마스터팩 룬마력제거 검사 적용안대는 부분 수정
    jstory 2020.06.10 - 04:05 287
    1011
    리마스터팩 쓸모없는 아이템 활용
    jstory 2020.06.10 - 04:01 731
    1010
    리마스터팩 요정 소울 엠피 수정
    jstory 2020.06.10 - 03:54 459
    1009
    리마스터팩 자동공지시간에 버프주기
    jstory 2020.06.10 - 03:15 404
    • 1 2 3 4 5 6 7 8 9 10 .. 22
    • / 22 GO
  • GAMEZONE
 GAMEZONE all rights reserved.
by OrangeDay