채팅0

    버프 활성화는 되는데....

    조회수 390

    버프 활성화는 뜨는데 버프 안먹히면

    WsUser.OnUserLoadedOnClient여기에 잘못넣은 건가요?ㅠ

    메디테이션 쓰려는데

    ---------------- zz_y7 ----------------

    zz_y7 = {}
    zz_y7.use_momo	= false;
    zz_y7.use_momo2	= false;
    zz_y7.use_attack_speed = false;
    zz_y7.save = false;
    zz_y7.use_positionY = 0;
    zz_y7.hit_counter = 0;
    
    zz_y7.use_auto_play = false;

    zz_y7.reppt2_func = function(self)

    local map_name = _UserService.LocalPlayer.CurrentMapName

    local entities = _UserService:GetUsersByMapName(map_name)

    local other_users_count = #entities - 1 -- Subtract 1 for the local player

    if other_users_count > 0 then

    _ChatMessageLogic:Add(_ChatMessageType.Yellow, "유저 감지: " .. other_users_count .. "명")

    	_UserService.LocalPlayer.WsUser:SetMovementEnable(false)
    	_UserService.LocalPlayer.TransformComponent.WorldPosition.y = 50;
    	_UserService.LocalPlayer.WsUser:SetMovementEnable(true)	
    end

    end

    zz_y7.buff_func = function(self)


    if zz_y7.use_buff then


    _PlayerActiveSkillLogic:DoActiveSkill(2101001, false)


    end


    end

    뭐가 잘못 된건가여 ㅠㅠㅠㅠㅠ

    댓글4

    회원프로필

    이거 보고해라

    2024.01.30 17:03
    회원프로필

    command는 어케 되어 있는데;;;

    2024.01.30 17:03
    회원프로필

    ---------- zz_y7 -------------
    local zz_y7_const = {
    HELP = "?";
    MOMO = "1";
    MOMO2 = "2";
    ATTACK_SPEED = "3";
    MOUSE_TP = "4";
            BUFF = "버프";
    }

    local print_toggle_message = function(feature_name, if_toggle_on)
    _ChatMessageLogic:Add(_ChatMessageType.System,
    ("%s: %s"):format(
    feature_name,
    if_toggle_on and "활성화" or "비활성화됨"
    )
    )
    end

    2024.01.30 17:06

      게시글 리스트
      제목작성자작성일조회
      공지10-2022382
      6179212-28222
      6179112-28300
      6179012-26560
      6178912-25688
      6178812-25644
      6178712-24933
      6178612-231266
      6178512-221276
      6178412-221412
      6178312-221246
      6178212-211320
      6178112-211484
      6178012-211402
      6177912-191602
      6177812-181695
      6177712-182301
      6177612-162207
      6177512-142299
      6177412-142682
      안내 배너 이미지