From 601ded0bfd1b9924073c1d7dc9d62dc14af316de Mon Sep 17 00:00:00 2001 From: Ino Date: Tue, 25 Mar 2025 07:23:59 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AF=B8=EC=85=98=20=EC=9D=BC=EC=9D=BC,=20?= =?UTF-8?q?=EC=A3=BC=EA=B0=84=20=EC=B4=88=EA=B8=B0=ED=99=94=20=ED=99=95?= =?UTF-8?q?=EC=9D=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Ino_nerdnavis.txt | 11 ++++++----- Assets/Script/Server/ServerClass.cs | 4 ++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Assets/Ino_nerdnavis.txt b/Assets/Ino_nerdnavis.txt index 8889e906e..809783f32 100644 --- a/Assets/Ino_nerdnavis.txt +++ b/Assets/Ino_nerdnavis.txt @@ -16,7 +16,6 @@ Used Assets and files from the Resources folder, sorted by uncompressed size: - 챕터 보스 (처치 시 리젠? 있다면 시간은?) - 필드 보스 (리젠 시간은?) - 포탈 - - 부활의 성소 챕터 - 난이도 - 클리어 처리 @@ -65,12 +64,14 @@ messageinfo 엄청 느린 버그 - 몬스터 패트롤 거리 조절 - 점수와 골드 (기본 1점, 10골드만 주는 중(밸런스 필요)) +데미지 확인 씬 업그레이드 (훈련장) + - 원하는 클래스로 변경 + - 원하는 몬스터 소환 + - 실제 인게임과 같은 카메라로 + 2챕터 맵 배치 - 포탈, 필드보스, 부활의 성소, 챕터보스 미션 - - 가이드 - -- 가이드 퀘스트 완료 안됐는데 오브젝트가 사라짐 - -- 컨텐츠가 없어서 적용안된 미션 있음 + - 컨텐츠가 없어서 적용안된 미션 있음 (출석, 농장 단계 등) -일일, 주간 초기화 확인 diff --git a/Assets/Script/Server/ServerClass.cs b/Assets/Script/Server/ServerClass.cs index 34db9723f..79f65259e 100644 --- a/Assets/Script/Server/ServerClass.cs +++ b/Assets/Script/Server/ServerClass.cs @@ -1186,7 +1186,7 @@ public partial class ServerData Set_Common(eCommon.Roullette_Count, 0); Set_Common(eCommon.Roullette_LuckyCount, 0); Set_Common(eCommon.Roullette_ADCount, 0); - Init_Mission(0); + Init_Mission(1); Init_Pass(); Init_Shop(); @@ -1209,7 +1209,7 @@ public partial class ServerData Set_Common(eCommon.DOY_Week, numweek); LastTime = ServerInfo.ServerTime; Init_ShopWeek(); - Init_Mission(1); + Init_Mission(2); } public void Init_Month() {