From 8d5354f23b75fe5ff6187fd311c8b7857fb170c0 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 03 十一月 2025 23:55:23 +0800
Subject: [PATCH] 217 【福利内容】每日任务
---
Main/System/Redpoint/MainRedDot.cs | 67 +++++++++++++++++++--------------
1 files changed, 38 insertions(+), 29 deletions(-)
diff --git a/Main/System/Redpoint/MainRedDot.cs b/Main/System/Redpoint/MainRedDot.cs
index 8dbae1d..57079f0 100644
--- a/Main/System/Redpoint/MainRedDot.cs
+++ b/Main/System/Redpoint/MainRedDot.cs
@@ -24,6 +24,32 @@
//姣斿鍔熻兘A绾㈢偣100锛屽瓙绾㈢偣1001锛屼互姝ょ被鎺紝鎴栬��100*10000 +1绫绘帹锛岄伩鍏嶉噸澶嶇殑鍙兘鎬э紝濡�1010 灏卞彲鑳藉拰鍔熻兘B涓殑绾㈢偣閲嶅
// 鍔熻兘B绾㈢偣101锛屽瓙绾㈢偣1011锛屼互姝ょ被鎺紝鎴栬��101*10000 +1绫绘帹锛岄伩鍏嶉噸澶嶇殑鍙兘鎬�
+ //瀹樿亴
+ public const int RedPoint_OfficialKey = 101;
+
+
+ #region 鑳屽寘绾㈢偣
+ public const int RedPoint_MainPackKey = 102;
+ public const int RedPoint_BagFuncKey = 10201; //鑳屽寘鍔熻兘
+ public const int RedPoint_ComposeFuncKey = 10202; //鍚堟垚
+ public Redpoint redPointMainPack = new Redpoint(MainAffairsRedpoint, RedPoint_MainPackKey);
+
+ #endregion
+
+
+ #region 鍟嗗簵鍏ュ彛绾㈢偣
+ public const int Store_REDPOINT = 103;
+
+ #endregion
+
+ //鏃ュ父
+ public const int RedPoint_DailyKey = 104;
+ public Redpoint redPointDaily = new Redpoint(RightFuncRedpoint, RedPoint_DailyKey);
+ public const int RedPoint_DailyFuncKey = 1041; //鏃ュ父浠诲姟
+ public const int RedPoint_WeekBPFuncKey = 1042; //鍛ㄥ鍔憋紙鎴樹护锛�
+ public const int RedPoint_MainMissionKey = 1043; //涓荤嚎浠诲姟濂栧姳锛堟垚灏憋級
+
+
//姝﹀皢鍗�
public const int HeroCardRedpoint = 200;
public Redpoint HeroListRedpoint = new Redpoint(MainHerosRedpoint, HeroCardRedpoint);
@@ -45,34 +71,6 @@
public Redpoint redPointFriendChat = new Redpoint(RedPoint_FriendChatKey);
#endregion
- #region 鑳屽寘绾㈢偣
- public const int RedPoint_MainPackKey = 102;
- public const int RedPoint_BagFuncKey = 10201; //鑳屽寘鍔熻兘
- public const int RedPoint_ComposeFuncKey = 10202; //鍚堟垚
- public Redpoint redPointMainPack = new Redpoint(MainAffairsRedpoint, RedPoint_MainPackKey);
-
- #endregion
-
- //瀹樿亴
- public const int RedPoint_OfficialKey = 101;
-
-
- #region 浠欑洘绾㈢偣
- //澶у巺
- public const int guildHallRedpointID = MainGuildRedpoint * 10;
- Redpoint hallRedpoint = new Redpoint(MainGuildRedpoint, guildHallRedpointID);
- #endregion
-
-
-
- #region 鍟嗗簵鍏ュ彛绾㈢偣
- public const int Store_REDPOINT = 103;
-
-
- #endregion
-
-
-
#region 寮�鏈嶆椿鍔ㄧ孩鐐�
public const int REDPOINT_OPENSERVER = 209;
@@ -88,8 +86,19 @@
#region 浠欑洘娲诲姩绾㈢偣
public readonly Redpoint fairyActivityRedpoint = new Redpoint(218);
#endregion
-
+
public const int BlessLVRedpoint = 399; //绁濈绛夌骇绾㈢偣
+
+
+ #region 浠欑洘绾㈢偣
+ //澶у巺
+ public const int guildHallRedpointID = 40;
+ Redpoint hallRedpoint = new Redpoint(MainGuildRedpoint, guildHallRedpointID);
+ public const int donateRedpointID = 400; //鎹愮尞
+ public const int hawkerRedpointID = 401; //琛屽晢锛堝師鐝嶅疂闃侊級
+ #endregion
+
+
public const int DailySpecialsRedpoint = 439; //姣忔棩鐗规儬鍏ュ彛绾㈢偣
public const int BlessedLandRedpoint = 444; //娣橀噾绾㈢偣
--
Gitblit v1.8.0