• SEARCH

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

      • Hacker
      • 2017.06.08 - 15:23 151

    unit [이벤트]선물상자1;

    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 OnDblClick(aStr : String);

    implementation

    procedure OnDblClick(aStr : String);
    var
       Str, Name, item : String;
    begin
    Name := callfunc ('getsendername');
    if Name = '아리아' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '사마녀' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '깡만왕' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '비타민' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '유비' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '가막살나무' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '절망' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '地' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '달나라토끼' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '색동' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '던힐' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '사또' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '이온유내꼬' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '스미스' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '꼬마' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '왕고추' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = 'VVIP' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = 'ToP' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '로맨스' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '서린' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = 'HERA' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '조조' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '노찌룡' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '보살' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '봄' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '산다라박' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '독백' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '라백구' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '여우' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '클리토리스' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '칼리토리스' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '컬리토리스' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '기시노' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '진월' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '씹툴어진년' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '씽' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '싱글' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '갈색물고기' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '레노' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '멍게구름' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '도신' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '야릇' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '달빛따라' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '신드래곤' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '원츄' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '시넌군' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = '달자' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
    if Name = 'Chu' then begin
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 0');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          print (Str);
    exit;
    end;
          print ('getsenderitem 이벤선물상자1:1');
          print('sendsenderchatmessage 선물상자를_사용하셨습니다. 1');
          item := callfunc ('getrandomitem 1');   
          Str := 'putsendermagicitem ' + item;
          Str := Str + ' @선물상자 4';
          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