UIRedPointCfg.lua 22 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100
  1. local UIRedPointCfg = {
  2. [1]={
  3. ['Id']=1,
  4. ['UIId']=2,
  5. ['FuncEnterPath']='role.icon',
  6. ['RPNotifyType']=Enum.RPNotifyType.NewSkill,
  7. ['RPType']=Enum.RPType.New,
  8. ['FuncLock']=0,
  9. ['SameTarget']={1,2,3,4,5,6,7,24,25,87,89},
  10. ['Priority']=4,
  11. ['Position']={66,50},
  12. ['NoPay']=true,
  13. },
  14. [2]={
  15. ['Id']=2,
  16. ['UIId']=2,
  17. ['FuncEnterPath']='role.icon',
  18. ['RPNotifyType']=Enum.RPNotifyType.EquipDress,
  19. ['RPType']=Enum.RPType.Equipment,
  20. ['FuncLock']=0,
  21. ['SameTarget']={1,2,3,4,5,6,7,24,25,87,89},
  22. ['Priority']=5,
  23. ['Position']={66,50},
  24. ['NoPay']=true,
  25. },
  26. [3]={
  27. ['Id']=3,
  28. ['UIId']=2,
  29. ['FuncEnterPath']='role.icon',
  30. ['RPNotifyType']=Enum.RPNotifyType.EquipLvUp,
  31. ['RPType']=Enum.RPType.LvUp,
  32. ['FuncLock']=13,
  33. ['SameTarget']={1,2,3,4,5,6,7,24,25,87,89},
  34. ['Priority']=6,
  35. ['Position']={66,50},
  36. ['NoPay']=true,
  37. },
  38. [4]={
  39. ['Id']=4,
  40. ['UIId']=2,
  41. ['FuncEnterPath']='role.icon',
  42. ['RPNotifyType']=Enum.RPNotifyType.EquipRefine,
  43. ['RPType']=Enum.RPType.Refine,
  44. ['FuncLock']=17,
  45. ['SameTarget']={1,2,3,4,5,6,7,24,25,87,89},
  46. ['Priority']=7,
  47. ['Position']={66,50},
  48. ['NoPay']=true,
  49. },
  50. [5]={
  51. ['Id']=5,
  52. ['UIId']=2,
  53. ['FuncEnterPath']='role.icon',
  54. ['RPNotifyType']=Enum.RPNotifyType.PtRecruit,
  55. ['RPType']=Enum.RPType.Hart,
  56. ['FuncLock']=0,
  57. ['SameTarget']={1,2,3,4,5,6,7,24,25,87,89},
  58. ['Priority']=1,
  59. ['Position']={66,50},
  60. ['NoPay']=true,
  61. },
  62. [6]={
  63. ['Id']=6,
  64. ['UIId']=2,
  65. ['FuncEnterPath']='role.icon',
  66. ['RPNotifyType']=Enum.RPNotifyType.Transfer,
  67. ['RPType']=Enum.RPType.RedPoint,
  68. ['FuncLock']=11,
  69. ['SameTarget']={1,2,3,4,5,6,7,24,25,87,89},
  70. ['Priority']=2,
  71. ['Position']={66,50},
  72. ['NoPay']=true,
  73. },
  74. [7]={
  75. ['Id']=7,
  76. ['UIId']=2,
  77. ['FuncEnterPath']='role.icon',
  78. ['RPNotifyType']=Enum.RPNotifyType.CardSlot,
  79. ['RPType']=Enum.RPType.CardOpen,
  80. ['FuncLock']=20,
  81. ['SameTarget']={1,2,3,4,5,6,7,24,25,87,89},
  82. ['Priority']=3,
  83. ['Position']={66,50},
  84. ['NoPay']=true,
  85. },
  86. [14]={
  87. ['Id']=14,
  88. ['UIId']=2,
  89. ['FuncEnterPath']='topView.topRoot.btnTask',
  90. ['RPNotifyType']=Enum.RPNotifyType.Task,
  91. ['RPType']=Enum.RPType.RedPoint,
  92. ['FuncLock']=0,
  93. ['Priority']=0,
  94. ['Position']={35,48},
  95. ['NoPay']=true,
  96. },
  97. [15]={
  98. ['Id']=15,
  99. ['UIId']=165,
  100. ['FuncEnterPath']='toggle1',
  101. ['RPNotifyType']=Enum.RPNotifyType.TaskDaily,
  102. ['RPType']=Enum.RPType.RedPoint,
  103. ['FuncLock']=0,
  104. ['Priority']=0,
  105. ['Position']={66,38},
  106. ['NoPay']=true,
  107. },
  108. [16]={
  109. ['Id']=16,
  110. ['UIId']=165,
  111. ['FuncEnterPath']='toggle2',
  112. ['RPNotifyType']=Enum.RPNotifyType.TaskWeekly,
  113. ['RPType']=Enum.RPType.RedPoint,
  114. ['FuncLock']=0,
  115. ['Priority']=0,
  116. ['Position']={66,38},
  117. ['NoPay']=true,
  118. },
  119. [17]={
  120. ['Id']=17,
  121. ['UIId']=165,
  122. ['FuncEnterPath']='toggle3',
  123. ['RPNotifyType']=Enum.RPNotifyType.TaskMain,
  124. ['RPType']=Enum.RPType.RedPoint,
  125. ['FuncLock']=0,
  126. ['Priority']=0,
  127. ['Position']={66,38},
  128. ['NoPay']=true,
  129. },
  130. [18]={
  131. ['Id']=18,
  132. ['UIId']=140,
  133. ['FuncEnterPath']='btnEvil',
  134. ['RPNotifyType']=Enum.RPNotifyType.EvilBattle,
  135. ['RPType']=Enum.RPType.RedPoint,
  136. ['FuncLock']=33,
  137. ['Priority']=0,
  138. ['Position']={86,23},
  139. ['NoPay']=true,
  140. },
  141. [19]={
  142. ['Id']=19,
  143. ['UIId']=140,
  144. ['FuncEnterPath']='btnMail',
  145. ['RPNotifyType']=Enum.RPNotifyType.NewMail,
  146. ['RPType']=Enum.RPType.New,
  147. ['FuncLock']=0,
  148. ['Priority']=0,
  149. ['Position']={125,168},
  150. ['NoPay']=true,
  151. },
  152. [20]={
  153. ['Id']=20,
  154. ['UIId']=140,
  155. ['FuncEnterPath']='btnFriend',
  156. ['RPNotifyType']=Enum.RPNotifyType.Friend,
  157. ['RPType']=Enum.RPType.New,
  158. ['FuncLock']=0,
  159. ['Priority']=0,
  160. ['Position']={105,40},
  161. ['NoPay']=true,
  162. },
  163. [21]={
  164. ['Id']=21,
  165. ['UIId']=2,
  166. ['FuncEnterPath']='town.icon',
  167. ['RPNotifyType']=Enum.RPNotifyType.Friend,
  168. ['RPType']=Enum.RPType.RedPoint,
  169. ['FuncLock']=31,
  170. ['SameTarget']={21,26,37,39,70},
  171. ['Priority']=1,
  172. ['Position']={66,50},
  173. ['NoPay']=true,
  174. },
  175. [22]={
  176. ['Id']=22,
  177. ['UIId']=144,
  178. ['FuncEnterPath']='btnEmoji',
  179. ['RPNotifyType']=Enum.RPNotifyType.PrivateChat,
  180. ['RPType']=Enum.RPType.PrivateChat,
  181. ['FuncLock']=0,
  182. ['Priority']=0,
  183. ['Position']={0,0},
  184. ['NoPay']=true,
  185. },
  186. [24]={
  187. ['Id']=24,
  188. ['UIId']=2,
  189. ['FuncEnterPath']='role.icon',
  190. ['RPNotifyType']=Enum.RPNotifyType.CardEmpty,
  191. ['RPType']=Enum.RPType.CardSlot,
  192. ['FuncLock']=41,
  193. ['SameTarget']={1,2,3,4,5,6,7,24,25,87,89},
  194. ['Priority']=8,
  195. ['Position']={66,50},
  196. ['NoPay']=true,
  197. },
  198. [25]={
  199. ['Id']=25,
  200. ['UIId']=2,
  201. ['FuncEnterPath']='role.icon',
  202. ['RPNotifyType']=Enum.RPNotifyType.CardLvUp,
  203. ['RPType']=Enum.RPType.LvUp,
  204. ['FuncLock']=20,
  205. ['SameTarget']={1,2,3,4,5,6,7,24,25,87,89},
  206. ['Priority']=9,
  207. ['Position']={66,50},
  208. ['NoPay']=true,
  209. },
  210. [26]={
  211. ['Id']=26,
  212. ['UIId']=2,
  213. ['FuncEnterPath']='town.icon',
  214. ['RPNotifyType']=Enum.RPNotifyType.None,
  215. ['RPType']=Enum.RPType.RedPoint,
  216. ['FuncLock']=2,
  217. ['SameTarget']={21,26,37,39,70},
  218. ['Priority']=2,
  219. ['Position']={66,50},
  220. ['NoPay']=true,
  221. },
  222. [27]={
  223. ['Id']=27,
  224. ['UIId']=140,
  225. ['FuncEnterPath']='btnCard',
  226. ['RPNotifyType']=Enum.RPNotifyType.None,
  227. ['RPType']=Enum.RPType.RedPoint,
  228. ['FuncLock']=2,
  229. ['Priority']=0,
  230. ['Position']={68,23},
  231. ['UpNode']={26},
  232. ['NoPay']=true,
  233. },
  234. [28]={
  235. ['Id']=28,
  236. ['UIId']=173,
  237. ['FuncEnterPath']='btnCardBook',
  238. ['RPNotifyType']=Enum.RPNotifyType.CardCollect,
  239. ['RPType']=Enum.RPType.RedPoint,
  240. ['FuncLock']=2,
  241. ['Priority']=0,
  242. ['Position']={500,190},
  243. ['UpNode']={27},
  244. ['NoPay']=true,
  245. },
  246. [29]={
  247. ['Id']=29,
  248. ['UIId']=173,
  249. ['FuncEnterPath']='btnPetBook',
  250. ['RPNotifyType']=Enum.RPNotifyType.PetCollection,
  251. ['RPType']=Enum.RPType.RedPoint,
  252. ['FuncLock']=56,
  253. ['Priority']=0,
  254. ['Position']={500,190},
  255. ['UpNode']={30},
  256. ['NoPay']=true,
  257. },
  258. [30]={
  259. ['Id']=30,
  260. ['UIId']=140,
  261. ['FuncEnterPath']='btnCard',
  262. ['RPNotifyType']=Enum.RPNotifyType.None,
  263. ['RPType']=Enum.RPType.RedPoint,
  264. ['FuncLock']=56,
  265. ['Priority']=0,
  266. ['Position']={68,23},
  267. ['UpNode']={70},
  268. ['NoPay']=true,
  269. },
  270. [31]={
  271. ['Id']=31,
  272. ['UIId']=154,
  273. ['FuncEnterPath']='headItem',
  274. ['RPNotifyType']=Enum.RPNotifyType.HeadFrame,
  275. ['RPType']=Enum.RPType.RedPoint,
  276. ['FuncLock']=0,
  277. ['Priority']=0,
  278. ['Position']={66,68},
  279. ['NoPay']=true,
  280. },
  281. [32]={
  282. ['Id']=32,
  283. ['UIId']=2,
  284. ['FuncEnterPath']='headItem',
  285. ['RPNotifyType']=Enum.RPNotifyType.HeadFrame,
  286. ['RPType']=Enum.RPType.RedPoint,
  287. ['FuncLock']=0,
  288. ['Priority']=0,
  289. ['Position']={75,75},
  290. ['NoPay']=true,
  291. },
  292. [33]={
  293. ['Id']=33,
  294. ['UIId']=2,
  295. ['FuncEnterPath']='shop.icon',
  296. ['RPNotifyType']=Enum.RPNotifyType.None,
  297. ['RPType']=Enum.RPType.RedPoint,
  298. ['FuncLock']=0,
  299. ['Priority']=1,
  300. ['Position']={66,50},
  301. ['NoPay']=true,
  302. },
  303. [34]={
  304. ['Id']=34,
  305. ['UIId']=191,
  306. ['FuncEnterPath']='toggleLvUp',
  307. ['RPNotifyType']=Enum.RPNotifyType.PetLvUp,
  308. ['RPType']=Enum.RPType.RedPoint,
  309. ['FuncLock']=0,
  310. ['SameTarget']={34,35},
  311. ['Priority']=1,
  312. ['Position']={66,38},
  313. ['UpNode']={33},
  314. ['NoPay']=true,
  315. },
  316. [35]={
  317. ['Id']=35,
  318. ['UIId']=191,
  319. ['FuncEnterPath']='toggleLvUp',
  320. ['RPNotifyType']=Enum.RPNotifyType.PetAdvance,
  321. ['RPType']=Enum.RPType.RedPoint,
  322. ['FuncLock']=0,
  323. ['SameTarget']={34,35},
  324. ['Priority']=2,
  325. ['Position']={66,38},
  326. ['UpNode']={33},
  327. ['NoPay']=true,
  328. },
  329. [36]={
  330. ['Id']=36,
  331. ['UIId']=191,
  332. ['FuncEnterPath']='toggleSkillUp',
  333. ['RPNotifyType']=Enum.RPNotifyType.PetSkillUp,
  334. ['RPType']=Enum.RPType.RedPoint,
  335. ['FuncLock']=0,
  336. ['Priority']=0,
  337. ['Position']={66,38},
  338. ['UpNode']={33},
  339. ['NoPay']=true,
  340. },
  341. [37]={
  342. ['Id']=37,
  343. ['UIId']=2,
  344. ['FuncEnterPath']='town.icon',
  345. ['RPNotifyType']=Enum.RPNotifyType.None,
  346. ['RPType']=Enum.RPType.RedPoint,
  347. ['FuncLock']=30,
  348. ['SameTarget']={21,26,37,39,70},
  349. ['Priority']=3,
  350. ['Position']={66,50},
  351. ['NoPay']=true,
  352. },
  353. [38]={
  354. ['Id']=38,
  355. ['UIId']=140,
  356. ['FuncEnterPath']='btnSign',
  357. ['RPNotifyType']=Enum.RPNotifyType.PetRelation,
  358. ['RPType']=Enum.RPType.RedPoint,
  359. ['FuncLock']=30,
  360. ['Priority']=0,
  361. ['Position']={89,23},
  362. ['UpNode']={37},
  363. ['NoPay']=true,
  364. },
  365. [39]={
  366. ['Id']=39,
  367. ['UIId']=2,
  368. ['FuncEnterPath']='town.icon',
  369. ['RPNotifyType']=Enum.RPNotifyType.None,
  370. ['RPType']=Enum.RPType.RedPoint,
  371. ['FuncLock']=0,
  372. ['SameTarget']={21,26,37,39,70},
  373. ['Priority']=4,
  374. ['Position']={66,50},
  375. ['NoPay']=true,
  376. },
  377. [40]={
  378. ['Id']=40,
  379. ['UIId']=140,
  380. ['FuncEnterPath']='btnGuild',
  381. ['RPNotifyType']=Enum.RPNotifyType.GuildHuntBoss,
  382. ['RPType']=Enum.RPType.RedPoint,
  383. ['FuncLock']=7,
  384. ['Priority']=0,
  385. ['Position']={30,23},
  386. ['NoPay']=true,
  387. },
  388. [41]={
  389. ['Id']=41,
  390. ['UIId']=185,
  391. ['FuncEnterPath']='btnVenery',
  392. ['RPNotifyType']=Enum.RPNotifyType.GuildHuntBoss,
  393. ['RPType']=Enum.RPType.RedPoint,
  394. ['FuncLock']=0,
  395. ['Priority']=0,
  396. ['Position']={167,90},
  397. ['UpNode']={40},
  398. ['NoPay']=true,
  399. },
  400. [42]={
  401. ['Id']=42,
  402. ['UIId']=185,
  403. ['FuncEnterPath']='btnAdmin',
  404. ['RPNotifyType']=Enum.RPNotifyType.GuildAuditApply,
  405. ['RPType']=Enum.RPType.RedPoint,
  406. ['FuncLock']=0,
  407. ['Priority']=0,
  408. ['Position']={83,32},
  409. ['NoPay']=true,
  410. },
  411. [43]={
  412. ['Id']=43,
  413. ['UIId']=2,
  414. ['FuncEnterPath']='topView.topRoot.btnNotifyActivity',
  415. ['RPNotifyType']=Enum.RPNotifyType.FortnightLogin,
  416. ['RPType']=Enum.RPType.RedPoint,
  417. ['FuncLock']=0,
  418. ['SameTarget']={43,44,64,65,69,79,83,85,99},
  419. ['Priority']=2,
  420. ['Position']={35,48},
  421. ['NoPay']=true,
  422. },
  423. [44]={
  424. ['Id']=44,
  425. ['UIId']=2,
  426. ['FuncEnterPath']='topView.topRoot.btnNotifyActivity',
  427. ['RPNotifyType']=Enum.RPNotifyType.FortnightTaskReward,
  428. ['RPType']=Enum.RPType.RedPoint,
  429. ['FuncLock']=0,
  430. ['SameTarget']={43,44,64,65,69,79,83,85,99},
  431. ['Priority']=1,
  432. ['Position']={35,48},
  433. ['NoPay']=true,
  434. },
  435. [45]={
  436. ['Id']=45,
  437. ['UIId']=140,
  438. ['FuncEnterPath']='btnExpedition',
  439. ['RPNotifyType']=Enum.RPNotifyType.Expedition,
  440. ['RPType']=Enum.RPType.RedPoint,
  441. ['FuncLock']=0,
  442. ['Priority']=0,
  443. ['Position']={89,23},
  444. ['NoPay']=true,
  445. },
  446. [46]={
  447. ['Id']=46,
  448. ['UIId']=140,
  449. ['FuncEnterPath']='btnSummon',
  450. ['RPNotifyType']=Enum.RPNotifyType.Summon,
  451. ['RPType']=Enum.RPType.RedPoint,
  452. ['FuncLock']=58,
  453. ['Priority']=0,
  454. ['Position']={47,23},
  455. ['NoPay']=true,
  456. },
  457. [47]={
  458. ['Id']=47,
  459. ['UIId']=2,
  460. ['FuncEnterPath']='topView.topRoot.btnFirstRecharge',
  461. ['RPNotifyType']=Enum.RPNotifyType.None,
  462. ['RPType']=Enum.RPType.RedPoint,
  463. ['FuncLock']=57,
  464. ['Priority']=0,
  465. ['Position']={35,38},
  466. ['NoPay']=true,
  467. },
  468. [48]={
  469. ['Id']=48,
  470. ['UIId']=220,
  471. ['FuncEnterPath']='firstToggle',
  472. ['RPNotifyType']=Enum.RPNotifyType.FirstRecharge,
  473. ['RPType']=Enum.RPType.RedPoint,
  474. ['FuncLock']=57,
  475. ['Priority']=0,
  476. ['Position']={102,28},
  477. ['UpNode']={47},
  478. ['NoPay']=true,
  479. },
  480. [49]={
  481. ['Id']=49,
  482. ['UIId']=220,
  483. ['FuncEnterPath']='hundredToggle',
  484. ['RPNotifyType']=Enum.RPNotifyType.HundredRecharge,
  485. ['RPType']=Enum.RPType.RedPoint,
  486. ['FuncLock']=57,
  487. ['Priority']=0,
  488. ['Position']={102,28},
  489. ['UpNode']={47},
  490. ['NoPay']=true,
  491. },
  492. [50]={
  493. ['Id']=50,
  494. ['UIId']=2,
  495. ['FuncEnterPath']='topView.topRoot.btnClub',
  496. ['RPNotifyType']=Enum.RPNotifyType.None,
  497. ['RPType']=Enum.RPType.RedPoint,
  498. ['FuncLock']=0,
  499. ['Priority']=0,
  500. ['Position']={46,48},
  501. ['NoPay']=true,
  502. },
  503. [51]={
  504. ['Id']=51,
  505. ['UIId']=380,
  506. ['FuncEnterPath']='giftsToggle',
  507. ['RPNotifyType']=Enum.RPNotifyType.None,
  508. ['RPType']=Enum.RPType.RedPoint,
  509. ['FuncLock']=0,
  510. ['Priority']=0,
  511. ['Position']={66,68},
  512. ['UpNode']={50},
  513. ['NoPay']=true,
  514. },
  515. [52]={
  516. ['Id']=52,
  517. ['UIId']=380,
  518. ['FuncEnterPath']='dailyBtn',
  519. ['RPNotifyType']=Enum.RPNotifyType.RuneShopDaily,
  520. ['RPType']=Enum.RPType.RedPoint,
  521. ['FuncLock']=0,
  522. ['Priority']=0,
  523. ['Position']={66,38},
  524. ['UpNode']={51},
  525. ['NoPay']=true,
  526. },
  527. [53]={
  528. ['Id']=53,
  529. ['UIId']=380,
  530. ['FuncEnterPath']='weekBtn',
  531. ['RPNotifyType']=Enum.RPNotifyType.RuneShopWeek,
  532. ['RPType']=Enum.RPType.RedPoint,
  533. ['FuncLock']=0,
  534. ['Priority']=0,
  535. ['Position']={66,38},
  536. ['UpNode']={51},
  537. ['NoPay']=true,
  538. },
  539. [54]={
  540. ['Id']=54,
  541. ['UIId']=117,
  542. ['FuncEnterPath']='monthBtn',
  543. ['RPNotifyType']=Enum.RPNotifyType.RuneShopMonth,
  544. ['RPType']=Enum.RPType.RedPoint,
  545. ['FuncLock']=0,
  546. ['Priority']=0,
  547. ['Position']={66,38},
  548. ['UpNode']={51},
  549. ['NoPay']=true,
  550. },
  551. [55]={
  552. ['Id']=55,
  553. ['UIId']=2,
  554. ['FuncEnterPath']='bag.icon',
  555. ['RPNotifyType']=Enum.RPNotifyType.BagItem,
  556. ['RPType']=Enum.RPType.RedPoint,
  557. ['FuncLock']=0,
  558. ['SameTarget']={93},
  559. ['Priority']=1,
  560. ['Position']={66,50},
  561. ['NoPay']=true,
  562. },
  563. [56]={
  564. ['Id']=56,
  565. ['UIId']=2,
  566. ['FuncEnterPath']='topView.topRoot.btnActivityTower',
  567. ['RPNotifyType']=Enum.RPNotifyType.TowerRankChanged,
  568. ['RPType']=Enum.RPType.RedPoint,
  569. ['FuncLock']=0,
  570. ['SameTarget']={56,57},
  571. ['Priority']=1,
  572. ['Position']={35,38},
  573. ['NoPay']=true,
  574. },
  575. [57]={
  576. ['Id']=57,
  577. ['UIId']=2,
  578. ['FuncEnterPath']='topView.topRoot.btnActivityTower',
  579. ['RPNotifyType']=Enum.RPNotifyType.TowerRankCanReward,
  580. ['RPType']=Enum.RPType.RedPoint,
  581. ['FuncLock']=0,
  582. ['SameTarget']={56,57},
  583. ['Priority']=2,
  584. ['Position']={35,38},
  585. ['NoPay']=true,
  586. },
  587. [58]={
  588. ['Id']=58,
  589. ['UIId']=2,
  590. ['FuncEnterPath']='topView.topRoot.btnActivityDojo',
  591. ['RPNotifyType']=Enum.RPNotifyType.ArenaRankChanged,
  592. ['RPType']=Enum.RPType.RedPoint,
  593. ['FuncLock']=0,
  594. ['SameTarget']={58,59},
  595. ['Priority']=1,
  596. ['Position']={35,38},
  597. ['NoPay']=true,
  598. },
  599. [59]={
  600. ['Id']=59,
  601. ['UIId']=2,
  602. ['FuncEnterPath']='topView.topRoot.btnActivityDojo',
  603. ['RPNotifyType']=Enum.RPNotifyType.ArenaRankCanReward,
  604. ['RPType']=Enum.RPType.RedPoint,
  605. ['FuncLock']=0,
  606. ['SameTarget']={58,59},
  607. ['Priority']=2,
  608. ['Position']={35,38},
  609. ['NoPay']=true,
  610. },
  611. [60]={
  612. ['Id']=60,
  613. ['UIId']=85,
  614. ['FuncEnterPath']='btnLog',
  615. ['RPNotifyType']=Enum.RPNotifyType.HundredDojo,
  616. ['RPType']=Enum.RPType.RedPoint,
  617. ['FuncLock']=0,
  618. ['Priority']=0,
  619. ['Position']={50,50},
  620. ['NoPay']=true,
  621. },
  622. [61]={
  623. ['Id']=61,
  624. ['UIId']=140,
  625. ['FuncEnterPath']='btnDojo',
  626. ['RPNotifyType']=Enum.RPNotifyType.HundredDojo,
  627. ['RPType']=Enum.RPType.RedPoint,
  628. ['FuncLock']=0,
  629. ['SameTarget']={61,63},
  630. ['Priority']=1,
  631. ['Position']={85,25},
  632. ['UpNode']={26},
  633. ['NoPay']=true,
  634. },
  635. [62]={
  636. ['Id']=62,
  637. ['UIId']=2,
  638. ['FuncEnterPath']='topView.topRoot.btnLimitedGift',
  639. ['RPNotifyType']=Enum.RPNotifyType.LimitRecharge,
  640. ['RPType']=Enum.RPType.RedPoint,
  641. ['FuncLock']=0,
  642. ['Priority']=0,
  643. ['Position']={35,32},
  644. ['NoPay']=true,
  645. },
  646. [63]={
  647. ['Id']=63,
  648. ['UIId']=140,
  649. ['FuncEnterPath']='btnDojo',
  650. ['RPNotifyType']=Enum.RPNotifyType.HundredDojoReward,
  651. ['RPType']=Enum.RPType.RedPoint,
  652. ['FuncLock']=0,
  653. ['SameTarget']={61,63},
  654. ['Priority']=2,
  655. ['Position']={85,25},
  656. ['UpNode']={26},
  657. ['NoPay']=true,
  658. },
  659. [64]={
  660. ['Id']=64,
  661. ['UIId']=2,
  662. ['FuncEnterPath']='topView.topRoot.btnNotifyActivity',
  663. ['RPNotifyType']=Enum.RPNotifyType.DailyRecharge,
  664. ['RPType']=Enum.RPType.RedPoint,
  665. ['FuncLock']=0,
  666. ['SameTarget']={43,44,64,65,69,79,83,85,99},
  667. ['Priority']=3,
  668. ['Position']={35,48},
  669. ['NoPay']=true,
  670. },
  671. [65]={
  672. ['Id']=65,
  673. ['UIId']=2,
  674. ['FuncEnterPath']='topView.topRoot.btnNotifyActivity',
  675. ['RPNotifyType']=Enum.RPNotifyType.HundredRecharge,
  676. ['RPType']=Enum.RPType.RedPoint,
  677. ['FuncLock']=0,
  678. ['SameTarget']={43,44,64,65,69,79,83,85,99},
  679. ['Priority']=4,
  680. ['Position']={35,48},
  681. ['NoPay']=true,
  682. },
  683. [66]={
  684. ['Id']=66,
  685. ['UIId']=173,
  686. ['FuncEnterPath']='btnCollectionBook',
  687. ['RPNotifyType']=Enum.RPNotifyType.KeepSakeCollect,
  688. ['RPType']=Enum.RPType.RedPoint,
  689. ['FuncLock']=65,
  690. ['Priority']=0,
  691. ['Position']={500,190},
  692. ['UpNode']={75},
  693. ['NoPay']=true,
  694. },
  695. [67]={
  696. ['Id']=67,
  697. ['UIId']=2,
  698. ['FuncEnterPath']='topView.topRoot.btnActivityMap',
  699. ['RPNotifyType']=Enum.RPNotifyType.MapRankChanged,
  700. ['RPType']=Enum.RPType.RedPoint,
  701. ['FuncLock']=0,
  702. ['SameTarget']={67,68},
  703. ['Priority']=1,
  704. ['Position']={35,38},
  705. ['NoPay']=true,
  706. },
  707. [68]={
  708. ['Id']=68,
  709. ['UIId']=2,
  710. ['FuncEnterPath']='topView.topRoot.btnActivityMap',
  711. ['RPNotifyType']=Enum.RPNotifyType.MapRankCanReward,
  712. ['RPType']=Enum.RPType.RedPoint,
  713. ['FuncLock']=0,
  714. ['SameTarget']={67,68},
  715. ['Priority']=2,
  716. ['Position']={35,38},
  717. ['NoPay']=true,
  718. },
  719. [69]={
  720. ['Id']=69,
  721. ['UIId']=2,
  722. ['FuncEnterPath']='topView.topRoot.btnNotifyActivity',
  723. ['RPNotifyType']=Enum.RPNotifyType.ActivityCollect,
  724. ['RPType']=Enum.RPType.RedPoint,
  725. ['FuncLock']=0,
  726. ['SameTarget']={43,44,64,65,69,79,83,85,99},
  727. ['Priority']=5,
  728. ['Position']={35,48},
  729. ['NoPay']=true,
  730. },
  731. [70]={
  732. ['Id']=70,
  733. ['UIId']=2,
  734. ['FuncEnterPath']='town.icon',
  735. ['RPNotifyType']=Enum.RPNotifyType.None,
  736. ['RPType']=Enum.RPType.RedPoint,
  737. ['FuncLock']=56,
  738. ['SameTarget']={21,26,37,39,70},
  739. ['Priority']=5,
  740. ['Position']={66,50},
  741. ['NoPay']=true,
  742. },
  743. [71]={
  744. ['Id']=71,
  745. ['UIId']=117,
  746. ['FuncEnterPath']='rewardsToggle',
  747. ['RPNotifyType']=Enum.RPNotifyType.RuneShopRewards,
  748. ['RPType']=Enum.RPType.RedPoint,
  749. ['FuncLock']=0,
  750. ['Priority']=0,
  751. ['Position']={66,68},
  752. ['NoPay']=true,
  753. },
  754. [72]={
  755. ['Id']=72,
  756. ['UIId']=2,
  757. ['FuncEnterPath']='topView.topRoot.btnAirshipRewards',
  758. ['RPNotifyType']=Enum.RPNotifyType.RuneShopRewards,
  759. ['RPType']=Enum.RPType.RedPoint,
  760. ['FuncLock']=0,
  761. ['Priority']=0,
  762. ['Position']={35,38},
  763. ['NoPay']=true,
  764. },
  765. [73]={
  766. ['Id']=73,
  767. ['UIId']=91,
  768. ['FuncEnterPath']='onBook',
  769. ['RPNotifyType']=Enum.RPNotifyType.FashionLvUp,
  770. ['RPType']=Enum.RPType.RedPoint,
  771. ['FuncLock']=0,
  772. ['Priority']=0,
  773. ['Position']={60,60},
  774. ['NoPay']=true,
  775. },
  776. [74]={
  777. ['Id']=74,
  778. ['UIId']=91,
  779. ['FuncEnterPath']='book',
  780. ['RPNotifyType']=Enum.RPNotifyType.FashionLvUp,
  781. ['RPType']=Enum.RPType.RedPoint,
  782. ['FuncLock']=0,
  783. ['Priority']=0,
  784. ['Position']={60,60},
  785. ['NoPay']=true,
  786. },
  787. [75]={
  788. ['Id']=75,
  789. ['UIId']=140,
  790. ['FuncEnterPath']='btnCard',
  791. ['RPNotifyType']=Enum.RPNotifyType.None,
  792. ['RPType']=Enum.RPType.RedPoint,
  793. ['FuncLock']=65,
  794. ['Priority']=0,
  795. ['Position']={68,23},
  796. ['NoPay']=true,
  797. },
  798. [76]={
  799. ['Id']=76,
  800. ['UIId']=4,
  801. ['FuncEnterPath']='btnOnlineRewards.getRewards',
  802. ['RPNotifyType']=Enum.RPNotifyType.OnlineRewards,
  803. ['RPType']=Enum.RPType.RedPoint,
  804. ['FuncLock']=0,
  805. ['Priority']=0,
  806. ['Position']={105,20},
  807. ['NoPay']=true,
  808. },
  809. [78]={
  810. ['Id']=78,
  811. ['UIId']=2,
  812. ['FuncEnterPath']='topView.topRoot.btnActivityPet',
  813. ['RPNotifyType']=Enum.RPNotifyType.PetRankCanReward,
  814. ['RPType']=Enum.RPType.RedPoint,
  815. ['FuncLock']=0,
  816. ['SameTarget']={77,78},
  817. ['Priority']=2,
  818. ['Position']={35,38},
  819. ['NoPay']=true,
  820. },
  821. [79]={
  822. ['Id']=79,
  823. ['UIId']=2,
  824. ['FuncEnterPath']='topView.topRoot.btnNotifyActivity',
  825. ['RPNotifyType']=Enum.RPNotifyType.ActivityGoddess,
  826. ['RPType']=Enum.RPType.RedPoint,
  827. ['FuncLock']=0,
  828. ['SameTarget']={43,44,64,65,69,79,83,85,99},
  829. ['Priority']=6,
  830. ['Position']={35,48},
  831. ['NoPay']=true,
  832. },
  833. [80]={
  834. ['Id']=80,
  835. ['UIId']=2,
  836. ['FuncEnterPath']='shop.icon',
  837. ['RPNotifyType']=Enum.RPNotifyType.PetStampInsert,
  838. ['RPType']=Enum.RPType.RedPoint,
  839. ['FuncLock']=15,
  840. ['SameTarget']={33,80,81,82,95},
  841. ['Priority']=2,
  842. ['Position']={66,50},
  843. ['NoPay']=true,
  844. },
  845. [81]={
  846. ['Id']=81,
  847. ['UIId']=2,
  848. ['FuncEnterPath']='shop.icon',
  849. ['RPNotifyType']=Enum.RPNotifyType.PetStampLvUp,
  850. ['RPType']=Enum.RPType.RedPoint,
  851. ['FuncLock']=15,
  852. ['SameTarget']={33,80,81,82,95},
  853. ['Priority']=3,
  854. ['Position']={66,50},
  855. ['NoPay']=true,
  856. },
  857. [82]={
  858. ['Id']=82,
  859. ['UIId']=2,
  860. ['FuncEnterPath']='shop.icon',
  861. ['RPNotifyType']=Enum.RPNotifyType.PetStampAdvance,
  862. ['RPType']=Enum.RPType.RedPoint,
  863. ['FuncLock']=15,
  864. ['SameTarget']={33,80,81,82,95},
  865. ['Priority']=4,
  866. ['Position']={66,50},
  867. ['NoPay']=true,
  868. },
  869. [83]={
  870. ['Id']=83,
  871. ['UIId']=2,
  872. ['FuncEnterPath']='topView.topRoot.btnNotifyActivity',
  873. ['RPNotifyType']=Enum.RPNotifyType.ActivitySpring,
  874. ['RPType']=Enum.RPType.RedPoint,
  875. ['FuncLock']=0,
  876. ['SameTarget']={43,44,64,65,69,79,83,85,99},
  877. ['Priority']=7,
  878. ['Position']={35,48},
  879. ['NoPay']=true,
  880. },
  881. [84]={
  882. ['Id']=84,
  883. ['UIId']=380,
  884. ['FuncEnterPath']='limitedToggle',
  885. ['RPNotifyType']=Enum.RPNotifyType.RuneShopLimitGift,
  886. ['RPType']=Enum.RPType.RedPoint,
  887. ['FuncLock']=0,
  888. ['Priority']=7,
  889. ['Position']={66,68},
  890. ['UpNode']={50},
  891. ['NoPay']=true,
  892. },
  893. [85]={
  894. ['Id']=85,
  895. ['UIId']=2,
  896. ['FuncEnterPath']='topView.topRoot.btnNotifyActivity',
  897. ['RPNotifyType']=Enum.RPNotifyType.KingTask,
  898. ['RPType']=Enum.RPType.RedPoint,
  899. ['FuncLock']=0,
  900. ['SameTarget']={43,44,64,65,69,79,83,85,99},
  901. ['Priority']=8,
  902. ['Position']={35,48},
  903. ['NoPay']=true,
  904. },
  905. [86]={
  906. ['Id']=86,
  907. ['UIId']=2,
  908. ['FuncEnterPath']='topView.topRoot.btnActivitySkill',
  909. ['RPNotifyType']=Enum.RPNotifyType.SkillRankCanReward,
  910. ['RPType']=Enum.RPType.RedPoint,
  911. ['FuncLock']=0,
  912. ['Priority']=0,
  913. ['Position']={35,38},
  914. ['NoPay']=true,
  915. },
  916. [87]={
  917. ['Id']=87,
  918. ['UIId']=2,
  919. ['FuncEnterPath']='role.icon',
  920. ['RPNotifyType']=Enum.RPNotifyType.None,
  921. ['RPType']=Enum.RPType.RedPoint,
  922. ['FuncLock']=0,
  923. ['SameTarget']={1,2,3,4,5,6,7,24,25,87,89},
  924. ['Priority']=10,
  925. ['Position']={66,50},
  926. ['NoPay']=true,
  927. },
  928. [88]={
  929. ['Id']=88,
  930. ['UIId']=48,
  931. ['FuncEnterPath']='leadBox.btnTitle',
  932. ['RPNotifyType']=Enum.RPNotifyType.TitleRedPoint,
  933. ['RPType']=Enum.RPType.New,
  934. ['FuncLock']=0,
  935. ['Priority']=0,
  936. ['Position']={66,50},
  937. ['UpNode']={89},
  938. ['NoPay']=true,
  939. },
  940. [89]={
  941. ['Id']=89,
  942. ['UIId']=2,
  943. ['FuncEnterPath']='role.icon',
  944. ['RPNotifyType']=Enum.RPNotifyType.None,
  945. ['RPType']=Enum.RPType.New,
  946. ['FuncLock']=0,
  947. ['SameTarget']={1,2,3,4,5,6,7,24,25,87,89},
  948. ['Priority']=11,
  949. ['Position']={66,50},
  950. ['NoPay']=true,
  951. },
  952. [90]={
  953. ['Id']=90,
  954. ['UIId']=140,
  955. ['FuncEnterPath']='btnGuild',
  956. ['RPNotifyType']=Enum.RPNotifyType.GuildDemonBoss,
  957. ['RPType']=Enum.RPType.RedPoint,
  958. ['FuncLock']=0,
  959. ['Priority']=0,
  960. ['Position']={30,23},
  961. ['NoPay']=true,
  962. },
  963. [91]={
  964. ['Id']=91,
  965. ['UIId']=185,
  966. ['FuncEnterPath']='btnDemon',
  967. ['RPNotifyType']=Enum.RPNotifyType.GuildDemonBoss,
  968. ['RPType']=Enum.RPType.RedPoint,
  969. ['FuncLock']=0,
  970. ['Priority']=0,
  971. ['Position']={167,90},
  972. ['UpNode']={90},
  973. ['NoPay']=true,
  974. },
  975. [92]={
  976. ['Id']=92,
  977. ['UIId']=140,
  978. ['FuncEnterPath']='btnAirship',
  979. ['RPNotifyType']=Enum.RPNotifyType.VoyageCanChallage,
  980. ['RPType']=Enum.RPType.RedPoint,
  981. ['FuncLock']=73,
  982. ['Priority']=0,
  983. ['Position']={89,50},
  984. ['NoPay']=true,
  985. },
  986. [93]={
  987. ['Id']=93,
  988. ['UIId']=2,
  989. ['FuncEnterPath']='bag.icon',
  990. ['RPNotifyType']=Enum.RPNotifyType.WishSlotItem,
  991. ['RPType']=Enum.RPType.RedPoint,
  992. ['FuncLock']=0,
  993. ['SameTarget']={55},
  994. ['Priority']=2,
  995. ['Position']={66,50},
  996. ['NoPay']=true,
  997. },
  998. [94]={
  999. ['Id']=94,
  1000. ['UIId']=190,
  1001. ['FuncEnterPath']='toggleContract',
  1002. ['RPNotifyType']=Enum.RPNotifyType.PetQiyueFunc,
  1003. ['RPType']=Enum.RPType.RedPoint,
  1004. ['FuncLock']=77,
  1005. ['Priority']=0,
  1006. ['Position']={96,51},
  1007. ['NoPay']=true,
  1008. },
  1009. [95]={
  1010. ['Id']=95,
  1011. ['UIId']=2,
  1012. ['FuncEnterPath']='shop.icon',
  1013. ['RPNotifyType']=Enum.RPNotifyType.PetQiyueFunc,
  1014. ['RPType']=Enum.RPType.RedPoint,
  1015. ['FuncLock']=15,
  1016. ['SameTarget']={33,80,81,82,95},
  1017. ['Priority']=5,
  1018. ['Position']={66,50},
  1019. ['NoPay']=true,
  1020. },
  1021. [96]={
  1022. ['Id']=96,
  1023. ['UIId']=2,
  1024. ['FuncEnterPath']='topView.topRoot.BtnBoliShop',
  1025. ['RPNotifyType']=Enum.RPNotifyType.BoliShopLvChange,
  1026. ['RPType']=Enum.RPType.RedPoint,
  1027. ['FuncLock']=0,
  1028. ['Priority']=0,
  1029. ['Position']={49,50},
  1030. ['NoPay']=true,
  1031. },
  1032. [97]={
  1033. ['Id']=97,
  1034. ['UIId']=380,
  1035. ['FuncEnterPath']='privilegeBox',
  1036. ['RPNotifyType']=Enum.RPNotifyType.RuneShopSpecialPrivilege,
  1037. ['RPType']=Enum.RPType.RedPoint,
  1038. ['FuncLock']=0,
  1039. ['Priority']=0,
  1040. ['Position']={113,-473},
  1041. ['NoPay']=true,
  1042. },
  1043. [98]={
  1044. ['Id']=98,
  1045. ['UIId']=380,
  1046. ['FuncEnterPath']='privilegeCardToggle',
  1047. ['RPNotifyType']=Enum.RPNotifyType.RuneShopSpecialPrivilege,
  1048. ['RPType']=Enum.RPType.RedPoint,
  1049. ['FuncLock']=0,
  1050. ['Priority']=0,
  1051. ['Position']={63,75},
  1052. ['NoPay']=true,
  1053. },
  1054. [99]={
  1055. ['Id']=99,
  1056. ['UIId']=2,
  1057. ['FuncEnterPath']='topView.topRoot.btnNotifyActivity',
  1058. ['RPNotifyType']=Enum.RPNotifyType.LuckyEggChanged,
  1059. ['RPType']=Enum.RPType.RedPoint,
  1060. ['FuncLock']=0,
  1061. ['SameTarget']={43,44,64,65,69,79,83,85,99},
  1062. ['Priority']=9,
  1063. ['Position']={35,48},
  1064. ['NoPay']=true,
  1065. },
  1066. [100]={
  1067. ['Id']=100,
  1068. ['UIId']=2,
  1069. ['FuncEnterPath']=' topView.topRoot.btnHundredRecharge',
  1070. ['RPNotifyType']=Enum.RPNotifyType.HundredRecharge,
  1071. ['RPType']=Enum.RPType.RedPoint,
  1072. ['FuncLock']=0,
  1073. ['Priority']=0,
  1074. ['Position']={48,29},
  1075. ['NoPay']=true,
  1076. },
  1077. [101]={
  1078. ['Id']=101,
  1079. ['UIId']=389,
  1080. ['FuncEnterPath']='btnReceive',
  1081. ['RPNotifyType']=Enum.RPNotifyType.HundredRecharge,
  1082. ['RPType']=Enum.RPType.RedPoint,
  1083. ['FuncLock']=0,
  1084. ['Priority']=0,
  1085. ['Position']={122,54},
  1086. ['NoPay']=true,
  1087. },
  1088. [102]={
  1089. ['Id']=102,
  1090. ['UIId']=2,
  1091. ['FuncEnterPath']='topView.topRoot.BtnDiffTask',
  1092. ['RPNotifyType']=Enum.RPNotifyType.HardTask,
  1093. ['RPType']=Enum.RPType.RedPoint,
  1094. ['FuncLock']=0,
  1095. ['Priority']=0,
  1096. ['Position']={35,48},
  1097. ['NoPay']=true,
  1098. },
  1099. }
  1100. return UIRedPointCfg