사이트 로그인
2023.05.10 15:03
일반무공 자동 지급 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 |
184 |
BDO 영어 클라이언트 인터페이스
![]() | Yireeli | 2024.04.13 | 29 |
183 | 포토샵 꿀팁 | 아가입니다 | 2024.02.04 | 39 |
182 |
블소 아이템 코드 한글입니다,
![]() | 팡234 | 2023.12.03 | 256 |
181 |
블소 신석지급방법 입니다.
![]() | 팡234 | 2023.12.03 | 114 |
180 |
블소 아이템 코드 정리해봤습니다.
![]() | 팡234 | 2023.12.03 | 122 |
179 |
블소 아이디 생성방법입니다
![]() | 팡234 | 2023.12.02 | 120 |
178 |
최강의군단 신규(NightWalker)나이트워커 스크립트
[2] ![]() | 잼과베이컨 | 2023.07.31 | 213 |
177 |
이터널시티(EternalCity)1_ 스크립트
[1] ![]() | 잼과베이컨 | 2023.07.31 | 325 |
176 |
소울워커(SoulWorker) 스팀 asm 스크립트
![]() | 잼과베이컨 | 2023.07.31 | 138 |
175 |
아바(A.V.A) AOB, ASM 스크립트
![]() | 잼과베이컨 | 2023.07.31 | 61 |
174 |
데카론 한글 던전리스트
![]() | 일루션 | 2023.06.21 | 138 |
173 |
데카론 한글 맵리스트
![]() | 일루션 | 2023.06.21 | 61 |
172 |
스톤에이지 8.0 서버 소스
![]() | 김철수12 | 2023.05.31 | 350 |
171 | 천년 상승무공 자동지급 | 애꾸형님 | 2023.05.10 | 168 |
» | 천년 무공 자동지급 | 애꾸형님 | 2023.05.10 | 108 |
169 |
sega saturn region patcher
![]() | 강사내 | 2023.05.10 | 19 |
168 |
Lunia Online Source
![]() | paking | 2021.03.15 | 329 |
167 |
미니파이터 SPR 이미지 압축해제 소스
[1] ![]() | 애플민트 | 2021.01.11 | 270 |
166 | 포토샵 단축키 모음 | 아악브로임다 | 2020.11.29 | 82 |
165 | MS-OFFICE CD를 넣으라는 메시지가 나올 때.. | 아악브로임다 | 2020.11.29 | 52 |