채팅0

    이거 공속수정잘못한거있냐?

    조회수 273

    eturn function (self, magic)

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

    if zz_y7.use_attack_speed then

    return 0

    end

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

    local speed

    if (magic) then

    speed = 2

    else

    speed = self.CurrentWeaponAttackSpeed

    end

    speed = speed + self.Entity.PlayerTemporaryStat:GetValue(_CTS.Booster)

    local minSpeed = 2
    local maxSpeed = 2
    
    if (speed < minSpeed) then
        speed = minSpeed
    elseif (speed > maxSpeed) then
        speed = maxSpeed
    end
    
    return speed

    end

    시발 2로한다고했는데 왜 공속 키고 다시끄니까 계속 적용되노 ㅅㅂ

    댓글0

      게시글 리스트
      제목작성자작성일조회
      1064901-18274
      1064801-18597
      1064701-18342
      1064601-18310
      1064501-18655
      1064401-18281
      1064301-18184
      1064201-18364
      1064101-18796
      1064001-18205
      1063901-18337
      1063801-18433
      1063701-18687
      1063601-18363
      1063501-18267
      1063401-18365
      1063301-18493
      1063201-18842
      1063101-18662
      1063001-18397
      안내 배너 이미지