채팅0

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

    조회수 384

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

    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-2022123
      6167311-1339
      6167211-1381
      6167111-1399
      6167011-13105
      6166911-13113
      6166811-13132
      6166711-13237
      6166611-12256
      6166511-12287
      6166411-12343
      6166311-11469
      6166211-11439
      6166111-11588
      6166011-11483
      6165911-11639
      6165811-10552
      6165711-10581
      6165611-10560
      6165511-10632
      안내 배너 이미지