From 1168cfb5baf8ff6fa17e255a0b7fa0d7638f66c1 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期二, 09 四月 2019 17:26:30 +0800
Subject: [PATCH] 6469 【前端】击飞开出根据类型加倍配置

---
 Utility/RuntimeLogUtility.cs |   21 +++++++++++++--------
 1 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/Utility/RuntimeLogUtility.cs b/Utility/RuntimeLogUtility.cs
index 10ab506..32323e5 100644
--- a/Utility/RuntimeLogUtility.cs
+++ b/Utility/RuntimeLogUtility.cs
@@ -19,6 +19,8 @@
     public static bool s_SkillEffectLog = false;
     public static bool s_ShowMapLine = false;
     public static bool s_ShowZZAtkValue = false;
+    public static bool s_ForceSupperHit = false;
+    public static bool s_ForceLuckHit = false;
     public static bool s_forceAutoFight
     {
         get
@@ -209,7 +211,8 @@
 
         if (GUILayout.Button("娴嬭瘯瀵昏矾"))
         {
-            Debug.Log(PathFinder.WalkAble(_start3, _end3));
+            // Debug.Log(PathFinder.WalkAble(_start3, _end3));
+            MapTransferUtility.Instance.MoveToNPC(10904012);
         }
 
         EditorGUILayout.LabelField("Log瀛樺偍璺緞", RuntimeLogUtility.s_LogPath);
@@ -235,16 +238,16 @@
         RuntimeLogUtility.s_ShowZZAtkValue = EditorGUILayout.Toggle("鏄剧ず鍔╂垬浼ゅ", RuntimeLogUtility.s_ShowZZAtkValue);
         RuntimeLogUtility.TEST_CLIENT_PVP = EditorGUILayout.Toggle("妯℃嫙瀹㈡埛绔疨VP鐘舵��", RuntimeLogUtility.TEST_CLIENT_PVP);
         RuntimeLogUtility.TEST_CLIENT_PVP_AI = EditorGUILayout.Toggle("妯℃嫙瀹㈡埛绔疨VP鐨凙I鐘舵��", RuntimeLogUtility.TEST_CLIENT_PVP_AI);
-
+        RuntimeLogUtility.s_ForceSupperHit = EditorGUILayout.Toggle("寮哄埗鏆村嚮", RuntimeLogUtility.s_ForceSupperHit);
+        RuntimeLogUtility.s_ForceLuckHit = EditorGUILayout.Toggle("寮哄埗浼氬績涓�鍑�", RuntimeLogUtility.s_ForceLuckHit);
 
         if (GUILayout.Button("鍒涘缓PVP鏁屾柟"))
         {
-            // var _npc = GAMgr.Instance.ReqClntFightNpc<GA_NpcClientFightNorm>(10101003, E_ActorGroup.Enemy);
-            // _npc.BornPos = _npc.Pos = PlayerDatas.Instance.hero.Pos;
-            // _npc.ActorInfo.ResetHp(9999999, -1, 9999999);
-
-            var _npc = GAMgr.Instance.ReqClntFightNpc<GA_NpcClientFightBoss>(10103001, E_ActorGroup.Enemy);
+            var _npc = GAMgr.Instance.ReqClntFightNpc<GA_NpcClientFightNorm>(10101002, E_ActorGroup.Enemy);
             _npc.BornPos = _npc.Pos = PlayerDatas.Instance.hero.Pos;
+            _npc.ActorInfo.ResetHp(5, -1, 5);
+
+            // var _npc = GAMgr.Instance.ReqClntFightNpc<GA_NpcClientFightBoss>(10103001, E_ActorGroup.Enemy);
 
             // GActorPlayerBase.PlayerInfo _playerInfo = new GActorPlayerBase.PlayerInfo();
             // _playerInfo.maxHp = (uint)PlayerDatas.Instance.extersion.MaxMP;
@@ -278,11 +281,13 @@
             // };
 
             // GAMgr.Instance.ReqClntPlayer<GA_PVPClientPlayer>(_playerInfo, E_ActorGroup.Player);
+            // AdventureStage.Instance.Enter();
         }
 
         if (GUILayout.Button("閲嶇疆PVP鏁屾柟"))
         {
-            GA_PVPClientPlayer.Reset();
+            // GA_PVPClientPlayer.Reset();
+            // AdventureStage.Instance.Exit();
         }
 
         _navChkPos = EditorGUILayout.Vector3Field("妫�娴嬬偣", _navChkPos);

--
Gitblit v1.8.0