채팅0

    형들 제발 물약코드 명령어 좀 알려줘

    조회수 712

    몹텔쓰는데 /MP 이러고 또 뭘써야 물약을 자동으로 먹는거야

    댓글4

    회원프로필

    [zz_y7_const.HPMP] = function(self)

    zz_y7.use_hpmp = not zz_y7.use_hpmp

    if zz_y7.use_hpmp then

    zz_y7.auto_hpmp_timer = _TimerService:SetTimerRepeat(zz_y7.hpmp_func, 0.1)

    else

    _TimerService:ClearTimer(zz_y7.auto_hpmp_timer)end

    print_toggle_message(zz_y7_const.HPMP, zz_y7.use_hpmp)

    end,

    zz_y7.hpmp_func = function(self)
        if zz_y7.use_hpmp then  -- use_hpmp
            local UserHP = _UserService.LocalPlayer.WsUser.Hp
            local UserMP = _UserService.LocalPlayer.WsUser.Mp

            if UserHP <= 80 then
            _ItemConsumeLogic:TryConsumeFromFuncKey(2000001)
            end

            if UserMP <= 50 then
            _ItemConsumeLogic:TryConsumeFromFuncKey(2000003)
            end
    end
    end 귀찮다 알아서 써라 나도 받은거

    2024.02.11 17:02
    회원프로필

    하....나 이걸 어디다가 넣어요 헝...ㅜㅜ나 몰낭

    2024.02.11 17:03
    회원프로필

    1ㄷ1 주세요 고정도는 훈지없이 꽁으로 알려주겠소

    2024.02.11 17:15
    회원프로필

    /mp 2000003 50

    이렇게 치면 mp50때 파포먹음

    2024.02.11 17:31

      안내 배너 이미지