close_btn
로그인, 회원가입후 더 많은 혜택을 누리세요 로그인 회원가입 닫기

기타 천년 무공 자동지급

2023.05.10 08:03

애꾸형님 조회 수:108

일반무공 자동 지급 npc

 

 

unit '계열일반무공';

 

interface

 

function  GetToken (aStr, aToken, aSep : String) : String;

function  CompareStr (aStr1, aStr2 : String) : Boolean;

function  callfunc (aText: string): string;

procedure print (aText: string);

function  Random (aScope: integer): integer;

function  Length (aText: string): integer;

procedure Inc (aInt: integer);

procedure Dec (aInt: integer);

function  StrToInt (astr: string): integer;

function  IntToStr (aInt: integer): string;

procedure exit;

 

procedure OnDie (aStr : String);

procedure OnGetResult (aStr : String);

procedure OnLeftClick (aStr : String);

 

implementation

 

procedure OnLeftClick (aStr : String);

var

   Str : String;

begin

   Str := callfunc ('getsenderrace');

   if Str = '1' then begin

      print ('showwindow .\help\계열일반무공.txt 0');

      exit;

   end;

end;

 

procedure OnGetResult (aStr : String);

var

   Str, Name : String;

   n, iCount : Integer;

begin

   if aStr = 'close' then begin

      exit;

   end;

   if aStr = 'returntreasure2' then begin

      Str := callfunc ('checkenoughspace');

      if Str = 'false' then begin

         print ('say 아이템창을_5칸_비워주세요.');

         exit;

      end;

         

         print ('putsendermagicitem 화염장 @계열상승무공 3');

         print ('putsendermagicitem 한빙장 @계열상승무공 3');

         print ('putsendermagicitem 철사장 @계열상승무공 3');

         print ('putsendermagicitem 벽력장 @계열상승무공 3');

         print ('putsendermagicitem 조기탄 @계열상승무공 3');

         print ('putsendermagicitem 반월장 @계열상승무공 3');

      print ('say 장풍_계열을_모두_지급했습니다. 50');

      exit;

   end;

 

   if aStr = 'returntreasure1' then begin

      Str := callfunc ('checkenoughspace');

      if Str = 'false' then begin

         print ('say 아이템창을_5칸_비워주세요.');

         exit;

      end;

         print ('putsendermagicitem 무영발 @계열일반무공 3');

             Str := callfunc ('getsendermagicskilllevel 무영발');

      iCount := StrToInt (Str);

      if iCount > 1 then begin

            print ('getsenderallitem 무영발');

      end;

         print ('putsendermagicitem 뇌검식 @계열일반무공 3');

             Str := callfunc ('getsendermagicskilllevel 뇌검식');

      iCount := StrToInt (Str);

      if iCount > 1 then begin

            print ('getsenderallitem 뇌검식');

      end;

         print ('putsendermagicitem 절단도법 @계열일반무공 3');

             Str := callfunc ('getsendermagicskilllevel 절단도법');

      iCount := StrToInt (Str);

      if iCount > 1 then begin

            print ('getsenderallitem 절단도법');

      end;

         print ('putsendermagicitem 황룡승천식 @계열일반무공 3');

             Str := callfunc ('getsendermagicskilllevel 황룡승천식');

      iCount := StrToInt (Str);

      if iCount > 1 then begin

            print ('getsenderallitem 황룡승천식');

      end;

         print ('putsendermagicitem 회전광천비 @계열일반무공 3');

             Str := callfunc ('getsendermagicskilllevel 회전광천비');

      iCount := StrToInt (Str);

      if iCount > 1 then begin

            print ('getsenderallitem 회전광천비');

      end;

         print ('putsendermagicitem 선풍각 @계열일반무공 3');

             Str := callfunc ('getsendermagicskilllevel 선풍각');

      iCount := StrToInt (Str);

      if iCount > 1 then begin

            print ('getsenderallitem 선풍각');

      end;

         print ('putsendermagicitem 태극검결 @계열일반무공 3');

             Str := callfunc ('getsendermagicskilllevel 태극검결');

      iCount := StrToInt (Str);

      if iCount > 1 then begin

            print ('getsenderallitem 태극검결');

      end;

         print ('putsendermagicitem 신곡토 @계열일반무공 3');

             Str := callfunc ('getsendermagicskilllevel 신곡토');

      iCount := StrToInt (Str);

      if iCount > 1 then begin

            print ('getsenderallitem 신곡토');

      end;

         print ('putsendermagicitem 비월창법 @계열일반무공 3');

             Str := callfunc ('getsendermagicskilllevel 비월창법');

      iCount := StrToInt (Str);

      if iCount > 1 then begin

            print ('getsenderallitem 비월창법');

      end;

         print ('putsendermagicitem 지옥대혈식 @계열일반무공 3');

             Str := callfunc ('getsendermagicskilllevel 지옥대혈식');

      iCount := StrToInt (Str);

      if iCount > 1 then begin

            print ('getsenderallitem 지옥대혈식');

      end;

         print ('putsendermagicitem 태극권 @계열일반무공 3');

             Str := callfunc ('getsendermagicskilllevel 태극권');

      iCount := StrToInt (Str);

      if iCount > 1 then begin

            print ('getsenderallitem 태극권');

      end;

         print ('putsendermagicitem 벽사검법 @계열일반무공 3');

             Str := callfunc ('getsendermagicskilllevel 벽사검법');

      iCount := StrToInt (Str);

      if iCount > 1 then begin

            print ('getsenderallitem 벽사검법');

      end;

         print ('putsendermagicitem 반월식 @계열일반무공 3');

             Str := callfunc ('getsendermagicskilllevel 반월식');

      iCount := StrToInt (Str);

      if iCount > 1 then begin

            print ('getsenderallitem 반월식');

      end;

         print ('putsendermagicitem 달마창법 @계열일반무공 3');

             Str := callfunc ('getsendermagicskilllevel 달마창법');

      iCount := StrToInt (Str);

      if iCount > 1 then begin

            print ('getsenderallitem 달마창법');

      end;

         print ('putsendermagicitem 월인천강 @계열일반무공 3');

             Str := callfunc ('getsendermagicskilllevel 월인천강');

      iCount := StrToInt (Str);

      if iCount > 1 then begin

            print ('getsenderallitem 월인천강');

      end;

         print ('putsendermagicitem 골가격 @계열일반무공 3');

             Str := callfunc ('getsendermagicskilllevel 골가격');

      iCount := StrToInt (Str);

      if iCount > 1 then begin

            print ('getsenderallitem 골가격');

      end;

         print ('putsendermagicitem 성령21검 @계열일반무공 3');

             Str := callfunc ('getsendermagicskilllevel 성령21검');

      iCount := StrToInt (Str);

      if iCount > 1 then begin

            print ('getsenderallitem 성령21검');

      end;

         print ('putsendermagicitem 장창도법 @계열일반무공 3');

             Str := callfunc ('getsendermagicskilllevel 장창도법');

      iCount := StrToInt (Str);

      if iCount > 1 then begin

            print ('getsenderallitem 장창도법');

      end;

         print ('putsendermagicitem 타구봉법 @계열일반무공 3');

             Str := callfunc ('getsendermagicskilllevel 타구봉법');

      iCount := StrToInt (Str);

      if iCount > 1 then begin

            print ('getsenderallitem 타구봉법');

      end;

         print ('putsendermagicitem 용왕퇴법 @계열일반무공 3');

             Str := callfunc ('getsendermagicskilllevel 용왕퇴법');

      iCount := StrToInt (Str);

      if iCount > 1 then begin

            print ('getsenderallitem 용왕퇴법');

      end;

         print ('putsendermagicitem 소림오권 @계열일반무공 3');

             Str := callfunc ('getsendermagicskilllevel 소림오권');

      iCount := StrToInt (Str);

      if iCount > 1 then begin

            print ('getsenderallitem 소림오권');

      end;

         print ('putsendermagicitem 복마검법 @계열일반무공 3');

             Str := callfunc ('getsendermagicskilllevel 복마검법');

      iCount := StrToInt (Str);

      if iCount > 1 then begin

            print ('getsenderallitem 복마검법');

      end;

         print ('putsendermagicitem 응룡대천신 @계열일반무공 3');

             Str := callfunc ('getsendermagicskilllevel 응룡대천신');

      iCount := StrToInt (Str);

      if iCount > 1 then begin

            print ('getsenderallitem 응룡대천신');

      end;

         print ('putsendermagicitem 점창술 @계열일반무공 3');

             Str := callfunc ('getsendermagicskilllevel 점창술');

      iCount := StrToInt (Str);

      if iCount > 1 then begin

            print ('getsenderallitem 점창술');

      end;

         print ('putsendermagicitem 섬광퇴법 @계열일반무공 3');

 

             Str := callfunc ('getsendermagicskilllevel 섬광퇴법');

      iCount := StrToInt (Str);

      if iCount > 1 then begin

            print ('getsenderallitem 섬광퇴법');

      end;

         print ('putsendermagicitem 여래금강권 @계열일반무공 3');

             Str := callfunc ('getsendermagicskilllevel 여래금강권');

      iCount := StrToInt (Str);

      if iCount > 1 then begin

            print ('getsenderallitem 여래금강권');

      end;

         print ('putsendermagicitem 섬광검파결 @계열일반무공 3');

             Str := callfunc ('getsendermagicskilllevel 섬광검파결');

      iCount := StrToInt (Str);

      if iCount > 1 then begin

            print ('getsenderallitem 섬광검파결');

      end;

         print ('putsendermagicitem 화랑도결 @계열일반무공 3');

             Str := callfunc ('getsendermagicskilllevel 화랑도결');

      iCount := StrToInt (Str);

      if iCount > 1 then begin

            print ('getsenderallitem 화랑도결');

      end;

         print ('putsendermagicitem 양가창법 @계열일반무공 3');

             Str := callfunc ('getsendermagicskilllevel 양가창법');

      iCount := StrToInt (Str);

      if iCount > 1 then begin

            print ('getsenderallitem 양가창법');

      end;

         print ('putsendermagicitem 무격진 @계열일반무공 3');

             Str := callfunc ('getsendermagicskilllevel 무격진');

      iCount := StrToInt (Str);

      if iCount > 1 then begin

            print ('getsenderallitem 무격진');

      end;

      print ('say 일반무공을_모두_지급했습니다. 50');

         exit;

      end;

      print ('say 일반무공을_모두_지급했습니다. 50');

         exit;

      end;

         exit;

      end;

 

      exit;

   end;

end;

 

end.

 

번호 제목 글쓴이 날짜 조회 수
공지 소스자료는 직접 올려주세요 게임존 2017.06.06 582
276 BDO 영어 클라이언트 인터페이스 file Yireeli 2024.04.12 28
275 베노미 인존 2024.03.04 57
274 게임 서버 클래스값 인존 2024.03.04 79
273 던파 CT입니다 [2] file 꺼즈 2024.02.04 423
272 포토샵 꿀팁 아가입니다 2024.02.04 39
271 블소 아이템 코드 한글입니다, file 팡234 2023.12.03 255
270 블소 신석지급방법 입니다. file 팡234 2023.12.03 113
269 블소 아이템 코드 정리해봤습니다. file 팡234 2023.12.03 121
268 블소 아이디 생성방법입니다 file 팡234 2023.12.02 119
267 프로젝트 신루 NPC스크립트2 [4] 자택경비 2023.11.06 104
266 프로젝트 신루 NPC 스크립트 작성하기 자택경비 2023.10.22 40
265 프로젝트신루 전직NPC추가하기 [7] file 자택경비 2023.10.17 96
264 NPC 추가 및 스크립트 추가 [2] file 자택경비 2023.10.17 73
263 최강의군단 신규(NightWalker)나이트워커 스크립트 [2] file 잼과베이컨 2023.07.31 212
262 이터널시티(EternalCity)1_ 스크립트 [1] file 잼과베이컨 2023.07.31 325
261 소울워커(SoulWorker) 스팀 asm 스크립트 file 잼과베이컨 2023.07.31 137
260 아바(A.V.A) AOB, ASM 스크립트 file 잼과베이컨 2023.07.31 61
259 데카론 한글 던전리스트 file 일루션 2023.06.21 138
258 데카론 한글 맵리스트 file 일루션 2023.06.21 61
257 스톤에이지 8.0 서버 소스 file 김철수12 2023.05.31 345
256 천년 상승무공 자동지급 애꾸형님 2023.05.10 168
» 천년 무공 자동지급 애꾸형님 2023.05.10 108
254 sega saturn region patcher file 강사내 2023.05.10 19
253 4.6 버전 스킬 목록 직접 파싱하여 뽑아낸 자료 입니다. file 여기룽 2023.04.02 171
252 0g 팩 file 막눈 2023.01.12 209
251 Lunia Online Source file paking 2021.03.15 329
250 in_game_shop [1] file BlueServer 2021.02.08 213
249 미니파이터 SPR 이미지 압축해제 소스 [1] file 애플민트 2021.01.11 268
248 포토샵 단축키 모음 아악브로임다 2020.11.29 82
247 MS-OFFICE CD를 넣으라는 메시지가 나올 때.. 아악브로임다 2020.11.29 52
246 이 컨트롤을 활성화하여 사용하려면 클릭하십시오 메시지 해결 방법 아악브로임다 2020.11.29 39
245 인터넷(IE7) 사용 중 [액세스 허용]을 묻는 대화상자가 안 나오도록.. 아악브로임다 2020.11.29 29
244 구글 번역기를 홈페이지에 달기 아악브로임다 2020.11.29 83
243 테일즈런너 소스 file 예서 2020.10.27 359
242 Maven, m2eclipse설치 후 eclipse에서 WTP용 프로젝트 생성 삽질! 애니콜런 2020.09.20 105
241 HttpCore를 이용한 Basic HTTP Server 만들기 file 애니콜런 2020.09.20 102
240 [Spring Boot] 간단한 RestAPI 및 JPA 예제. file 애니콜런 2020.09.20 80
239 No$gba 3D 향상 file 애니콜런 2020.09.20 95
238 Solaris 10 MQSL 설치 과정 애니콜런 2020.09.20 71
237 어레이 오브 바이트 스캔 소스 file 레이크123 2020.08.22 64
236 자동인젝션소스 file 레이크123 2020.08.21 117
235 미르2 C# 버전 운영자 명령어 절타 2020.08.12 283
234 운영자 명령어 한글로 변환하기-2 늑대풍 2020.08.11 181
233 운영자 명령어 한글로 변환하기-1 늑대풍 2020.08.11 439
232 서버이름 수정하기 늑대풍 2020.08.11 227
231 새로운 케릭 생성시 다른 종족 못고르게 하기 [1] 늑대풍 2020.08.11 206
230 [어둠의전설] [스크립트] 철포삼 토끼토끼토끼 2020.07.14 209
229 Vcruntime140.dll 파일 file 리타이어 2020.07.05 63
228 트릭스터 마이샵 설정방법 (영문) [3] file 해우김123 2020.06.15 352
227 트릭스터 맵 코드 file 해우김123 2020.06.06 185