ZoneServiceICE.cs 58 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682
  1. using CommonAI;
  2. using CommonAI.data;
  3. using CommonAI.Data;
  4. using CommonAI.Zone;
  5. using CommonAI.Zone.Helper;
  6. using CommonAI.Zone.Instance;
  7. using CommonAI.Zone.ZoneEditor;
  8. using CommonAI.ZoneServer.JSGModule;
  9. using CommonLang;
  10. using CommonLang.Log;
  11. using CommonLang.Property;
  12. using Pomelo;
  13. using System;
  14. using System.Collections;
  15. using System.Collections.Generic;
  16. using System.Data;
  17. using System.Threading;
  18. using System.Web.Helpers;
  19. using XmdsCommon.EditorData;
  20. using XmdsCommon.Message;
  21. using XmdsCommon.Plugin;
  22. using XmdsCommonServer.Message;
  23. using XmdsCommonServer.Plugin;
  24. using XmdsCommonServer.Plugin.Units;
  25. using XmdsCommonServer.Plugin.XmdsSkillTemplate.Skills;
  26. using XmdsCommonSkill.Plugin;
  27. using XmdsCommonSkill.Plugin.FunctionEvent;
  28. using XmdsServerNode.Node;
  29. using XmdsServerNode.Node.Interface;
  30. using XmdsServerNode.Node.R2bNotify;
  31. using static CommonAI.Zone.Instance.InstanceUnit;
  32. using static JSGMountainKingModule;
  33. namespace XmdsServerEdgeJS.Zone
  34. {
  35. public class ZoneServiceICE : ZoneService
  36. {
  37. private static readonly short [] mXChange = { 0, 0, -1, 1 };
  38. private static readonly short [] mYChange = { 1, -1, 0, 0 };
  39. public static ZoneServiceICE InstanceICE { get; private set; }
  40. public ZoneServiceICE() { InstanceICE = this; }
  41. //----------------------------------------------------------------------------------------------
  42. #region _游戏服单向通知战斗服_
  43. /// <summary>
  44. /// 无差别通知战斗服
  45. /// </summary>
  46. /// <param name="instanceId"></param>
  47. /// <param name="name"></param>
  48. /// <param name="param"></param>
  49. /// <returns></returns>
  50. public void r2b_notify_notifyBattleServer(string instanceId, string name, dynamic param)
  51. {
  52. R2BNotifyMessage msg = R2bNotifyManager.GetR2bNotifyMessage(name);
  53. if (msg != null)
  54. {
  55. CommonAIServer.ServerUtils.DynamicToObject(param, msg);
  56. base.notifyBattleServer(instanceId, msg);
  57. }
  58. }
  59. /// <summary>
  60. /// 玩家基本信息同步
  61. /// </summary>
  62. /// <param name="instanceId"></param>
  63. /// <returns>副本实例id</returns>
  64. public void r2b_notify_refreshPlayerBasicData(string playerId, dynamic basic)
  65. {
  66. var player = getPlayer(playerId);
  67. if (player != null)
  68. {
  69. XmdsUnitBaseInfo baseData = XmdsPlayerUtil.instance().createXmdsUnitBaseInfo(basic);
  70. XmdsUnitBaseInfoEventB2C b2c = new XmdsUnitBaseInfoEventB2C(baseData);
  71. player.ReceiveMsgR2B(b2c);
  72. }
  73. }
  74. /// <summary>
  75. /// 玩家基本信息同步
  76. /// </summary>
  77. /// <param name="instanceId"></param>
  78. /// <returns>副本实例id</returns>
  79. public void r2b_notify_refreshPlayerPropertyChange(string playerId, int changeType, int valueType, int value, int duration, long timestamp)
  80. {
  81. var player = getPlayer(playerId);
  82. if (player != null)
  83. {
  84. PropertyChangeEventR2B r2b = new PropertyChangeEventR2B();
  85. r2b.ChangeType = (PropertyChangeEventR2B.PropertyChangeType)changeType;
  86. r2b.ChangeValueType = (PropertyChangeEventR2B.ValueType)valueType;
  87. r2b.ChangeValue = value;
  88. r2b.Duration = duration;
  89. r2b.TimestampMS = timestamp;
  90. //Console.Write("timestamp:" + timestamp);
  91. //TimeSpan ts = DateTime.UtcNow - new DateTime(1970, 1, 1).ToUniversalTime();
  92. //Console.Write("timestamp cs:" + ts.TotalMilliseconds);
  93. player.ReceiveMsgR2B(r2b);
  94. }
  95. }
  96. /// <summary>
  97. /// 玩家基本信息同步
  98. /// </summary>
  99. /// <param name="instanceId"></param>
  100. /// <returns>副本实例id</returns>
  101. public void r2b_notify_refreshPlayerPetBaseInfoChange(string playerId, dynamic propertyData)
  102. {
  103. var player = getPlayer(playerId);
  104. if (player != null)
  105. {
  106. PetBaseInfoChangeEventR2B r2b = new PetBaseInfoChangeEventR2B();
  107. r2b.BaseInfo = XmdsPlayerUtil.instance().createPetBaseData(propertyData);
  108. player.ReceiveMsgR2B(r2b);
  109. }
  110. }
  111. //public void r2b_request_addUnit(string instanceId, int unitTemplateID, string data, Action<int> cb, Action<Exception> err)
  112. /// <summary>
  113. /// 玩家基本信息同步
  114. /// </summary>
  115. /// <param name="instanceId"></param>
  116. /// <returns>副本实例id</returns>
  117. public void r2b_notify_refreshPlayerPetDataChange(string playerId, int type, PetDataChangeEventR2B r2b, Action<int> cb, Action<Exception> err)
  118. {
  119. int petHP = 0;
  120. var player = getPlayer(playerId);
  121. if (player != null)
  122. {
  123. player.ReceiveMsgR2B(r2b);
  124. // 获取该玩家宠物血量
  125. if (player.BindingObject != null && player.BindingObject.BindingActor != null)
  126. {
  127. XmdsVirtual_Player zv = (XmdsVirtual_Player)player.BindingObject.BindingActor.Virtual;
  128. if(zv != null && zv.GetPet() != null)
  129. {
  130. petHP = zv.GetPet().mUnit.CurrentHP;
  131. }
  132. }
  133. }
  134. cb(petHP);
  135. }
  136. /// <summary>
  137. /// 宠物技能信息同步
  138. /// </summary>
  139. /// <param name="playerId"></param>
  140. /// <param name="type"></param>
  141. /// <param name="propertyData"></param>
  142. /// <returns></returns>
  143. public void r2b_notify_refreshPlayerPetSkillChange(string playerId, int type, dynamic propertyData)
  144. {
  145. var player = getPlayer(playerId);
  146. if (player != null)
  147. {
  148. PetSkillChangeEventR2B r2b = new PetSkillChangeEventR2B();
  149. List<GameSkill> UnitSkills = new List<GameSkill>();
  150. foreach (dynamic obj in propertyData)
  151. {
  152. GameSkill skill = new GameSkill();
  153. skill.SkillID = (int)obj.id;
  154. skill.SkillLevel = (int)obj.level;
  155. skill.SkillType = (XmdsSkillType)obj.type;
  156. skill.TalentSkillLevel1 = (int)obj.talentLevel[0];
  157. skill.TalentSkillLevel2 = (int)obj.talentLevel[1];
  158. skill.TalentSkillLevel3 = (int)obj.talentLevel[2];
  159. UnitSkills.Add(skill);
  160. }
  161. r2b.OperateID = (PlayerSkillChangeEventR2B.SkillOperate)type;
  162. r2b.SkillList = UnitSkills;
  163. player.ReceiveMsgR2B(r2b);
  164. }
  165. }
  166. /// <summary>
  167. /// 玩家基本信息同步
  168. /// </summary>
  169. /// <param name="playerId"></param>
  170. /// <returns></returns>
  171. public void r2b_notify_refreshPlayerPetPropertyChange(string playerId, dynamic propertyData)
  172. {
  173. var player = getPlayer(playerId);
  174. if (player != null)
  175. {
  176. PetPropertyChangeEventR2B r2b = new PetPropertyChangeEventR2B();
  177. PropertyChangeEventR2B order = new PropertyChangeEventR2B();
  178. order.ChangeType = (PropertyChangeEventR2B.PropertyChangeType)propertyData.changeType;
  179. order.ChangeValue = (int)propertyData.value;
  180. order.ChangeValueType = (PropertyChangeEventR2B.ValueType)propertyData.valueType;
  181. order.Duration = (int)propertyData.duration;
  182. order.TimestampMS = (long)propertyData.timestamp;
  183. r2b.Order = order;
  184. player.ReceiveMsgR2B(r2b);
  185. }
  186. }
  187. /// <summary>
  188. /// 玩家基本信息同步
  189. /// </summary>
  190. /// <param name="instanceId"></param>
  191. /// <returns>副本实例id</returns>
  192. public void r2b_notify_refreshPlayerPKMode(string playerId, bool isLook, dynamic model, Action<int> cb, Action<Exception> err)
  193. {
  194. int resCode = 0;
  195. var player = getPlayer(playerId);
  196. if (player != null)
  197. {
  198. if(!isLook)
  199. {
  200. PlayerPKModeChangeEventR2B r2b = new PlayerPKModeChangeEventR2B();
  201. r2b.CurPKMode = (PKMode)model;
  202. player.ReceiveMsgR2B(r2b);
  203. }
  204. /*player.BindingActor.Virtual.IsInPVE() || */
  205. resCode = (player.BindingActor.IsActive && player.BindingActor.Virtual.IsInPVP()) ? 1 : 0;
  206. if(resCode == 1)
  207. {
  208. XmdsVirtual playerVirtual = player.BindingActor.Virtual as XmdsVirtual;
  209. log.Warn("PVP状态下传送1:" + playerVirtual.mUnit.PlayerUUID + ", 场景ID: " + playerVirtual.mUnit.Parent.GetSceneID() + ", " +
  210. playerVirtual.GetHateSystem().GetHatePlayerInfo() + ", 触发PVP玩家:" + playerVirtual.mPvpTriggerPlayerId);
  211. }
  212. }
  213. cb(resCode);
  214. }
  215. /// <summary>
  216. /// 玩家基本信息同步
  217. /// </summary>
  218. /// <param name="instanceId"></param>
  219. /// <returns>副本实例id</returns>
  220. public void r2b_notify_refreshPlayerPKValue(string playerId, int value)
  221. {
  222. var player = getPlayer(playerId);
  223. if (player != null)
  224. {
  225. PlayerPKValueChangeEventR2B r2b = new PlayerPKValueChangeEventR2B();
  226. r2b.ChangeValue = value;
  227. player.ReceiveMsgR2B(r2b);
  228. }
  229. }
  230. /// <summary>
  231. /// 玩家基本信息同步
  232. /// </summary>
  233. /// <param name="instanceId"></param>
  234. /// <returns>副本实例id</returns>
  235. public void r2b_notify_refreshPlayerPKLevel(string playerId, dynamic level)
  236. {
  237. var player = getPlayer(playerId);
  238. if (player != null)
  239. {
  240. PlayerPKLevelChangeEventR2B r2b = new PlayerPKLevelChangeEventR2B();
  241. r2b.CurPKLv = (PKLevel)level;
  242. player.ReceiveMsgR2B(r2b);
  243. }
  244. }
  245. /// <summary>
  246. /// 玩家队伍信息同步
  247. /// </summary>
  248. /// <param name="instanceId"></param>
  249. /// <returns>副本实例id</returns>
  250. public void r2b_notify_refreshPlayerTeamData(string playerId, List<string> uuidList)
  251. {
  252. var player = getPlayer(playerId);
  253. if (player != null)
  254. {
  255. TeamInfoEventR2B r2b = new TeamInfoEventR2B();
  256. r2b.UUIDList = uuidList;
  257. player.Node.OnPlayerReviveTeamInfoEventR2B(player, r2b);
  258. }
  259. }
  260. /// <summary>
  261. /// 玩家背包剩余格子数量信息同步
  262. /// </summary>
  263. /// <param name="instanceId"></param>
  264. /// <returns>副本实例id</returns>
  265. public void r2b_notify_refreshPlayerRemainBagCountData(string playerId, int remainCount)
  266. {
  267. var player = getPlayer(playerId);
  268. if (player != null)
  269. {
  270. SyncPlayerInventorySizeEventR2B r2b = new SyncPlayerInventorySizeEventR2B();
  271. r2b.Size = remainCount;
  272. player.ReceiveMsgR2B(r2b);
  273. }
  274. }
  275. /// <summary>
  276. /// 玩家队伍背包剩余格子数量信息同步
  277. /// </summary>
  278. /// <param name="instanceId"></param>
  279. /// <returns>副本实例id</returns>
  280. public void r2b_notify_refreshPlayerRemainTeamBagCountData(string playerId, int remainCount)
  281. {
  282. var player = getPlayer(playerId);
  283. if (player != null)
  284. {
  285. TeamInventorySizeChangeEventR2B r2b = new TeamInventorySizeChangeEventR2B();
  286. r2b.size = remainCount;
  287. player.ReceiveMsgR2B(r2b);
  288. }
  289. }
  290. /// <summary>
  291. /// 玩家战斗信息同步
  292. /// </summary>
  293. /// <param name="instanceId"></param>
  294. /// <returns>副本实例id</returns>
  295. public void r2b_notify_refreshPlayerBattleEffect(string playerId, dynamic effects)
  296. {
  297. var player = getPlayer(playerId);
  298. if (player != null)
  299. {
  300. XmdsUnitProp effectData = XmdsPlayerUtil.instance().createXmdsUnitProp(effects);
  301. XmdsUnitPropEventB2C b2c = new XmdsUnitPropEventB2C(effectData);
  302. player.ReceiveMsgR2B(b2c);
  303. }
  304. }
  305. /// <summary>
  306. /// 添加玩家属性
  307. /// </summary>
  308. /// <param name="instanceId"></param>
  309. /// <returns>副本实例id</returns>
  310. public void r2b_notify_addPlayerAtt(List<string> notifyPlayerIds, string playerId, string key, int value)
  311. {
  312. var player = getPlayer(playerId);
  313. if (player != null)
  314. {
  315. List<IPlayer> notifyPlayers = new List<IPlayer>();
  316. foreach (string notifyPlayerId in notifyPlayerIds)
  317. {
  318. XmdsPlayer notifyPlayer = getPlayer(notifyPlayerId);
  319. if (notifyPlayer != null)
  320. {
  321. notifyPlayers.Add(notifyPlayer);
  322. }
  323. }
  324. if (key.Equals("hp"))
  325. {
  326. player.Node.OnPlayerAddHPByItem(notifyPlayers, player, value);
  327. }
  328. }
  329. }
  330. /// <summary>
  331. /// 玩家技能信息同步
  332. /// </summary>
  333. /// <param name="instanceId"></param>
  334. /// <returns>副本实例id</returns>
  335. public void r2b_notify_refreshPlayerSkill(string playerId, int operateID, dynamic skills)
  336. {
  337. var player = getPlayer(playerId);
  338. if (player != null)
  339. {
  340. //XmdsUnitSkillInfo skillData = XmdsPlayerUtil.instance().createXmdsUnitSkillInfo(skills);
  341. PlayerSkillChangeEventR2B r2b = new PlayerSkillChangeEventR2B();
  342. List<GameSkill> UnitSkills = new List<GameSkill>();
  343. foreach (dynamic obj in skills)
  344. {
  345. GameSkill skill = new GameSkill();
  346. skill.SkillID = (int)obj.id;
  347. skill.SkillLevel = (int)obj.level;
  348. skill.SkillType = (XmdsSkillType)obj.type;
  349. skill.TalentSkillLevel1 = (int)obj.talentLevel[0];
  350. skill.TalentSkillLevel2 = (int)obj.talentLevel[1];
  351. skill.TalentSkillLevel3 = (int)obj.talentLevel[2];
  352. skill.SkillTimestampMS = (long)obj.skillTime;
  353. skill.SkillCDDecreasePercent = (int)obj.cdTime;
  354. UnitSkills.Add(skill);
  355. }
  356. r2b.OperateID = (PlayerSkillChangeEventR2B.SkillOperate)operateID;
  357. r2b.SkillList = UnitSkills;
  358. player.ReceiveMsgR2B(r2b);
  359. }
  360. }
  361. /// <summary>
  362. /// 玩家时装信息同步
  363. /// </summary>
  364. /// <param name="instanceId"></param>
  365. /// <returns>副本实例id</returns>
  366. public void r2b_notify_refreshPlayerAvatar(string playerId, dynamic avatars)
  367. {
  368. var player = getPlayer(playerId);
  369. if (player != null)
  370. {
  371. List<XmdsAvatarInfo> avatarList = XmdsPlayerUtil.instance().createXmdsAvatarInfoList(avatars);
  372. PlayAvatarEventB2C b2c = new PlayAvatarEventB2C(avatarList);
  373. player.ReceiveMsgR2B(b2c);
  374. }
  375. }
  376. /// <summary>
  377. /// 协助角色复活
  378. /// </summary>
  379. /// <param name="playerId"></param>
  380. /// <param name="x"></param>
  381. /// <param name="y"></param>
  382. /// <param name="items"></param>
  383. /// <returns>副本实例id</returns>
  384. public void r2b_notify_helpRevivePlayer(string playerId, string revivePlayerId, int time)
  385. {
  386. var player = getPlayer(playerId);
  387. var revivePlayer = getPlayer(revivePlayerId);
  388. if (player != null && revivePlayer != null)
  389. {
  390. player.Node.OnHelpPlayerRebirth(player, revivePlayer, time);
  391. }
  392. }
  393. /// <summary>
  394. /// 角色复活
  395. /// </summary>
  396. /// <param name="playerId"></param>
  397. /// <param name="x"></param>
  398. /// <param name="y"></param>
  399. /// <param name="items"></param>
  400. /// <returns>副本实例id</returns>
  401. public void r2b_notify_revivePlayer(string playerId, int type, int qty, string itemType, int hp, int mp)
  402. {
  403. var player = getPlayer(playerId);
  404. if (player != null)
  405. {
  406. ConsumeItemEventB2R b2r = new ConsumeItemEventB2R();
  407. b2r.playerId = playerId;
  408. b2r.Qty = qty;
  409. b2r.Type = itemType;
  410. PlayerRebirthEventR2B b2c = new PlayerRebirthEventR2B((byte)type, b2r);
  411. b2c.HP = hp;
  412. b2c.MP = mp;
  413. player.ReceiveMsgR2B(b2c);
  414. }
  415. }
  416. /// <summary>
  417. /// 角色复活
  418. /// </summary>
  419. /// <param name="playerId"></param>
  420. /// <param name="x"></param>
  421. /// <param name="y"></param>
  422. /// <param name="items"></param>
  423. /// <returns>副本实例id</returns>
  424. public void r2b_notify_refreshSummonMount(string playerId, int time, bool IsSummonMount)
  425. {
  426. var player = getPlayer(playerId);
  427. if (player != null)
  428. {
  429. PlayerSummonMountEventR2B b2c = new PlayerSummonMountEventR2B();
  430. b2c.TimeMS = time;
  431. b2c.IsSummonMount = IsSummonMount;
  432. player.ReceiveMsgR2B(b2c);
  433. }
  434. }
  435. /// <summary>
  436. /// 怪物死亡掉落
  437. /// </summary>
  438. /// <param name="PlayerId"></param>
  439. /// <param name="x"></param>
  440. /// <param name="y"></param>
  441. /// <param name="items"></param>
  442. /// <returns>副本实例id</returns>
  443. public void r2b_notify_onMonsterDiedDrops(string instanceId, float x, float y, dynamic items)
  444. {
  445. //TODO 要计算道具的位置
  446. var zone = getZoneNode(instanceId);
  447. if (zone != null)
  448. {
  449. zone.Node.AddDropItem(x, y, items);
  450. }
  451. }
  452. /// <summary>
  453. /// 提示客户端获得道具
  454. /// </summary>
  455. /// <param name="PlayerId"></param>
  456. /// <param name="itemIcon"></param>
  457. /// <param name="quality"></param>
  458. /// <param name="num"></param>
  459. /// <returns></returns>
  460. public void r2b_notify_onFinishPickItem(string playerId, string itemIcon, int quality, int num, int objectId, String instanceId)
  461. {
  462. //TODO 要计算道具的位置
  463. var player = getPlayer(playerId);
  464. if (player != null)
  465. {
  466. player.Node.FinishPickItem(player, itemIcon, quality, num);
  467. }
  468. //if(objectId > 0)
  469. //{
  470. // var node = getZoneNode(instanceId);
  471. // if (node != null)
  472. // {
  473. // node.Node.QueueTaskAsync((zone) =>
  474. // {
  475. // zone.RemoveObjectByID((uint)objectId);
  476. // });
  477. // }
  478. //}
  479. }
  480. /// <summary>
  481. ///
  482. /// </summary>
  483. /// <param name="playerId"></param>
  484. /// <param name="eventId"></param>
  485. /// <param name="data"></param>
  486. /// <param name="cb"></param>
  487. /// <param name="err"></param>
  488. public void r2b_notify_triggrBattleFunction(string playerId, int eventId, int value1, int value2, int value3, int value4, int value5, int value6)
  489. {
  490. XmdsPlayer player = getPlayer(playerId);
  491. if (player != null)
  492. {
  493. player.Node.QueueTaskAsync(() =>
  494. {
  495. try
  496. {
  497. if(value1 == 0 && value2 == 0 && value3 == 0 && value4 == 0 && value5 == 0 && value6 == 0)
  498. {
  499. XmdsVirtual virtualUnit = (player.BindingActor.Virtual as XmdsVirtual);
  500. BattleFunction.GetInstance().TriggrBattleFunction(eventId, virtualUnit, virtualUnit);
  501. }
  502. else
  503. {
  504. BattleFunction.GetInstance().TriggrBattleFunction(eventId, (player.BindingActor.Virtual as XmdsVirtual), value1, value2, value3, value4, value5, value6);
  505. }
  506. }
  507. catch(Exception e)
  508. {
  509. log.Warn("r2b_notify_triggrBattleFunction catch: " + playerId + ", " + eventId + ", 参数:" + value1 + ", " + value2
  510. + ", " + value3 + ", " + value4 + ", " + value5 + ", " + value6 + ", e: " + e);
  511. }
  512. });
  513. }
  514. }
  515. /// <summary>
  516. /// 种怪
  517. /// </summary>
  518. /// <param name="instanceId"></param>
  519. /// <param name="data"></param>
  520. public void r2b_notify_addUnits(string instanceId, string propertyData, Action<int> cb, Action<Exception> err)
  521. {
  522. int unitId = 0;
  523. dynamic data = Json.Decode(propertyData);
  524. var zoneNode = getZoneNode(instanceId);
  525. if (zoneNode != null)
  526. {
  527. zoneNode.Node.QueueTaskAsync((zone) =>
  528. {
  529. int count = 0;
  530. foreach (var u in data)
  531. {
  532. int templateId = u.id;
  533. int gsFlag = u["gsFlag"];
  534. int hp = 0;
  535. int maxHP = 0;
  536. float birthDirection = (float)u["birthDirection"];
  537. int level = u["level"];
  538. string flagName = u["flag"];
  539. string name = u["name"];
  540. //指定追击玩家id(必须是无限追击怪才会联动生效)
  541. string attackPlayerId = u["attackPlayer"];
  542. //创建护卫怪,主人ObjectId(主人脱战或者死亡消失)
  543. int masterId = u.masterID;
  544. bool autoGuard = false;
  545. if (u["autoGuard"] != null)
  546. {
  547. autoGuard = u["autoGuard"];
  548. }
  549. //同一个场景内是否只能拥有唯一一个unit
  550. bool unique = false;
  551. if (u["unique"] != null)
  552. {
  553. unique = u["unique"];
  554. }
  555. if (u["hp"] != null && u["maxHP"] != null)
  556. {
  557. hp = u["hp"];
  558. maxHP = u["maxHP"];
  559. }
  560. float x = 0;
  561. float y = 0;
  562. if (flagName != null)
  563. {
  564. var p = zone.getFlag(flagName);
  565. if(p == null)
  566. {
  567. log.Error("r2b_notify_addUnits 路点错误,怪物:" + templateId + ", 路点:" + flagName);
  568. cb(0);
  569. return;
  570. }
  571. else if (p is ZoneRegion)
  572. {
  573. // Region随机取一个坐标
  574. var v2 = (p as ZoneRegion).getRandomPos(zone.RandomN);
  575. x = v2.X;
  576. y = v2.Y;
  577. }
  578. else
  579. {
  580. x = p.X;
  581. y = p.Y;
  582. }
  583. }
  584. else
  585. {
  586. //根据坐标
  587. x = u.x;
  588. y = u.y;
  589. }
  590. int force = u.force;
  591. var unitInfo = zone.Templates.getUnit(templateId);
  592. if (unitInfo != null)
  593. {
  594. string uuid = u["uuid"];
  595. if (string.IsNullOrEmpty(uuid))
  596. {
  597. if (unitInfo.UType == CommonAI.Zone.UnitInfo.UnitType.TYPE_PLAYER)
  598. {
  599. uuid = unitInfo.Name + CUtils.CurrentTimeMS.ToString() + count.ToString();
  600. }
  601. else
  602. {
  603. uuid = "";
  604. }
  605. }
  606. if (unique)
  607. {
  608. InstanceUnit targetUnit = zone.getUnitByTemplateID(templateId);
  609. if (targetUnit != null)
  610. {
  611. log.Info("AddUnits is already exist, id:" + templateId + "," + x + "," + y);
  612. continue;
  613. }
  614. }
  615. var ret = zone.AddUnit(unitInfo, uuid, force, level, x, y, birthDirection, null, name, gsFlag, level > 0);
  616. if(ret == null)
  617. {
  618. log.Warn("单位添加失败:" + unitInfo.TemplateID + ", " + zone.Data.ID);
  619. continue;
  620. }
  621. if (flagName != null)
  622. {
  623. ret.SetAttribute("RefreshMonsterTag", flagName);
  624. }
  625. if (ret is InstancePlayer && autoGuard)
  626. {
  627. var act = new CommonAI.Zone.UnitGuardAction(ret.ID, autoGuard);
  628. zone.pushAction(act);
  629. }
  630. if (ret.Virtual is XmdsVirtual_Monster)
  631. {
  632. var monster = ret.Virtual as XmdsVirtual_Monster;
  633. if (u["shareType"] != null)
  634. {
  635. monster.IsShare = true;
  636. }
  637. //血量数据设置
  638. if(hp > 0)
  639. {
  640. // 最大血量小于设置血量,需要调整下
  641. if(monster.mUnit.MaxHP < hp)
  642. {
  643. monster.mUnit.SetMaxHP(hp);
  644. }
  645. monster.mUnit.CurrentHP = hp;
  646. }
  647. if (!JSGModule.IsEmpty(attackPlayerId))
  648. {
  649. ret.BindAttackPlayer(attackPlayerId);
  650. }
  651. if(masterId > 0)
  652. {
  653. ret.BindMasterId(masterId);
  654. }
  655. }
  656. unitId = (int)ret.ID;
  657. }
  658. count = count + 1;
  659. }
  660. if(count <= 1)
  661. {
  662. cb(unitId);
  663. }
  664. else
  665. {
  666. cb(0);
  667. }
  668. });
  669. }
  670. else
  671. {
  672. log.Warn("场景不存在加入单位:" + instanceId + ", " + propertyData);
  673. cb(-1);
  674. }
  675. }
  676. /// <summary>
  677. /// 玩家基本信息同步
  678. /// </summary>
  679. /// <param name="instanceId"></param>
  680. /// <returns>副本实例id</returns>
  681. public void r2b_notify_refreshPlayerPetFollowModeChange(string playerId, int model)
  682. {
  683. var player = getPlayer(playerId);
  684. if (player != null)
  685. {
  686. PetFollowModeChangeEventR2B r2b = new PetFollowModeChangeEventR2B();
  687. r2b.mode = (XmdsPetConifg.XmdsPetFollowMode)model;
  688. player.ReceiveMsgR2B(r2b);
  689. }
  690. }
  691. // TODO playerReady
  692. public void r2b_notify_playerReady(string playerId)
  693. {
  694. var player = getPlayer(playerId);
  695. if (player != null)
  696. {
  697. player.Node.OnPlayerReadyR2B(player);
  698. }
  699. }
  700. public void r2b_request_addUnit(string instanceId, int unitTemplateID, string data, Action<int> cb, Action<Exception> err)
  701. {
  702. dynamic input = Json.Decode(data);
  703. string name = (string)input.name;
  704. byte force = (byte)input.force;
  705. String flag = input.flag; //刷新点
  706. float x = (float)input.x;
  707. float y = (float)input.y;
  708. float direction = (float)input.direction;
  709. int lifeEndTime = (int)input.lifeEndTime;
  710. int lifeTime = (int)input.lifeTime;
  711. bool showLifeTime = (bool)input.showLifeTime;
  712. byte maxPickPlayers = (byte)input.maxPickPlayers;
  713. short maxPickTimes = (short)input.maxPickTimes;
  714. short gotInterval = (short)input.gotInterval;
  715. float offset = (float)input.offsetValue;
  716. String playerId = input.playerId;
  717. var node = getZoneNode(instanceId);
  718. if (node != null)
  719. {
  720. node.Node.QueueTaskAsync((zone) =>
  721. {
  722. //如果玩家id不为空,就是用改玩家的坐标
  723. if(playerId != null && playerId.Length > 0)
  724. {
  725. var player = zone.getPlayerByUUID(playerId);
  726. if(player != null)
  727. {
  728. x = player.X;
  729. y = player.Y;
  730. }
  731. }
  732. var temp = zone.Templates.getItem(unitTemplateID);
  733. if (temp != null)
  734. {
  735. //如果设置了路点,优先使用路点的x,y
  736. if (flag != null)
  737. {
  738. var p = zone.getFlag(flag);
  739. if(p == null)
  740. {
  741. log.Error("创建单位出现错误flag:" + unitTemplateID + ", " + flag);
  742. cb(-1);
  743. return;
  744. }
  745. if (p is ZoneRegion)
  746. {
  747. // Region随机取一个坐标
  748. var v2 = (p as ZoneRegion).getRandomPos(zone.RandomN);
  749. x = v2.X;
  750. y = v2.Y;
  751. }
  752. else
  753. {
  754. x = p.X;
  755. y = p.Y;
  756. }
  757. }
  758. if (lifeTime > 0)
  759. {
  760. temp.LifeTimeMS = lifeTime * 1000;
  761. }
  762. temp.LifeEndTime = lifeEndTime;
  763. temp.showLifeTime = showLifeTime;
  764. if(maxPickPlayers != 0)
  765. {
  766. temp.maxPickPlayers = maxPickPlayers;
  767. }
  768. if(maxPickTimes != 0)
  769. {
  770. temp.maxPickTimes = maxPickTimes;
  771. }
  772. if(gotInterval != -1)
  773. {
  774. temp.UseCoolDownTimeMS = gotInterval;
  775. }
  776. if(offset == 0)
  777. {
  778. InstanceItem unit_data = zone.AddItem(temp, name, x, y, direction, force, name, null);
  779. if (unit_data != null)
  780. {
  781. cb((int)unit_data.ID);
  782. }
  783. }
  784. else
  785. {
  786. //特殊写法,仰慕道具
  787. for(int i = 0; i < 4; i++)
  788. {
  789. float tempX = x + mXChange[i] * offset;
  790. float tempY = y + mYChange[i] * offset;
  791. InstanceItem unit_data = zone.AddItem(temp, name, tempX, tempY, direction, force, name, null);
  792. }
  793. cb(0);
  794. }
  795. }
  796. else
  797. {
  798. cb(0);
  799. }
  800. });
  801. }
  802. else
  803. {
  804. cb(-1);
  805. }
  806. }
  807. public void r2b_request_removeUnit(string instanceId, int unitId)
  808. {
  809. var node = getZoneNode(instanceId);
  810. if (node != null)
  811. {
  812. node.Node.QueueTaskAsync((zone) =>
  813. {
  814. zone.RemoveUnitByID((uint)unitId);
  815. });
  816. }
  817. }
  818. public void r2b_request_removePointUnit(string instanceId, int unitObjectId)
  819. {
  820. var node = getZoneNode(instanceId);
  821. if (node != null)
  822. {
  823. node.Node.QueueTaskAsync((zone) =>
  824. {
  825. zone.RemoveObjectByID((uint)unitObjectId);
  826. });
  827. }
  828. }
  829. public void r2b_request_removeItem(string instanceId, int itemId)
  830. {
  831. var node = getZoneNode(instanceId);
  832. if (node != null)
  833. {
  834. node.Node.QueueTaskAsync((zone) =>
  835. {
  836. zone.RemoveItemByID((uint)itemId);
  837. });
  838. }
  839. }
  840. #endregion
  841. //----------------------------------------------------------------------------------------------
  842. #region _获取静态数据_
  843. /// <summary>
  844. /// 【静态数据】获取副本传送点
  845. /// </summary>
  846. /// <param name="instanceId"></param>
  847. /// <returns>副本实例id</returns>
  848. public void r2b_get_static_getBornPlace(string instanceId, int areaId, string pointId, Action<dynamic> cb, Action<Exception> err)
  849. {
  850. var node = getZoneNode(instanceId);
  851. if (node != null)
  852. {
  853. cb(node.r2b_get_getBornPlace(areaId, pointId));
  854. }
  855. else
  856. {
  857. err(new InstanceNotExistException(instanceId));
  858. }
  859. }
  860. /// <summary>
  861. /// 【静态数据】获取副本静态模版数据
  862. /// </summary>
  863. /// <param name="instanceId"></param>
  864. /// <returns>副本实例id</returns>
  865. public void r2b_get_static_getZoneStaticData(string instanceId, Action<EdgeSceneData> cb, Action<Exception> err)
  866. {
  867. var node = getZoneNode(instanceId);
  868. if (node != null)
  869. {
  870. var data = new EdgeSceneData(node.Node.SceneData);
  871. cb(data);
  872. }
  873. else
  874. {
  875. err(new InstanceNotExistException(instanceId));
  876. }
  877. }
  878. ///
  879. public void r2b_notify_setTeamData(string playerId, dynamic data)
  880. {
  881. var player = getPlayer(playerId);
  882. if (player != null)
  883. {
  884. TeamDataEventR2B r2b = new TeamDataEventR2B();
  885. r2b.LeaderId = data.leaderId;
  886. r2b.TeamMembers = new List<TeamMemberEventR2B>();
  887. foreach (dynamic obj in data.members)
  888. {
  889. TeamMemberEventR2B mbr = new TeamMemberEventR2B();
  890. mbr.followLeader = (int)obj.followLeader;
  891. mbr.uuid = obj.uuid;
  892. r2b.TeamMembers.Add(mbr);
  893. }
  894. player.ReceiveMsgR2B(r2b);
  895. }
  896. }
  897. #endregion
  898. //----------------------------------------------------------------------------------------------
  899. #region _获取动态数据_
  900. /// <summary>
  901. /// 获取地图上所有enable的区域
  902. /// </summary>
  903. /// <param name="instanceId"></param>
  904. /// <returns></returns>
  905. public void r2b_get_getZoneRegions(string instanceId, Action<List<EdgeRegionData>> cb, Action<Exception> err)
  906. {
  907. var node = getZoneNode(instanceId);
  908. if (node != null)
  909. {
  910. node.Node.QueueTaskAsync((zone) =>
  911. {
  912. try
  913. {
  914. List<RegionData> regions = zone.Data.Regions;
  915. List<EdgeRegionData> edgeRegions = new List<EdgeRegionData>();
  916. foreach (RegionData rd in regions)
  917. {
  918. var flag = zone.getFlag(rd.Name);
  919. if (flag != null && flag.Enable)
  920. {
  921. EdgeRegionData eRd = new EdgeRegionData(rd);
  922. eRd.Enable = true;
  923. edgeRegions.Add(eRd);
  924. }
  925. }
  926. cb(edgeRegions);
  927. }
  928. catch (Exception e)
  929. {
  930. err(e);
  931. }
  932. });
  933. }
  934. else
  935. {
  936. err(new InstanceNotExistException(instanceId));
  937. }
  938. }
  939. /// <summary>
  940. /// 获取地图上所有enable的区域
  941. /// </summary>
  942. /// <param name="playerId"></param>
  943. /// <returns></returns>
  944. public void r2b_get_canUseItem(string playerId, Action<bool> cb, Action<Exception> err)
  945. {
  946. XmdsPlayer player = getPlayer(playerId);
  947. if (player != null)
  948. {
  949. //player.Node.QueueTaskAsync(() =>
  950. //{
  951. // try
  952. // {
  953. XmdsVirtual zv = (XmdsVirtual)player.BindingActor.Virtual;
  954. cb(zv.CanUseItem());
  955. // }
  956. // catch (Exception e)
  957. // {
  958. // err(e);
  959. // }
  960. //});
  961. }
  962. else
  963. {
  964. err(new PlayerNotExistException(playerId));
  965. }
  966. }
  967. /// <summary>
  968. /// 获取该地图的所有unit
  969. /// </summary>
  970. /// <param name="instanceId"></param>
  971. /// <returns></returns>
  972. public void r2b_get_getAllUnitInfo(string instanceId, Action<List<UnitInfo>> cb, Action<Exception> err)
  973. {
  974. var node = getZoneNode(instanceId);
  975. if (node != null)
  976. {
  977. node.Node.QueueTaskAsync((zone) =>
  978. {
  979. var units = new List<InstanceUnit>();
  980. zone.GetAllUnits(units);
  981. List<UnitInfo> ret = new List<UnitInfo>();
  982. foreach (InstanceUnit unit in units)
  983. {
  984. CommonAI.ZoneClient.SyncUnitInfo syncInfo = unit.GenSyncUnitInfo();
  985. UnitInfo info = new UnitInfo();
  986. info.type = unit.GetType().Name;
  987. info.ObjectId = syncInfo.ObjectID;
  988. info.force = syncInfo.Force;
  989. info.templateId = syncInfo.TemplateID;
  990. info.playerId = syncInfo.PlayerUUID;
  991. info.x = syncInfo.x;
  992. info.y = syncInfo.y;
  993. ret.Add(info);
  994. }
  995. cb(ret);
  996. });
  997. }
  998. else
  999. {
  1000. err(new InstanceNotExistException(instanceId));
  1001. }
  1002. }
  1003. /// <summary>
  1004. /// 获取该地图的所有npc
  1005. /// </summary>
  1006. /// <param name="instanceId"></param>
  1007. /// <returns></returns>
  1008. public void r2b_get_getAllNpcInfo(string instanceId, Action<List<UnitInfo>> cb, Action<Exception> err)
  1009. {
  1010. try
  1011. {
  1012. var node = getZoneNode(instanceId);
  1013. if (node != null)
  1014. {
  1015. //node.Node.QueueTaskAsync((zone) =>
  1016. //{
  1017. List<InstanceUnit> units = new List<InstanceUnit>();
  1018. node.Node.Zone.GetAllUnits(units);
  1019. List<UnitInfo> ret = new List<UnitInfo>();
  1020. foreach (InstanceUnit unit in units)
  1021. {
  1022. if (unit.Info.UType == CommonAI.Zone.UnitInfo.UnitType.TYPE_NPC)
  1023. {
  1024. CommonAI.ZoneClient.SyncUnitInfo syncInfo = unit.GenSyncUnitInfo();
  1025. UnitInfo info = new UnitInfo();
  1026. UnitData data = (UnitData)unit.GetAttribute("UnitData");
  1027. string[] attributes = data == null ? null : data.Attributes;
  1028. //string[] attributes = unit.Info.Attributes;
  1029. if (attributes != null && attributes.Length > 0)
  1030. {
  1031. info.unitType = attributes[0];
  1032. }
  1033. else
  1034. {
  1035. info.unitType = "";
  1036. }
  1037. info.name = unit.Name;
  1038. info.type = unit.GetType().Name;
  1039. info.ObjectId = syncInfo.ObjectID;
  1040. info.force = syncInfo.Force;
  1041. info.templateId = syncInfo.TemplateID;
  1042. info.playerId = syncInfo.PlayerUUID;
  1043. info.x = syncInfo.x;
  1044. info.y = syncInfo.y;
  1045. ret.Add(info);
  1046. }
  1047. }
  1048. cb(ret);
  1049. return;
  1050. //});
  1051. }
  1052. }
  1053. catch(Exception e)
  1054. {
  1055. log.Warn("r2b_get_getAllNpcInfo catch: " + instanceId + ", " + e);
  1056. }
  1057. cb(new List<UnitInfo>());
  1058. }
  1059. /// <summary>
  1060. /// 获取所有玩家UUID信息
  1061. /// </summary>
  1062. public void r2b_get_getAllPlayerUUID(Action<dynamic> cb, Action<Exception> err)
  1063. {
  1064. GetAllPlayers((e2, ret) =>
  1065. {
  1066. if (e2 != null)
  1067. {
  1068. err(e2);
  1069. }
  1070. else
  1071. {
  1072. dynamic json = new { list = ret };
  1073. cb(json);
  1074. }
  1075. });
  1076. }
  1077. /// <summary>
  1078. /// 玩家基本信息同步
  1079. /// </summary>
  1080. /// <param name="PlayerId"></param>
  1081. /// <returns>副本实例id</returns>
  1082. public void r2b_get_getPlayerData(string playerId, bool changeArea, Action<dynamic> cb, Action<Exception> err)
  1083. {
  1084. XmdsPlayer player = getPlayer(playerId);
  1085. if (player != null && player.BindingActor != null)
  1086. {
  1087. //player.Node.QueueTaskAsync(() =>
  1088. //{
  1089. // try
  1090. // {
  1091. InstancePlayer p = player.BindingActor;
  1092. XmdsUnitProperties prop = p.Properties as XmdsUnitProperties;
  1093. PKInfo pkInfo = prop.ServerData.UnitPKInfo;
  1094. ArrayList skillList = new ArrayList();
  1095. XmdsVirtual zv = (XmdsVirtual)p.Virtual;
  1096. if (changeArea)
  1097. {
  1098. XmdsCommonServer.Plugin.XmdsVirtual.XmdsSkillStatusData skillData = zv.GetSkillStatusData();
  1099. foreach (KeyValuePair<int, long> kvp in skillData.SkillTimestampMSMap)
  1100. {
  1101. int skillId = kvp.Key;
  1102. long skillTime = kvp.Value;
  1103. skillList.Add(new { skillId = skillId, skillTime = skillTime });
  1104. }
  1105. }
  1106. dynamic ret = new
  1107. {
  1108. x = p.X,
  1109. y = p.Y,
  1110. direction = p.Direction,
  1111. hp = p.get_current_hp(),
  1112. mp = p.get_current_mp(),
  1113. pkMode = (int)pkInfo.CurPKMode,
  1114. pkValue = pkInfo.CurPKValue,
  1115. pkLevel = (int)pkInfo.CurPKLevel,
  1116. skillData = skillList,
  1117. combatState = zv.CombatState
  1118. };
  1119. cb(ret);
  1120. // }
  1121. // catch (Exception e)
  1122. // {
  1123. // err(e);
  1124. // }
  1125. //});
  1126. }
  1127. else
  1128. {
  1129. //err(new PlayerNotExistException(playerId));
  1130. cb(null);
  1131. }
  1132. }
  1133. /// <summary>
  1134. /// 玩家宠物基本信息同步
  1135. /// </summary>
  1136. /// <param name="PlayerId"></param>
  1137. /// <returns>副本实例id</returns>
  1138. public void r2b_get_getPlayerPetData(string playerId, Action<dynamic> cb, Action<Exception> err)
  1139. {
  1140. try
  1141. {
  1142. do
  1143. {
  1144. if (string.IsNullOrEmpty(playerId))
  1145. {
  1146. log.Error("那个sx传过来一个空玩家信息:");
  1147. break; ;
  1148. }
  1149. XmdsPlayer player = getPlayer(playerId);
  1150. if (player != null && player.BindingActor != null)
  1151. {
  1152. XmdsVirtual_Player zv = (XmdsVirtual_Player)player.BindingActor.Virtual;
  1153. if(zv == null)
  1154. {
  1155. break;
  1156. }
  1157. XmdsVirtual_Pet petData = zv.GetPet();
  1158. if (petData == null)
  1159. {
  1160. log.Error("找不到玩家对应宠物信息:" + playerId);
  1161. break; ;
  1162. }
  1163. dynamic ret = new
  1164. {
  1165. hp = petData.mUnit.CurrentHP,
  1166. mp = petData.mUnit.CurrentMP,
  1167. };
  1168. cb(ret);
  1169. return;
  1170. }
  1171. } while (false);
  1172. }
  1173. catch(Exception e)
  1174. {
  1175. log.Error("r2b_get_getPlayerPetData : " + playerId + ", " + e);
  1176. }
  1177. dynamic retFinal = new
  1178. {
  1179. hp = -1,
  1180. mp = -1,
  1181. };
  1182. cb(retFinal);
  1183. }
  1184. /// <summary>
  1185. /// 玩家基本信息同步
  1186. /// </summary>
  1187. /// <param name="PlayerId"></param>
  1188. /// <returns>副本实例id</returns>
  1189. public void r2b_get_getPlayerSkillCDTime(string playerId, Action<ArrayList> cb, Action<Exception> err)
  1190. {
  1191. XmdsPlayer player = getPlayer(playerId);
  1192. if (player != null)
  1193. {
  1194. //player.Node.QueueTaskAsync(() =>
  1195. //{
  1196. try
  1197. {
  1198. ArrayList skillList = new ArrayList();
  1199. global::XmdsCommonServer.Plugin.XmdsVirtual zv = (global::XmdsCommonServer.Plugin.XmdsVirtual)player.BindingActor.Virtual;
  1200. global::XmdsCommonServer.Plugin.XmdsVirtual.XmdsSkillStatusData skillData = zv.GetSkillStatusData();
  1201. foreach (KeyValuePair<int, long> kvp in skillData.SkillTimestampMSMap)
  1202. {
  1203. int skillId = kvp.Key;
  1204. long skillTime = kvp.Value;
  1205. skillList.Add(new { skillId = skillId, skillTime = skillTime });
  1206. }
  1207. cb(skillList);
  1208. }
  1209. catch (Exception e)
  1210. {
  1211. err(e);
  1212. }
  1213. //});
  1214. }
  1215. else
  1216. {
  1217. err(new PlayerNotExistException(playerId));
  1218. }
  1219. }
  1220. public void r2b_get_CanTalkWithNpc(string playerId, uint npcId, Action<dynamic> cb, Action<Exception> err)
  1221. {
  1222. XmdsPlayer player = getPlayer(playerId);
  1223. if (player != null)
  1224. {
  1225. //player.Node.QueueTaskAsync(() =>
  1226. //{
  1227. InstancePlayer src = player.BindingActor;
  1228. InstanceUnit dst = null;
  1229. if (src != null && (dst = src.Parent.getUnit(npcId)) != null)
  1230. {
  1231. dynamic ret = new
  1232. {
  1233. templateId = dst.Info.TemplateID,
  1234. canTalk = CMath.intersectRound(
  1235. src.X, src.Y, src.BodyBlockSize + 5,
  1236. dst.X, dst.Y, dst.BodyBlockSize),
  1237. };
  1238. cb(ret);
  1239. return;
  1240. }
  1241. //});
  1242. }
  1243. cb(new
  1244. {
  1245. templateId = 0,
  1246. canTalk = false,
  1247. });
  1248. }
  1249. /// <summary>
  1250. /// 玩家基本信息同步
  1251. /// </summary>
  1252. /// <param name="PlayerId"></param>
  1253. /// <returns>副本实例id</returns>
  1254. public void r2b_get_getPlayerPKInfoData(string playerId, Action<dynamic> cb, Action<Exception> err)
  1255. {
  1256. XmdsPlayer player = getPlayer(playerId);
  1257. if (player != null)
  1258. {
  1259. //player.Node.QueueTaskAsync(() =>
  1260. //{
  1261. //try
  1262. //{
  1263. XmdsUnitProperties prop = player.BindingActor.Properties as XmdsUnitProperties;
  1264. PKInfo pkInfo = prop.ServerData.UnitPKInfo;
  1265. dynamic ret = new
  1266. {
  1267. pkMode = (int)pkInfo.CurPKMode,
  1268. pkValue = pkInfo.CurPKValue,
  1269. pkLevel = (int)pkInfo.CurPKLevel
  1270. };
  1271. cb(ret);
  1272. //}
  1273. //catch (Exception e)
  1274. //{
  1275. // err(e);
  1276. //}
  1277. //});
  1278. }
  1279. else
  1280. {
  1281. err(new PlayerNotExistException(playerId));
  1282. }
  1283. }
  1284. public void r2b_request_autoBattle(string instanceId, string playerId, bool enable)
  1285. {
  1286. var node = getZoneNode(instanceId);
  1287. if (node != null)
  1288. {
  1289. node.Node.QueueTaskAsync((zone) =>
  1290. {
  1291. InstanceUnit u = zone.getPlayerByUUID(playerId.ToString());
  1292. if (u != null)
  1293. {
  1294. UnitGuardAction guard = new UnitGuardAction();
  1295. guard.guard = enable;
  1296. guard.object_id = u.ID;
  1297. guard.forceNotify = true;
  1298. u.Parent.pushAction(guard);
  1299. log.Debug("--------autoBattle from gs: playerId=" + playerId + " area=" + node.Node.Name + " instanceId=" + instanceId);
  1300. }
  1301. else
  1302. {
  1303. log.Error("r2b_request_autoBattle PlayerNotExistException: playerId =" + playerId + " area=" + node.Node.Name);
  1304. }
  1305. });
  1306. }
  1307. }
  1308. public void r2b_request_getPlayerStatistic(string playerId, Action<int> cb, Action<Exception> err)
  1309. {
  1310. var player = getPlayer(playerId);
  1311. if (player != null)
  1312. {
  1313. //player.Node.QueueTaskAsync(() =>
  1314. //{
  1315. InstancePlayer insPlayer = player.BindingActor;
  1316. dynamic ret = new
  1317. {
  1318. totalDamage = insPlayer.Statistic.TotalDamage,
  1319. totalHealing = insPlayer.Statistic.TotalHealing,
  1320. killPlayerCount = insPlayer.Statistic.KillPlayerCount,
  1321. killUnitCount = insPlayer.Statistic.KillUnitCount,
  1322. deadCount = insPlayer.Statistic.DeadCount
  1323. };
  1324. cb(ret);
  1325. //});
  1326. }
  1327. else
  1328. {
  1329. log.Error("r2b_request_getPlayerStatistic: PlayerNotExistException: playerId =" + playerId);
  1330. cb(0);
  1331. return;
  1332. }
  1333. }
  1334. public void r2b_request_getInstanceStatistic(string instanceId, Action<dynamic> cb, Action<Exception> err)
  1335. {
  1336. var node = getZoneNode(instanceId);
  1337. if (node != null)
  1338. {
  1339. dynamic statistic = new Dictionary<string, dynamic>();
  1340. node.Node.ForEachPlayers((client) =>
  1341. {
  1342. var insPlayer = client.Actor;
  1343. if (insPlayer != null)
  1344. {
  1345. statistic[insPlayer.PlayerUUID] = new
  1346. {
  1347. totalDamage = insPlayer.Statistic.TotalDamage,
  1348. totalHealing = insPlayer.Statistic.TotalHealing,
  1349. killPlayerCount = insPlayer.Statistic.KillPlayerCount,
  1350. killUnitCount = insPlayer.Statistic.KillUnitCount,
  1351. deadCount = insPlayer.Statistic.DeadCount
  1352. };
  1353. }
  1354. });
  1355. cb(statistic);
  1356. }
  1357. else
  1358. {
  1359. log.Error("r2b_request_getInstanceStatistic: InstanceNotExistException: instanceId =" + instanceId);
  1360. cb(null);
  1361. return;
  1362. }
  1363. }
  1364. /// <summary>
  1365. /// 玩家更换技能
  1366. /// </summary>
  1367. /// <param name="instanceId"></param>
  1368. /// <returns>副本实例id</returns>
  1369. ///
  1370. public void r2b_notify_playerChangeSkill(string playerId, int oldSkillID, int newSkillID, dynamic data)
  1371. {
  1372. var player = getPlayer(playerId);
  1373. if (player != null)
  1374. {
  1375. XmdsInstancePlayer instancePlayer = player.getInstancePlayer() as XmdsInstancePlayer;
  1376. if (instancePlayer == null)
  1377. {
  1378. return;
  1379. }
  1380. SkillLevelData levelData = null;
  1381. if (data != null)
  1382. {
  1383. levelData = new SkillLevelData();
  1384. levelData.SkillLevel = data.level;
  1385. levelData.TalentSkillLevel1 = data.talentLevel[0];
  1386. levelData.TalentSkillLevel2 = data.talentLevel[1];
  1387. levelData.TalentSkillLevel3 = data.talentLevel[2];
  1388. levelData.skillType = (XmdsSkillType)data.skillType;
  1389. }
  1390. instancePlayer.PlayerChangeSkill(oldSkillID, newSkillID, levelData);
  1391. //player.get
  1392. //XmdsUnitSkillInfo skillData = XmdsPlayerUtil.instance()
  1393. }
  1394. }
  1395. /// <summary>
  1396. /// 玩家基本信息同步
  1397. /// </summary>
  1398. /// <param name="playerId"></param>
  1399. /// <returns></returns>
  1400. public bool r2b_notify_transferToPointPos(string instanceId, string playerId, string refreshPoint, bool setDirction, float direction)
  1401. {
  1402. var node = getZoneNode(instanceId);
  1403. if (node == null)
  1404. {
  1405. return false;
  1406. }
  1407. var player = getPlayer(playerId);
  1408. if (player == null)
  1409. {
  1410. return false;
  1411. }
  1412. InstanceFlag flag = node.Node.Zone.getFlag(refreshPoint);
  1413. if (flag == null)
  1414. {
  1415. return false;
  1416. }
  1417. if (flag is ZoneWayPoint)
  1418. {
  1419. // Region随机取一个坐标
  1420. var v2 = (flag as ZoneWayPoint).getRandomPos(node.Node.Zone.RandomN);
  1421. player.getInstancePlayer().transport(v2.X, v2.Y, setDirction, direction);
  1422. return true;
  1423. }
  1424. return false;
  1425. }
  1426. /// <summary>
  1427. /// 更改玩家状态
  1428. /// </summary>
  1429. /// <param name="playerId"></param>
  1430. /// <returns></returns>
  1431. public void r2b_notify_changePlayerStatus(string instanceId, string playerId, byte status, int time)
  1432. {
  1433. if(status != (byte)UnitActionStatus.DaZuo && status != (byte)UnitActionStatus.ClearYaoQi
  1434. && status != (byte)UnitActionStatus.Idle && status != (byte)UnitActionStatus.CrossRobbery
  1435. && status != (byte)UnitActionStatus.DaZuoRecoveryAttr)
  1436. {
  1437. return;
  1438. }
  1439. var node = getZoneNode(instanceId);
  1440. if (node == null)
  1441. {
  1442. return ;
  1443. }
  1444. var player = getPlayer(playerId);
  1445. if (player == null)
  1446. {
  1447. return ;
  1448. }
  1449. var instancePlayer = player.getInstancePlayer();
  1450. if(instancePlayer == null)
  1451. {
  1452. return;
  1453. }
  1454. //if(status == (byte)UnitActionStatus.ChuanGongA)
  1455. //{
  1456. // instancePlayer.changeState(new StateChuanGongA(instancePlayer), false);
  1457. //}
  1458. //else if(status == (byte)UnitActionStatus.ChuanGongB)
  1459. //{
  1460. // instancePlayer.changeState(new StateChuanGongB(instancePlayer), false);
  1461. //}
  1462. //else
  1463. if(status == (byte)UnitActionStatus.DaZuo)
  1464. {
  1465. instancePlayer.Virtual.TakeOffMount();
  1466. instancePlayer.changeState(new StateDaZuo(instancePlayer, time), false);
  1467. }
  1468. else if (status == (byte) UnitActionStatus.DaZuoRecoveryAttr)
  1469. {
  1470. //非战斗状态,才能打坐回血
  1471. if (instancePlayer.Virtual.GetBattleStatus() <= BattleStatus.ReadyBattle && (instancePlayer.CurrentActionStatus != UnitActionStatus.DaZuoRecoveryAttr) && (instancePlayer.CurrentActionStatus != UnitActionStatus.Move) )
  1472. {
  1473. instancePlayer.Virtual.TakeOffMount();
  1474. instancePlayer.changeState(new StateDaZuoRecoveryAttr(instancePlayer, time), false);
  1475. }
  1476. }
  1477. else if(status == (byte)UnitActionStatus.ClearYaoQi)
  1478. {
  1479. instancePlayer.Virtual.TakeOffMount();
  1480. instancePlayer.changeState(new StateClearYaoQi(instancePlayer), false);
  1481. }
  1482. else if (status == (byte)UnitActionStatus.Idle)
  1483. {
  1484. if(instancePlayer.CurrentActionStatus == UnitActionStatus.DaZuo || instancePlayer.CurrentActionStatus == UnitActionStatus.ChuanGongA
  1485. || instancePlayer.CurrentActionStatus == UnitActionStatus.ChuanGongB || instancePlayer.CurrentActionStatus == UnitActionStatus.DaZuoRecoveryAttr)
  1486. {
  1487. instancePlayer.CurrentState.MarkRemove();
  1488. }
  1489. }
  1490. else if(status == (byte)UnitActionStatus.CrossRobbery)
  1491. {
  1492. instancePlayer.Virtual.TakeOffMount();
  1493. instancePlayer.changeState(new StateDuJie(instancePlayer), false);
  1494. }
  1495. }
  1496. /// <summary>
  1497. /// 更改玩家状态
  1498. /// </summary>
  1499. /// <param name="playerId"></param>
  1500. /// <returns></returns>
  1501. public void r2b_notify_playerChuanGong(string instanceId, string playerIdA, string playerIdB)
  1502. {
  1503. var node = getZoneNode(instanceId);
  1504. if (node == null)
  1505. {
  1506. return;
  1507. }
  1508. var playerA = getPlayer(playerIdA);
  1509. var playerB = getPlayer(playerIdB);
  1510. if (playerA == null || playerB == null)
  1511. {
  1512. return;
  1513. }
  1514. var instancePlayerA = playerA.getInstancePlayer();
  1515. var instancePlayerB = playerB.getInstancePlayer();
  1516. if (instancePlayerA == null || instancePlayerB == null)
  1517. {
  1518. return;
  1519. }
  1520. instancePlayerA.Virtual.TakeOffMount();
  1521. instancePlayerB.Virtual.TakeOffMount();
  1522. instancePlayerA.changeState(new StateChuanGongA(instancePlayerA), false);
  1523. instancePlayerB.changeState(new StateChuanGongB(instancePlayerB), false);
  1524. //接受传功者,pos和方向设置
  1525. instancePlayerB.faceTo(instancePlayerA.Direction);
  1526. float xAdd = (float)(2 * Math.Cos(instancePlayerA.Direction)); //角Dir的对边
  1527. float yAdd = (float)(2 * Math.Sin(instancePlayerA.Direction)); //Dir的邻边
  1528. instancePlayerB.setPos(instancePlayerA.X + xAdd, instancePlayerA.Y + yAdd);
  1529. }
  1530. /** 通知山大王延时刷新 */
  1531. public void r2b_notifyMountainKingRefresh(string instanceId, string data)
  1532. {
  1533. var node = getZoneNode(instanceId);
  1534. if (node == null)
  1535. {
  1536. return;
  1537. }
  1538. List<KingRefreshData> refreshList = new List<KingRefreshData>();
  1539. dynamic propertyData = Json.Decode(data);
  1540. foreach(var temp in propertyData)
  1541. {
  1542. refreshList.Add(new KingRefreshData(temp.monsterId, temp.nextRefreshTime));
  1543. }
  1544. if(refreshList.Count > 0)
  1545. {
  1546. JSGMountainKingModule.OnMonsterRefreshNotify(node.GetBindGameSrvId(), refreshList);
  1547. }
  1548. }
  1549. #endregion
  1550. //----------------------------------------------------------------------------------------------
  1551. }
  1552. }