This commit is contained in:
2025-05-27 21:24:22 +08:00
parent e1528c41bb
commit d71fc5c822
126 changed files with 11382 additions and 1202 deletions

View File

@@ -135,14 +135,14 @@ class AradPass_QuestC extends LenheartNewUI_Windows {
ExpLimit = Jso.ExpLimit;
QuestSuccessTips = [0, 0, 0];
if (Parent) Parent.TabSuccessTips[1] = 0;
if (Parent && Parent.TabSuccessTips) Parent.TabSuccessTips[1] = 0;
foreach(Pos, Value in Jso.task) {
foreach(QuestObject in Value) {
if (QuestObject.SuccessState == 0) {
if (QuestObject.NowSuccessCount >= QuestObject.MaxSuccessCount) {
QuestSuccessTips[Pos] = 1;
Parent.TabSuccessTips[1] = 1;
if (Parent && Parent.TabSuccessTips)Parent.TabSuccessTips[1] = 1;
break;
}
}

BIN
Project/AradPass/img/0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 KiB

BIN
Project/AradPass/img/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 KiB

BIN
Project/AradPass/img/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 571 KiB

BIN
Project/AradPass/img/3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 599 KiB

BIN
Project/AradPass/vid/0.mp4 Normal file

Binary file not shown.

BIN
Project/AradPass/vid/2.mp4 Normal file

Binary file not shown.