• SEARCH

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

      • Hacker
      • 2017.06.08 - 15:25 98

    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 OnLeftClick (aStr : String);
    procedure OnGetResult (aStr : String);

    implementation

    procedure OnGetResult (aStr : String);
    var
       Str, Name : String;
       iCount : Integer;
    begin
       if aStr = 'close' then begin
          exit;
       end;
       if aStr = 'gonpcroom' then begin
          Str := callfunc ('checksenderpowerwearitem');
          iCount := StrToInt (Str);
          if iCount > 0 then begin
             print ('say 아이템은_공평하게_벗고하세');
             exit;
          end;
          Str := callfunc ('checksendercurusemagic 0');
          if Str = 'true' then begin
             print ('say 기본무공만_사용가능합니다');
             exit;
          end;
          Str := callfunc ('checksendercurusemagic 1');
          if Str = 'true' then begin
             print ('say 기본무공만_사용가능합니다');
             exit;
          end;
          Str := callfunc ('checksendercurusemagic 3');
          if Str = 'true' then begin
             print ('say 기본무공만_사용가능합니다');
             exit;
          end;
          Str := callfunc ('checksendercurusemagic 4');
          if Str = 'true' then begin
             print ('say 기본무공만_사용가능합니다');
             exit;
          end;
          Str := callfunc ('checksendercurusemagic 5');
          if Str = 'true' then begin
             print ('say 기본무공만_사용가능합니다');
             exit;
          end;
          Str := callfunc ('checksendercurusemagic 6');
          if Str = 'true' then begin
             print ('say 기본무공만_사용가능합니다');
             exit;
          end;
          Str := callfunc ('getsendercurpowerlevelname');
          if Str <> '' then begin
             print ('say 원기를_내려주세요');
             exit;
          end;
          Str := callfunc ('getsenderitemexistence 태극약수:1');
          if Str = 'false' then begin
             print ('say 태극약수가_없습니다');
             exit;
          end;
          Str := callfunc ('getusercount 55');
          iCount := StrToInt (Str);
          if iCount > 0 then begin
             print ('say 누군가_대련중입니다');
             exit;
          end;
          Str := callfunc ('getusercount 56');
          iCount := StrToInt (Str);
          if iCount > 0 then begin
             print ('say 누군가_대련중입니다');
             exit;
          end;
          Str := callfunc ('checkalivemopcount 55 npc 대련포도대장');
          iCount := StrToInt (Str);
          if iCount = 0 then begin
             print ('say 아직_준비가_안됬네..');
             exit;
          end;
          Str := callfunc ('checkalivemopcount 56 npc 대련매화부인');
          iCount := StrToInt (Str);
          if iCount = 0 then begin
             print ('say 아직_준비가_안됬네..');
             exit;
          end;
          Str := callfunc ('checkentermap 55');
          if Str = 'false' then begin
             print ('say 잠시만_기다리시게..');
             exit;
          end;

          print ('mapregen 55');

          print ('getsenderitem 태극약수:1');
          Name := callfunc ('getsendername');
          Str := 'movespace ' + Name;
          Str := Str + ' user 55 17 18';
          print (Str);

          print ('boMapEnter 55 false');
       end;
    end;

    procedure OnLeftClick (aStr : String);
    var
       Str : String;
       Race : Integer;
    begin
       Str := callfunc ('getsenderrace');
       Race := StrToInt (Str);
       if Race = 1 then begin
          Str := 'showwindow .\help\대련노인.txt 1';
          print (Str);
          exit;
       end;
    end;

    end.

     

    이 게시물을..
    N
    0
    0
    • 소울워커(SoulWorker) 스팀 asm 스크립트잼과베이컨
    • 9
      Hacker

    Hacker 님의 최근 글

    천년3 호위무사 268 2017 06.11 천년3 호연한방 171 1 2017 06.11 천3 새해이벤트 159 2017 06.11 천년3 서역마인허상 스크립트 139 2017 06.11 천년 환전상인 스크립트(고급) 174 2017 06.08

    Hacker 님의 최근 댓글

    housdd@nate.com <<부탁드려요! 2017 03.29 감사합니다 2017 03.25 감사요 2017 03.23 헐..겜존찌 어서와요! ㅋㅋ 자주들리세요! 2017 01.12 앞으로도 계속 이용해주세요^^ 2017 01.12
    글쓴이의 서명작성글 감추기 
    댓글 쓰기 에디터 사용하기 닫기
    • view_headline 목록
    • 14px
    • 소울워커(SoulWorker) 스팀 asm 스크립트
    • 목록
      view_headline
    × CLOSE
    전체 던파 5 뮤 18 천상비 프로젝트신루 5 아이온 18 어둠의전설 28 리니지2 7 크로노스 5 칼온라인 3 기타 194
    기본 (193) 제목 날짜 수정 조회 댓글 추천 비추
    기타 정렬 검색
    • 소스자료는 직접 올려주세요
      2017.06.06 - 16:16 665
    193
    기타
    입력과 출력1
    a74654 2025.09.26 - 01:09 29
    192
    기타
    변수명 지정과 C언어 프로그램의 구조
    a74654 2025.09.26 - 01:08 22
    191
    기타
    문자열형 변수와 논리변수
    a74654 2025.09.26 - 01:08 10
    190
    기타
    논리적 오류와 아스키코드
    a74654 2025.09.26 - 01:07 15
    189
    기타
    자료형(코딩의 이해)
    a74654 2025.09.25 - 18:42 31
    188
    기타
    자료형 코딩의 이해
    a74654 2025.09.24 - 20:07 20
    187
    기타
    C언어 시작하기2
    a74654 2025.09.24 - 20:06 17
    186
    기타
    c언어 개발환경 만들기
    a74654 2025.09.24 - 20:05 19
    185
    기타
    c언어 기초 배우기
    a74654 2025.09.24 - 19:57 29
    184
    기타
    c언어 출력 인사법
    닉쿤이람이 2025.08.04 - 14:16 38
    183
    기타
    BDO 영어 클라이언트 인터페이스
    Yireeli 2024.04.13 - 08:54 68
    182
    기타
    포토샵 꿀팁
    아가입니다 2024.02.04 - 09:38 56
    181
    기타
    블소 아이템 코드 한글입니다,
    팡234 2023.12.03 - 22:33 285
    180
    기타
    블소 신석지급방법 입니다.
    팡234 2023.12.03 - 22:31 135
    179
    기타
    블소 아이템 코드 정리해봤습니다.
    팡234 2023.12.03 - 22:28 143
    178
    기타
    블소 아이디 생성방법입니다
    팡234 2023.12.03 - 00:22 149
    177
    기타
    최강의군단 신규(NightWalker)나이트워커 스크립트
    잼과베이컨 2023.07.31 - 18:16 238
    176
    기타
    이터널시티(EternalCity)1_ 스크립트
    잼과베이컨 2023.07.31 - 18:08 369
    175
    기타
    소울워커(SoulWorker) 스팀 asm 스크립트
    잼과베이컨 2023.07.31 - 18:05 158
    174
    기타
    아바(A.V.A) AOB, ASM 스크립트
    잼과베이컨 2023.07.31 - 17:59 77
    • 1 2 3 4 5 6 7 8 9 .. 10
    • / 10 GO
  • GAMEZONE
 GAMEZONE all rights reserved.
by OrangeDay