pdr 질문 한번더 하겠습니다. 밀대 혼마 > 자유게시판

회원로그인

출석체크 타입캡슐

출석체크 하고 포인트 받아가자!!

최근 7일 포인트 랭킹

  1. 1 오구리 쪽지쪽지보내기 프로필프로필확인 검색아이디로 검색 전체게시물전체게시물 7,494점
  2. 2 가나다 쪽지쪽지보내기 프로필프로필확인 검색아이디로 검색 전체게시물전체게시물 7,494점
  3. 3 도시바 쪽지쪽지보내기 프로필프로필확인 검색아이디로 검색 전체게시물전체게시물 6,894점
  4. 4 konepu 쪽지쪽지보내기 프로필프로필확인 검색아이디로 검색 전체게시물전체게시물 6,200점
  5. 5 왕구이 쪽지쪽지보내기 프로필프로필확인 검색아이디로 검색 전체게시물전체게시물 6,200점
  6. 6 노래 쪽지쪽지보내기 프로필프로필확인 검색아이디로 검색 전체게시물전체게시물 4,776점
  7. 7 타르 쪽지쪽지보내기 프로필프로필확인 검색아이디로 검색 전체게시물전체게시물 2,947점
  8. 8 Gatcha 쪽지쪽지보내기 프로필프로필확인 검색아이디로 검색 전체게시물전체게시물 2,550점
  9. 9 Loveis 쪽지쪽지보내기 프로필프로필확인 검색아이디로 검색 전체게시물전체게시물 2,500점
  10. 10 김태희 쪽지쪽지보내기 프로필프로필확인 검색아이디로 검색 전체게시물전체게시물 2,301점

[자유] pdr 질문 한번더 하겠습니다. 밀대 혼마

작성일25-09-17 16:31 | 조회 73 | 댓글 1

    본문

    저번처럼 같은 질문이긴 한데 ...


    격수(자신) apc(밀대) 인데


    혼마술 거는도중 체력 달아지면 바로 체 줄수있게 할수있나요??


    문제가 있다며 맵에 혼마술 다 걸어놓고 마지막에 격수에게 체를 줍니다.(이게싫어서)


    알려주시면 감사하겠습니다~!!


    function helper_honma {

    .@id = getarg(0);

    .@lord_sd = get_moblord(.@id);

    if(#last_position_count > 240)

    end;

    .@magic_no = name2magicid("혼마술");

    //혼마술

    if(.@lord_sd > 0)

    {

    if(magicaethered(.@id, name2magicid("마기금성술")))

    return;

    //마기금성술 걸려있으면 체력 안외움

    .@lord_id = sd2id(.@lord_sd);

    if(magicaethered(.@lord_id, name2magicid("마기금성술")))

    return;

    .@node = get_objnextnode(0);

    .@hit_count = 0;

    while(.@node && .@hit_count < 1)

    {

    .@node_chk = 0;

    .@target_id = node2id(.@node);


    if(.@target_id > 0 && .@target_id != .@id)

    {

    .@node = get_objnextnode(.@node);

    .@node_chk = 1;


    if(canlook(.@id, .@target_id))

    {

    .@type = istype(.@target_id);

    if(.@type == TYPE_MOB)

    {

    if(get_moblord(.@target_id) > 0)

    continue;

    if(magicaetherdelay(.@target_id, .@magic_no) > 0)

    continue;

    else if(callfunc("curse_check", .@target_id, "혼마술") == 1)

    continue;

    effect .@target_id, 39;

    sound .@id, 79;

    callfunc "magic_aether", .@target_id, .@magic_no, 425;

    set_mobac .@target_id, get_mobac(.@target_id) + 50;

    .@hit_count++;

    }

    }

    }


    if(.@node_chk == 0)

    .@node = get_objnextnode(.@node);

    }

    }




    function helper_honma2 {

    .@id = getarg(0);

    .@lord_sd = get_moblord(.@id);

    //say .@id, 1, "야호";

    if(#last_position_count > 240)

    end;

    .@magic_no = name2magicid("혼마술");

    //혼마술

    /*

    if(.@lord_sd > 0)

    {

    .@r = rand(1,1000);

    if( .@r <= 700 ) {

    return;

    }

    if(magicaethered(.@id, name2magicid("마기금성술")))

    return;

    //마기금성술 걸려있으면 체력 안외움

    .@lord_id = sd2id(.@lord_sd);

    if(magicaethered(.@lord_id, name2magicid("마기금성술")))

    return;

    .@node = get_objnextnode(0);

    .@hit_count = 0;

    while(.@node && .@hit_count < 1)

    {

    .@node_chk = 0;

    .@target_id = node2id(.@node);


    if(.@target_id > 0 && .@target_id != .@id)

    {

    .@node = get_objnextnode(.@node);

    .@node_chk = 1;


    if(canlook(.@id, .@target_id))

    {

    .@type = istype(.@target_id);

    if(.@type == TYPE_MOB)

    {

    if(get_moblord(.@target_id) > 0)

    continue;

    if(magicaetherdelay(.@target_id, .@magic_no) > 0)

    continue;

    else if(callfunc("curse_check", .@target_id, "혼마술") == 1)

    continue;

    effect .@target_id, 39;

    sound .@id, 79;

    callfunc "magic_aether", .@target_id, .@magic_no, 425;

    set_mobac .@target_id, get_mobac(.@target_id) + 50;

    .@hit_count++;

    }

    }

    }


    if(.@node_chk == 0)

    .@node = get_objnextnode(.@node);

    }

    }


    귀염추혼소 로 바꾸고싶어서....

    0 0

    댓글 목록 1

    자유게시판 목록

    자유게시판|2,073건의 글을 보관 중
    자유게시판 목록
    번호 제목 글쓴이 날짜 조회 따봉 비추
    게시물이 없습니다.
    • 주간 조회수
    • 주간 베스트
    pdr 질문 한번더 하겠습니다. 밀대 혼마
    pdr 질문 한번더 하겠습니다. 밀대 혼마


    바람인사이드 | 전체 회원수 ▶ 8,754 | 방문자수 ▶ 오늘 5,572 어제 5,764 전체 2,404,581 TOP

    Copyright © 2017-2025 Baraminside. All rights reserved.

    출석체크 바로가기 자음족보
    오늘의 추천 BGM 아 몰랑 내 맘대로 매일 업데이트
    배너광고문의 배너 광고