미션 일일, 주간 초기화 확인

This commit is contained in:
Ino 2025-03-25 07:23:59 +09:00
parent 64593f74dc
commit 601ded0bfd
2 changed files with 8 additions and 7 deletions

View File

@ -16,7 +16,6 @@ Used Assets and files from the Resources folder, sorted by uncompressed size:
- 챕터 보스 (처치 시 리젠? 있다면 시간은?) - 챕터 보스 (처치 시 리젠? 있다면 시간은?)
- 필드 보스 (리젠 시간은?) - 필드 보스 (리젠 시간은?)
- 포탈 - 포탈
- 부활의 성소
챕터 - 난이도 챕터 - 난이도
- 클리어 처리 - 클리어 처리
@ -65,12 +64,14 @@ messageinfo 엄청 느린 버그
- 몬스터 패트롤 거리 조절 - 몬스터 패트롤 거리 조절
- 점수와 골드 (기본 1점, 10골드만 주는 중(밸런스 필요)) - 점수와 골드 (기본 1점, 10골드만 주는 중(밸런스 필요))
데미지 확인 씬 업그레이드 (훈련장)
- 원하는 클래스로 변경
- 원하는 몬스터 소환
- 실제 인게임과 같은 카메라로
2챕터 맵 배치 2챕터 맵 배치
- 포탈, 필드보스, 부활의 성소, 챕터보스 - 포탈, 필드보스, 부활의 성소, 챕터보스
미션 미션
- 가이드 - 컨텐츠가 없어서 적용안된 미션 있음 (출석, 농장 단계 등)
-- 가이드 퀘스트 완료 안됐는데 오브젝트가 사라짐
-- 컨텐츠가 없어서 적용안된 미션 있음
일일, 주간 초기화 확인

View File

@ -1186,7 +1186,7 @@ public partial class ServerData
Set_Common(eCommon.Roullette_Count, 0); Set_Common(eCommon.Roullette_Count, 0);
Set_Common(eCommon.Roullette_LuckyCount, 0); Set_Common(eCommon.Roullette_LuckyCount, 0);
Set_Common(eCommon.Roullette_ADCount, 0); Set_Common(eCommon.Roullette_ADCount, 0);
Init_Mission(0); Init_Mission(1);
Init_Pass(); Init_Pass();
Init_Shop(); Init_Shop();
@ -1209,7 +1209,7 @@ public partial class ServerData
Set_Common(eCommon.DOY_Week, numweek); Set_Common(eCommon.DOY_Week, numweek);
LastTime = ServerInfo.ServerTime; LastTime = ServerInfo.ServerTime;
Init_ShopWeek(); Init_ShopWeek();
Init_Mission(1); Init_Mission(2);
} }
public void Init_Month() public void Init_Month()
{ {