HeroWarsHelper_Bot_TC

Automation of actions for the game Hero Wars

  1. // ==UserScript==
  2. // @name HeroWarsHelper_Bot_TC
  3. // @name:en HeroWarsHelper_Bot_TC
  4. // @name:ru HeroWarsHelper_Bot_TC
  5. // @namespace HeroWarsHelper_Bot_TC
  6. // @version 2.132
  7. // @description Automation of actions for the game Hero Wars
  8. // @description:en Automation of actions for the game Hero Wars
  9. // @description:ru Автоматизация действий для игры Хроники Хаоса
  10. // @author ZingerY, ApuoH, Gudwin
  11. // @license Copyright ZingerY
  12. // @homepage http://ilovemycomp.narod.ru/HeroWarsHelper.user.js
  13. // @icon http://ilovemycomp.narod.ru/VaultBoyIco16.ico
  14. // @icon64 http://ilovemycomp.narod.ru/VaultBoyIco64.png
  15. // @encoding utf-8
  16. // @include https://*.nextersglobal.com/*
  17. // @include https://*.hero-wars*.com/*
  18. // @match https://www.solfors.com/
  19. // @match https://t.me/s/hw_ru
  20. // @run-at document-start
  21. // ==/UserScript==
  22.  
  23. (function() {
  24. /**
  25. * Start script
  26. *
  27. * Стартуем скрипт
  28. */
  29. console.log('Start ' + GM_info.script.name + ', v' + GM_info.script.version);
  30. /**
  31. * Script info
  32. *
  33. * Информация о скрипте
  34. */
  35. const scriptInfo = (({name, version, author, homepage, lastModified}, updateUrl, source) =>
  36. ({name, version, author, homepage, lastModified, updateUrl, source}))
  37. (GM_info.script, GM_info.scriptUpdateURL, arguments.callee.toString());
  38. /**
  39. * If we are on the gifts page, then we collect and send them to the server
  40. *
  41. * Если находимся на странице подарков, то собираем и отправляем их на сервер
  42. */
  43. if (['www.solfors.com', 't.me'].includes(location.host)) {
  44. setTimeout(sendCodes, 2000);
  45. return;
  46. }
  47. /**
  48. * Information for completing daily quests
  49. *
  50. * Информация для выполнения ежедневных квестов
  51. */
  52. const questsInfo = {};
  53. /**
  54. * Is the game data loaded
  55. *
  56. * Загружены ли данные игры
  57. */
  58. let isLoadGame = false;
  59. /**
  60. * Headers of the last request
  61. *
  62. * Заголовки последнего запроса
  63. */
  64. let lastHeaders = {};
  65. /**
  66. * Information about sent gifts
  67. *
  68. * Информация об отправленных подарках
  69. */
  70. let freebieCheckInfo = null;
  71.  
  72. /** Пачки для для реплеев */
  73.  
  74. let repleyBattle = {
  75. defenders: {},
  76. attackers: {},
  77. effects: {},
  78. state: {},
  79. seed: undefined
  80. }
  81. //атака и защита пока пустые массивы
  82. var packs_defenders = [];
  83. var packs_attackers = [];
  84. var request = '';
  85.  
  86. //остановка подземки
  87. let stopDung = false;
  88.  
  89. /**
  90. * User data
  91. *
  92. * Данные пользователя
  93. */
  94. let userInfo;
  95. /**
  96. * Original methods for working with AJAX
  97. *
  98. * Оригинальные методы для работы с AJAX
  99. */
  100. const original = {
  101. open: XMLHttpRequest.prototype.open,
  102. send: XMLHttpRequest.prototype.send,
  103. setRequestHeader: XMLHttpRequest.prototype.setRequestHeader,
  104. };
  105. /**
  106. * Decoder for converting byte data to JSON string
  107. *
  108. * Декодер для перобразования байтовых данных в JSON строку
  109. */
  110. const decoder = new TextDecoder("utf-8");
  111. /**
  112. * Stores a history of requests
  113. *
  114. * Хранит историю запросов
  115. */
  116. let requestHistory = {};
  117. /**
  118. * URL for API requests
  119. *
  120. * URL для запросов к API
  121. */
  122. let apiUrl = '';
  123.  
  124. /**
  125. * Connecting to the game code
  126. *
  127. * Подключение к коду игры
  128. */
  129. this.cheats = new hackGame();
  130. /**
  131. * The function of calculating the results of the battle
  132. *
  133. * Функция расчета результатов боя
  134. */
  135. this.BattleCalc = cheats.BattleCalc;
  136. /**
  137. * Sending a request available through the console
  138. *
  139. * Отправка запроса доступная через консоль
  140. */
  141. this.SendRequest = send;
  142. /**
  143. * Simple combat calculation available through the console
  144. *
  145. * Простой расчет боя доступный через консоль
  146. */
  147. this.Calc = function (data) {
  148. const type = getBattleType(data?.type);
  149. return new Promise((resolve, reject) => {
  150. try {
  151. BattleCalc(data, type, resolve);
  152. } catch (e) {
  153. reject(e);
  154. }
  155. })
  156. }
  157. /**
  158. * Short asynchronous request
  159. * Usage example (returns information about a character):
  160. * const userInfo = await Send('{"calls":[{"name":"userGetInfo","args":{},"ident":"body"}]}')
  161. *
  162. * Короткий асинхронный запрос
  163. * Пример использования (возвращает информацию о персонаже):
  164. * const userInfo = await Send('{"calls":[{"name":"userGetInfo","args":{},"ident":"body"}]}')
  165. */
  166. this.Send = function (json, pr) {
  167. return new Promise((resolve, reject) => {
  168. try {
  169. send(json, resolve, pr);
  170. } catch (e) {
  171. reject(e);
  172. }
  173. })
  174. }
  175. const i18nLangData = {
  176. /* English translation by BaBa */
  177. en: {
  178. /* Checkboxes */
  179. SKIP_FIGHTS: 'Skip battle',
  180. SKIP_FIGHTS_TITLE: 'Skip battle in Outland and the arena of the titans, auto-pass in the tower and campaign',
  181. ENDLESS_CARDS: 'Infinite cards',
  182. ENDLESS_CARDS_TITLE: 'Disable Divination Cards wasting',
  183. AUTO_EXPEDITION: 'Auto Expedition',
  184. AUTO_EXPEDITION_TITLE: 'Auto-sending expeditions',
  185. CANCEL_FIGHT: 'Cancel battle',
  186. CANCEL_FIGHT_TITLE: 'The possibility of canceling the battle on VG',
  187. GIFTS: 'Gifts',
  188. GIFTS_TITLE: 'Collect gifts automatically',
  189. FAST_MODE: 'Fast mode', //быстрый режим
  190. FAST_MODE_TITLE: 'Fast dungeon passing mode',
  191. BATTLE_RECALCULATION: 'Battle recalculation',
  192. BATTLE_RECALCULATION_TITLE: 'Preliminary calculation of the battle',
  193. QUANTITY_CONTROL: 'Quantity control',
  194. QUANTITY_CONTROL_TITLE: 'Ability to specify the number of opened "lootboxes"',
  195. REPEAT_CAMPAIGN: 'Repeat missions',
  196. REPEAT_CAMPAIGN_TITLE: 'Auto-repeat battles in the campaign',
  197. DISABLE_DONAT: 'Disable donation',
  198. DISABLE_DONAT_TITLE: 'Removes all donation offers',
  199. DAILY_QUESTS: 'Quests',
  200. DAILY_QUESTS_TITLE: 'Complete daily quests',
  201. AUTO_QUIZ: 'AutoQuiz',
  202. AUTO_QUIZ_TITLE: 'Automatically receive correct answers to quiz questions',
  203. SECRET_WEALTH_CHECKBOX: 'Automatic purchase in the store "Secret Wealth" when entering the game',
  204. /* Input fields */
  205. HOW_MUCH_TITANITE: 'How much titanite to farm',
  206. COMBAT_SPEED: 'Combat Speed Multiplier',
  207. HOW_REPEAT_CAMPAIGN: 'how many mission replays', //тест повтор кампании сколько нужно раз
  208. NUMBER_OF_TEST: 'Number of test fights',
  209. NUMBER_OF_AUTO_BATTLE: 'Number of auto-battle attempts',
  210. /* Buttons */
  211. RUN_SCRIPT: 'Run the',
  212. STOP_SCRIPT: 'Stop the',
  213. TO_DO_EVERYTHING: 'Do All',
  214. TO_DO_EVERYTHING_TITLE: 'Perform multiple actions of your choice',
  215. OUTLAND: 'Outland',
  216. OUTLAND_TITLE: 'Collect Outland',
  217. TITAN_ARENA: 'ToE',
  218. TITAN_ARENA_TITLE: 'Complete the titan arena',
  219. DUNGEON: 'Dungeon',
  220. DUNGEON_TITLE: 'Go through the dungeon',
  221. DUNGEON2: 'Dungeon full', //фуловая подземка
  222. DUNGEON_FULL_TITLE: 'Dungeon for Full Titans',
  223. STOP_DUNGEON: 'Stop Dungeon',
  224. STOP_DUNGEON_TITLE: 'Stop digging the dungeon',
  225. TOWER: 'Tower',
  226. TOWER_TITLE: 'Pass the tower',
  227. EXPEDITIONS: 'Expeditions',
  228. EXPEDITIONS_TITLE: 'Sending and collecting expeditions',
  229. SYNC: 'Sync',
  230. SYNC_TITLE: 'Partial synchronization of game data without reloading the page',
  231. ARCHDEMON: 'Archdemon',
  232. ARCHDEMON_TITLE: 'Hitting kills and collecting rewards',
  233. ESTER_EGGS: 'Easter eggs',
  234. ESTER_EGGS_TITLE: 'Collect all Easter eggs or rewards',
  235. REWARDS: 'Rewards',
  236. REWARDS_TITLE: 'Collect all quest rewards',
  237. MAIL: 'Mail',
  238. MAIL_TITLE: 'Collect all mail, except letters with energy and charges of the portal',
  239. MINIONS: 'Minions',
  240. MINIONS_TITLE: 'Attack minions with saved packs',
  241. ADVENTURE: 'Adventure',
  242. ADVENTURE_TITLE: 'Passes the adventure along the specified route',
  243. STORM: 'Storm',
  244. STORM_TITLE: 'Passes the Storm along the specified route',
  245. SANCTUARY: 'Sanctuary',
  246. SANCTUARY_TITLE: 'Fast travel to Sanctuary',
  247. GUILD_WAR: 'Guild War',
  248. GUILD_WAR_TITLE: 'Fast travel to Guild War',
  249. SECRET_WEALTH: 'Secret Wealth',
  250. SECRET_WEALTH_TITLE: 'Buy something in the store "Secret Wealth"',
  251. /* Misc */
  252. BOTTOM_URLS: '<a href="https://t.me/+0oMwICyV1aQ1MDAy" target="_blank" title="Telegram"><svg style="margin: 2px;" width="20" height="20" viewBox="0 0 1000 1000" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient x1="50%" y1="0%" x2="50%" y2="99.2583404%" id="linearGradient-1"><stop stop-color="#2AABEE" offset="0%"></stop><stop stop-color="#229ED9" offset="100%"></stop></linearGradient></defs><g id="Artboard" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><circle id="Oval" fill="url(#linearGradient-1)" cx="500" cy="500" r="500"></circle><path d="M226.328419,494.722069 C372.088573,431.216685 469.284839,389.350049 517.917216,369.122161 C656.772535,311.36743 685.625481,301.334815 704.431427,301.003532 C708.567621,300.93067 717.815839,301.955743 723.806446,306.816707 C728.864797,310.92121 730.256552,316.46581 730.922551,320.357329 C731.588551,324.248848 732.417879,333.113828 731.758626,340.040666 C724.234007,419.102486 691.675104,610.964674 675.110982,699.515267 C668.10208,736.984342 654.301336,749.547532 640.940618,750.777006 C611.904684,753.448938 589.856115,731.588035 561.733393,713.153237 C517.726886,684.306416 492.866009,666.349181 450.150074,638.200013 C400.78442,605.66878 432.786119,587.789048 460.919462,558.568563 C468.282091,550.921423 596.21508,434.556479 598.691227,424.000355 C599.00091,422.680135 599.288312,417.758981 596.36474,415.160431 C593.441168,412.561881 589.126229,413.450484 586.012448,414.157198 C581.598758,415.158943 511.297793,461.625274 375.109553,553.556189 C355.154858,567.258623 337.080515,573.934908 320.886524,573.585046 C303.033948,573.199351 268.692754,563.490928 243.163606,555.192408 C211.851067,545.013936 186.964484,539.632504 189.131547,522.346309 C190.260287,513.342589 202.659244,504.134509 226.328419,494.722069 Z" id="Path-3" fill="#FFFFFF"></path></g></svg></a>',
  253. GIFTS_SENT: 'Gifts sent!',
  254. DO_YOU_WANT: "Do you really want to do this?",
  255. BTN_RUN: 'Run',
  256. BTN_CANCEL: 'Cancel',
  257. BTN_OK: 'OK',
  258. MSG_HAVE_BEEN_DEFEATED: 'You have been defeated!',
  259. BTN_AUTO: 'Auto',
  260. MSG_YOU_APPLIED: 'You applied',
  261. MSG_DAMAGE: 'damage',
  262. MSG_CANCEL_AND_STAT: 'Auto (F5) and show statistic',
  263. MSG_REPEAT_MISSION: 'Repeat the mission?',
  264. BTN_REPEAT: 'Repeat',
  265. BTN_NO: 'No',
  266. MSG_SPECIFY_QUANT: 'Specify Quantity:',
  267. BTN_OPEN: 'Open',
  268. QUESTION_COPY: 'Question copied to clipboard',
  269. ANSWER_KNOWN: 'The answer is known',
  270. ANSWER_NOT_KNOWN: 'ATTENTION THE ANSWER IS NOT KNOWN',
  271. BEING_RECALC: 'The battle is being recalculated',
  272. THIS_TIME: 'This time',
  273. VICTORY: 'VICTORY',
  274. DEFEAT: 'DEFEAT',
  275. CHANCE_TO_WIN: "Chance to win",
  276. OPEN_DOLLS: 'nesting dolls recursively',
  277. SENT_QUESTION: 'Question sent',
  278. SETTINGS: 'Settings',
  279. SAVE_PACKS: 'Saving packs',
  280. MSG_BAN_ATTENTION: '<p style="color:red;">Using this feature may result in a ban.</p> Continue?',
  281. BTN_YES_I_AGREE: 'Yes, I understand the risks!',
  282. BTN_NO_I_AM_AGAINST: 'No, I refuse it!',
  283. VALUES: 'Values',
  284. EXPEDITIONS_SENT: 'Expeditions sent',
  285. TITANIT: 'Titanit',
  286. COMPLETED: 'completed',
  287. FLOOR: 'Floor',
  288. LEVEL: 'Level',
  289. BATTLES: 'battles',
  290. EVENT: 'Event',
  291. NOT_AVAILABLE: 'not available',
  292. NO_HEROES: 'No heroes',
  293. DAMAGE_AMOUNT: 'Damage amount',
  294. NOTHING_TO_COLLECT: 'Nothing to collect',
  295. COLLECTED: 'Collected',
  296. REWARD: 'rewards',
  297. REMAINING_ATTEMPTS: 'Remaining attempts',
  298. BATTLES_CANCELED: 'Battles canceled',
  299. MINION_RAID: 'Minion Raid',
  300. STOPPED: 'Stopped',
  301. REPETITIONS: 'Repetitions',
  302. MISSIONS_PASSED: 'Missions passed',
  303. STOP: 'stop',
  304. TOTAL_OPEN: 'Total open',
  305. OPEN: 'Open',
  306. ROUND_STAT: 'Damage statistics for ',
  307. BATTLE: 'battles',
  308. MINIMUM: 'Minimum',
  309. MAXIMUM: 'Maximum',
  310. AVERAGE: 'Average',
  311. NOT_THIS_TIME: 'Not this time',
  312. RETRY_LIMIT_EXCEEDED: 'Retry limit exceeded',
  313. SUCCESS: 'Success',
  314. RECEIVED: 'Received',
  315. LETTERS: 'letters',
  316. PORTALS: 'portals',
  317. ATTEMPTS: 'attempts',
  318. /* Quests */
  319. QUEST_10001: 'Upgrade the skills of heroes 3 times',
  320. QUEST_10002: 'Complete 10 missions',
  321. QUEST_10003: 'Complete 3 heroic missions',
  322. QUEST_10004: 'Fight 3 times in the Arena or Grand Arena',
  323. QUEST_10006: 'Use the exchange of emeralds 1 time',
  324. QUEST_10007: 'Perform 1 summon in the Solu Atrium',
  325. QUEST_10016: 'Send gifts to guildmates',
  326. QUEST_10018: 'Use an experience potion',
  327. QUEST_10019: 'Open 1 chest in the Tower',
  328. QUEST_10020: 'Open 3 chests in Outland',
  329. QUEST_10021: 'Collect 75 Titanite in the Guild Dungeon',
  330. QUEST_10021: 'Collect 150 Titanite in the Guild Dungeon',
  331. QUEST_10023: 'Upgrade Gift of the Elements by 1 level',
  332. QUEST_10024: 'Level up any artifact once',
  333. QUEST_10025: 'Start Expedition 1',
  334. QUEST_10026: 'Start 4 Expeditions',
  335. QUEST_10027: 'Win 1 battle of the Tournament of Elements',
  336. QUEST_10028: 'Level up any titan artifact',
  337. QUEST_10029: 'Unlock the Orb of Titan Artifacts',
  338. QUEST_10030: 'Upgrade any Skin of any hero 1 time',
  339. QUEST_10031: 'Win 6 battles of the Tournament of Elements',
  340. QUEST_10043: 'Start or Join an Adventure',
  341. QUEST_10044: 'Use Summon Pets 1 time',
  342. QUEST_10046: 'Open 3 chests in Adventure',
  343. QUEST_10047: 'Get 150 Guild Activity Points',
  344. NOTHING_TO_DO: 'Nothing to do',
  345. YOU_CAN_COMPLETE: 'You can complete quests',
  346. BTN_DO_IT: 'Do it',
  347. NOT_QUEST_COMPLETED: 'Not a single quest completed',
  348. COMPLETED_QUESTS: 'Completed quests',
  349. /* everything button */
  350. ASSEMBLE_OUTLAND: 'Assemble Outland',
  351. PASS_THE_TOWER: 'Pass the tower',
  352. CHECK_EXPEDITIONS: 'Check Expeditions',
  353. COMPLETE_TOE: 'Complete ToE',
  354. COMPLETE_DUNGEON: 'Complete the dungeon',
  355. COLLECT_MAIL: 'Collect mail',
  356. COLLECT_MISC: 'Collect some bullshit',
  357. COLLECT_MISC_TITLE: 'Collect Easter Eggs, Skin Gems, Keys, Arena Coins and Soul Crystal',
  358. COLLECT_QUEST_REWARDS: 'Collect quest rewards',
  359. MAKE_A_SYNC: 'Make a sync',
  360.  
  361. RUN_FUNCTION: 'Run the following functions?',
  362. BTN_GO: 'Go!',
  363. PERFORMED: 'Performed',
  364. DONE: 'Done',
  365. ERRORS_OCCURRES: 'Errors occurred while executing',
  366. COPY_ERROR: 'Copy error information to clipboard',
  367. BTN_YES: 'Yes',
  368. ALL_TASK_COMPLETED: 'All tasks completed',
  369.  
  370. UNKNOWN: 'unknown',
  371. ENTER_THE_PATH: 'Enter the path of adventure using commas or dashes',
  372. START_ADVENTURE: 'Start your adventure along this path!',
  373. BTN_CANCELED: 'Canceled',
  374. MUST_TWO_POINTS: 'The path must contain at least 2 points.',
  375. MUST_ONLY_NUMBERS: 'The path must contain only numbers and commas',
  376. NOT_ON_AN_ADVENTURE: 'You are not on an adventure',
  377. YOU_IN_NOT_ON_THE_WAY: 'Your location is not on the way',
  378. ATTEMPTS_NOT_ENOUGH: 'Your attempts are not enough to complete the path, continue?',
  379. YES_CONTINUE: 'Yes, continue!',
  380. NOT_ENOUGH_AP: 'Not enough action points',
  381. ATTEMPTS_ARE_OVER: 'The attempts are over',
  382. MOVES: 'Moves',
  383. BUFF_GET_ERROR: 'Buff getting error',
  384. BATTLE_END_ERROR: 'Battle end error',
  385. AUTOBOT: 'Autobot',
  386. FAILED_TO_WIN_AUTO: 'Failed to win the auto battle',
  387. ERROR_OF_THE_BATTLE_COPY: 'An error occurred during the passage of the battle<br>Copy the error to the clipboard?',
  388. ERROR_DURING_THE_BATTLE: 'Error during the battle',
  389. NO_CHANCE_WIN: 'No chance of winning this fight: 0/',
  390. LOST_HEROES: 'You have won, but you have lost one or several heroes',
  391. VICTORY_IMPOSSIBLE: 'Is victory impossible, should we focus on the result?',
  392. FIND_COEFF: 'Find the coefficient greater than',
  393. BTN_PASS: 'PASS',
  394. BRAWLS: 'Brawls',
  395. BRAWLS_TITLE: 'Activates the ability to auto-brawl',
  396. START_AUTO_BRAWLS: 'Start Auto Brawls?',
  397. LOSSES: 'Losses',
  398. WINS: 'Wins',
  399. FIGHTS: 'Fights',
  400. STAGE: 'Stage',
  401. DONT_HAVE_LIVES: 'You don\'t have lives',
  402. SECRET_WEALTH_ALREADY: 'Secret Wealth: Item for Pet Potions already purchased',
  403. SECRET_WEALTH_NOT_ENOUGH: 'Secret Wealth: Not Enough Pet Potion, You Have {available}, Need {need}',
  404. SECRET_WEALTH_UPGRADE_NEW_PET: 'Secret Wealth: After purchasing the Pet Potion, it will not be enough to upgrade a new pet',
  405. SECRET_WEALTH_PURCHASED: 'Secret wealth: Purchased {count} {name}',
  406. SECRET_WEALTH_CANCELED: 'Secret Wealth: Purchase Canceled',
  407. SECRET_WEALTH_BUY: 'You have {available} Pet Potion.<br>Do you want to buy {countBuy} {name} for {price} Pet Potion?',
  408. DAILY_BONUS: 'Daily bonus',
  409. DO_DAILY_QUESTS: 'Do daily quests',
  410. ACTIONS: 'Actions',
  411. ACTIONS_TITLE: 'Dialog box with various actions',
  412. OTHERS: 'Others',
  413. OTHERS_TITLE: 'Others',
  414. CHOOSE_ACTION: 'Choose an action',
  415. OPEN_LOOTBOX: 'You have {lootBox} boxes, should we open them?',
  416. STAMINA: 'Energy',
  417. BOXES_OVER: 'The boxes are over',
  418. NO_BOXES: 'No boxes',
  419. NO_MORE_ACTIVITY: 'No more activity for items today',
  420. EXCHANGE_ITEMS: 'Exchange items for activity points (max {maxActive})?',
  421. GET_ACTIVITY: 'Get Activity',
  422. NOT_ENOUGH_ITEMS: 'Not enough items',
  423. ACTIVITY_RECEIVED: 'Activity received',
  424. NO_PURCHASABLE_HERO_SOULS: 'No purchasable Hero Souls',
  425. PURCHASED_HERO_SOULS: 'Purchased {countHeroSouls} Hero Souls',
  426. NOT_ENOUGH_EMERALDS_540: 'Not enough emeralds, you need 540 you have {currentStarMoney}',
  427. CHESTS_NOT_AVAILABLE: 'Chests not available',
  428. OUTLAND_CHESTS_RECEIVED: 'Outland chests received',
  429. RAID_NOT_AVAILABLE: 'The raid is not available or there are no spheres',
  430. RAID_ADVENTURE: 'Raid {adventureId} adventure!',
  431. SOMETHING_WENT_WRONG: 'Something went wrong',
  432. ADVENTURE_COMPLETED: 'Adventure {adventureId} completed {times} times',
  433. CLAN_STAT_COPY: 'Clan statistics copied to clipboard',
  434. GET_ENERGY: 'Get Energy',
  435. GET_ENERGY_TITLE: 'Opens platinum boxes one at a time until you get 250 energy',
  436. ITEM_EXCHANGE: 'Item Exchange',
  437. ITEM_EXCHANGE_TITLE: 'Exchanges items for the specified amount of activity',
  438. BUY_SOULS: 'Buy souls',
  439. BUY_SOULS_TITLE: 'Buy hero souls from all available shops',
  440. BUY_OUTLAND: 'Buy Outland',
  441. BUY_OUTLAND_TITLE: 'Buy 9 chests in Outland for 540 emeralds',
  442. AUTO_RAID_ADVENTURE: 'Raid adventure',
  443. AUTO_RAID_ADVENTURE_TITLE: 'Raid adventure set number of times',
  444. CLAN_STAT: 'Clan statistics',
  445. CLAN_STAT_TITLE: 'Copies clan statistics to the clipboard',
  446. BTN_AUTO_F5: 'Auto (F5)',
  447. BOSS_DAMAGE: 'Boss Damage: ',
  448. NOTHING_BUY: 'Nothing to buy',
  449. LOTS_BOUGHT: '{countBuy} lots bought for gold',
  450. BUY_FOR_GOLD: 'Buy for gold',
  451. BUY_FOR_GOLD_TITLE: 'Buy items for gold in the Town Shop and in the Pet Soul Stone Shop',
  452. REWARDS_AND_MAIL: 'Rewars and Mail',
  453. REWARDS_AND_MAIL_TITLE: 'Collects rewards and mail',
  454. COLLECT_REWARDS_AND_MAIL: 'Collected {countQuests} rewards and {countMail} letters',
  455. TIMER_ALREADY: 'Timer already started',
  456. NO_ATTEMPTS_TIMER_START: 'No attempts, timer started',
  457. EPIC_BRAWL_RESULT: 'Wins: {wins}/{attempts}, Coins: {coins}, Streak: {progress}/{nextStage} [Close]{end}',
  458. ATTEMPT_ENDED: '<br>Attempts ended, timer started',
  459. EPIC_BRAWL: 'Cosmic Battle',
  460. EPIC_BRAWL_TITLE: 'Spends attempts in the Cosmic Battle',
  461. RELOAD_GAME: 'Reload game',
  462. TIMER: 'Timer:',
  463. SHOW_ERRORS: 'Show errors',
  464. SHOW_ERRORS_TITLE: 'Show server request errors',
  465. ERROR_MSG: 'Error: {name}<br>{desciption}',
  466. },
  467. ru: {
  468. /* Чекбоксы */
  469. SKIP_FIGHTS: 'Пропуск боев',
  470. SKIP_FIGHTS_TITLE: 'Пропуск боев в запределье и арене титанов, автопропуск в башне и кампании',
  471. ENDLESS_CARDS: 'Бесконечные карты',
  472. ENDLESS_CARDS_TITLE: 'Отключить трату карт предсказаний',
  473. AUTO_EXPEDITION: 'АвтоЭкспедиции',
  474. AUTO_EXPEDITION_TITLE: 'Автоотправка экспедиций',
  475. CANCEL_FIGHT: 'Отмена боя',
  476. CANCEL_FIGHT_TITLE: 'Возможность отмены боя на ВГ, СМ и в Асгарде',
  477. GIFTS: 'Подарки',
  478. GIFTS_TITLE: 'Собирать подарки автоматически',
  479. FAST_MODE: 'Быстрый режим',
  480. FAST_MODE_TITLE: 'Быстрый режим прохождения подземелья',
  481. BATTLE_RECALCULATION: 'Прерасчет боя',
  482. BATTLE_RECALCULATION_TITLE: 'Предварительный расчет боя',
  483. QUANTITY_CONTROL: 'Контроль кол-ва',
  484. QUANTITY_CONTROL_TITLE: 'Возможность указывать количество открываемых "лутбоксов"',
  485. REPEAT_CAMPAIGN: 'Повтор в кампании',
  486. REPEAT_CAMPAIGN_TITLE: 'Автоповтор боев в кампании',
  487. DISABLE_DONAT: 'Отключить донат',
  488. DISABLE_DONAT_TITLE: 'Убирает все предложения доната',
  489. DAILY_QUESTS: 'Квесты',
  490. DAILY_QUESTS_TITLE: 'Выполнять ежедневные квесты',
  491. AUTO_QUIZ: 'АвтоВикторина',
  492. AUTO_QUIZ_TITLE: 'Автоматическое получение правильных ответов на вопросы викторины',
  493. SECRET_WEALTH_CHECKBOX: 'Автоматическая покупка в магазине "Тайное Богатство" при заходе в игру',
  494. /* Поля ввода */
  495. HOW_MUCH_TITANITE: 'Сколько фармим титанита',
  496. COMBAT_SPEED: 'Множитель ускорения боя',
  497. HOW_REPEAT_CAMPAIGN: 'Сколько повторов миссий', //тест добавил
  498. NUMBER_OF_TEST: 'Количество тестовых боев',
  499. NUMBER_OF_AUTO_BATTLE: 'Количество попыток автобоев',
  500. /* Кнопки */
  501. RUN_SCRIPT: 'Запустить скрипт',
  502. STOP_SCRIPT: 'Остановить скрипт',
  503. TO_DO_EVERYTHING: 'Сделать все',
  504. TO_DO_EVERYTHING_TITLE: 'Выполнить несколько действий',
  505. OUTLAND: 'Запределье',
  506. OUTLAND_TITLE: 'Собрать Запределье',
  507. TITAN_ARENA: 'Турнир Стихий',
  508. TITAN_ARENA_TITLE: 'Автопрохождение Турнира Стихий',
  509. DUNGEON: 'Подземелье',
  510. DUNGEON_TITLE: 'Автопрохождение подземелья',
  511. DUNGEON2: 'Подземелье фулл',
  512. DUNGEON_FULL_TITLE: 'Подземелье для фуловых титанов',
  513. STOP_DUNGEON: 'Стоп подземка',
  514. STOP_DUNGEON_TITLE: 'Остановить копание подземелья',
  515. TOWER: 'Башня',
  516. TOWER_TITLE: 'Автопрохождение башни',
  517. EXPEDITIONS: 'Экспедиции',
  518. EXPEDITIONS_TITLE: 'Отправка и сбор экспедиций',
  519. SYNC: 'Синхронизация',
  520. SYNC_TITLE: 'Частичная синхронизация данных игры без перезагрузки сатраницы',
  521. ARCHDEMON: 'Архидемон',
  522. ARCHDEMON_TITLE: 'Набивает килы и собирает награду',
  523. ESTER_EGGS: 'Пасхалки',
  524. ESTER_EGGS_TITLE: 'Собрать все пасхалки или награды',
  525. REWARDS: 'Награды',
  526. REWARDS_TITLE: 'Собрать все награды за задания',
  527. MAIL: 'Почта',
  528. MAIL_TITLE: 'Собрать всю почту, кроме писем с энергией и зарядами портала',
  529. MINIONS: 'Прислужники',
  530. MINIONS_TITLE: 'Атакует прислужников сохраннеными пачками',
  531. ADVENTURE: 'Приключение',
  532. ADVENTURE_TITLE: 'Проходит приключение по указанному маршруту',
  533. STORM: 'Буря',
  534. STORM_TITLE: 'Проходит бурю по указанному маршруту',
  535. SANCTUARY: 'Святилище',
  536. SANCTUARY_TITLE: 'Быстрый переход к Святилищу',
  537. GUILD_WAR: 'Война гильдий',
  538. GUILD_WAR_TITLE: 'Быстрый переход к Войне гильдий',
  539. SECRET_WEALTH: 'Тайное богатство',
  540. SECRET_WEALTH_TITLE: 'Купить что-то в магазине "Тайное богатство"',
  541. /* Разное */
  542. BOTTOM_URLS: '<a href="https://t.me/+q6gAGCRpwyFkNTYy" target="_blank" title="Telegram"><svg style="margin: 2px;" width="20" height="20" viewBox="0 0 1000 1000" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient x1="50%" y1="0%" x2="50%" y2="99.2583404%" id="linearGradient-1"><stop stop-color="#2AABEE" offset="0%"></stop><stop stop-color="#229ED9" offset="100%"></stop></linearGradient></defs><g id="Artboard" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><circle id="Oval" fill="url(#linearGradient-1)" cx="500" cy="500" r="500"></circle><path d="M226.328419,494.722069 C372.088573,431.216685 469.284839,389.350049 517.917216,369.122161 C656.772535,311.36743 685.625481,301.334815 704.431427,301.003532 C708.567621,300.93067 717.815839,301.955743 723.806446,306.816707 C728.864797,310.92121 730.256552,316.46581 730.922551,320.357329 C731.588551,324.248848 732.417879,333.113828 731.758626,340.040666 C724.234007,419.102486 691.675104,610.964674 675.110982,699.515267 C668.10208,736.984342 654.301336,749.547532 640.940618,750.777006 C611.904684,753.448938 589.856115,731.588035 561.733393,713.153237 C517.726886,684.306416 492.866009,666.349181 450.150074,638.200013 C400.78442,605.66878 432.786119,587.789048 460.919462,558.568563 C468.282091,550.921423 596.21508,434.556479 598.691227,424.000355 C599.00091,422.680135 599.288312,417.758981 596.36474,415.160431 C593.441168,412.561881 589.126229,413.450484 586.012448,414.157198 C581.598758,415.158943 511.297793,461.625274 375.109553,553.556189 C355.154858,567.258623 337.080515,573.934908 320.886524,573.585046 C303.033948,573.199351 268.692754,563.490928 243.163606,555.192408 C211.851067,545.013936 186.964484,539.632504 189.131547,522.346309 C190.260287,513.342589 202.659244,504.134509 226.328419,494.722069 Z" id="Path-3" fill="#FFFFFF"></path></g></svg></a><a href="https://vk.com/invite/YNPxKGX" target="_blank" title="Вконтакте"><svg style="margin: 2px;" width="20" height="20" viewBox="0 0 101 100" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_2_40)"><path d="M0.5 48C0.5 25.3726 0.5 14.0589 7.52944 7.02944C14.5589 0 25.8726 0 48.5 0H52.5C75.1274 0 86.4411 0 93.4706 7.02944C100.5 14.0589 100.5 25.3726 100.5 48V52C100.5 74.6274 100.5 85.9411 93.4706 92.9706C86.4411 100 75.1274 100 52.5 100H48.5C25.8726 100 14.5589 100 7.52944 92.9706C0.5 85.9411 0.5 74.6274 0.5 52V48Z" fill="#0077FF"/><path d="M53.7085 72.042C30.9168 72.042 17.9169 56.417 17.3752 30.417H28.7919C29.1669 49.5003 37.5834 57.5836 44.25 59.2503V30.417H55.0004V46.8752C61.5837 46.1669 68.4995 38.667 70.8329 30.417H81.5832C79.7915 40.5837 72.2915 48.0836 66.9582 51.1669C72.2915 53.6669 80.8336 60.2086 84.0836 72.042H72.2499C69.7082 64.1253 63.3754 58.0003 55.0004 57.1669V72.042H53.7085Z" fill="white"/></g><defs><clipPath id="clip0_2_40"><rect width="100" height="100" fill="white" transform="translate(0.5)"/></clipPath></defs></svg></a>',
  543. GIFTS_SENT: 'Подарки отправлены!',
  544. DO_YOU_WANT: "Вы действительно хотите это сделать?",
  545. BTN_RUN: 'Запускай',
  546. BTN_CANCEL: 'Отмена',
  547. BTN_OK: 'Ок',
  548. MSG_HAVE_BEEN_DEFEATED: 'Вы потерпели поражение!',
  549. BTN_AUTO: 'Авто',
  550. MSG_YOU_APPLIED: 'Вы нанесли',
  551. MSG_DAMAGE: 'урона',
  552. MSG_CANCEL_AND_STAT: 'Авто (F5) и показать Статистику',
  553. MSG_REPEAT_MISSION: 'Повторить миссию?',
  554. BTN_REPEAT: 'Повторить',
  555. BTN_NO: 'Нет',
  556. MSG_SPECIFY_QUANT: 'Указать количество:',
  557. BTN_OPEN: 'Открыть',
  558. QUESTION_COPY: 'Вопрос скопирован в буфер обмена',
  559. ANSWER_KNOWN: 'Ответ известен',
  560. ANSWER_NOT_KNOWN: 'ВНИМАНИЕ ОТВЕТ НЕ ИЗВЕСТЕН',
  561. BEING_RECALC: 'Идет прерасчет боя',
  562. THIS_TIME: 'На этот раз',
  563. VICTORY: 'ПОБЕДА',
  564. DEFEAT: 'ПОРАЖЕНИЕ',
  565. CHANCE_TO_WIN: 'Шансы на победу',
  566. OPEN_DOLLS: 'матрешек рекурсивно',
  567. SENT_QUESTION: 'Вопрос отправлен',
  568. SETTINGS: 'Настройки',
  569. SAVE_PACKS: 'Cохранялка',
  570. MSG_BAN_ATTENTION: '<p style="color:red;">Использование этой функции может привести к бану.</p> Продолжить?',
  571. BTN_YES_I_AGREE: 'Да, я беру на себя все риски!',
  572. BTN_NO_I_AM_AGAINST: 'Нет, я отказываюсь от этого!',
  573. VALUES: 'Значения',
  574. EXPEDITIONS_SENT: 'Экспедиции отправлены',
  575. TITANIT: 'Титанит',
  576. COMPLETED: 'завершено',
  577. FLOOR: 'Этаж',
  578. LEVEL: 'Уровень',
  579. BATTLES: 'бои',
  580. EVENT: 'Эвент',
  581. NOT_AVAILABLE: 'недоступен',
  582. NO_HEROES: 'Нет героев',
  583. DAMAGE_AMOUNT: 'Количество урона',
  584. NOTHING_TO_COLLECT: 'Нечего собирать',
  585. COLLECTED: 'Собрано',
  586. REWARD: 'наград',
  587. REMAINING_ATTEMPTS: 'Осталось попыток',
  588. BATTLES_CANCELED: 'Битв отменено',
  589. MINION_RAID: 'Рейд прислужников',
  590. STOPPED: 'Остановлено',
  591. REPETITIONS: 'Повторений',
  592. MISSIONS_PASSED: 'Миссий пройдено',
  593. STOP: 'остановить',
  594. TOTAL_OPEN: 'Всего открыто',
  595. OPEN: 'Открыто',
  596. ROUND_STAT: 'Статистика урона за',
  597. BATTLE: 'боев',
  598. MINIMUM: 'Минимальный',
  599. MAXIMUM: 'Максимальный',
  600. AVERAGE: 'Средний',
  601. NOT_THIS_TIME: 'Не в этот раз',
  602. RETRY_LIMIT_EXCEEDED: 'Превышен лимит попыток',
  603. SUCCESS: 'Успех',
  604. RECEIVED: 'Получено',
  605. LETTERS: 'писем',
  606. PORTALS: 'порталов',
  607. ATTEMPTS: 'попыток',
  608. QUEST_10001: 'Улучши умения героев 3 раза',
  609. QUEST_10002: 'Пройди 10 миссий',
  610. QUEST_10003: 'Пройди 3 героические миссии',
  611. QUEST_10004: 'Сразись 3 раза на Арене или Гранд Арене',
  612. QUEST_10006: 'Используй обмен изумрудов 1 раз',
  613. QUEST_10007: 'Соверши 1 призыв в Атриуме Душ',
  614. QUEST_10016: 'Отправь подарки согильдийцам',
  615. QUEST_10018: 'Используй зелье опыта',
  616. QUEST_10019: 'Открой 1 сундук в Башне',
  617. QUEST_10020: 'Открой 3 сундука в Запределье',
  618. QUEST_10021: 'Собери 75 Титанита в Подземелье Гильдии',
  619. QUEST_10021: 'Собери 150 Титанита в Подземелье Гильдии',
  620. QUEST_10023: 'Прокачай Дар Стихий на 1 уровень',
  621. QUEST_10024: 'Повысь уровень любого артефакта один раз',
  622. QUEST_10025: 'Начни 1 Экспедицию',
  623. QUEST_10026: 'Начни 4 Экспедиции',
  624. QUEST_10027: 'Победи в 1 бою Турнира Стихий',
  625. QUEST_10028: 'Повысь уровень любого артефакта титанов',
  626. QUEST_10029: 'Открой сферу артефактов титанов',
  627. QUEST_10030: 'Улучши облик любого героя 1 раз',
  628. QUEST_10031: 'Победи в 6 боях Турнира Стихий',
  629. QUEST_10043: 'Начни или присоеденись к Приключению',
  630. QUEST_10044: 'Воспользуйся призывом питомцев 1 раз',
  631. QUEST_10046: 'Открой 3 сундука в Приключениях',
  632. QUEST_10047: 'Набери 150 очков активности в Гильдии',
  633. NOTHING_TO_DO: 'Нечего выполнять',
  634. YOU_CAN_COMPLETE: 'Можно выполнить квесты',
  635. BTN_DO_IT: 'Выполняй',
  636. NOT_QUEST_COMPLETED: 'Ни одного квеста не выполенно',
  637. COMPLETED_QUESTS: 'Выполенно квестов',
  638. /* everything button */
  639. ASSEMBLE_OUTLAND: 'Собрать Запределье',
  640. PASS_THE_TOWER: 'Пройти башню',
  641. CHECK_EXPEDITIONS: 'Проверить экспедиции',
  642. COMPLETE_TOE: 'Пройти Турнир Стихий',
  643. COMPLETE_DUNGEON: 'Пройти подземелье',
  644. COLLECT_MAIL: 'Собрать почту',
  645. COLLECT_MISC: 'Собрать всякую херню',
  646. COLLECT_MISC_TITLE: 'Собрать пасхалки, камни облика, ключи, монеты арены и Хрусталь души',
  647. COLLECT_QUEST_REWARDS: 'Собрать награды за квесты',
  648. MAKE_A_SYNC: 'Сделать синхронизацию',
  649.  
  650. RUN_FUNCTION: 'Выполнить следующие функции?',
  651. BTN_GO: 'Погнали!',
  652. PERFORMED: 'Выполняется',
  653. DONE: 'Выполнено',
  654. ERRORS_OCCURRES: 'Призошли ошибки при выполнении',
  655. COPY_ERROR: 'Скопировать в буфер информацию об ошибке',
  656. BTN_YES: 'Да',
  657. ALL_TASK_COMPLETED: 'Все задачи выполнены',
  658.  
  659. UNKNOWN: 'Неизвестно',
  660. ENTER_THE_PATH: 'Введите путь приключения через запятые или дефисы',
  661. START_ADVENTURE: 'Начать приключение по этому пути!',
  662. BTN_CANCELED: 'Отменено',
  663. MUST_TWO_POINTS: 'Путь должен состоять минимум из 2х точек',
  664. MUST_ONLY_NUMBERS: 'Путь должен содержать только цифры и запятые',
  665. NOT_ON_AN_ADVENTURE: 'Вы не в приключении',
  666. YOU_IN_NOT_ON_THE_WAY: 'Указанный путь должен включать точку вашего положения',
  667. ATTEMPTS_NOT_ENOUGH: 'Ваших попыток не достаточно для завершения пути, продолжить?',
  668. YES_CONTINUE: 'Да, продолжай!',
  669. NOT_ENOUGH_AP: 'Попыток не достаточно',
  670. ATTEMPTS_ARE_OVER: 'Попытки закончились',
  671. MOVES: 'Ходы',
  672. BUFF_GET_ERROR: 'Ошибка при получении бафа',
  673. BATTLE_END_ERROR: 'Ошибка завершения боя',
  674. AUTOBOT: 'АвтоБой',
  675. FAILED_TO_WIN_AUTO: 'Не удалось победить в автобою',
  676. ERROR_OF_THE_BATTLE_COPY: 'Призошли ошибка в процессе прохождения боя<br>Скопировать ошибку в буфер обмена?',
  677. ERROR_DURING_THE_BATTLE: 'Ошибка в процессе прохождения боя',
  678. NO_CHANCE_WIN: 'Нет шансов победить в этом бою: 0/',
  679. LOST_HEROES: 'Вы победили, но потеряли одного или несколько героев!',
  680. VICTORY_IMPOSSIBLE: 'Победа не возможна, бъем на результат?',
  681. FIND_COEFF: 'Поиск коэффициента больше чем',
  682. BTN_PASS: 'ПРОПУСК',
  683. BRAWLS: 'Потасовки',
  684. BRAWLS_TITLE: 'Включает возможность автопотасовок',
  685. START_AUTO_BRAWLS: 'Запустить Автопотасовки?',
  686. LOSSES: 'Поражений',
  687. WINS: 'Побед',
  688. FIGHTS: 'Боев',
  689. STAGE: 'Стадия',
  690. DONT_HAVE_LIVES: 'У Вас нет жизней',
  691. SECRET_WEALTH_ALREADY: 'Тайное богатство: товар за Зелья питомцев уже куплен',
  692. SECRET_WEALTH_NOT_ENOUGH: 'Тайное богатство: Не достаточно Зелье Питомца, у Вас {available}, нужно {need}',
  693. SECRET_WEALTH_UPGRADE_NEW_PET: 'Тайное богатство: После покупки Зелье Питомца будет не достаточно для прокачки нового питомца',
  694. SECRET_WEALTH_PURCHASED: 'Тайное богатство: Куплено {count} {name}',
  695. SECRET_WEALTH_CANCELED: 'Тайное богатство: покупка отменена',
  696. SECRET_WEALTH_BUY: 'У вас {available} Зелье Питомца.<br>Вы хотите купить {countBuy} {name} за {price} Зелье Питомца?',
  697. DAILY_BONUS: 'Ежедневная награда',
  698. DO_DAILY_QUESTS: 'Сделать ежедневные квесты',
  699. ACTIONS: 'Действия',
  700. ACTIONS_TITLE: 'Диалоговое окно с различными действиями',
  701. OTHERS: 'Разное',
  702. OTHERS_TITLE: 'Диалоговое окно с дополнительными различными действиями',
  703. CHOOSE_ACTION: 'Выберите действие',
  704. OPEN_LOOTBOX: 'У Вас {lootBox} ящиков, откываем?',
  705. STAMINA: 'Энергия',
  706. BOXES_OVER: 'Ящики закончились',
  707. NO_BOXES: 'Нет ящиков',
  708. NO_MORE_ACTIVITY: 'Больше активности за предметы сегодня не получить',
  709. EXCHANGE_ITEMS: 'Обменять предметы на очки активности (не более {maxActive})?',
  710. GET_ACTIVITY: 'Получить активность',
  711. NOT_ENOUGH_ITEMS: 'Предметов недостаточно',
  712. ACTIVITY_RECEIVED: 'Получено активности',
  713. NO_PURCHASABLE_HERO_SOULS: 'Нет доступных для покупки душ героев',
  714. PURCHASED_HERO_SOULS: 'Куплено {countHeroSouls} душ героев',
  715. NOT_ENOUGH_EMERALDS_540: 'Недостаточно изюма, нужно 540 у Вас {currentStarMoney}',
  716. CHESTS_NOT_AVAILABLE: 'Сундуки не доступны',
  717. OUTLAND_CHESTS_RECEIVED: 'Получено сундуков Запределья',
  718. RAID_NOT_AVAILABLE: 'Рейд не доступен или сфер нет',
  719. RAID_ADVENTURE: 'Рейд {adventureId} приключения!',
  720. SOMETHING_WENT_WRONG: 'Что-то пошло не так',
  721. ADVENTURE_COMPLETED: 'Приключение {adventureId} пройдено {times} раз',
  722. CLAN_STAT_COPY: 'Клановая статистика скопирована в буфер обмена',
  723. GET_ENERGY: 'Получить энергию',
  724. GET_ENERGY_TITLE: 'Открывает платиновые шкатулки по одной до получения 250 энергии',
  725. ITEM_EXCHANGE: 'Обмен предметов',
  726. ITEM_EXCHANGE_TITLE: 'Обменивает предметы на указанное количество активности',
  727. BUY_SOULS: 'Купить души',
  728. BUY_SOULS_TITLE: 'Купить души героев из всех доступных магазинов',
  729. BUY_OUTLAND: 'Купить Запределье',
  730. BUY_OUTLAND_TITLE: 'Купить 9 сундуков в Запределье за 540 изумрудов',
  731. AUTO_RAID_ADVENTURE: 'Рейд приключения',
  732. AUTO_RAID_ADVENTURE_TITLE: 'Рейд приключения заданное количество раз',
  733. CLAN_STAT: 'Клановая статистика',
  734. CLAN_STAT_TITLE: 'Копирует клановую статистику в буфер обмена',
  735. BTN_AUTO_F5: 'Авто (F5)',
  736. BOSS_DAMAGE: 'Урон по боссу: ',
  737. NOTHING_BUY: 'Нечего покупать',
  738. LOTS_BOUGHT: 'За золото куплено {countBuy} лотов',
  739. BUY_FOR_GOLD: 'Скупить за золото',
  740. BUY_FOR_GOLD_TITLE: 'Скупить предметы за золото в Городской лавке и в магазине Камней Душ Питомцев',
  741. REWARDS_AND_MAIL: 'Награды и почта',
  742. REWARDS_AND_MAIL_TITLE: 'Собирает награды и почту',
  743. COLLECT_REWARDS_AND_MAIL: 'Собрано {countQuests} наград и {countMail} писем',
  744. TIMER_ALREADY: 'Таймер уже запущен',
  745. NO_ATTEMPTS_TIMER_START: 'Попыток нет, запущен таймер',
  746. EPIC_BRAWL_RESULT: '{i} Победы: {wins}/{attempts}, Монеты: {coins}, Серия: {progress}/{nextStage} [Закрыть]{end}',
  747. ATTEMPT_ENDED: '<br>Попытки закончились, запущен таймер',
  748. EPIC_BRAWL: 'Вселенская битва',
  749. EPIC_BRAWL_TITLE: 'Тратит попытки во Вселенской битве',
  750. RELOAD_GAME: 'Перезагрузить игру',
  751. TIMER: 'Таймер:',
  752. SHOW_ERRORS: 'Отображать ошибки',
  753. SHOW_ERRORS_TITLE: 'Отображать ошибки запросов к серверу',
  754. ERROR_MSG: 'Ошибка: {name}<br>{description}',
  755. }
  756. }
  757. function getLang() {
  758. let lang = '';
  759. if (typeof NXFlashVars !== 'undefined') {
  760. lang = NXFlashVars.interface_lang
  761. }
  762. if (!lang) {
  763. lang = (navigator.language || navigator.userLanguage).substr(0, 2);
  764. }
  765. if (lang == 'ru') {
  766. return lang;
  767. }
  768. return 'en';
  769. }
  770. this.I18N = function (constant, replace) {
  771. const selectLang = getLang();
  772. if (constant && constant in i18nLangData[selectLang]) {
  773. const result = i18nLangData[selectLang][constant];
  774. if (replace) {
  775. return result.sprintf(replace);
  776. }
  777. return result;
  778. }
  779. return `% ${constant} %`;
  780. };
  781. String.prototype.sprintf = String.prototype.sprintf ||
  782. function () {
  783. "use strict";
  784. var str = this.toString();
  785. if (arguments.length) {
  786. var t = typeof arguments[0];
  787. var key;
  788. var args = ("string" === t || "number" === t) ?
  789. Array.prototype.slice.call(arguments)
  790. : arguments[0];
  791.  
  792. for (key in args) {
  793. str = str.replace(new RegExp("\\{" + key + "\\}", "gi"), args[key]);
  794. }
  795. }
  796.  
  797. return str;
  798. };
  799. /**
  800. * Checkboxes
  801. *
  802. * Чекбоксы
  803. */
  804. const checkboxes = {
  805. //пропуск боя
  806. passBattle: {
  807. label: I18N('SKIP_FIGHTS'),
  808. cbox: null,
  809. title: I18N('SKIP_FIGHTS_TITLE'),
  810. default: false
  811. },
  812. //бесконечные карты
  813. endlessCards: {
  814. label: I18N('ENDLESS_CARDS'),
  815. cbox: null,
  816. title: I18N('ENDLESS_CARDS_TITLE'),
  817. default: true
  818. },
  819. //автоэкспедиции
  820. sendExpedition: {
  821. label: I18N('AUTO_EXPEDITION'),
  822. cbox: null,
  823. title: I18N('AUTO_EXPEDITION_TITLE'),
  824. default: true
  825. },
  826. //отмена боя
  827. cancelBattle: {
  828. label: I18N('CANCEL_FIGHT'),
  829. cbox: null,
  830. title: I18N('CANCEL_FIGHT_TITLE'),
  831. default: false,
  832. },
  833. //тест быстрый бой
  834. fastMode: {
  835. label: I18N('FAST_MODE'),
  836. cbox: null,
  837. title: I18N('FAST_MODE_TITLE'),
  838. default: false
  839. },
  840. //прерасчет боя
  841. preCalcBattle: {
  842. label: I18N('BATTLE_RECALCULATION'),
  843. cbox: null,
  844. title: I18N('BATTLE_RECALCULATION_TITLE'),
  845. default: false
  846. },
  847. //контроль количества
  848. countControl: {
  849. label: I18N('QUANTITY_CONTROL'),
  850. cbox: null,
  851. title: I18N('QUANTITY_CONTROL_TITLE'),
  852. default: true
  853. },
  854. //тест повтор компании
  855. isRepeatMission: {
  856. label: I18N('REPEAT_CAMPAIGN'),
  857. cbox: null,
  858. title: I18N('REPEAT_CAMPAIGN_TITLE'),
  859. default: false
  860. },
  861. //отключить донат
  862. noOfferDonat: {
  863. label: I18N('DISABLE_DONAT'),
  864. cbox: null,
  865. title: I18N('DISABLE_DONAT_TITLE'),
  866. /**
  867. * A crutch to get the field before getting the character id
  868. *
  869. * Костыль чтоб получать поле до получения id персонажа
  870. */
  871. default: (() => {
  872. $result = false;
  873. try {
  874. $result = JSON.parse(localStorage[GM_info.script.name + ':noOfferDonat'])
  875. } catch(e) {
  876. $result = false;
  877. }
  878. return $result || false;
  879. })(),
  880. },
  881. //тайное богатство
  882. //квесты - удалено
  883. /*dailyQuests: {
  884. label: I18N('DAILY_QUESTS'),
  885. cbox: null,
  886. title: I18N('DAILY_QUESTS_TITLE'),
  887. default: false
  888. },*/
  889. //тайное богатство 26 магазин
  890. secretWealth: {
  891. label: I18N('SECRET_WEALTH'),
  892. cbox: null,
  893. title: I18N('SECRET_WEALTH_CHECKBOX'),
  894. default: false
  895. },
  896. /*автопотасовки отключено
  897. autoBrawls: {
  898. label: I18N('BRAWLS'),
  899. cbox: null,
  900. title: I18N('BRAWLS_TITLE'),
  901. default: (() => {
  902. $result = false;
  903. try {
  904. $result = JSON.parse(localStorage[GM_info.script.name + ':autoBrawls'])
  905. } catch (e) {
  906. $result = false;
  907. }
  908. return $result || false;
  909. })(),
  910. }
  911. */
  912. /*автовикторина отключено
  913. getAnswer: {
  914. label: I18N('AUTO_QUIZ'),
  915. cbox: null,
  916. title: I18N('AUTO_QUIZ_TITLE'),
  917. default: false
  918. },
  919. */
  920. //показывать ошибки
  921. showErrors: {
  922. label: I18N('SHOW_ERRORS'),
  923. cbox: null,
  924. title: I18N('SHOW_ERRORS_TITLE'),
  925. default: true
  926. },
  927. //скупить все за золото
  928. buyForGold: {
  929. label: I18N('BUY_FOR_GOLD'),
  930. cbox: null,
  931. title: I18N('BUY_FOR_GOLD_TITLE'),
  932. default: false
  933. },
  934. };
  935.  
  936. /**
  937. * Checkboxes
  938. *
  939. * Чекбоксы
  940. */
  941. const checkboxes2 = {
  942. //Сохранять пачку атаки
  943. enableSaveAttack: {
  944. label: 'атака',
  945. cbox: null,
  946. title: 'сохранять пачку атаки из реплея',
  947. default: false
  948. },
  949. //Сохранять пачку защиты
  950. enableSaveDefence: {
  951. label: 'защита',
  952. cbox: null,
  953. title: 'сохранять пачку защиты из реплея',
  954. default: false
  955. },
  956. };
  957.  
  958. /**
  959. * Get checkbox state
  960. *
  961. * Получить состояние чекбокса
  962. */
  963. function isChecked(checkBox) {
  964. if (!(checkBox in checkboxes) || !(checkBox in checkboxes2)) {
  965. return false;
  966. }
  967. return checkboxes[checkBox].cbox?.checked || checkboxes2[checkBox].cbox?.checked;
  968. }
  969. /**
  970. * Input fields
  971. *
  972. * Поля ввода
  973. */
  974. const inputs = {
  975. //фармим титанит указываем
  976. countTitanit: {
  977. input: null,
  978. title: I18N('HOW_MUCH_TITANITE'),
  979. default: 150,
  980. },
  981. //ускорение боя
  982. speedBattle: {
  983. input: null,
  984. title: I18N('COMBAT_SPEED'),
  985. default: 5,
  986. },
  987. //тест повторы миссий в кампании можно указать
  988. countRaid: {
  989. input: null,
  990. title: I18N('HOW_REPEAT_CAMPAIGN'),
  991. default: 5,
  992. },
  993. //количество тестовых боев
  994. countBattle: {
  995. input: null,
  996. title: I18N('NUMBER_OF_TEST'),
  997. default: 1,
  998. },
  999. //количество попыток автобоев
  1000. countAutoBattle: {
  1001. input: null,
  1002. title: I18N('NUMBER_OF_AUTO_BATTLE'),
  1003. default: 10,
  1004. },
  1005. //пока не использует для турнира стихий нужно тесты
  1006. needResource: {
  1007. input: null,
  1008. title: 'Мощ противника мин.(тыс.)/урона(млн.)',
  1009. default: 300,
  1010. },
  1011. needResource2: {
  1012. input: null,
  1013. title: 'Мощь противника макс./тип бафа',
  1014. default: 1500,
  1015. },
  1016. }
  1017. /**
  1018. * Checks the checkbox
  1019. *
  1020. * Получить данные поля ввода
  1021. */
  1022. function getInput(inputName) {
  1023. return inputs[inputName].input.value;
  1024. }
  1025. //тест рейд миссии
  1026. /** Автоповтор миссии */
  1027. let isRepeatMission = false;
  1028. /** Вкл/Выкл автоповтор миссии */
  1029. this.switchRepeatMission = function() {
  1030. isRepeatMission = !isRepeatMission;
  1031. console.log(isRepeatMission);
  1032. }
  1033.  
  1034. /**
  1035. * Button List
  1036. *
  1037. * Список кнопочек
  1038. */
  1039. const buttons = {
  1040. //собрать все
  1041. getOutland: {
  1042. name: I18N('TO_DO_EVERYTHING'),
  1043. title: I18N('TO_DO_EVERYTHING_TITLE'),
  1044. func: testDoYourBest,
  1045. },
  1046. //турнир стихий
  1047. testTitanArena: {
  1048. name: I18N('TITAN_ARENA'),
  1049. title: I18N('TITAN_ARENA_TITLE'),
  1050. func: function () {
  1051. confShow(`${I18N('RUN_SCRIPT')} ${I18N('TITAN_ARENA')}?`, testTitanArena);
  1052. },
  1053. },
  1054. //подземка
  1055. testDungeon: {
  1056. name: I18N('DUNGEON'),
  1057. title: I18N('DUNGEON_TITLE'),
  1058. func: function () {
  1059. confShow(`${I18N('RUN_SCRIPT')} ${I18N('DUNGEON')}?`, testDungeon);
  1060. },
  1061. },
  1062. //тест подземка 2
  1063. DungeonFull: {
  1064. name: I18N('DUNGEON2'),
  1065. title: I18N('DUNGEON_FULL_TITLE'),
  1066. func: function () {
  1067. confShow(`${I18N('RUN_SCRIPT')} ${I18N('DUNGEON_FULL_TITLE')}?`, DungeonFull);
  1068. },
  1069. },
  1070. //остановить подземелье
  1071. stopDungeon: {
  1072. name: I18N('STOP_DUNGEON'),
  1073. title: I18N('STOP_DUNGEON_TITLE'),
  1074. func: function () {
  1075. confShow(`${I18N('STOP_SCRIPT')} ${I18N('STOP_DUNGEON_TITLE')}?`, stopDungeon);
  1076. },
  1077. },
  1078. // Башня
  1079. testTower: {
  1080. name: I18N('TOWER'),
  1081. title: I18N('TOWER_TITLE'),
  1082. func: function () {
  1083. confShow(`${I18N('RUN_SCRIPT')} ${I18N('TOWER')}?`, testTower);
  1084. },
  1085. },
  1086. //награды и почта
  1087. rewardsAndMailFarm: {
  1088. name: I18N('REWARDS_AND_MAIL'),
  1089. title: I18N('REWARDS_AND_MAIL_TITLE'),
  1090. func: function () {
  1091. confShow(`${I18N('RUN_SCRIPT')} ${I18N('REWARDS_AND_MAIL')}?`, rewardsAndMailFarm);
  1092. },
  1093. },
  1094. //прислужники
  1095. testRaidNodes: {
  1096. name: I18N('MINIONS'),
  1097. title: I18N('MINIONS_TITLE'),
  1098. func: function () {
  1099. confShow(`${I18N('RUN_SCRIPT')} ${I18N('MINIONS')}?`, testRaidNodes);
  1100. },
  1101. },
  1102. //приключение
  1103. testAdventure: {
  1104. name: I18N('ADVENTURE'),
  1105. title: I18N('ADVENTURE_TITLE'),
  1106. func: () => {
  1107. testAdventure();
  1108. },
  1109. },
  1110. /*Буря
  1111. testSoloAdventure: {
  1112. name: I18N('STORM'),
  1113. title: I18N('STORM_TITLE'),
  1114. func: () => {
  1115. testAdventure('solo');
  1116. },
  1117. },
  1118. */
  1119. //святилище
  1120. goToSanctuary: {
  1121. name: I18N('SANCTUARY'),
  1122. title: I18N('SANCTUARY_TITLE'),
  1123. func: cheats.goSanctuary,
  1124. },
  1125. //война гильдий
  1126. goToClanWar: {
  1127. name: I18N('GUILD_WAR'),
  1128. title: I18N('GUILD_WAR_TITLE'),
  1129. func: cheats.goClanWar,
  1130. },
  1131. /*Ежедневка всплывающее окно убрал
  1132. dailyQuests: {
  1133. name: I18N('DAILY_QUESTS'),
  1134. title: I18N('DAILY_QUESTS_TITLE'),
  1135. func: async function () {
  1136. const quests = new dailyQuests(() => { }, () => { });
  1137. await quests.autoInit();
  1138. quests.start();
  1139. },
  1140. },
  1141. */
  1142. /* убрал кнопку экспедиции, она уже есть в ежедневке
  1143. sendExpedition: {
  1144. name: I18N('EXPEDITIONS'),
  1145. title: I18N('EXPEDITIONS_TITLE'),
  1146. func: function () {
  1147. confShow(`${I18N('RUN_SCRIPT')} ${I18N('EXPEDITIONS')}?`, checkExpedition);
  1148. },
  1149. },*/
  1150. /* Архидемон потасовки отключено
  1151. bossRatingEvent: {
  1152. name: I18N('ARCHDEMON'),
  1153. title: I18N('ARCHDEMON_TITLE'),
  1154. func: function () {
  1155. confShow(`${I18N('RUN_SCRIPT')} ${I18N('ARCHDEMON')}?`, bossRatingEvent);
  1156. },
  1157. },
  1158. */
  1159. /* собрать все пасхалки и награды, есть в ежедневке
  1160. offerFarmAllReward: {
  1161. name: I18N('ESTER_EGGS'),
  1162. title: I18N('ESTER_EGGS_TITLE'),
  1163. func: function () {
  1164. confShow(`${I18N('RUN_SCRIPT')} ${I18N('ESTER_EGGS')}?`, offerFarmAllReward);
  1165. },
  1166. },*/
  1167. /*потасовки
  1168. autoBrawls: {
  1169. label: I18N('BRAWLS'),
  1170. cbox: null,
  1171. title: I18N('BRAWLS_TITLE'),
  1172. default: (() => {
  1173. $result = false;
  1174. try {
  1175. $result = JSON.parse(localStorage[GM_info.script.name + ':autoBrawls'])
  1176. } catch (e) {
  1177. $result = false;
  1178. }
  1179. return $result || false;
  1180. })
  1181. (),
  1182. }*/
  1183. //синхронизация
  1184. newDay: {
  1185. name: I18N('SYNC'),
  1186. title: I18N('SYNC_TITLE'),
  1187. func: function () {
  1188. confShow(`${I18N('RUN_SCRIPT')} ${I18N('SYNC')}?`, cheats.refreshGame);
  1189. },
  1190. },
  1191. }
  1192. /**
  1193. * Display buttons
  1194. *
  1195. * Вывести кнопочки
  1196. */
  1197. function addControlButtons() {
  1198. for (let name in buttons) {
  1199. button = buttons[name];
  1200. button['button'] = scriptMenu.addButton(button.name, button.func, button.title);
  1201. }
  1202. }
  1203. /**
  1204. * Adds links
  1205. *
  1206. * Добавляет ссылки
  1207. */
  1208. function addBottomUrls() {
  1209. scriptMenu.addHeader(I18N('BOTTOM_URLS'));
  1210. }
  1211. /**
  1212. * Stop repetition of the mission
  1213. *
  1214. * Остановить повтор миссии
  1215. */
  1216. let isStopSendMission = false;
  1217. /**
  1218. * There is a repetition of the mission
  1219. *
  1220. * Идет повтор миссии
  1221. */
  1222. let isSendsMission = false;
  1223. /**
  1224. * Data on the past mission
  1225. *
  1226. * Данные о прошедшей мисии
  1227. */
  1228. let lastMissionStart = {}
  1229.  
  1230. /**
  1231. * Data on the past attack on the boss
  1232. *
  1233. * Данные о прошедшей атаке на босса
  1234. */
  1235. let lastBossBattle = {}
  1236. /**
  1237. * Data for calculating the last battle with the boss
  1238. *
  1239. * Данные для расчете последнего боя с боссом
  1240. */
  1241. let lastBossBattleInfo = null;
  1242. /**
  1243. * Ability to cancel the battle in Asgard
  1244. *
  1245. * Возможность отменить бой в Астгарде
  1246. */
  1247. let isCancalBossBattle = true;
  1248. /**
  1249. * Information about the last battle
  1250. *
  1251. * Данные о прошедшей битве
  1252. */
  1253. let lastBattleArg = {}
  1254. /**
  1255. * The name of the function of the beginning of the battle
  1256. *
  1257. * Имя функции начала боя
  1258. */
  1259. let nameFuncStartBattle = '';
  1260. /**
  1261. * The name of the function of the end of the battle
  1262. *
  1263. * Имя функции конца боя
  1264. */
  1265. let nameFuncEndBattle = '';
  1266. /**
  1267. * Data for calculating the last battle
  1268. *
  1269. * Данные для расчета последнего боя
  1270. */
  1271. let lastBattleInfo = null;
  1272. /**
  1273. * The ability to cancel the battle
  1274. *
  1275. * Возможность отменить бой
  1276. */
  1277. let isCancalBattle = true;
  1278.  
  1279. /**
  1280. * Certificator of the last open nesting doll
  1281. *
  1282. * Идетификатор последней открытой матрешки
  1283. */
  1284. let lastRussianDollId = null;
  1285. /**
  1286. * Cancel the training guide
  1287. *
  1288. * Отменить обучающее руководство
  1289. */
  1290. this.isCanceledTutorial = false;
  1291.  
  1292. /**
  1293. * Data from the last question of the quiz
  1294. *
  1295. * Данные последнего вопроса викторины
  1296. */
  1297. let lastQuestion = null;
  1298. /**
  1299. * Answer to the last question of the quiz
  1300. *
  1301. * Ответ на последний вопрос викторины
  1302. */
  1303. let lastAnswer = null;
  1304. /**
  1305. * Flag for opening keys or titan artifact spheres
  1306. *
  1307. * Флаг открытия ключей или сфер артефактов титанов
  1308. */
  1309. let artifactChestOpen = false;
  1310. /**
  1311. * The name of the function to open keys or orbs of titan artifacts
  1312. *
  1313. * Имя функции открытия ключей или сфер артефактов титанов
  1314. */
  1315. let artifactChestOpenCallName = '';
  1316. /**
  1317. * Data for the last battle in the dungeon
  1318. * (Fix endless cards)
  1319. *
  1320. * Данные для последнего боя в подземке
  1321. * (Исправление бесконечных карт)
  1322. */
  1323. let lastDungeonBattleData = null;
  1324.  
  1325. /**
  1326. * Brawl pack
  1327. *
  1328. * Пачка для потасовок
  1329. */
  1330. let brawlsPack = null;
  1331. /**
  1332. * Autobrawl started
  1333. *
  1334. * Автопотасовка запущена
  1335. */
  1336. let isBrawlsAutoStart = false;
  1337. /**
  1338. * Timer divider
  1339. *
  1340. * Делитель таймера
  1341. */
  1342. this.timerDiv = 1.5; //подземка динамический таймер
  1343. /**
  1344. * Copies the text to the clipboard
  1345. *
  1346. * Копирует тест в буфер обмена
  1347. * @param {*} text copied text // копируемый текст
  1348. */
  1349. function copyText(text) {
  1350. let copyTextarea = document.createElement("textarea");
  1351. copyTextarea.style.opacity = "0";
  1352. copyTextarea.textContent = text;
  1353. document.body.appendChild(copyTextarea);
  1354. copyTextarea.select();
  1355. document.execCommand("copy");
  1356. document.body.removeChild(copyTextarea);
  1357. delete copyTextarea;
  1358. }
  1359. /**
  1360. * Returns the history of requests
  1361. *
  1362. * Возвращает историю запросов
  1363. */
  1364. this.getRequestHistory = function() {
  1365. return requestHistory;
  1366. }
  1367. /**
  1368. * Generates a random integer from min to max
  1369. *
  1370. * Гененирует случайное целое число от min до max
  1371. */
  1372. const random = function (min, max) {
  1373. return Math.floor(Math.random() * (max - min + 1) + min);
  1374. }
  1375. //тест подземка гудвин
  1376. Number.prototype.round = function(places) {
  1377. return +(Math.round(this + "e+" + places) + "e-" + places);
  1378. }
  1379. String.prototype.fixed = function(length) {
  1380. return this.length < length ? this + ' '.repeat(2 * (length - this.length)): this ;
  1381. }
  1382. /**
  1383. * Clearing the request history
  1384. *
  1385. * Очистка истоии запросов
  1386. */
  1387. setInterval(function () {
  1388. let now = Date.now();
  1389. for (let i in requestHistory) {
  1390. if (now - i > 300000) {
  1391. delete requestHistory[i];
  1392. }
  1393. }
  1394. }, 300000);
  1395. /**
  1396. * DOM Loading Event page
  1397. *
  1398. * Событие загрузки DOM дерева страницы
  1399. */
  1400. document.addEventListener("DOMContentLoaded", () => {
  1401. /**
  1402. * Create the script interface
  1403. *
  1404. * Создание интерфеса скрипта
  1405. */
  1406. createInterface();
  1407. });
  1408. /**
  1409. * Gift codes collecting and sending codes
  1410. *
  1411. * Сбор и отправка кодов подарков
  1412. */
  1413. function sendCodes() {
  1414. let codes = [], count = 0;
  1415. if (!localStorage['giftSendIds']) {
  1416. localStorage['giftSendIds'] = '';
  1417. }
  1418. document.querySelectorAll('a[target="_blank"]').forEach(e => {
  1419. let url = e?.href;
  1420. if (!url) return;
  1421. url = new URL(url);
  1422. let giftId = url.searchParams.get('gift_id');
  1423. if (!giftId || localStorage['giftSendIds'].includes(giftId)) return;
  1424. localStorage['giftSendIds'] += ';' + giftId;
  1425. codes.push(giftId);
  1426. count++;
  1427. });
  1428.  
  1429. if (codes.length) {
  1430. localStorage['giftSendIds'] = localStorage['giftSendIds'].split(';').splice(-50).join(';');
  1431. sendGiftsCodes(codes);
  1432. }
  1433.  
  1434. if (!count) {
  1435. setTimeout(sendCodes, 2000);
  1436. }
  1437. }
  1438. /**
  1439. * Checking sent codes
  1440. *
  1441. * Проверка отправленных кодов
  1442. */
  1443. function checkSendGifts() {
  1444. if (!freebieCheckInfo) {
  1445. return;
  1446. }
  1447.  
  1448. let giftId = freebieCheckInfo.args.giftId;
  1449. let valName = 'giftSendIds_' + userInfo.id;
  1450. localStorage[valName] = localStorage[valName] ?? '';
  1451. if (!localStorage[valName].includes(giftId)) {
  1452. localStorage[valName] += ';' + giftId;
  1453. sendGiftsCodes([giftId]);
  1454. }
  1455. }
  1456. /**
  1457. * Sending codes
  1458. *
  1459. * Отправка кодов
  1460. */
  1461. function sendGiftsCodes(codes) {
  1462. fetch('https://zingery.ru/heroes/setGifts.php', {
  1463. method: 'POST',
  1464. body: JSON.stringify(codes)
  1465. }).then(
  1466. response => response.json()
  1467. ).then(
  1468. data => {
  1469. if (data.result) {
  1470. console.log(I18N('GIFTS_SENT'));
  1471. }
  1472. }
  1473. )
  1474. }
  1475. /** тест убрано Возвращает объект если переданный парамет строка */
  1476. //тест гудвин хз надо ли
  1477. /** Возвращает объект если переданный параметр строка */
  1478. function getJson(result) {
  1479. if (typeof result == 'string') {
  1480. result = JSON.parse(result);
  1481. }
  1482. if (result?.error) {
  1483. console.warn(result.error);
  1484. return false;
  1485. }
  1486. return result;
  1487. }
  1488. //Гудвин
  1489. /**
  1490. * Displays the dialog box
  1491. *
  1492. * Отображает диалоговое окно
  1493. */
  1494. function confShow(message, yesCallback, noCallback) {
  1495. let buts = [];
  1496. message = message || I18N('DO_YOU_WANT');
  1497. noCallback = noCallback || (() => {});
  1498. if (yesCallback) {
  1499. buts = [
  1500. { msg: I18N('BTN_RUN'), result: true},
  1501. { msg: I18N('BTN_CANCEL'), result: false},
  1502. ]
  1503. } else {
  1504. yesCallback = () => {};
  1505. buts = [
  1506. { msg: I18N('BTN_OK'), result: true},
  1507. ];
  1508. }
  1509. popup.confirm(message, buts).then((e) => {
  1510. if (e) {
  1511. yesCallback();
  1512. } else {
  1513. noCallback();
  1514. }
  1515. });
  1516. }
  1517. /**
  1518. * Overriding/Proxying the Ajax Request Creation Method
  1519. *
  1520. * Переопределяем/проксируем метод создания Ajax запроса
  1521. */
  1522. XMLHttpRequest.prototype.open = function (method, url, async, user, password) {
  1523. this.uniqid = Date.now();
  1524. this.errorRequest = false;
  1525. if (method == 'POST' && url.includes('.nextersglobal.com/api/') && /api\/$/.test(url)) {
  1526. if (!apiUrl) {
  1527. apiUrl = url;
  1528. socialInfo = /heroes-(.+?)\./.exec(apiUrl);
  1529. sNetwork = socialInfo ? socialInfo[1] : 'vk';
  1530. }
  1531. requestHistory[this.uniqid] = {
  1532. method,
  1533. url,
  1534. error: [],
  1535. headers: {},
  1536. request: null,
  1537. response: null,
  1538. signature: [],
  1539. calls: {},
  1540. };
  1541. } else if (method == 'POST' && url.includes('error.nextersglobal.com/client/')) {
  1542. this.errorRequest = true;
  1543. }
  1544. return original.open.call(this, method, url, async, user, password);
  1545. };
  1546. /**
  1547. * Overriding/Proxying the header setting method for the AJAX request
  1548. *
  1549. * Переопределяем/проксируем метод установки заголовков для AJAX запроса
  1550. */
  1551. XMLHttpRequest.prototype.setRequestHeader = function (name, value, check) {
  1552. if (this.uniqid in requestHistory) {
  1553. requestHistory[this.uniqid].headers[name] = value;
  1554. } else {
  1555. check = true;
  1556. }
  1557.  
  1558. if (name == 'X-Auth-Signature') {
  1559. requestHistory[this.uniqid].signature.push(value);
  1560. if (!check) {
  1561. return;
  1562. }
  1563. }
  1564.  
  1565. return original.setRequestHeader.call(this, name, value);
  1566. };
  1567. /**
  1568. * Overriding/Proxying the AJAX Request Sending Method
  1569. *
  1570. * Переопределяем/проксируем метод отправки AJAX запроса
  1571. */
  1572. XMLHttpRequest.prototype.send = async function (sourceData) {
  1573. if (this.uniqid in requestHistory) {
  1574. let tempData = null;
  1575. if (getClass(sourceData) == "ArrayBuffer") {
  1576. tempData = decoder.decode(sourceData);
  1577. } else {
  1578. tempData = sourceData;
  1579. }
  1580. requestHistory[this.uniqid].request = tempData;
  1581. let headers = requestHistory[this.uniqid].headers;
  1582. lastHeaders = Object.assign({}, headers);
  1583. /**
  1584. * Game loading event
  1585. *
  1586. * Событие загрузки игры
  1587. */
  1588. if (headers["X-Request-Id"] > 2 && !isLoadGame) {
  1589. isLoadGame = true;
  1590. await openOrMigrateDatabase(userInfo.id);
  1591. await lib.load(cheats.libGame);
  1592. addControls();
  1593. addControlButtons();
  1594. addBottomUrls();
  1595.  
  1596. if (isChecked('sendExpedition')) {
  1597. checkExpedition();
  1598. }
  1599.  
  1600. checkSendGifts();
  1601. getAutoGifts();
  1602.  
  1603. cheats.activateHacks();
  1604. //тест убрано всплывающий информер о вг и сферах в святилище
  1605. justInfo();
  1606. if (isChecked('dailyQuests')) {
  1607. testDailyQuests();
  1608. }
  1609.  
  1610. if (isChecked('secretWealth')) {
  1611. buyWithPetExperienceAuto();
  1612. }
  1613.  
  1614. if (isChecked('buyForGold')) {
  1615. buyInStoreForGold();
  1616. }
  1617. }
  1618. /**
  1619. * Outgoing request data processing
  1620. *
  1621. * Обработка данных исходящего запроса
  1622. */
  1623. sourceData = await checkChangeSend.call(this, sourceData, tempData);
  1624. /**
  1625. * Handling incoming request data
  1626. *
  1627. * Обработка данных входящего запроса
  1628. */
  1629. const oldReady = this.onreadystatechange;
  1630. this.onreadystatechange = function (e) {
  1631. if(this.readyState == 4 && this.status == 200) {
  1632. isTextResponse = this.responseType != "json";
  1633. let response = isTextResponse ? this.responseText : this.response;
  1634. requestHistory[this.uniqid].response = response;
  1635. /**
  1636. * Replacing incoming request data
  1637. *
  1638. * Заменна данных входящего запроса
  1639. */
  1640. if (isTextResponse) {
  1641. checkChangeResponse.call(this, response);
  1642. }
  1643. /**
  1644. * A function to run after the request is executed
  1645. *
  1646. * Функция запускаемая после выполения запроса
  1647. */
  1648. if (typeof this.onReadySuccess == 'function') {
  1649. setTimeout(this.onReadySuccess, 500);
  1650. }
  1651. }
  1652. if (oldReady) {
  1653. return oldReady.apply(this, arguments);
  1654. }
  1655. }
  1656. }
  1657. if (this.errorRequest) {
  1658. const oldReady = this.onreadystatechange;
  1659. this.onreadystatechange = function () {
  1660. Object.defineProperty(this, 'status', {
  1661. writable: true
  1662. });
  1663. this.status = 200;
  1664. Object.defineProperty(this, 'readyState', {
  1665. writable: true
  1666. });
  1667. this.readyState = 4;
  1668. Object.defineProperty(this, 'responseText', {
  1669. writable: true
  1670. });
  1671. this.responseText = JSON.stringify({
  1672. "result": true
  1673. });
  1674. return oldReady.apply(this, arguments);
  1675. }
  1676. this.onreadystatechange();
  1677. } else {
  1678. return original.send.call(this, sourceData);
  1679. }
  1680. };
  1681. /**
  1682. * Processing and substitution of outgoing data
  1683. *
  1684. * Обработка и подмена исходящих данных
  1685. */
  1686. async function checkChangeSend(sourceData, tempData) {
  1687. try {
  1688. /**
  1689. * A function that replaces battle data with incorrect ones to cancel combatя
  1690. *
  1691. * Функция заменяющая данные боя на неверные для отмены боя
  1692. */
  1693. const fixBattle = function (heroes) {
  1694. for (const ids in heroes) {
  1695. hero = heroes[ids];
  1696. hero.energy = random(1, 999);
  1697. if (hero.hp > 0) {
  1698. hero.hp = random(1, hero.hp);
  1699. }
  1700. }
  1701. }
  1702. /**
  1703. * Dialog window 2
  1704. *
  1705. * Диалоговое окно 2
  1706. */
  1707. const showMsg = async function (msg, ansF, ansS) {
  1708. if (typeof popup == 'object') {
  1709. return await popup.confirm(msg, [
  1710. {msg: ansF, result: false},
  1711. {msg: ansS, result: true},
  1712. ]);
  1713. } else {
  1714. return !confirm(`${msg}\n ${ansF} (${I18N('BTN_OK')})\n ${ansS} (${I18N('BTN_CANCEL')})`);
  1715. }
  1716. }
  1717. /**
  1718. * Dialog window 3
  1719. *
  1720. * Диалоговое окно 3
  1721. */
  1722. const showMsgs = async function (msg, ansF, ansS, ansT) {
  1723. return await popup.confirm(msg, [
  1724. {msg: ansF, result: 0},
  1725. {msg: ansS, result: 1},
  1726. {msg: ansT, result: 2},
  1727. ]);
  1728. }
  1729.  
  1730. let changeRequest = false;
  1731. testData = JSON.parse(tempData);
  1732. for (const call of testData.calls) {
  1733. if (!artifactChestOpen) {
  1734. requestHistory[this.uniqid].calls[call.name] = call.ident;
  1735. }
  1736. /**
  1737. * Cancellation of the battle in adventures, on VG and with minions of Asgard
  1738. * Отмена боя в приключениях, на ВГ и с прислужниками Асгарда
  1739. */
  1740. if ((call.name == 'adventure_endBattle' ||
  1741. call.name == 'adventureSolo_endBattle' ||
  1742. call.name == 'clanWarEndBattle' &&
  1743. isChecked('cancelBattle') ||
  1744. call.name == 'crossClanWar_endBattle' &&
  1745. isChecked('cancelBattle') ||
  1746. call.name == 'brawl_endBattle' ||
  1747. call.name == 'towerEndBattle' ||
  1748. call.name == 'clanRaid_endNodeBattle') &&
  1749. isCancalBattle) {
  1750. nameFuncEndBattle = call.name;
  1751. if (!call.args.result.win) {
  1752. let resultPopup = false;
  1753. if (call.name == 'adventure_endBattle' ||
  1754. call.name == 'adventureSolo_endBattle') {
  1755. resultPopup = await showMsgs(I18N('MSG_HAVE_BEEN_DEFEATED'), I18N('BTN_OK'), I18N('BTN_CANCEL'), I18N('BTN_AUTO'));
  1756. } else if (call.name == 'clanWarEndBattle' ||
  1757. call.name == 'crossClanWar_endBattle') {
  1758. resultPopup = await showMsg(I18N('MSG_HAVE_BEEN_DEFEATED'), I18N('BTN_OK'), I18N('BTN_AUTO_F5'));
  1759. } else {
  1760. resultPopup = await showMsg(I18N('MSG_HAVE_BEEN_DEFEATED'), I18N('BTN_OK'), I18N('BTN_CANCEL'));
  1761. }
  1762. if (resultPopup) {
  1763. fixBattle(call.args.progress[0].attackers.heroes);
  1764. fixBattle(call.args.progress[0].defenders.heroes);
  1765. changeRequest = true;
  1766. if (resultPopup > 1) {
  1767. this.onReadySuccess = testAutoBattle;
  1768. // setTimeout(bossBattle, 1000);
  1769. }
  1770. }
  1771. } else if (call.args.result.stars < 3 && call.name == 'towerEndBattle') {
  1772. resultPopup = await showMsg(I18N('LOST_HEROES'), I18N('BTN_OK'), I18N('BTN_CANCEL'));
  1773. if (resultPopup) {
  1774. fixBattle(call.args.progress[0].attackers.heroes);
  1775. fixBattle(call.args.progress[0].defenders.heroes);
  1776. changeRequest = true;
  1777. }
  1778. }
  1779. /*
  1780. if (isChecked('autoBrawls') && !isBrawlsAutoStart && call.name == 'brawl_endBattle') {
  1781. if (await popup.confirm(I18N('START_AUTO_BRAWLS'), [
  1782. { msg: I18N('BTN_NO'), result: false },
  1783. { msg: I18N('BTN_YES'), result: true },
  1784. ])) {
  1785. this.onReadySuccess = testBrawls;
  1786. isBrawlsAutoStart = true;
  1787. }
  1788. }
  1789. */
  1790. }
  1791. /**
  1792. * Save pack for Brawls
  1793. *
  1794. * Сохраняем пачку для потасовок
  1795. */
  1796. if (call.name == 'brawl_startBattle') {
  1797. console.log(JSON.stringify(call.args));
  1798. brawlsPack = call.args.heroes;
  1799. }
  1800. /**
  1801. * Canceled fight in Asgard
  1802. * Отмена боя в Асгарде
  1803. */
  1804. if (call.name == 'clanRaid_endBossBattle' &&
  1805. isCancalBossBattle &&
  1806. isChecked('cancelBattle')) {
  1807. bossDamage = call.args.progress[0].defenders.heroes[1].extra;
  1808. sumDamage = bossDamage.damageTaken + bossDamage.damageTakenNextLevel;
  1809. let resultPopup = await showMsgs(
  1810. `${I18N('MSG_YOU_APPLIED')} ${sumDamage.toLocaleString()} ${I18N('MSG_DAMAGE')}.`,
  1811. I18N('BTN_OK'), I18N('BTN_AUTO_F5'), I18N('MSG_CANCEL_AND_STAT'))
  1812. if (resultPopup) {
  1813. fixBattle(call.args.progress[0].attackers.heroes);
  1814. fixBattle(call.args.progress[0].defenders.heroes);
  1815. changeRequest = true;
  1816. if (resultPopup > 1) {
  1817. this.onReadySuccess = testBossBattle;
  1818. // setTimeout(bossBattle, 1000);
  1819. }
  1820. }
  1821. }
  1822. /**
  1823. * Save the Asgard Boss Attack Pack
  1824. * Сохраняем пачку для атаки босса Асгарда
  1825. */
  1826. if (call.name == 'clanRaid_startBossBattle') {
  1827. lastBossBattle = call.args;
  1828. }
  1829. /**
  1830. * Saving the request to start the last battle
  1831. * Сохранение запроса начала последнего боя
  1832. */
  1833. if (call.name == 'clanWarAttack' ||
  1834. call.name == 'crossClanWar_startBattle' ||
  1835. call.name == 'adventure_turnStartBattle') {
  1836. nameFuncStartBattle = call.name;
  1837. lastBattleArg = call.args;
  1838. }
  1839. /**
  1840. * Disable spending divination cards
  1841. * Отключить трату карт предсказаний
  1842. */
  1843. if (isChecked('endlessCards') && call.name == 'dungeonEndBattle') {
  1844. if (call.args.isRaid) {
  1845. delete call.args.isRaid;
  1846. }
  1847. /**
  1848. * Fix endless cards
  1849. * Исправление бесконечных карт
  1850. */
  1851. const lastBattle = lastDungeonBattleData;
  1852. const attackers = call.args.progress[0].attackers;
  1853. if (attackers.input.length === 0 && !call.args.isRaid) {
  1854. //if (lastBattle.type == 'dungeon_titan') {
  1855. lastBattle.progress = [{ attackers: { input: ["auto", 0, 0, "auto", 0, 0] } }];
  1856. const result = await Calc(lastBattle);
  1857. call.args.progress = result.progress;
  1858. call.args.result = result.result;
  1859. const timer = Math.max(result.battleTime / timerDiv + 1.5, 3);
  1860. console.log(timer);
  1861. await countdownTimer(timer);
  1862. // } else {
  1863. // attackers.input = ["auto", 0, 0, "auto", 0, 0];
  1864. // }
  1865. }
  1866. changeRequest = true;
  1867. }
  1868. /**
  1869. * Quiz Answer
  1870. * Ответ на викторину
  1871. */
  1872. if (call.name == 'quizAnswer') {
  1873. /**
  1874. * Automatically changes the answer to the correct one if there is one.
  1875. * Автоматически меняет ответ на правильный если он есть
  1876. */
  1877. if (lastAnswer && isChecked('getAnswer')) {
  1878. call.args.answerId = lastAnswer;
  1879. lastAnswer = null;
  1880. changeRequest = true;
  1881. }
  1882. }
  1883. /**
  1884. * Present
  1885. * Подарки
  1886. */
  1887. if (call.name == 'freebieCheck') {
  1888. freebieCheckInfo = call;
  1889. }
  1890. /**
  1891. * Getting mission data for auto-repeat
  1892. * Получение данных миссии для автоповтора
  1893. */
  1894. if ((isRepeatMission || isChecked('isRepeatMission')) &&
  1895. call.name == 'missionEnd') {
  1896. let missionInfo = {
  1897. id: call.args.id,
  1898. result: call.args.result,
  1899. heroes: call.args.progress[0].attackers.heroes,
  1900. count: 0,
  1901. }
  1902. setTimeout(async () => {
  1903. if (!isSendsMission && await popup.confirm(I18N('MSG_REPEAT_MISSION'), [
  1904. { msg: I18N('BTN_REPEAT'), result: true},
  1905. { msg: I18N('BTN_NO'), result: false},
  1906. ])) {
  1907. isStopSendMission = false;
  1908. isSendsMission = true;
  1909. sendsMission(missionInfo);
  1910. }
  1911. }, 0);
  1912. }
  1913. /**
  1914. * Getting mission data
  1915. * Получение данных миссии
  1916. */
  1917. if (call.name == 'missionStart') {
  1918. lastMissionStart = call.args;
  1919. }
  1920. /**
  1921. * Specify the quantity for Titan Orbs and Pet Eggs
  1922. * Указать количество для сфер титанов и яиц петов
  1923. */
  1924. if (isChecked('countControl') &&
  1925. (call.name == 'pet_chestOpen' ||
  1926. call.name == 'titanUseSummonCircle') &&
  1927. call.args.amount > 1) {
  1928. call.args.amount = 1;
  1929. const result = await popup.confirm(I18N('MSG_SPECIFY_QUANT'), [
  1930. { msg: I18N('BTN_OPEN'), isInput: true, default: call.args.amount},
  1931. ]);
  1932. if (result) {
  1933. call.args.amount = result;
  1934. changeRequest = true;
  1935. }
  1936. }
  1937. /**
  1938. * Specify the amount for keys and spheres of titan artifacts
  1939. * Указать колличество для ключей и сфер артефактов титанов
  1940. */
  1941. if (isChecked('countControl') &&
  1942. (call.name == 'artifactChestOpen' ||
  1943. call.name == 'titanArtifactChestOpen') &&
  1944. call.args.amount > 1 &&
  1945. call.args.free &&
  1946. !changeRequest) {
  1947. artifactChestOpenCallName = call.name;
  1948. let result = await popup.confirm(I18N('MSG_SPECIFY_QUANT'), [
  1949. { msg: I18N('BTN_OPEN'), isInput: true, default: call.args.amount },
  1950. ]);
  1951. if (result) {
  1952. let sphere = result < 10 ? 1 : 10;
  1953.  
  1954. call.args.amount = sphere;
  1955. result -= sphere;
  1956.  
  1957. for (let count = result; count > 0; count -= sphere) {
  1958. if (count < 10) sphere = 1;
  1959. const ident = artifactChestOpenCallName + "_" + count;
  1960. testData.calls.push({
  1961. name: artifactChestOpenCallName,
  1962. args: {
  1963. amount: sphere,
  1964. free: true,
  1965. },
  1966. ident: ident
  1967. });
  1968. if (!Array.isArray(requestHistory[this.uniqid].calls[call.name])) {
  1969. requestHistory[this.uniqid].calls[call.name] = [requestHistory[this.uniqid].calls[call.name]];
  1970. }
  1971. requestHistory[this.uniqid].calls[call.name].push(ident);
  1972. }
  1973.  
  1974. artifactChestOpen = true;
  1975. changeRequest = true;
  1976. }
  1977. }
  1978. if (call.name == 'consumableUseLootBox') {
  1979. lastRussianDollId = call.args.libId;
  1980. /**
  1981. * Specify quantity for gold caskets
  1982. * Указать количество для золотых шкатулок
  1983. */
  1984. if (isChecked('countControl') &&
  1985. call.args.libId == 148 &&
  1986. call.args.amount > 1) {
  1987. const result = await popup.confirm(I18N('MSG_SPECIFY_QUANT'), [
  1988. { msg: I18N('BTN_OPEN'), isInput: true, default: call.args.amount},
  1989. ]);
  1990. call.args.amount = result;
  1991. changeRequest = true;
  1992. }
  1993. }
  1994. /**
  1995. * Adding a request to receive 26 store
  1996. * Добавление запроса на получение 26 магазина
  1997. */
  1998. if (call.name == 'registration') {
  1999. testData.calls.push({
  2000. name: "shopGet",
  2001. args: {
  2002. shopId: "26"
  2003. },
  2004. ident: "shopGet"
  2005. });
  2006. changeRequest = true;
  2007. }
  2008. /**
  2009. * Changing the maximum number of raids in the campaign
  2010. * Изменение максимального количества рейдов в кампании
  2011. */
  2012. // if (call.name == 'missionRaid') {
  2013. // if (isChecked('countControl') && call.args.times > 1) {
  2014. // const result = +(await popup.confirm(I18N('MSG_SPECIFY_QUANT'), [
  2015. // { msg: I18N('BTN_RUN'), isInput: true, default: call.args.times },
  2016. // ]));
  2017. // call.args.times = result > call.args.times ? call.args.times : result;
  2018. // changeRequest = true;
  2019. // }
  2020. // }
  2021. }
  2022.  
  2023. let headers = requestHistory[this.uniqid].headers;
  2024. if (changeRequest) {
  2025. sourceData = JSON.stringify(testData);
  2026. headers['X-Auth-Signature'] = getSignature(headers, sourceData);
  2027. }
  2028.  
  2029. let signature = headers['X-Auth-Signature'];
  2030. if (signature) {
  2031. original.setRequestHeader.call(this, 'X-Auth-Signature', signature);
  2032. }
  2033. } catch (err) {
  2034. console.log("Request(send, " + this.uniqid + "):\n", sourceData, "Error:\n", err);
  2035. }
  2036. return sourceData;
  2037. }
  2038. /**
  2039. * Processing and substitution of incoming data
  2040. *
  2041. * Обработка и подмена входящих данных
  2042. */
  2043. async function checkChangeResponse(response) {
  2044. try {
  2045. isChange = false;
  2046. let nowTime = Math.round(Date.now() / 1000);
  2047. callsIdent = requestHistory[this.uniqid].calls;
  2048. respond = JSON.parse(response);
  2049. /**
  2050. * If the request returned an error removes the error (removes synchronization errors)
  2051. * Если запрос вернул ошибку удаляет ошибку (убирает ошибки синхронизации)
  2052. */
  2053. if (respond.error) {
  2054. isChange = true;
  2055. console.error(respond.error);
  2056. if (isChecked('showErrors')) {
  2057. popup.confirm(I18N('ERROR_MSG', {
  2058. name: respond.error.name,
  2059. description: respond.error.description,
  2060. }));
  2061. }
  2062. delete respond.error;
  2063. respond.results = [];
  2064. }
  2065. let mainReward = null;
  2066. const allReward = {};
  2067. let readQuestInfo = false;
  2068. for (const call of respond.results) {
  2069. /**
  2070. * Obtaining initial data for completing quests
  2071. * Получение исходных данных для выполнения квестов
  2072. */
  2073. if (readQuestInfo) {
  2074. questsInfo[call.ident] = call.result.response;
  2075. }
  2076. /**
  2077. * Getting a user ID
  2078. * Получение идетификатора пользователя
  2079. */
  2080. if (call.ident == callsIdent['registration']) {
  2081. userId = call.result.response.userId;
  2082. readQuestInfo = true;
  2083. }
  2084. /**
  2085. * Endless lives in brawls
  2086. * Бесконечные жизни в потасовках
  2087. */
  2088. if (getSaveVal('autoBrawls') && call.ident == callsIdent['brawl_getInfo']) {
  2089. brawl = call.result.response;
  2090. if (brawl) {
  2091. brawl.boughtEndlessLivesToday = 1;
  2092. isChange = true;
  2093. }
  2094. }
  2095. /**
  2096. * Hiding donation offers 1
  2097. * Скрываем предложения доната 1
  2098. */
  2099. if (call.ident == callsIdent['billingGetAll'] && getSaveVal('noOfferDonat')) {
  2100. const billings = call.result.response?.billings;
  2101. const bundle = call.result.response?.bundle;
  2102. if (billings && bundle) {
  2103. call.result.response.billings = [];
  2104. call.result.response.bundle = [];
  2105. isChange = true;
  2106. }
  2107. }
  2108. /**
  2109. * Hiding donation offers 2
  2110. * Скрываем предложения доната 2
  2111. */
  2112. if (getSaveVal('noOfferDonat') &&
  2113. (call.ident == callsIdent['offerGetAll'] ||
  2114. call.ident == callsIdent['specialOffer_getAll'])) {
  2115. let offers = call.result.response;
  2116. if (offers) {
  2117. call.result.response = offers.filter(e => !['addBilling', 'bundleCarousel'].includes(e.type));
  2118. isChange = true;
  2119. }
  2120. }
  2121. /**
  2122. * Hiding donation offers 3
  2123. * Скрываем предложения доната 3
  2124. */
  2125. if (getSaveVal('noOfferDonat') && call.result?.bundleUpdate) {
  2126. delete call.result.bundleUpdate;
  2127. isChange = true;
  2128. }
  2129. /**
  2130. * Copies a quiz question to the clipboard
  2131. * Копирует вопрос викторины в буфер обмена и получает на него ответ если есть
  2132. */
  2133. if (call.ident == callsIdent['quizGetNewQuestion']) {
  2134. let quest = call.result.response;
  2135. console.log(quest.question);
  2136. copyText(quest.question);
  2137. setProgress(I18N('QUESTION_COPY'), true);
  2138. quest.lang = null;
  2139. if (typeof NXFlashVars !== 'undefined') {
  2140. quest.lang = NXFlashVars.interface_lang;
  2141. }
  2142. lastQuestion = quest;
  2143. if (isChecked('getAnswer')) {
  2144. const answer = await getAnswer(lastQuestion);
  2145. if (answer) {
  2146. lastAnswer = answer;
  2147. console.log(answer);
  2148. setProgress(`${I18N('ANSWER_KNOWN')}: ${answer}`, true);
  2149. } else {
  2150. setProgress(I18N('ANSWER_NOT_KNOWN'), true);
  2151. }
  2152. }
  2153. }
  2154. /**
  2155. * Submits a question with an answer to the database
  2156. * Отправляет вопрос с ответом в базу данных
  2157. */
  2158. if (call.ident == callsIdent['quizAnswer']) {
  2159. const answer = call.result.response;
  2160. if (lastQuestion) {
  2161. const answerInfo = {
  2162. answer,
  2163. question: lastQuestion,
  2164. lang: null,
  2165. }
  2166. if (typeof NXFlashVars !== 'undefined') {
  2167. answerInfo.lang = NXFlashVars.interface_lang;
  2168. }
  2169. lastQuestion = null;
  2170. setTimeout(sendAnswerInfo, 0, answerInfo);
  2171. }
  2172. }
  2173. /**
  2174. * Get user data
  2175. * Получить даныне пользователя
  2176. */
  2177. if (call.ident == callsIdent['userGetInfo']) {
  2178. let user = call.result.response;
  2179. userInfo = Object.assign({}, user);
  2180. delete userInfo.refillable;
  2181. if (!questsInfo['userGetInfo']) {
  2182. questsInfo['userGetInfo'] = user;
  2183. }
  2184. }
  2185. /**
  2186. * Start of the battle for recalculation
  2187. * Начало боя для прерасчета
  2188. */
  2189. if ((call.ident == callsIdent['clanWarAttack'] ||
  2190. call.ident == callsIdent['crossClanWar_startBattle'] ||
  2191. call.ident == callsIdent['battleGetReplay'] ||
  2192. call.ident == callsIdent['adventureSolo_turnStartBattle'] ||
  2193. call.ident == callsIdent['adventure_turnStartBattle']) &&
  2194. isChecked('preCalcBattle')) {
  2195. setProgress('Идет прерасчет боя');
  2196. let battle = call.result.response.battle || call.result.response.replay;
  2197. lastBattleInfo = battle;
  2198. console.log(battle.type);
  2199. function getBattleInfo(battle, isRandSeed) {
  2200. return new Promise(function (resolve) {
  2201. if (isRandSeed) {
  2202. battle.seed = Math.floor(Date.now() / 1000) + random(0, 1e3);
  2203. }
  2204. BattleCalc(battle, getBattleType(battle.type), e => resolve(e.result.win));
  2205. });
  2206. }
  2207. let actions = [getBattleInfo(battle, false)]
  2208. const countTestBattle = getInput('countTestBattle');
  2209. if (call.ident == callsIdent['battleGetReplay']) {
  2210. battle.progress = [{ attackers: { input: ["auto", 0, 0, "auto", 0, 0] } }];
  2211. }
  2212. for (let i = 0; i < countTestBattle; i++) {
  2213. actions.push(getBattleInfo(battle, true));
  2214. }
  2215. Promise.all(actions)
  2216. .then(e => {
  2217. let firstBattle = e.shift();
  2218. let countWin = e.reduce((w, s) => w + s);
  2219. setProgress(`${I18N('THIS_TIME')} ${(firstBattle ? I18N('VICTORY') : I18N('DEFEAT'))} ${I18N('CHANCE_TO_WIN')}: ${Math.floor(countWin / e.length * 100)}% (${e.length})`, false, hideProgress)
  2220. });
  2221. }
  2222. //тест сохранки турнир
  2223. /** Запоминаем команды в реплее*/
  2224. if (call.ident == callsIdent['battleGetReplay']) {
  2225. let battle = call.result.response.replay;
  2226. repleyBattle.attackers = battle.attackers;
  2227. repleyBattle.defenders = battle.defenders[0];
  2228. repleyBattle.effects = battle.effects.defenders;
  2229. repleyBattle.state = battle.progress[0].defenders.heroes;
  2230. repleyBattle.seed = battle.seed;
  2231. }
  2232. /** Нападение в турнире*/
  2233. if (call.ident == callsIdent['titanArenaStartBattle']) {
  2234. let bestBattle = getInput('countBattle');
  2235. let unrandom = getInput('needResource');
  2236. let maxPower = getInput('needResource2');
  2237. if (bestBattle * unrandom * maxPower == 0) {
  2238. let battle = call.result.response.battle;
  2239. if (bestBattle == 0) {
  2240. battle.progress = bestLordBattle[battle.typeId]?.progress;
  2241. }
  2242. if (unrandom == 0 && !!repleyBattle.seed) {
  2243. battle.seed = repleyBattle.seed;
  2244. }
  2245. if (maxPower == 0) {
  2246. battle.attackers = getTitansPack(Object.keys(battle.attackers));
  2247. }
  2248. isChange = true;
  2249. }
  2250. }
  2251. /** Тест боев с усилениями команд защиты*/
  2252. if (call.ident == callsIdent['chatAcceptChallenge']) {
  2253. let battle = call.result.response.battle;
  2254. addBuff(battle);
  2255. let testType = getInput('countBattle');
  2256. if (testType.slice(0, 1) == "-") {
  2257. testType = parseInt(testType.slice(1), 10);
  2258. switch (testType) {
  2259. case 1:
  2260. battle.defenders[0] = repleyBattle.defenders;
  2261. break; //наша атака против защиты из реплея
  2262. case 2:
  2263. battle.defenders[0] = repleyBattle.attackers;
  2264. break; //наша атака против атаки из реплея
  2265. case 3:
  2266. battle.attackers = repleyBattle.attackers;
  2267. break; //атака из реплея против защиты в чате
  2268. case 4:
  2269. battle.attackers = repleyBattle.defenders;
  2270. break; //защита из реплея против защиты в чате
  2271. case 5:
  2272. battle.attackers = repleyBattle.attackers;
  2273. battle.defenders[0] = repleyBattle.defenders;
  2274. break; //атака из реплея против защиты из реплея
  2275. case 6:
  2276. battle.attackers = repleyBattle.defenders;
  2277. battle.defenders[0] = repleyBattle.attackers;
  2278. break; //защита из реплея против атаки из реплея
  2279. case 7:
  2280. battle.attackers = repleyBattle.attackers;
  2281. battle.defenders[0] = repleyBattle.attackers;
  2282. break;
  2283. case 8:
  2284. battle.attackers = repleyBattle.defenders;
  2285. battle.defenders[0] = repleyBattle.defenders;
  2286. break;
  2287. }
  2288. }
  2289.  
  2290. isChange = true;
  2291. }
  2292. //тест сохранки
  2293.  
  2294.  
  2295. /**
  2296. * Start of the Asgard boss fight
  2297. * Начало боя с боссом Асгарда
  2298. */
  2299. if (call.ident == callsIdent['clanRaid_startBossBattle']) {
  2300. lastBossBattleInfo = call.result.response.battle;
  2301. if (isChecked('preCalcBattle')) {
  2302. const result = await Calc(lastBossBattleInfo).then(e => e.progress[0].defenders.heroes[1].extra);
  2303. const bossDamage = result.damageTaken + result.damageTakenNextLevel;
  2304. setProgress(I18N('BOSS_DAMAGE') + bossDamage.toLocaleString(), false, hideProgress);
  2305. }
  2306. }
  2307. /**
  2308. * Cancel tutorial
  2309. * Отмена туториала
  2310. */
  2311. if (isCanceledTutorial && call.ident == callsIdent['tutorialGetInfo']) {
  2312. let chains = call.result.response.chains;
  2313. for (let n in chains) {
  2314. chains[n] = 9999;
  2315. }
  2316. isChange = true;
  2317. }
  2318. /**
  2319. * Opening keys and spheres of titan artifacts
  2320. * Открытие ключей и сфер артефактов титанов
  2321. */
  2322. if (artifactChestOpen &&
  2323. (call.ident == callsIdent[artifactChestOpenCallName] ||
  2324. (callsIdent[artifactChestOpenCallName] && callsIdent[artifactChestOpenCallName].includes(call.ident)))) {
  2325. let reward = call.result.response[artifactChestOpenCallName == 'artifactChestOpen' ? 'chestReward' : 'reward'];
  2326.  
  2327. reward.forEach(e => {
  2328. for (let f in e) {
  2329. if (!allReward[f]) {
  2330. allReward[f] = {};
  2331. }
  2332. for (let o in e[f]) {
  2333. if (!allReward[f][o]) {
  2334. allReward[f][o] = e[f][o];
  2335. } else {
  2336. allReward[f][o] += e[f][o];
  2337. }
  2338. }
  2339. }
  2340. });
  2341.  
  2342. if (!call.ident.includes(artifactChestOpenCallName)) {
  2343. mainReward = call.result.response;
  2344. }
  2345. }
  2346.  
  2347. /**
  2348. * Sum the result of opening Pet Eggs
  2349. * Суммирование результата открытия яиц питомцев
  2350. */
  2351. if (isChecked('countControl') && call.ident == callsIdent['pet_chestOpen']) {
  2352. const rewards = call.result.response.rewards;
  2353. rewards.forEach(e => {
  2354. for (let f in e) {
  2355. if (!allReward[f]) {
  2356. allReward[f] = {};
  2357. }
  2358. for (let o in e[f]) {
  2359. if (!allReward[f][o]) {
  2360. allReward[f][o] = e[f][o];
  2361. } else {
  2362. allReward[f][o] += e[f][o];
  2363. }
  2364. }
  2365. }
  2366. });
  2367. call.result.response.rewards = [allReward];
  2368. isChange = true;
  2369. }
  2370. /**
  2371. * Auto-repeat opening matryoshkas
  2372. * АвтоПовтор открытия матрешек
  2373. */
  2374. if (isChecked('countControl') && call.ident == callsIdent['consumableUseLootBox']) {
  2375. let lootBox = call.result.response;
  2376. let newCount = 0;
  2377. for (let n of lootBox) {
  2378. if (n?.consumable && n.consumable[lastRussianDollId]) {
  2379. newCount += n.consumable[lastRussianDollId]
  2380. }
  2381. }
  2382. if (newCount && await popup.confirm(`${I18N('BTN_OPEN')} ${newCount} ${I18N('OPEN_DOLLS')}?`, [
  2383. { msg: I18N('BTN_OPEN'), result: true},
  2384. { msg: I18N('BTN_NO'), result: false},
  2385. ])) {
  2386. openRussianDoll(lastRussianDollId, newCount);
  2387. }
  2388. }
  2389. //тест кусок кода между удалено в 127 версии
  2390. /**
  2391. * Getting data on quests
  2392. * Получение данных по квестам
  2393. *
  2394. if (call.ident == callsIdent['questGetAll']) {
  2395. if (!questsInfo['questGetAll']) {
  2396. questsInfo['questGetAll'] = call.result.response;
  2397. }
  2398. }
  2399. /**
  2400. * Getting Inventory Data for Quests
  2401. * Получение данных инвентаря для квестов
  2402. *
  2403. if (call.ident == callsIdent['inventoryGet']) {
  2404. if (!questsInfo['inventoryGet']) {
  2405. questsInfo['inventoryGet'] = call.result.response;
  2406. }
  2407. }
  2408. /**
  2409. * Obtaining Hero Data for Quests
  2410. * Получение данных героев для квестов
  2411. *
  2412. if (call.ident == callsIdent['heroGetAll']) {
  2413. if (!questsInfo['heroGetAll']) {
  2414. questsInfo['heroGetAll'] = call.result.response;
  2415. }
  2416. }
  2417. /**
  2418. * Obtaining titan data for quests
  2419. * Получение данных титанов для квестов
  2420. *
  2421. if (call.ident == callsIdent['titanGetAll']) {
  2422. if (!questsInfo['titanGetAll']) {
  2423. questsInfo['titanGetAll'] = call.result.response;
  2424. }
  2425. }*/
  2426. //тест конец удаленного куска
  2427. /**
  2428. * Dungeon recalculation (fix endless cards)
  2429. * Прерасчет подземки (исправление бесконечных карт)
  2430. */
  2431. if (isChecked('endlessCards') &&
  2432. call.ident == callsIdent['dungeonStartBattle']) {
  2433. lastDungeonBattleData = call.result.response;
  2434. }
  2435. /**
  2436. * Adding 26 store to other stores
  2437. * Добавление 26 магазина к остальным магазинам
  2438. */
  2439. if (call.ident == callsIdent['shopGetAll']) {
  2440. const shop26 = respond.results.find(e => e.ident == callsIdent['shopGet']);
  2441. if (shop26) {
  2442. call.result.response[26] = shop26.result.response;
  2443. isChange = true;
  2444. }
  2445. }
  2446. /**
  2447. * Getting subscription status
  2448. * Получение состояния подписки
  2449. */
  2450. if (call.ident == callsIdent['subscriptionGetInfo']) {
  2451. if (call.result.response.subscription) {
  2452. timerDiv = 5;
  2453. }
  2454. }
  2455. }
  2456.  
  2457. if (mainReward && artifactChestOpen) {
  2458. console.log(allReward);
  2459. mainReward[artifactChestOpenCallName == 'artifactChestOpen' ? 'chestReward' : 'reward'] = [allReward];
  2460. artifactChestOpen = false;
  2461. artifactChestOpenCallName = '';
  2462. isChange = true;
  2463. }
  2464. } catch(err) {
  2465. console.log("Request(response, " + this.uniqid + "):\n", "Error:\n", response, err);
  2466. }
  2467.  
  2468. if (isChange) {
  2469. Object.defineProperty(this, 'responseText', {
  2470. writable: true
  2471. });
  2472. this.responseText = JSON.stringify(respond);
  2473. }
  2474. }
  2475.  
  2476. // тест боев бафы сохранка
  2477. /** Добавляет в бой эффекты усиления*/
  2478. function addBuff(battle) {
  2479. let effects = battle.effects;
  2480. let buffType = getInput('needResource2');
  2481. if (-1 < buffType && buffType < 7) {
  2482. let percentBuff = getInput('needResource');
  2483. effects.defenders = {};
  2484. effects.defenders[buffs[buffType]] = percentBuff;
  2485. } else if (buffType.slice(0, 1) == "-") {
  2486. buffType = parseInt(buffType.slice(1), 10);
  2487. effects.defenders = repleyBattle.effects;
  2488. battle.defenders[0] = repleyBattle.defenders;
  2489. let def = battle.defenders[0];
  2490. if (buffType == 1) {
  2491. for (let i in def) {
  2492. let state = def[i].state;
  2493. state.hp = state.maxHp;
  2494. state.energy = 0;
  2495. state.isDead = false;
  2496. }
  2497. } else if (buffType == 2) {
  2498. for (let i in def) {
  2499. let state = def[i].state;
  2500. let rState = repleyBattle.state[i];
  2501. if (!!rState) {
  2502. state.hp = rState.hp;
  2503. state.energy = rState.energy;
  2504. state.isDead = rState.isDead;
  2505. } else {
  2506. state.hp = 0;
  2507. state.energy = 0;
  2508. state.isDead = true;
  2509. }
  2510. }
  2511. }
  2512. }
  2513. }
  2514.  
  2515. const buffs = ['percentBuffAll_energyIncrease', 'percentBuffHp', 'percentIncomeDamageReduce_any', 'percentBuffAll_healing', 'percentBuffAll_armor', 'percentBuffAll_magicResist', 'percentBuffAll_castSpeed']
  2516.  
  2517. // тест боев бафы сохранка
  2518.  
  2519. /**
  2520. * Request an answer to a question
  2521. *
  2522. * Запрос ответа на вопрос
  2523. */
  2524. async function getAnswer(question) {
  2525. return new Promise((resolve, reject) => {
  2526. fetch('https://zingery.ru/heroes/getAnswer.php', {
  2527. method: 'POST',
  2528. body: JSON.stringify(question)
  2529. }).then(
  2530. response => response.json()
  2531. ).then(
  2532. data => {
  2533. if (data.result) {
  2534. resolve(data.result);
  2535. } else {
  2536. resolve(false);
  2537. }
  2538. }
  2539. ).catch((error) => {
  2540. console.error(error);
  2541. resolve(false);
  2542. });
  2543. })
  2544. }
  2545.  
  2546. /**
  2547. * Submitting a question and answer to a database
  2548. *
  2549. * Отправка вопроса и ответа в базу данных
  2550. */
  2551. function sendAnswerInfo(answerInfo) {
  2552. fetch('https://zingery.ru/heroes/setAnswer.php', {
  2553. method: 'POST',
  2554. body: JSON.stringify(answerInfo)
  2555. }).then(
  2556. response => response.json()
  2557. ).then(
  2558. data => {
  2559. if (data.result) {
  2560. console.log(I18N('SENT_QUESTION'));
  2561. }
  2562. }
  2563. )
  2564. }
  2565.  
  2566. /**
  2567. * Returns the battle type by preset type
  2568. *
  2569. * Возвращает тип боя по типу пресета
  2570. */
  2571. function getBattleType(strBattleType) {
  2572. switch (strBattleType) {
  2573. case "invasion":
  2574. return "get_invasion";
  2575. case "titan_pvp_manual":
  2576. return "get_titanPvpManual";
  2577. case "titan_pvp":
  2578. return "get_titanPvp";
  2579. case "titan_clan_pvp":
  2580. case "clan_pvp_titan":
  2581. case "clan_global_pvp_titan":
  2582. case "brawl_titan":
  2583. case "challenge_titan":
  2584. return "get_titanClanPvp";
  2585. case "clan_raid": // Asgard Boss // Босс асгарда
  2586. case "adventure": // Adventures // Приключения
  2587. case "clan_global_pvp":
  2588. case "clan_pvp":
  2589. case "challenge":
  2590. return "get_clanPvp";
  2591. case "dungeon_titan":
  2592. case "titan_tower":
  2593. return "get_titan";
  2594. case "tower":
  2595. return "get_tower";
  2596. case "clan_dungeon":
  2597. return "get_tower";
  2598. case "pve":
  2599. return "get_pve";
  2600. case "pvp_manual":
  2601. return "get_pvpManual";
  2602. case "grand":
  2603. case "arena":
  2604. case "pvp":
  2605. return "get_pvp";
  2606. case "core":
  2607. return "get_core";
  2608. case "boss_10":
  2609. case "boss_11":
  2610. case "boss_12":
  2611. return "get_boss";
  2612. default:
  2613. return "get_clanPvp";
  2614. }
  2615. }
  2616. /**
  2617. * Returns the class name of the passed object
  2618. *
  2619. * Возвращает название класса переданного объекта
  2620. */
  2621. function getClass(obj) {
  2622. return {}.toString.call(obj).slice(8, -1);
  2623. }
  2624. /**
  2625. * Calculates the request signature
  2626. *
  2627. * Расчитывает сигнатуру запроса
  2628. */
  2629. this.getSignature = function(headers, data) {
  2630. const sign = {
  2631. signature: '',
  2632. length: 0,
  2633. add: function (text) {
  2634. this.signature += text;
  2635. if (this.length < this.signature.length) {
  2636. this.length = 3 * (this.signature.length + 1) >> 1;
  2637. }
  2638. },
  2639. }
  2640. sign.add(headers["X-Request-Id"]);
  2641. sign.add(':');
  2642. sign.add(headers["X-Auth-Token"]);
  2643. sign.add(':');
  2644. sign.add(headers["X-Auth-Session-Id"]);
  2645. sign.add(':');
  2646. sign.add(data);
  2647. sign.add(':');
  2648. sign.add('LIBRARY-VERSION=1');
  2649. sign.add('UNIQUE-SESSION-ID=' + headers["X-Env-Unique-Session-Id"]);
  2650.  
  2651. return md5(sign.signature);
  2652. }
  2653. /**
  2654. * Creates an interface
  2655. *
  2656. * Создает интерфейс
  2657. */
  2658. function createInterface() {
  2659. scriptMenu.init({
  2660. showMenu: true
  2661. });
  2662. scriptMenu.addHeader(GM_info.script.name, justInfo);
  2663. scriptMenu.addHeader('v' + GM_info.script.version);
  2664. }
  2665.  
  2666. function addControls() {
  2667. const checkboxDetails = scriptMenu.addDetails(I18N('SETTINGS'));
  2668. for (let name in checkboxes) {
  2669. checkboxes[name].cbox = scriptMenu.addCheckbox(checkboxes[name].label, checkboxes[name].title, checkboxDetails);
  2670. /**
  2671. * Getting the state of checkboxes from storage
  2672. * Получаем состояние чекбоксов из storage
  2673. */
  2674. let val = storage.get(name, null);
  2675. if (val != null) {
  2676. checkboxes[name].cbox.checked = val;
  2677. } else {
  2678. storage.set(name, checkboxes[name].default);
  2679. checkboxes[name].cbox.checked = checkboxes[name].default;
  2680. }
  2681. /**
  2682. * Tracing the change event of the checkbox for writing to storage
  2683. * Отсеживание события изменения чекбокса для записи в storage
  2684. */
  2685. checkboxes[name].cbox.dataset['name'] = name;
  2686. checkboxes[name].cbox.addEventListener('change', async function (event) {
  2687. const nameCheckbox = this.dataset['name'];
  2688. /*
  2689. if (this.checked && nameCheckbox == 'cancelBattle') {
  2690. this.checked = false;
  2691. if (await popup.confirm(I18N('MSG_BAN_ATTENTION'), [
  2692. { msg: I18N('BTN_NO_I_AM_AGAINST'), result: true },
  2693. { msg: I18N('BTN_YES_I_AGREE'), result: false },
  2694. ])) {
  2695. return;
  2696. }
  2697. this.checked = true;
  2698. }
  2699. */
  2700. storage.set(nameCheckbox, this.checked);
  2701. })
  2702. }
  2703.  
  2704. const checkboxDetails2 = scriptMenu.addDetails(I18N('SAVE_PACKS'));
  2705. for (let name in checkboxes2) {
  2706. checkboxes2[name].cbox = scriptMenu.addCheckbox(checkboxes2[name].label, checkboxes2[name].title, checkboxDetails2);
  2707. /**
  2708. * Getting the state of checkboxes from storage
  2709. * Получаем состояние чекбоксов из storage
  2710. */
  2711. let val = storage.get(name, null);
  2712. if (val != null) {
  2713. checkboxes2[name].cbox.checked = val;
  2714. } else {
  2715. storage.set(name, checkboxes2[name].default);
  2716. checkboxes2[name].cbox.checked = checkboxes2[name].default;
  2717. }
  2718. /**
  2719. * Tracing the change event of the checkbox for writing to storage
  2720. * Отсеживание события изменения чекбокса для записи в storage
  2721. */
  2722. checkboxes2[name].cbox.dataset['name'] = name;
  2723. checkboxes2[name].cbox.addEventListener('change', async function (event) {
  2724. const nameCheckbox = this.dataset['name'];
  2725. storage.set(nameCheckbox, this.checked);
  2726. })
  2727. }
  2728.  
  2729. const inputDetails = scriptMenu.addDetails(I18N('VALUES'));
  2730. for (let name in inputs) {
  2731. inputs[name].input = scriptMenu.addInputText(inputs[name].title, false, inputDetails);
  2732. /**
  2733. * Get inputText state from storage
  2734. * Получаем состояние inputText из storage
  2735. */
  2736. let val = storage.get(name, null);
  2737. if (val != null) {
  2738. inputs[name].input.value = val;
  2739. } else {
  2740. storage.set(name, inputs[name].default);
  2741. inputs[name].input.value = inputs[name].default;
  2742. }
  2743. /**
  2744. * Tracing a field change event for a record in storage
  2745. * Отсеживание события изменения поля для записи в storage
  2746. */
  2747. inputs[name].input.dataset['name'] = name;
  2748. inputs[name].input.addEventListener('input', function () {
  2749. const inputName = this.dataset['name'];
  2750. let value = +this.value;
  2751. if (!value || Number.isNaN(value)) {
  2752. value = storage.get(inputName, inputs[inputName].default);
  2753. inputs[name].input.value = value;
  2754. }
  2755. storage.set(inputName, value);
  2756. })
  2757. }
  2758. }
  2759.  
  2760. /**
  2761. * Sending a request
  2762. *
  2763. * Отправка запроса
  2764. */
  2765. function send(json, callback, pr) {
  2766. if (typeof json == 'string') {
  2767. json = JSON.parse(json);
  2768. }
  2769. for (const call of json.calls) {
  2770. if (!call?.context?.actionTs) {
  2771. call.context = {
  2772. actionTs: performance.now()
  2773. }
  2774. }
  2775. }
  2776. json = JSON.stringify(json);
  2777. /**
  2778. * We get the headlines of the previous intercepted request
  2779. * Получаем заголовки предыдущего перехваченого запроса
  2780. */
  2781. let headers = lastHeaders;
  2782. /**
  2783. * We increase the header of the query Certifier by 1
  2784. * Увеличиваем заголовок идетификатора запроса на 1
  2785. */
  2786. headers["X-Request-Id"]++;
  2787. /**
  2788. * We calculate the title with the signature
  2789. * Расчитываем заголовок с сигнатурой
  2790. */
  2791. headers["X-Auth-Signature"] = getSignature(headers, json);
  2792. /**
  2793. * Create a new ajax request
  2794. * Создаем новый AJAX запрос
  2795. */
  2796. let xhr = new XMLHttpRequest;
  2797. /**
  2798. * Indicate the previously saved URL for API queries
  2799. * Указываем ранее сохраненный URL для API запросов
  2800. */
  2801. xhr.open('POST', apiUrl, true);
  2802. /**
  2803. * Add the function to the event change event
  2804. * Добавляем функцию к событию смены статуса запроса
  2805. */
  2806. xhr.onreadystatechange = function() {
  2807. /**
  2808. * If the result of the request is obtained, we call the flask function
  2809. * Если результат запроса получен вызываем колбек функцию
  2810. */
  2811. if(xhr.readyState == 4) {
  2812. let randTimeout = Math.random() * 200 + 200;
  2813. setTimeout(callback, randTimeout, xhr.response, pr);
  2814. }
  2815. };
  2816. /**
  2817. * Indicate the type of request
  2818. * Указываем тип запроса
  2819. */
  2820. xhr.responseType = 'json';
  2821. /**
  2822. * We set the request headers
  2823. * Задаем заголовки запроса
  2824. */
  2825. for(let nameHeader in headers) {
  2826. let head = headers[nameHeader];
  2827. xhr.setRequestHeader(nameHeader, head);
  2828. }
  2829. /**
  2830. * Sending a request
  2831. * Отправляем запрос
  2832. */
  2833. xhr.send(json);
  2834. }
  2835.  
  2836. let hideTimeoutProgress = 0;
  2837. /**
  2838. * Hide progress
  2839. *
  2840. * Скрыть прогресс
  2841. */
  2842. function hideProgress(timeout) {
  2843. timeout = timeout || 0;
  2844. clearTimeout(hideTimeoutProgress);
  2845. hideTimeoutProgress = setTimeout(function () {
  2846. scriptMenu.setStatus('');
  2847. }, timeout);
  2848. }
  2849. /**
  2850. * Progress display
  2851. *
  2852. * Отображение прогресса
  2853. */
  2854. function setProgress(text, hide, onclick) {
  2855. scriptMenu.setStatus(text, onclick);
  2856. hide = hide || false;
  2857. if (hide) {
  2858. hideProgress(3000);
  2859. }
  2860. }
  2861.  
  2862. /**
  2863. * Calculates HASH MD5 from string
  2864. *
  2865. * Расчитывает HASH MD5 из строки
  2866. *
  2867. * [js-md5]{@link https://github.com/emn178/js-md5}
  2868. *
  2869. * @namespace md5
  2870. * @version 0.7.3
  2871. * @author Chen, Yi-Cyuan [emn178@gmail.com]
  2872. * @copyright Chen, Yi-Cyuan 2014-2017
  2873. * @license MIT
  2874. */
  2875. !function(){"use strict";function t(t){if(t)d[0]=d[16]=d[1]=d[2]=d[3]=d[4]=d[5]=d[6]=d[7]=d[8]=d[9]=d[10]=d[11]=d[12]=d[13]=d[14]=d[15]=0,this.blocks=d,this.buffer8=l;else if(a){var r=new ArrayBuffer(68);this.buffer8=new Uint8Array(r),this.blocks=new Uint32Array(r)}else this.blocks=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];this.h0=this.h1=this.h2=this.h3=this.start=this.bytes=this.hBytes=0,this.finalized=this.hashed=!1,this.first=!0}var r="input is invalid type",e="object"==typeof window,i=e?window:{};i.JS_MD5_NO_WINDOW&&(e=!1);var s=!e&&"object"==typeof self,h=!i.JS_MD5_NO_NODE_JS&&"object"==typeof process&&process.versions&&process.versions.node;h?i=global:s&&(i=self);var f=!i.JS_MD5_NO_COMMON_JS&&"object"==typeof module&&module.exports,o="function"==typeof define&&define.amd,a=!i.JS_MD5_NO_ARRAY_BUFFER&&"undefined"!=typeof ArrayBuffer,n="0123456789abcdef".split(""),u=[128,32768,8388608,-2147483648],y=[0,8,16,24],c=["hex","array","digest","buffer","arrayBuffer","base64"],p="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""),d=[],l;if(a){var A=new ArrayBuffer(68);l=new Uint8Array(A),d=new Uint32Array(A)}!i.JS_MD5_NO_NODE_JS&&Array.isArray||(Array.isArray=function(t){return"[object Array]"===Object.prototype.toString.call(t)}),!a||!i.JS_MD5_NO_ARRAY_BUFFER_IS_VIEW&&ArrayBuffer.isView||(ArrayBuffer.isView=function(t){return"object"==typeof t&&t.buffer&&t.buffer.constructor===ArrayBuffer});var b=function(r){return function(e){return new t(!0).update(e)[r]()}},v=function(){var r=b("hex");h&&(r=w(r)),r.create=function(){return new t},r.update=function(t){return r.create().update(t)};for(var e=0;e<c.length;++e){var i=c[e];r[i]=b(i)}return r},w=function(t){var e=eval("require('crypto')"),i=eval("require('buffer').Buffer"),s=function(s){if("string"==typeof s)return e.createHash("md5").update(s,"utf8").digest("hex");if(null===s||void 0===s)throw r;return s.constructor===ArrayBuffer&&(s=new Uint8Array(s)),Array.isArray(s)||ArrayBuffer.isView(s)||s.constructor===i?e.createHash("md5").update(new i(s)).digest("hex"):t(s)};return s};t.prototype.update=function(t){if(!this.finalized){var e,i=typeof t;if("string"!==i){if("object"!==i)throw r;if(null===t)throw r;if(a&&t.constructor===ArrayBuffer)t=new Uint8Array(t);else if(!(Array.isArray(t)||a&&ArrayBuffer.isView(t)))throw r;e=!0}for(var s,h,f=0,o=t.length,n=this.blocks,u=this.buffer8;f<o;){if(this.hashed&&(this.hashed=!1,n[0]=n[16],n[16]=n[1]=n[2]=n[3]=n[4]=n[5]=n[6]=n[7]=n[8]=n[9]=n[10]=n[11]=n[12]=n[13]=n[14]=n[15]=0),e)if(a)for(h=this.start;f<o&&h<64;++f)u[h++]=t[f];else for(h=this.start;f<o&&h<64;++f)n[h>>2]|=t[f]<<y[3&h++];else if(a)for(h=this.start;f<o&&h<64;++f)(s=t.charCodeAt(f))<128?u[h++]=s:s<2048?(u[h++]=192|s>>6,u[h++]=128|63&s):s<55296||s>=57344?(u[h++]=224|s>>12,u[h++]=128|s>>6&63,u[h++]=128|63&s):(s=65536+((1023&s)<<10|1023&t.charCodeAt(++f)),u[h++]=240|s>>18,u[h++]=128|s>>12&63,u[h++]=128|s>>6&63,u[h++]=128|63&s);else for(h=this.start;f<o&&h<64;++f)(s=t.charCodeAt(f))<128?n[h>>2]|=s<<y[3&h++]:s<2048?(n[h>>2]|=(192|s>>6)<<y[3&h++],n[h>>2]|=(128|63&s)<<y[3&h++]):s<55296||s>=57344?(n[h>>2]|=(224|s>>12)<<y[3&h++],n[h>>2]|=(128|s>>6&63)<<y[3&h++],n[h>>2]|=(128|63&s)<<y[3&h++]):(s=65536+((1023&s)<<10|1023&t.charCodeAt(++f)),n[h>>2]|=(240|s>>18)<<y[3&h++],n[h>>2]|=(128|s>>12&63)<<y[3&h++],n[h>>2]|=(128|s>>6&63)<<y[3&h++],n[h>>2]|=(128|63&s)<<y[3&h++]);this.lastByteIndex=h,this.bytes+=h-this.start,h>=64?(this.start=h-64,this.hash(),this.hashed=!0):this.start=h}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}},t.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var t=this.blocks,r=this.lastByteIndex;t[r>>2]|=u[3&r],r>=56&&(this.hashed||this.hash(),t[0]=t[16],t[16]=t[1]=t[2]=t[3]=t[4]=t[5]=t[6]=t[7]=t[8]=t[9]=t[10]=t[11]=t[12]=t[13]=t[14]=t[15]=0),t[14]=this.bytes<<3,t[15]=this.hBytes<<3|this.bytes>>>29,this.hash()}},t.prototype.hash=function(){var t,r,e,i,s,h,f=this.blocks;this.first?r=((r=((t=((t=f[0]-680876937)<<7|t>>>25)-271733879<<0)^(e=((e=(-271733879^(i=((i=(-1732584194^2004318071&t)+f[1]-117830708)<<12|i>>>20)+t<<0)&(-271733879^t))+f[2]-1126478375)<<17|e>>>15)+i<<0)&(i^t))+f[3]-1316259209)<<22|r>>>10)+e<<0:(t=this.h0,r=this.h1,e=this.h2,r=((r+=((t=((t+=((i=this.h3)^r&(e^i))+f[0]-680876936)<<7|t>>>25)+r<<0)^(e=((e+=(r^(i=((i+=(e^t&(r^e))+f[1]-389564586)<<12|i>>>20)+t<<0)&(t^r))+f[2]+606105819)<<17|e>>>15)+i<<0)&(i^t))+f[3]-1044525330)<<22|r>>>10)+e<<0),r=((r+=((t=((t+=(i^r&(e^i))+f[4]-176418897)<<7|t>>>25)+r<<0)^(e=((e+=(r^(i=((i+=(e^t&(r^e))+f[5]+1200080426)<<12|i>>>20)+t<<0)&(t^r))+f[6]-1473231341)<<17|e>>>15)+i<<0)&(i^t))+f[7]-45705983)<<22|r>>>10)+e<<0,r=((r+=((t=((t+=(i^r&(e^i))+f[8]+1770035416)<<7|t>>>25)+r<<0)^(e=((e+=(r^(i=((i+=(e^t&(r^e))+f[9]-1958414417)<<12|i>>>20)+t<<0)&(t^r))+f[10]-42063)<<17|e>>>15)+i<<0)&(i^t))+f[11]-1990404162)<<22|r>>>10)+e<<0,r=((r+=((t=((t+=(i^r&(e^i))+f[12]+1804603682)<<7|t>>>25)+r<<0)^(e=((e+=(r^(i=((i+=(e^t&(r^e))+f[13]-40341101)<<12|i>>>20)+t<<0)&(t^r))+f[14]-1502002290)<<17|e>>>15)+i<<0)&(i^t))+f[15]+1236535329)<<22|r>>>10)+e<<0,r=((r+=((i=((i+=(r^e&((t=((t+=(e^i&(r^e))+f[1]-165796510)<<5|t>>>27)+r<<0)^r))+f[6]-1069501632)<<9|i>>>23)+t<<0)^t&((e=((e+=(t^r&(i^t))+f[11]+643717713)<<14|e>>>18)+i<<0)^i))+f[0]-373897302)<<20|r>>>12)+e<<0,r=((r+=((i=((i+=(r^e&((t=((t+=(e^i&(r^e))+f[5]-701558691)<<5|t>>>27)+r<<0)^r))+f[10]+38016083)<<9|i>>>23)+t<<0)^t&((e=((e+=(t^r&(i^t))+f[15]-660478335)<<14|e>>>18)+i<<0)^i))+f[4]-405537848)<<20|r>>>12)+e<<0,r=((r+=((i=((i+=(r^e&((t=((t+=(e^i&(r^e))+f[9]+568446438)<<5|t>>>27)+r<<0)^r))+f[14]-1019803690)<<9|i>>>23)+t<<0)^t&((e=((e+=(t^r&(i^t))+f[3]-187363961)<<14|e>>>18)+i<<0)^i))+f[8]+1163531501)<<20|r>>>12)+e<<0,r=((r+=((i=((i+=(r^e&((t=((t+=(e^i&(r^e))+f[13]-1444681467)<<5|t>>>27)+r<<0)^r))+f[2]-51403784)<<9|i>>>23)+t<<0)^t&((e=((e+=(t^r&(i^t))+f[7]+1735328473)<<14|e>>>18)+i<<0)^i))+f[12]-1926607734)<<20|r>>>12)+e<<0,r=((r+=((h=(i=((i+=((s=r^e)^(t=((t+=(s^i)+f[5]-378558)<<4|t>>>28)+r<<0))+f[8]-2022574463)<<11|i>>>21)+t<<0)^t)^(e=((e+=(h^r)+f[11]+1839030562)<<16|e>>>16)+i<<0))+f[14]-35309556)<<23|r>>>9)+e<<0,r=((r+=((h=(i=((i+=((s=r^e)^(t=((t+=(s^i)+f[1]-1530992060)<<4|t>>>28)+r<<0))+f[4]+1272893353)<<11|i>>>21)+t<<0)^t)^(e=((e+=(h^r)+f[7]-155497632)<<16|e>>>16)+i<<0))+f[10]-1094730640)<<23|r>>>9)+e<<0,r=((r+=((h=(i=((i+=((s=r^e)^(t=((t+=(s^i)+f[13]+681279174)<<4|t>>>28)+r<<0))+f[0]-358537222)<<11|i>>>21)+t<<0)^t)^(e=((e+=(h^r)+f[3]-722521979)<<16|e>>>16)+i<<0))+f[6]+76029189)<<23|r>>>9)+e<<0,r=((r+=((h=(i=((i+=((s=r^e)^(t=((t+=(s^i)+f[9]-640364487)<<4|t>>>28)+r<<0))+f[12]-421815835)<<11|i>>>21)+t<<0)^t)^(e=((e+=(h^r)+f[15]+530742520)<<16|e>>>16)+i<<0))+f[2]-995338651)<<23|r>>>9)+e<<0,r=((r+=((i=((i+=(r^((t=((t+=(e^(r|~i))+f[0]-198630844)<<6|t>>>26)+r<<0)|~e))+f[7]+1126891415)<<10|i>>>22)+t<<0)^((e=((e+=(t^(i|~r))+f[14]-1416354905)<<15|e>>>17)+i<<0)|~t))+f[5]-57434055)<<21|r>>>11)+e<<0,r=((r+=((i=((i+=(r^((t=((t+=(e^(r|~i))+f[12]+1700485571)<<6|t>>>26)+r<<0)|~e))+f[3]-1894986606)<<10|i>>>22)+t<<0)^((e=((e+=(t^(i|~r))+f[10]-1051523)<<15|e>>>17)+i<<0)|~t))+f[1]-2054922799)<<21|r>>>11)+e<<0,r=((r+=((i=((i+=(r^((t=((t+=(e^(r|~i))+f[8]+1873313359)<<6|t>>>26)+r<<0)|~e))+f[15]-30611744)<<10|i>>>22)+t<<0)^((e=((e+=(t^(i|~r))+f[6]-1560198380)<<15|e>>>17)+i<<0)|~t))+f[13]+1309151649)<<21|r>>>11)+e<<0,r=((r+=((i=((i+=(r^((t=((t+=(e^(r|~i))+f[4]-145523070)<<6|t>>>26)+r<<0)|~e))+f[11]-1120210379)<<10|i>>>22)+t<<0)^((e=((e+=(t^(i|~r))+f[2]+718787259)<<15|e>>>17)+i<<0)|~t))+f[9]-343485551)<<21|r>>>11)+e<<0,this.first?(this.h0=t+1732584193<<0,this.h1=r-271733879<<0,this.h2=e-1732584194<<0,this.h3=i+271733878<<0,this.first=!1):(this.h0=this.h0+t<<0,this.h1=this.h1+r<<0,this.h2=this.h2+e<<0,this.h3=this.h3+i<<0)},t.prototype.hex=function(){this.finalize();var t=this.h0,r=this.h1,e=this.h2,i=this.h3;return n[t>>4&15]+n[15&t]+n[t>>12&15]+n[t>>8&15]+n[t>>20&15]+n[t>>16&15]+n[t>>28&15]+n[t>>24&15]+n[r>>4&15]+n[15&r]+n[r>>12&15]+n[r>>8&15]+n[r>>20&15]+n[r>>16&15]+n[r>>28&15]+n[r>>24&15]+n[e>>4&15]+n[15&e]+n[e>>12&15]+n[e>>8&15]+n[e>>20&15]+n[e>>16&15]+n[e>>28&15]+n[e>>24&15]+n[i>>4&15]+n[15&i]+n[i>>12&15]+n[i>>8&15]+n[i>>20&15]+n[i>>16&15]+n[i>>28&15]+n[i>>24&15]},t.prototype.toString=t.prototype.hex,t.prototype.digest=function(){this.finalize();var t=this.h0,r=this.h1,e=this.h2,i=this.h3;return[255&t,t>>8&255,t>>16&255,t>>24&255,255&r,r>>8&255,r>>16&255,r>>24&255,255&e,e>>8&255,e>>16&255,e>>24&255,255&i,i>>8&255,i>>16&255,i>>24&255]},t.prototype.array=t.prototype.digest,t.prototype.arrayBuffer=function(){this.finalize();var t=new ArrayBuffer(16),r=new Uint32Array(t);return r[0]=this.h0,r[1]=this.h1,r[2]=this.h2,r[3]=this.h3,t},t.prototype.buffer=t.prototype.arrayBuffer,t.prototype.base64=function(){for(var t,r,e,i="",s=this.array(),h=0;h<15;)t=s[h++],r=s[h++],e=s[h++],i+=p[t>>>2]+p[63&(t<<4|r>>>4)]+p[63&(r<<2|e>>>6)]+p[63&e];return t=s[h],i+=p[t>>>2]+p[t<<4&63]+"=="};var _=v();f?module.exports=_:(i.md5=_,o&&define(function(){return _}))}();
  2876.  
  2877. /**
  2878. * Script for beautiful dialog boxes
  2879. *
  2880. * Скрипт для красивых диалоговых окошек
  2881. */
  2882. const popup = new (function () {
  2883. this.popUp,
  2884. this.downer,
  2885. this.middle,
  2886. this.msgText,
  2887. this.buttons = [];
  2888. this.checkboxes = [];
  2889.  
  2890. function init() {
  2891. addStyle();
  2892. addBlocks();
  2893. }
  2894.  
  2895. const addStyle = () => {
  2896. let style = document.createElement('style');
  2897. style.innerText = `
  2898. .PopUp_ {
  2899. position: absolute;
  2900. min-width: 300px;
  2901. max-width: 500px;
  2902. max-height: 500px;
  2903. background-color: #190e08e6;
  2904. z-index: 10001;
  2905. top: 169px;
  2906. left: 345px;
  2907. border: 3px #ce9767 solid;
  2908. border-radius: 10px;
  2909. display: flex;
  2910. flex-direction: column;
  2911. justify-content: space-around;
  2912. padding: 15px 12px;
  2913. }
  2914.  
  2915. .PopUp_back {
  2916. position: absolute;
  2917. background-color: #00000066;
  2918. width: 100%;
  2919. height: 100%;
  2920. z-index: 10000;
  2921. top: 0;
  2922. left: 0;
  2923. }
  2924.  
  2925. .PopUp_close {
  2926. width: 40px;
  2927. height: 40px;
  2928. position: absolute;
  2929. right: -18px;
  2930. top: -18px;
  2931. border: 3px solid #c18550;
  2932. border-radius: 20px;
  2933. background: radial-gradient(circle, rgba(190,30,35,1) 0%, rgba(0,0,0,1) 100%);
  2934. background-position-y: 3px;
  2935. box-shadow: -1px 1px 3px black;
  2936. cursor: pointer;
  2937. box-sizing: border-box;
  2938. }
  2939.  
  2940. .PopUp_close:hover {
  2941. filter: brightness(1.2);
  2942. }
  2943.  
  2944. .PopUp_crossClose {
  2945. width: 100%;
  2946. height: 100%;
  2947. background-size: 65%;
  2948. background-position: center;
  2949. background-repeat: no-repeat;
  2950. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23f4cd73' d='M 0.826 12.559 C 0.431 12.963 3.346 15.374 3.74 14.97 C 4.215 15.173 8.167 10.457 7.804 10.302 C 7.893 10.376 11.454 14.64 11.525 14.372 C 12.134 15.042 15.118 12.086 14.638 11.689 C 14.416 11.21 10.263 7.477 10.402 7.832 C 10.358 7.815 11.731 7.101 14.872 3.114 C 14.698 2.145 13.024 1.074 12.093 1.019 C 11.438 0.861 8.014 5.259 8.035 5.531 C 7.86 5.082 3.61 1.186 3.522 1.59 C 2.973 1.027 0.916 4.611 1.17 4.873 C 0.728 4.914 5.088 7.961 5.61 7.995 C 5.225 7.532 0.622 12.315 0.826 12.559 Z'/%3e%3c/svg%3e")
  2951. }
  2952.  
  2953. .PopUp_blocks {
  2954. width: 100%;
  2955. height: 50%;
  2956. display: flex;
  2957. justify-content: space-evenly;
  2958. align-items: center;
  2959. flex-wrap: wrap;
  2960. justify-content: center;
  2961. }
  2962.  
  2963. .PopUp_blocks:last-child {
  2964. margin-top: 25px;
  2965. }
  2966.  
  2967. .PopUp_buttons {
  2968. display: flex;
  2969. margin: 10px 12px;
  2970. flex-direction: column;
  2971. }
  2972.  
  2973. .PopUp_button {
  2974. background-color: #52A81C;
  2975. border-radius: 5px;
  2976. box-shadow: inset 0px -4px 10px, inset 0px 3px 2px #99fe20, 0px 0px 4px, 0px -3px 1px #d7b275, 0px 0px 0px 3px #ce9767;
  2977. cursor: pointer;
  2978. padding: 5px 15px 7px;
  2979. }
  2980.  
  2981. .PopUp_input {
  2982. text-align: center;
  2983. font-size: 16px;
  2984. height: 27px;
  2985. border: 1px solid #cf9250;
  2986. border-radius: 9px 9px 0px 0px;
  2987. background: transparent;
  2988. color: #fce1ac;
  2989. padding: 1px 10px;
  2990. box-sizing: border-box;
  2991. box-shadow: 0px 0px 4px, 0px 0px 0px 3px #ce9767;
  2992. }
  2993.  
  2994. .PopUp_checkboxes {
  2995. display: flex;
  2996. flex-direction: column;
  2997. margin: 15px 15px -5px 15px;
  2998. align-items: flex-start;
  2999. }
  3000.  
  3001. .PopUp_ContCheckbox {
  3002. margin: 2px 0px;
  3003. }
  3004.  
  3005. .PopUp_checkbox {
  3006. position: absolute;
  3007. z-index: -1;
  3008. opacity: 0;
  3009. }
  3010. .PopUp_checkbox+label {
  3011. display: inline-flex;
  3012. align-items: center;
  3013. user-select: none;
  3014.  
  3015. font-size: 15px;
  3016. font-family: sans-serif;
  3017. font-weight: 600;
  3018. font-stretch: condensed;
  3019. letter-spacing: 1px;
  3020. color: #fce1ac;
  3021. text-shadow: 0px 0px 1px;
  3022. }
  3023. .PopUp_checkbox+label::before {
  3024. content: '';
  3025. display: inline-block;
  3026. width: 20px;
  3027. height: 20px;
  3028. border: 1px solid #cf9250;
  3029. border-radius: 7px;
  3030. margin-right: 7px;
  3031. }
  3032. .PopUp_checkbox:checked+label::before {
  3033. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2388cb13' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  3034. }
  3035.  
  3036. .PopUp_input::placeholder {
  3037. color: #fce1ac75;
  3038. }
  3039.  
  3040. .PopUp_input:focus {
  3041. outline: 0;
  3042. }
  3043.  
  3044. .PopUp_input + .PopUp_button {
  3045. border-radius: 0px 0px 5px 5px;
  3046. padding: 2px 18px 5px;
  3047. }
  3048.  
  3049. .PopUp_button:hover {
  3050. filter: brightness(1.2);
  3051. }
  3052.  
  3053. .PopUp_text {
  3054. font-size: 22px;
  3055. font-family: sans-serif;
  3056. font-weight: 600;
  3057. font-stretch: condensed;
  3058. white-space: pre-wrap;
  3059. letter-spacing: 1px;
  3060. text-align: center;
  3061. }
  3062.  
  3063. .PopUp_buttonText {
  3064. color: #E4FF4C;
  3065. text-shadow: 0px 1px 2px black;
  3066. }
  3067.  
  3068. .PopUp_msgText {
  3069. color: #FDE5B6;
  3070. text-shadow: 0px 0px 2px;
  3071. }
  3072.  
  3073. .PopUp_hideBlock {
  3074. display: none;
  3075. }
  3076. `;
  3077. document.head.appendChild(style);
  3078. }
  3079.  
  3080. const addBlocks = () => {
  3081. this.back = document.createElement('div');
  3082. this.back.classList.add('PopUp_back');
  3083. this.back.classList.add('PopUp_hideBlock');
  3084. document.body.append(this.back);
  3085.  
  3086. this.popUp = document.createElement('div');
  3087. this.popUp.classList.add('PopUp_');
  3088. this.back.append(this.popUp);
  3089.  
  3090. let upper = document.createElement('div')
  3091. upper.classList.add('PopUp_blocks');
  3092. this.popUp.append(upper);
  3093.  
  3094. this.middle = document.createElement('div')
  3095. this.middle.classList.add('PopUp_blocks');
  3096. this.middle.classList.add('PopUp_checkboxes');
  3097. this.popUp.append(this.middle);
  3098.  
  3099. this.downer = document.createElement('div')
  3100. this.downer.classList.add('PopUp_blocks');
  3101. this.popUp.append(this.downer);
  3102.  
  3103. this.msgText = document.createElement('div');
  3104. this.msgText.classList.add('PopUp_text', 'PopUp_msgText');
  3105. upper.append(this.msgText);
  3106. }
  3107.  
  3108. this.showBack = function () {
  3109. this.back.classList.remove('PopUp_hideBlock');
  3110. }
  3111.  
  3112. this.hideBack = function () {
  3113. this.back.classList.add('PopUp_hideBlock');
  3114. }
  3115.  
  3116. this.show = function () {
  3117. if (this.checkboxes.length) {
  3118. this.middle.classList.remove('PopUp_hideBlock');
  3119. }
  3120. this.showBack();
  3121. this.popUp.classList.remove('PopUp_hideBlock');
  3122. this.popUp.style.left = (window.innerWidth - this.popUp.offsetWidth) / 2 + 'px';
  3123. this.popUp.style.top = (window.innerHeight - this.popUp.offsetHeight) / 3 + 'px';
  3124. }
  3125.  
  3126. this.hide = function () {
  3127. this.hideBack();
  3128. this.popUp.classList.add('PopUp_hideBlock');
  3129. }
  3130.  
  3131. this.addAnyButton = (option) => {
  3132. const contButton = document.createElement('div');
  3133. contButton.classList.add('PopUp_buttons');
  3134. this.downer.append(contButton);
  3135.  
  3136. let inputField = {
  3137. value: option.result || option.default
  3138. }
  3139. if (option.isInput) {
  3140. inputField = document.createElement('input');
  3141. inputField.type = 'text';
  3142. if (option.placeholder) {
  3143. inputField.placeholder = option.placeholder;
  3144. }
  3145. if (option.default) {
  3146. inputField.value = option.default;
  3147. }
  3148. inputField.classList.add('PopUp_input');
  3149. contButton.append(inputField);
  3150. }
  3151.  
  3152. const button = document.createElement('div');
  3153. button.classList.add('PopUp_button');
  3154. button.title = option.title || '';
  3155. contButton.append(button);
  3156.  
  3157. const buttonText = document.createElement('div');
  3158. buttonText.classList.add('PopUp_text', 'PopUp_buttonText');
  3159. buttonText.innerText = option.msg;
  3160. button.append(buttonText);
  3161.  
  3162. return { button, contButton, inputField };
  3163. }
  3164. this.addCloseButton = () => {
  3165. let button = document.createElement('div')
  3166. button.classList.add('PopUp_close');
  3167. this.popUp.append(button);
  3168.  
  3169. let crossClose = document.createElement('div')
  3170. crossClose.classList.add('PopUp_crossClose');
  3171. button.append(crossClose);
  3172.  
  3173. return { button, contButton: button };
  3174. }
  3175.  
  3176. this.addButton = (option, buttonClick) => {
  3177.  
  3178. const { button, contButton, inputField } = option.isClose ? this.addCloseButton() : this.addAnyButton(option);
  3179.  
  3180. button.addEventListener('click', () => {
  3181. let result = '';
  3182. if (option.isInput) {
  3183. result = inputField.value;
  3184. }
  3185. buttonClick(result);
  3186. });
  3187.  
  3188. this.buttons.push(contButton);
  3189. }
  3190.  
  3191. this.clearButtons = () => {
  3192. while (this.buttons.length) {
  3193. this.buttons.pop().remove();
  3194. }
  3195. }
  3196.  
  3197. this.addCheckBox = (checkBox) => {
  3198. const contCheckbox = document.createElement('div');
  3199. contCheckbox.classList.add('PopUp_ContCheckbox');
  3200. this.middle.append(contCheckbox);
  3201.  
  3202. const checkbox = document.createElement('input');
  3203. checkbox.type = 'checkbox';
  3204. checkbox.id = 'PopUpCheckbox' + this.checkboxes.length;
  3205. checkbox.dataset.name = checkBox.name;
  3206. checkbox.checked = checkBox.checked;
  3207. checkbox.label = checkBox.label;
  3208. checkbox.title = checkBox.title || '';
  3209. checkbox.classList.add('PopUp_checkbox');
  3210. contCheckbox.appendChild(checkbox)
  3211.  
  3212. const checkboxLabel = document.createElement('label');
  3213. checkboxLabel.innerText = checkBox.label;
  3214. checkboxLabel.title = checkBox.title || '';
  3215. checkboxLabel.setAttribute('for', checkbox.id);
  3216. contCheckbox.appendChild(checkboxLabel);
  3217.  
  3218. this.checkboxes.push(checkbox);
  3219. }
  3220.  
  3221. this.clearCheckBox = () => {
  3222. this.middle.classList.add('PopUp_hideBlock');
  3223. while (this.checkboxes.length) {
  3224. this.checkboxes.pop().parentNode.remove();
  3225. }
  3226. }
  3227.  
  3228. this.setMsgText = (text) => {
  3229. this.msgText.innerHTML = text;
  3230. }
  3231.  
  3232. this.getCheckBoxes = () => {
  3233. const checkBoxes = [];
  3234.  
  3235. for (const checkBox of this.checkboxes) {
  3236. checkBoxes.push({
  3237. name: checkBox.dataset.name,
  3238. label: checkBox.label,
  3239. checked: checkBox.checked
  3240. });
  3241. }
  3242.  
  3243. return checkBoxes;
  3244. }
  3245. this.confirm = async (msg, buttOpt, checkBoxes = []) => {
  3246. this.clearButtons();
  3247. this.clearCheckBox();
  3248. return new Promise((complete, failed) => {
  3249. this.setMsgText(msg);
  3250. if (!buttOpt) {
  3251. buttOpt = [{ msg: 'Ok', result: true, isInput: false }];
  3252. }
  3253. for (const checkBox of checkBoxes) {
  3254. this.addCheckBox(checkBox);
  3255. }
  3256. for (let butt of buttOpt) {
  3257. this.addButton(butt, (result) => {
  3258. result = result || butt.result;
  3259. complete(result);
  3260. popup.hide();
  3261. });
  3262. }
  3263. this.show();
  3264. });
  3265. }
  3266.  
  3267. document.addEventListener('DOMContentLoaded', init);
  3268. });
  3269. /**
  3270. * Script control panel
  3271. *
  3272. * Панель управления скриптом
  3273. */
  3274. const scriptMenu = new (function () {
  3275.  
  3276. this.mainMenu,
  3277. this.buttons = [],
  3278. this.checkboxes = [];
  3279. this.option = {
  3280. showMenu: false,
  3281. showDetails: {}
  3282. };
  3283.  
  3284. this.init = function (option = {}) {
  3285. this.option = Object.assign(this.option, option);
  3286. this.option.showDetails = this.loadShowDetails();
  3287. addStyle();
  3288. addBlocks();
  3289. }
  3290.  
  3291. const addStyle = () => {
  3292. style = document.createElement('style');
  3293. style.innerText = `
  3294. .scriptMenu_status {
  3295. position: absolute;
  3296. z-index: 10001;
  3297. /* max-height: 30px; */
  3298. top: -1px;
  3299. left: 30%;
  3300. cursor: pointer;
  3301. border-radius: 0px 0px 10px 10px;
  3302. background: #190e08e6;
  3303. border: 1px #ce9767 solid;
  3304. font-size: 18px;
  3305. font-family: sans-serif;
  3306. font-weight: 600;
  3307. font-stretch: condensed;
  3308. letter-spacing: 1px;
  3309. color: #fce1ac;
  3310. text-shadow: 0px 0px 1px;
  3311. transition: 0.5s;
  3312. padding: 2px 10px 3px;
  3313. }
  3314. .scriptMenu_statusHide {
  3315. top: -35px;
  3316. height: 30px;
  3317. overflow: hidden;
  3318. }
  3319. .scriptMenu_label {
  3320. position: absolute;
  3321. top: 30%;
  3322. left: -4px;
  3323. z-index: 9999;
  3324. cursor: pointer;
  3325. width: 30px;
  3326. height: 30px;
  3327. background: radial-gradient(circle, #47a41b 0%, #1a2f04 100%);
  3328. border: 1px solid #1a2f04;
  3329. border-radius: 5px;
  3330. box-shadow:
  3331. inset 0px 2px 4px #83ce26,
  3332. inset 0px -4px 6px #1a2f04,
  3333. 0px 0px 2px black,
  3334. 0px 0px 0px 2px #ce9767;
  3335. }
  3336. .scriptMenu_label:hover {
  3337. filter: brightness(1.2);
  3338. }
  3339. .scriptMenu_arrowLabel {
  3340. width: 100%;
  3341. height: 100%;
  3342. background-size: 75%;
  3343. background-position: center;
  3344. background-repeat: no-repeat;
  3345. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%2388cb13' d='M7.596 7.304a.802.802 0 0 1 0 1.392l-6.363 3.692C.713 12.69 0 12.345 0 11.692V4.308c0-.653.713-.998 1.233-.696l6.363 3.692Z'/%3e%3cpath fill='%2388cb13' d='M15.596 7.304a.802.802 0 0 1 0 1.392l-6.363 3.692C8.713 12.69 8 12.345 8 11.692V4.308c0-.653.713-.998 1.233-.696l6.363 3.692Z'/%3e%3c/svg%3e");
  3346. box-shadow: 0px 1px 2px #000;
  3347. border-radius: 5px;
  3348. filter: drop-shadow(0px 1px 2px #000D);
  3349. }
  3350. .scriptMenu_main {
  3351. position: absolute;
  3352. max-width: 285px;
  3353. z-index: 9999;
  3354. top: 50%;
  3355. transform: translateY(-50%);
  3356. background: #190e08e6;
  3357. border: 1px #ce9767 solid;
  3358. border-radius: 0px 10px 10px 0px;
  3359. border-left: none;
  3360. padding: 5px 10px 5px 5px;
  3361. box-sizing: border-box;
  3362. font-size: 15px;
  3363. font-family: sans-serif;
  3364. font-weight: 600;
  3365. font-stretch: condensed;
  3366. letter-spacing: 1px;
  3367. color: #fce1ac;
  3368. text-shadow: 0px 0px 1px;
  3369. transition: 1s;
  3370. display: flex;
  3371. flex-direction: column;
  3372. flex-wrap: nowrap;
  3373. }
  3374. .scriptMenu_showMenu {
  3375. display: none;
  3376. }
  3377. .scriptMenu_showMenu:checked~.scriptMenu_main {
  3378. left: 0px;
  3379. }
  3380. .scriptMenu_showMenu:not(:checked)~.scriptMenu_main {
  3381. left: -300px;
  3382. }
  3383. .scriptMenu_divInput {
  3384. margin: 2px;
  3385. }
  3386. .scriptMenu_divInputText {
  3387. margin: 2px;
  3388. align-self: center;
  3389. display: flex;
  3390. }
  3391. .scriptMenu_checkbox {
  3392. position: absolute;
  3393. z-index: -1;
  3394. opacity: 0;
  3395. }
  3396. .scriptMenu_checkbox+label {
  3397. display: inline-flex;
  3398. align-items: center;
  3399. user-select: none;
  3400. }
  3401. .scriptMenu_checkbox+label::before {
  3402. content: '';
  3403. display: inline-block;
  3404. width: 20px;
  3405. height: 20px;
  3406. border: 1px solid #cf9250;
  3407. border-radius: 7px;
  3408. margin-right: 7px;
  3409. }
  3410. .scriptMenu_checkbox:checked+label::before {
  3411. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2388cb13' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  3412. }
  3413. .scriptMenu_close {
  3414. width: 40px;
  3415. height: 40px;
  3416. position: absolute;
  3417. right: -18px;
  3418. top: -18px;
  3419. border: 3px solid #c18550;
  3420. border-radius: 20px;
  3421. background: radial-gradient(circle, rgba(190,30,35,1) 0%, rgba(0,0,0,1) 100%);
  3422. background-position-y: 3px;
  3423. box-shadow: -1px 1px 3px black;
  3424. cursor: pointer;
  3425. box-sizing: border-box;
  3426. }
  3427. .scriptMenu_close:hover {
  3428. filter: brightness(1.2);
  3429. }
  3430. .scriptMenu_crossClose {
  3431. width: 100%;
  3432. height: 100%;
  3433. background-size: 65%;
  3434. background-position: center;
  3435. background-repeat: no-repeat;
  3436. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23f4cd73' d='M 0.826 12.559 C 0.431 12.963 3.346 15.374 3.74 14.97 C 4.215 15.173 8.167 10.457 7.804 10.302 C 7.893 10.376 11.454 14.64 11.525 14.372 C 12.134 15.042 15.118 12.086 14.638 11.689 C 14.416 11.21 10.263 7.477 10.402 7.832 C 10.358 7.815 11.731 7.101 14.872 3.114 C 14.698 2.145 13.024 1.074 12.093 1.019 C 11.438 0.861 8.014 5.259 8.035 5.531 C 7.86 5.082 3.61 1.186 3.522 1.59 C 2.973 1.027 0.916 4.611 1.17 4.873 C 0.728 4.914 5.088 7.961 5.61 7.995 C 5.225 7.532 0.622 12.315 0.826 12.559 Z'/%3e%3c/svg%3e")
  3437. }
  3438. .scriptMenu_button {
  3439. user-select: none;
  3440. border-radius: 5px;
  3441. cursor: pointer;
  3442. padding: 5px 14px 8px;
  3443. margin: 4px;
  3444. background: radial-gradient(circle, rgba(165,120,56,1) 80%, rgba(0,0,0,1) 110%);
  3445. box-shadow: inset 0px -4px 6px #442901, inset 0px 1px 6px #442901, inset 0px 0px 6px, 0px 0px 4px, 0px 0px 0px 2px #ce9767;
  3446. }
  3447. .scriptMenu_button:hover {
  3448. filter: brightness(1.2);
  3449. }
  3450. .scriptMenu_buttonText {
  3451. color: #fce5b7;
  3452. text-shadow: 0px 1px 2px black;
  3453. text-align: center;
  3454. }
  3455. .scriptMenu_header {
  3456. text-align: center;
  3457. align-self: center;
  3458. font-size: 15px;
  3459. margin: 0px 15px;
  3460. }
  3461. .scriptMenu_header a {
  3462. color: #fce5b7;
  3463. text-decoration: none;
  3464. }
  3465. .scriptMenu_InputText {
  3466. text-align: center;
  3467. width: 130px;
  3468. height: 24px;
  3469. border: 1px solid #cf9250;
  3470. border-radius: 9px;
  3471. background: transparent;
  3472. color: #fce1ac;
  3473. padding: 0px 10px;
  3474. box-sizing: border-box;
  3475. }
  3476. .scriptMenu_InputText:focus {
  3477. filter: brightness(1.2);
  3478. outline: 0;
  3479. }
  3480. .scriptMenu_InputText::placeholder {
  3481. color: #fce1ac75;
  3482. }
  3483. .scriptMenu_Summary {
  3484. cursor: pointer;
  3485. margin-left: 7px;
  3486. }
  3487. .scriptMenu_Details {
  3488. align-self: center;
  3489. }
  3490. `;
  3491. document.head.appendChild(style);
  3492. }
  3493.  
  3494. const addBlocks = () => {
  3495. const main = document.createElement('div');
  3496. document.body.appendChild(main);
  3497.  
  3498. this.status = document.createElement('div');
  3499. this.status.classList.add('scriptMenu_status');
  3500. this.setStatus('');
  3501. main.appendChild(this.status);
  3502.  
  3503. const label = document.createElement('label');
  3504. label.classList.add('scriptMenu_label');
  3505. label.setAttribute('for', 'checkbox_showMenu');
  3506. main.appendChild(label);
  3507.  
  3508. const arrowLabel = document.createElement('div');
  3509. arrowLabel.classList.add('scriptMenu_arrowLabel');
  3510. label.appendChild(arrowLabel);
  3511.  
  3512. const checkbox = document.createElement('input');
  3513. checkbox.type = 'checkbox';
  3514. checkbox.id = 'checkbox_showMenu';
  3515. checkbox.checked = this.option.showMenu;
  3516. checkbox.classList.add('scriptMenu_showMenu');
  3517. main.appendChild(checkbox);
  3518.  
  3519. this.mainMenu = document.createElement('div');
  3520. this.mainMenu.classList.add('scriptMenu_main');
  3521. main.appendChild(this.mainMenu);
  3522.  
  3523. const closeButton = document.createElement('label');
  3524. closeButton.classList.add('scriptMenu_close');
  3525. closeButton.setAttribute('for', 'checkbox_showMenu');
  3526. this.mainMenu.appendChild(closeButton);
  3527.  
  3528. const crossClose = document.createElement('div');
  3529. crossClose.classList.add('scriptMenu_crossClose');
  3530. closeButton.appendChild(crossClose);
  3531. }
  3532.  
  3533. this.setStatus = (text, onclick) => {
  3534. if (!text) {
  3535. this.status.classList.add('scriptMenu_statusHide');
  3536. } else {
  3537. this.status.classList.remove('scriptMenu_statusHide');
  3538. this.status.innerHTML = text;
  3539. }
  3540.  
  3541. if (typeof onclick == 'function') {
  3542. this.status.addEventListener("click", onclick, {
  3543. once: true
  3544. });
  3545. }
  3546. }
  3547.  
  3548. /**
  3549. * Adding a text element
  3550. *
  3551. * Добавление текстового элемента
  3552. * @param {String} text text // текст
  3553. * @param {Function} func Click function // функция по клику
  3554. * @param {HTMLDivElement} main parent // родитель
  3555. */
  3556. this.addHeader = (text, func, main) => {
  3557. main = main || this.mainMenu;
  3558. const header = document.createElement('div');
  3559. header.classList.add('scriptMenu_header');
  3560. header.innerHTML = text;
  3561. if (typeof func == 'function') {
  3562. header.addEventListener('click', func);
  3563. }
  3564. main.appendChild(header);
  3565. }
  3566.  
  3567. /**
  3568. * Adding a button
  3569. *
  3570. * Добавление кнопки
  3571. * @param {String} text
  3572. * @param {Function} func
  3573. * @param {String} title
  3574. * @param {HTMLDivElement} main parent // родитель
  3575. */
  3576. this.addButton = (text, func, title, main) => {
  3577. main = main || this.mainMenu;
  3578. const button = document.createElement('div');
  3579. button.classList.add('scriptMenu_button');
  3580. button.title = title;
  3581. button.addEventListener('click', func);
  3582. main.appendChild(button);
  3583.  
  3584. const buttonText = document.createElement('div');
  3585. buttonText.classList.add('scriptMenu_buttonText');
  3586. buttonText.innerText = text;
  3587. button.appendChild(buttonText);
  3588. this.buttons.push(button);
  3589.  
  3590. return button;
  3591. }
  3592.  
  3593. /**
  3594. * Adding checkbox
  3595. *
  3596. * Добавление чекбокса
  3597. * @param {String} label
  3598. * @param {String} title
  3599. * @param {HTMLDivElement} main parent // родитель
  3600. * @returns
  3601. */
  3602. this.addCheckbox = (label, title, main) => {
  3603. main = main || this.mainMenu;
  3604. const divCheckbox = document.createElement('div');
  3605. divCheckbox.classList.add('scriptMenu_divInput');
  3606. divCheckbox.title = title;
  3607. main.appendChild(divCheckbox);
  3608.  
  3609. const checkbox = document.createElement('input');
  3610. checkbox.type = 'checkbox';
  3611. checkbox.id = 'scriptMenuCheckbox' + this.checkboxes.length;
  3612. checkbox.classList.add('scriptMenu_checkbox');
  3613. divCheckbox.appendChild(checkbox)
  3614.  
  3615. const checkboxLabel = document.createElement('label');
  3616. checkboxLabel.innerText = label;
  3617. checkboxLabel.setAttribute('for', checkbox.id);
  3618. divCheckbox.appendChild(checkboxLabel);
  3619.  
  3620. this.checkboxes.push(checkbox);
  3621. return checkbox;
  3622. }
  3623.  
  3624. /**
  3625. * Adding input field
  3626. *
  3627. * Добавление поля ввода
  3628. * @param {String} title
  3629. * @param {String} placeholder
  3630. * @param {HTMLDivElement} main parent // родитель
  3631. * @returns
  3632. */
  3633. this.addInputText = (title, placeholder, main) => {
  3634. main = main || this.mainMenu;
  3635. const divInputText = document.createElement('div');
  3636. divInputText.classList.add('scriptMenu_divInputText');
  3637. divInputText.title = title;
  3638. main.appendChild(divInputText);
  3639.  
  3640. const newInputText = document.createElement('input');
  3641. newInputText.type = 'text';
  3642. if (placeholder) {
  3643. newInputText.placeholder = placeholder;
  3644. }
  3645. newInputText.classList.add('scriptMenu_InputText');
  3646. divInputText.appendChild(newInputText)
  3647. return newInputText;
  3648. }
  3649.  
  3650. /**
  3651. * Adds a dropdown block
  3652. *
  3653. * Добавляет раскрывающийся блок
  3654. * @param {String} summary
  3655. * @param {String} name
  3656. * @returns
  3657. */
  3658. this.addDetails = (summaryText, name = null) => {
  3659. const details = document.createElement('details');
  3660. details.classList.add('scriptMenu_Details');
  3661. this.mainMenu.appendChild(details);
  3662.  
  3663. const summary = document.createElement('summary');
  3664. summary.classList.add('scriptMenu_Summary');
  3665. summary.innerText = summaryText;
  3666. if (name) {
  3667. const self = this;
  3668. details.open = this.option.showDetails[name];
  3669. details.dataset.name = name;
  3670. summary.addEventListener('click', () => {
  3671. self.option.showDetails[details.dataset.name] = !details.open;
  3672. self.saveShowDetails(self.option.showDetails);
  3673. });
  3674. }
  3675. details.appendChild(summary);
  3676.  
  3677. return details;
  3678. }
  3679.  
  3680. /**
  3681. * Saving the expanded state of the details blocks
  3682. *
  3683. * Сохранение состояния развенутости блоков details
  3684. * @param {*} value
  3685. */
  3686. this.saveShowDetails = (value) => {
  3687. localStorage.setItem('scriptMenu_showDetails', JSON.stringify(value));
  3688. }
  3689.  
  3690. /**
  3691. * Loading the state of expanded blocks details
  3692. *
  3693. * Загрузка состояния развенутости блоков details
  3694. * @returns
  3695. */
  3696. this.loadShowDetails = () => {
  3697. let showDetails = localStorage.getItem('scriptMenu_showDetails');
  3698.  
  3699. if (!showDetails) {
  3700. return {};
  3701. }
  3702.  
  3703. try {
  3704. showDetails = JSON.parse(showDetails);
  3705. } catch (e) {
  3706. return {};
  3707. }
  3708.  
  3709. return showDetails;
  3710. }
  3711. });
  3712. /**
  3713. * Game Library
  3714. *
  3715. * Игровая библиотека
  3716. */
  3717. class Library {
  3718. defaultLibUrl = 'https://heroesru-a.akamaihd.net/vk/v1032/lib/lib.json';
  3719.  
  3720. constructor() {
  3721. if (!Library.instance) {
  3722. Library.instance = this;
  3723. }
  3724.  
  3725. return Library.instance;
  3726. }
  3727.  
  3728. async load(data) {
  3729. if (data) {
  3730. this.data = data;
  3731. return;
  3732. }
  3733. try {
  3734. this.data = await fetch(this.defaultLibUrl).then(e => e.json())
  3735. } catch (error) {
  3736. console.error('Не удалось загрузить библиотеку')
  3737. }
  3738. }
  3739.  
  3740. getData(id) {
  3741. return this.data[id];
  3742. }
  3743. }
  3744.  
  3745. this.lib = new Library();
  3746. /**
  3747. * Database
  3748. *
  3749. * База данных
  3750. */
  3751. class Database {
  3752. constructor(dbName, storeName) {
  3753. this.dbName = dbName;
  3754. this.storeName = storeName;
  3755. this.db = null;
  3756. }
  3757.  
  3758. async open() {
  3759. return new Promise((resolve, reject) => {
  3760. const request = indexedDB.open(this.dbName);
  3761.  
  3762. request.onerror = () => {
  3763. reject(new Error(`Failed to open database ${this.dbName}`));
  3764. };
  3765.  
  3766. request.onsuccess = () => {
  3767. this.db = request.result;
  3768. resolve();
  3769. };
  3770.  
  3771. request.onupgradeneeded = (event) => {
  3772. const db = event.target.result;
  3773. if (!db.objectStoreNames.contains(this.storeName)) {
  3774. db.createObjectStore(this.storeName);
  3775. }
  3776. };
  3777. });
  3778. }
  3779.  
  3780. async set(key, value) {
  3781. return new Promise((resolve, reject) => {
  3782. const transaction = this.db.transaction([this.storeName], 'readwrite');
  3783. const store = transaction.objectStore(this.storeName);
  3784. const request = store.put(value, key);
  3785.  
  3786. request.onerror = () => {
  3787. reject(new Error(`Failed to save value with key ${key}`));
  3788. };
  3789.  
  3790. request.onsuccess = () => {
  3791. resolve();
  3792. };
  3793. });
  3794. }
  3795.  
  3796. async get(key, def) {
  3797. return new Promise((resolve, reject) => {
  3798. const transaction = this.db.transaction([this.storeName], 'readonly');
  3799. const store = transaction.objectStore(this.storeName);
  3800. const request = store.get(key);
  3801.  
  3802. request.onerror = () => {
  3803. resolve(def);
  3804. };
  3805.  
  3806. request.onsuccess = () => {
  3807. resolve(request.result);
  3808. };
  3809. });
  3810. }
  3811.  
  3812. async delete(key) {
  3813. return new Promise((resolve, reject) => {
  3814. const transaction = this.db.transaction([this.storeName], 'readwrite');
  3815. const store = transaction.objectStore(this.storeName);
  3816. const request = store.delete(key);
  3817.  
  3818. request.onerror = () => {
  3819. reject(new Error(`Failed to delete value with key ${key}`));
  3820. };
  3821.  
  3822. request.onsuccess = () => {
  3823. resolve();
  3824. };
  3825. });
  3826. }
  3827. }
  3828.  
  3829. /**
  3830. * Returns the stored value
  3831. *
  3832. * Возвращает сохраненное значение
  3833. */
  3834. function getSaveVal(saveName, def) {
  3835. const result = storage.get(saveName, def);
  3836. return result;
  3837. }
  3838.  
  3839. /**
  3840. * Stores value
  3841. *
  3842. * Сохраняет значение
  3843. */
  3844. function setSaveVal(saveName, value) {
  3845. storage.set(saveName, value);
  3846. }
  3847.  
  3848. /**
  3849. * Database initialization
  3850. *
  3851. * Инициализация базы данных
  3852. */
  3853. const db = new Database(GM_info.script.name, 'settings');
  3854.  
  3855. /**
  3856. * Data store
  3857. *
  3858. * Хранилище данных
  3859. */
  3860. const storage = {
  3861. userId: 0,
  3862. /**
  3863. * Default values
  3864. *
  3865. * Значения по умолчанию
  3866. */
  3867. values: [
  3868. ...Object.entries(checkboxes).map(e => ({ [e[0]]: e[1].default })),
  3869. ...Object.entries(inputs).map(e => ({ [e[0]]: e[1].default })),
  3870. ].reduce((acc, obj) => ({ ...acc, ...obj }), {}),
  3871. name: GM_info.script.name,
  3872. get: function (key, def) {
  3873. if (key in this.values) {
  3874. return this.values[key];
  3875. }
  3876. return def;
  3877. },
  3878. set: function (key, value) {
  3879. this.values[key] = value;
  3880. db.set(this.userId, this.values).catch(
  3881. e => null
  3882. );
  3883. localStorage[this.name + ':' + key] = value;
  3884. },
  3885. delete: function (key) {
  3886. delete this.values[key];
  3887. db.set(this.userId, this.values);
  3888. delete localStorage[this.name + ':' + key];
  3889. }
  3890. }
  3891.  
  3892. /**
  3893. * Returns all keys from localStorage that start with prefix (for migration)
  3894. *
  3895. * Возвращает все ключи из localStorage которые начинаются с prefix (для миграции)
  3896. */
  3897. function getAllValuesStartingWith(prefix) {
  3898. const values = [];
  3899. for (let i = 0; i < localStorage.length; i++) {
  3900. const key = localStorage.key(i);
  3901. if (key.startsWith(prefix)) {
  3902. const val = localStorage.getItem(key);
  3903. const keyValue = key.split(':')[1];
  3904. values.push({ key: keyValue, val });
  3905. }
  3906. }
  3907. return values;
  3908. }
  3909.  
  3910. /**
  3911. * Opens or migrates to a database
  3912. *
  3913. * Открывает или мигрирует в базу данных
  3914. */
  3915. async function openOrMigrateDatabase(userId) {
  3916. storage.userId = userId;
  3917. try {
  3918. await db.open();
  3919. } catch(e) {
  3920. return;
  3921. }
  3922. let settings = await db.get(userId, false);
  3923.  
  3924. if (settings) {
  3925. storage.values = settings;
  3926. return;
  3927. }
  3928.  
  3929. const values = getAllValuesStartingWith(GM_info.script.name);
  3930. for (const value of values) {
  3931. let val = null;
  3932. try {
  3933. val = JSON.parse(value.val);
  3934. } catch {
  3935. break;
  3936. }
  3937. storage.values[value.key] = val;
  3938. }
  3939. await db.set(userId, storage.values);
  3940. }
  3941. /**
  3942. * Sending expeditions
  3943. *
  3944. * Отправка экспедиций
  3945. */
  3946. function checkExpedition() {
  3947. return new Promise((resolve, reject) => {
  3948. const expedition = new Expedition(resolve, reject);
  3949. expedition.start();
  3950. });
  3951. }
  3952.  
  3953. class Expedition {
  3954. checkExpedInfo = {
  3955. calls: [{
  3956. name: "expeditionGet",
  3957. args: {},
  3958. ident: "expeditionGet"
  3959. }, {
  3960. name: "heroGetAll",
  3961. args: {},
  3962. ident: "heroGetAll"
  3963. }]
  3964. }
  3965.  
  3966. constructor(resolve, reject) {
  3967. this.resolve = resolve;
  3968. this.reject = reject;
  3969. }
  3970.  
  3971. async start() {
  3972. const data = await Send(JSON.stringify(this.checkExpedInfo));
  3973.  
  3974. const expedInfo = data.results[0].result.response;
  3975. const dataHeroes = data.results[1].result.response;
  3976. const dataExped = { useHeroes: [], exped: [] };
  3977. const calls = [];
  3978.  
  3979. /**
  3980. * Adding expeditions to collect
  3981. * Добавляем экспедиции для сбора
  3982. */
  3983. for (var n in expedInfo) {
  3984. const exped = expedInfo[n];
  3985. const dateNow = (Date.now() / 1000);
  3986. if (exped.status == 2 && exped.endTime != 0 && dateNow > exped.endTime) {
  3987. calls.push({
  3988. name: "expeditionFarm",
  3989. args: { expeditionId: exped.id },
  3990. ident: "expeditionFarm_" + exped.id
  3991. });
  3992. } else {
  3993. dataExped.useHeroes = dataExped.useHeroes.concat(exped.heroes);
  3994. }
  3995. if (exped.status == 1) {
  3996. dataExped.exped.push({ id: exped.id, power: exped.power });
  3997. }
  3998. }
  3999. dataExped.exped = dataExped.exped.sort((a, b) => (b.power - a.power));
  4000.  
  4001. /**
  4002. * Putting together a list of heroes
  4003. * Собираем список героев
  4004. */
  4005. const heroesArr = [];
  4006. for (let n in dataHeroes) {
  4007. const hero = dataHeroes[n];
  4008. if (hero.xp > 0 && !dataExped.useHeroes.includes(hero.id)) {
  4009. heroesArr.push({ id: hero.id, power: hero.power })
  4010. }
  4011. }
  4012.  
  4013. /**
  4014. * Adding expeditions to send
  4015. * Добавляем экспедиции для отправки
  4016. */
  4017. heroesArr.sort((a, b) => (a.power - b.power));
  4018. for (const exped of dataExped.exped) {
  4019. let heroesIds = this.selectionHeroes(heroesArr, exped.power);
  4020. if (heroesIds && heroesIds.length > 4) {
  4021. for (let q in heroesArr) {
  4022. if (heroesIds.includes(heroesArr[q].id)) {
  4023. delete heroesArr[q];
  4024. }
  4025. }
  4026. calls.push({
  4027. name: "expeditionSendHeroes",
  4028. args: {
  4029. expeditionId: exped.id,
  4030. heroes: heroesIds
  4031. },
  4032. ident: "expeditionSendHeroes_" + exped.id
  4033. });
  4034. }
  4035. }
  4036.  
  4037. await Send(JSON.stringify({ calls }));
  4038. this.end();
  4039. }
  4040.  
  4041. /**
  4042. * Selection of heroes for expeditions
  4043. *
  4044. * Подбор героев для экспедиций
  4045. */
  4046. selectionHeroes(heroes, power) {
  4047. const resultHeroers = [];
  4048. const heroesIds = [];
  4049. for (let q = 0; q < 5; q++) {
  4050. for (let i in heroes) {
  4051. let hero = heroes[i];
  4052. if (heroesIds.includes(hero.id)) {
  4053. continue;
  4054. }
  4055.  
  4056. const summ = resultHeroers.reduce((acc, hero) => acc + hero.power, 0);
  4057. const need = Math.round((power - summ) / (5 - resultHeroers.length));
  4058. if (hero.power > need) {
  4059. resultHeroers.push(hero);
  4060. heroesIds.push(hero.id);
  4061. break;
  4062. }
  4063. }
  4064. }
  4065.  
  4066. const summ = resultHeroers.reduce((acc, hero) => acc + hero.power, 0);
  4067. if (summ < power) {
  4068. return false;
  4069. }
  4070. return heroesIds;
  4071. }
  4072.  
  4073. /**
  4074. * Ends expedition script
  4075. *
  4076. * Завершает скрипт экспедиции
  4077. */
  4078. end() {
  4079. setProgress(I18N('EXPEDITIONS_SENT'), true);
  4080. this.resolve()
  4081. }
  4082. }
  4083.  
  4084. /**
  4085. * Walkthrough of the dungeon
  4086. *
  4087. * Прохождение подземелья
  4088. */
  4089. function testDungeon() {
  4090. return new Promise((resolve, reject) => {
  4091. const dung = new executeDungeon(resolve, reject);
  4092. const titanit = getInput('countTitanit');
  4093. dung.start(titanit);
  4094. });
  4095. }
  4096.  
  4097. /**
  4098. * Walkthrough of the dungeon
  4099. *
  4100. * Прохождение подземелья
  4101. */
  4102. function executeDungeon(resolve, reject) {
  4103. dungeonActivity = 0;
  4104. maxDungeonActivity = 150;
  4105. countCard = 0;
  4106.  
  4107. titanGetAll = [];
  4108.  
  4109. teams = {
  4110. heroes: [],
  4111. earth: [],
  4112. fire: [],
  4113. neutral: [],
  4114. water: [],
  4115. }
  4116.  
  4117. titanStats = [];
  4118.  
  4119. titansStates = {};
  4120.  
  4121. callsExecuteDungeon = {
  4122. calls: [{
  4123. name: "dungeonGetInfo",
  4124. args: {},
  4125. ident: "dungeonGetInfo"
  4126. }, {
  4127. name: "teamGetAll",
  4128. args: {},
  4129. ident: "teamGetAll"
  4130. }, {
  4131. name: "teamGetFavor",
  4132. args: {},
  4133. ident: "teamGetFavor"
  4134. }, {
  4135. name: "clanGetInfo",
  4136. args: {},
  4137. ident: "clanGetInfo"
  4138. }, {
  4139. name: "titanGetAll",
  4140. args: {},
  4141. ident: "titanGetAll"
  4142. }, {
  4143. name: "inventoryGet",
  4144. args: {},
  4145. ident: "inventoryGet"
  4146. }]
  4147. }
  4148.  
  4149. this.start = function(titanit) {
  4150. maxDungeonActivity = titanit || getInput('countTitanit');
  4151. send(JSON.stringify(callsExecuteDungeon), startDungeon);
  4152. }
  4153.  
  4154. /**
  4155. * Getting data on the dungeon
  4156. *
  4157. * Получаем данные по подземелью
  4158. */
  4159. function startDungeon(e) {
  4160. res = e.results;
  4161. dungeonGetInfo = res[0].result.response;
  4162. if (!dungeonGetInfo) {
  4163. endDungeon('noDungeon', res);
  4164. return;
  4165. }
  4166. teamGetAll = res[1].result.response;
  4167. teamGetFavor = res[2].result.response;
  4168. dungeonActivity = res[3].result.response.stat.todayDungeonActivity;
  4169. titanGetAll = Object.values(res[4].result.response);
  4170. countCard = res[5].result.response.consumable[81];
  4171.  
  4172. teams.hero = {
  4173. favor: teamGetFavor.dungeon_hero,
  4174. heroes: teamGetAll.dungeon_hero.filter(id => id < 6000),
  4175. teamNum: 0,
  4176. }
  4177. heroPet = teamGetAll.dungeon_hero.filter(id => id >= 6000).pop();
  4178. if (heroPet) {
  4179. teams.hero.pet = heroPet;
  4180. }
  4181.  
  4182. teams.neutral = {
  4183. favor: {},
  4184. heroes: getTitanTeam(titanGetAll, 'neutral'),
  4185. teamNum: 0,
  4186. };
  4187. teams.water = {
  4188. favor: {},
  4189. heroes: getTitanTeam(titanGetAll, 'water'),
  4190. teamNum: 0,
  4191. };
  4192. teams.fire = {
  4193. favor: {},
  4194. heroes: getTitanTeam(titanGetAll, 'fire'),
  4195. teamNum: 0,
  4196. };
  4197. teams.earth = {
  4198. favor: {},
  4199. heroes: getTitanTeam(titanGetAll, 'earth'),
  4200. teamNum: 0,
  4201. };
  4202.  
  4203.  
  4204. checkFloor(dungeonGetInfo);
  4205. }
  4206.  
  4207. function getTitanTeam(titans, type) {
  4208. switch (type) {
  4209. case 'neutral':
  4210. return titans.sort((a, b) => b.power - a.power).slice(0, 5).map(e => e.id);
  4211. case 'water':
  4212. return titans.filter(e => e.id.toString().slice(2, 3) == '0').map(e => e.id);
  4213. case 'fire':
  4214. return titans.filter(e => e.id.toString().slice(2, 3) == '1').map(e => e.id);
  4215. case 'earth':
  4216. return titans.filter(e => e.id.toString().slice(2, 3) == '2').map(e => e.id);
  4217. }
  4218. }
  4219.  
  4220. function fixTitanTeam(titans) {
  4221. titans.heroes = titans.heroes.filter(e => !titansStates[e]?.isDead);
  4222. return titans;
  4223. }
  4224.  
  4225. /**
  4226. * Checking the floor
  4227. *
  4228. * Проверяем этаж
  4229. */
  4230. async function checkFloor(dungeonInfo) {
  4231. if (!('floor' in dungeonInfo) || dungeonInfo.floor?.state == 2) {
  4232. saveProgress();
  4233. return;
  4234. }
  4235. // console.log(dungeonInfo, dungeonActivity);
  4236. setProgress(`${I18N('DUNGEON')}: ${I18N('TITANIT')} ${dungeonActivity}/${maxDungeonActivity}`);
  4237. if (dungeonActivity >= maxDungeonActivity) {
  4238. endDungeon('endDungeon', 'maxActive ' + dungeonActivity + '/' + maxDungeonActivity);
  4239. return;
  4240. }
  4241. titansStates = dungeonInfo.states.titans;
  4242. titanStats = titanObjToArray(titansStates);
  4243. const floorChoices = dungeonInfo.floor.userData;
  4244. const floorType = dungeonInfo.floorType;
  4245. //const primeElement = dungeonInfo.elements.prime;
  4246. if (floorType == "battle") {
  4247. const calls = [];
  4248. for (let teamNum in floorChoices) {
  4249. attackerType = floorChoices[teamNum].attackerType;
  4250. const args = fixTitanTeam(teams[attackerType]);
  4251. if (!args.heroes.length) {
  4252. continue;
  4253. }
  4254. args.teamNum = teamNum;
  4255. calls.push({
  4256. name: "dungeonStartBattle",
  4257. args,
  4258. ident: "body_" + teamNum
  4259. })
  4260. }
  4261. if (!calls.length) {
  4262. endDungeon('endDungeon', 'All Dead');
  4263. return;
  4264. }
  4265. const battleDatas = await Send(JSON.stringify({ calls }))
  4266. .then(e => e.results.map(n => n.result.response))
  4267. const battleResults = [];
  4268. for (n in battleDatas) {
  4269. battleData = battleDatas[n]
  4270. battleData.progress = [{ attackers: { input: ["auto", 0, 0, "auto", 0, 0] } }];
  4271. battleResults.push(await Calc(battleData).then(result => {
  4272. result.teamNum = n;
  4273. result.attackerType = floorChoices[n].attackerType;
  4274. return result;
  4275. }));
  4276. }
  4277. processingPromises(battleResults)
  4278. }
  4279. }
  4280.  
  4281. function processingPromises(results) {
  4282. let selectBattle = results[0];
  4283. if (results.length < 2) {
  4284. // console.log(selectBattle);
  4285. if (!selectBattle.result.win) {
  4286. endDungeon('dungeonEndBattle\n', selectBattle);
  4287. return;
  4288. }
  4289. endBattle(selectBattle);
  4290. return;
  4291. }
  4292.  
  4293. selectBattle = false;
  4294. let bestState = -1000;
  4295. for (const result of results) {
  4296. const recovery = getState(result);
  4297. if (recovery > bestState) {
  4298. bestState = recovery;
  4299. selectBattle = result
  4300. }
  4301. }
  4302. // console.log(selectBattle.teamNum, results);
  4303. if (!selectBattle || bestState <= -1000) {
  4304. endDungeon('dungeonEndBattle\n', results);
  4305. return;
  4306. }
  4307.  
  4308. startBattle(selectBattle.teamNum, selectBattle.attackerType)
  4309. .then(endBattle);
  4310. }
  4311.  
  4312. /**
  4313. * Let's start the fight
  4314. *
  4315. * Начинаем бой
  4316. */
  4317. function startBattle(teamNum, attackerType) {
  4318. return new Promise(function (resolve, reject) {
  4319. args = fixTitanTeam(teams[attackerType]);
  4320. args.teamNum = teamNum;
  4321. if (attackerType == 'neutral') {
  4322. const titans = titanGetAll.filter(e => !titansStates[e.id]?.isDead)
  4323. args.heroes = titans.sort((a, b) => b.power - a.power).slice(0, 5).map(e => e.id);
  4324. }
  4325. startBattleCall = {
  4326. calls: [{
  4327. name: "dungeonStartBattle",
  4328. args,
  4329. ident: "body"
  4330. }]
  4331. }
  4332. send(JSON.stringify(startBattleCall), resultBattle, {
  4333. resolve,
  4334. teamNum,
  4335. attackerType
  4336. });
  4337. });
  4338. }
  4339. /**
  4340. * Returns the result of the battle in a promise
  4341. *
  4342. * Возращает резульат боя в промис
  4343. */
  4344. function resultBattle(resultBattles, args) {
  4345. battleData = resultBattles.results[0].result.response;
  4346. battleType = "get_tower";
  4347. if (battleData.type == "dungeon_titan") {
  4348. battleType = "get_titan";
  4349. }
  4350. battleData.progress = [{ attackers: { input: ["auto", 0, 0, "auto", 0, 0] } }];
  4351. BattleCalc(battleData, battleType, function (result) {
  4352. result.teamNum = args.teamNum;
  4353. result.attackerType = args.attackerType;
  4354. args.resolve(result);
  4355. });
  4356. }
  4357. /**
  4358. * Finishing the fight
  4359. *
  4360. * Заканчиваем бой
  4361. */
  4362. async function endBattle(battleInfo) {
  4363. if (battleInfo.result.win) {
  4364. const args = {
  4365. result: battleInfo.result,
  4366. progress: battleInfo.progress,
  4367. }
  4368. if (countCard && !isChecked('endlessCards')) {
  4369. args.isRaid = true;
  4370. countCard--;
  4371. } else {
  4372. const timer = Math.max(battleInfo.battleTime / timerDiv + 1.5, 3);
  4373. console.log(timer);
  4374. await countdownTimer(timer, `${I18N('DUNGEON')}: ${I18N('TITANIT')} ${dungeonActivity}/${maxDungeonActivity}`);
  4375. }
  4376. const calls = [{
  4377. name: "dungeonEndBattle",
  4378. args,
  4379. ident: "body"
  4380. }];
  4381. send(JSON.stringify({ calls }), resultEndBattle);
  4382. } else {
  4383. endDungeon('dungeonEndBattle win: false\n', battleInfo);
  4384. }
  4385. }
  4386.  
  4387. /**
  4388. * Getting and processing battle results
  4389. *
  4390. * Получаем и обрабатываем результаты боя
  4391. */
  4392. function resultEndBattle(e) {
  4393. if ('error' in e) {
  4394. popup.confirm(I18N('ERROR_MSG', {
  4395. name: e.error.name,
  4396. description: e.error.description,
  4397. }));
  4398. endDungeon('errorRequest', e);
  4399. return;
  4400. }
  4401. battleResult = e.results[0].result.response;
  4402. if ('error' in battleResult) {
  4403. endDungeon('errorBattleResult', battleResult);
  4404. return;
  4405. }
  4406. dungeonGetInfo = battleResult.dungeon ?? battleResult;
  4407. dungeonActivity += battleResult.reward.dungeonActivity ?? 0;
  4408. checkFloor(dungeonGetInfo);
  4409. }
  4410.  
  4411. /**
  4412. * Returns the coefficient of condition of the
  4413. * difference in titanium before and after the battle
  4414. *
  4415. * Возвращает коэффициент состояния титанов после боя
  4416. */
  4417. function getState(result) {
  4418. if (!result.result.win) {
  4419. return -1000;
  4420. }
  4421.  
  4422. let beforeSumFactor = 0;
  4423. const beforeTitans = result.battleData.attackers;
  4424. for (let titanId in beforeTitans) {
  4425. const titan = beforeTitans[titanId];
  4426. const state = titan.state;
  4427. let factor = 1;
  4428. if (state) {
  4429. const hp = state.hp / titan.hp;
  4430. const energy = state.energy / 1e3;
  4431. factor = hp + energy / 20
  4432. }
  4433. beforeSumFactor += factor;
  4434. }
  4435.  
  4436. let afterSumFactor = 0;
  4437. const afterTitans = result.progress[0].attackers.heroes;
  4438. for (let titanId in afterTitans) {
  4439. const titan = afterTitans[titanId];
  4440. const hp = titan.hp / beforeTitans[titanId].hp;
  4441. const energy = titan.energy / 1e3;
  4442. const factor = hp + energy / 20;
  4443. afterSumFactor += factor;
  4444. }
  4445. return afterSumFactor - beforeSumFactor;
  4446. }
  4447.  
  4448. /**
  4449. * Converts an object with IDs to an array with IDs
  4450. *
  4451. * Преобразует объект с идетификаторами в массив с идетификаторами
  4452. */
  4453. function titanObjToArray(obj) {
  4454. let titans = [];
  4455. for (let id in obj) {
  4456. obj[id].id = id;
  4457. titans.push(obj[id]);
  4458. }
  4459. return titans;
  4460. }
  4461.  
  4462. function saveProgress() {
  4463. let saveProgressCall = {
  4464. calls: [{
  4465. name: "dungeonSaveProgress",
  4466. args: {},
  4467. ident: "body"
  4468. }]
  4469. }
  4470. send(JSON.stringify(saveProgressCall), resultEndBattle);
  4471. }
  4472.  
  4473. function endDungeon(reason, info) {
  4474. console.warn(reason, info);
  4475. setProgress(`${I18N('DUNGEON')} ${I18N('COMPLETED')}`, true);
  4476. resolve();
  4477. }
  4478. }
  4479.  
  4480. /**
  4481. * Passing the tower
  4482. *
  4483. * Прохождение башни
  4484. */
  4485. function testTower() {
  4486. return new Promise((resolve, reject) => {
  4487. tower = new executeTower(resolve, reject);
  4488. tower.start();
  4489. });
  4490. }
  4491.  
  4492. /**
  4493. * Passing the tower
  4494. *
  4495. * Прохождение башни
  4496. */
  4497. function executeTower(resolve, reject) {
  4498. lastTowerInfo = {};
  4499.  
  4500. scullCoin = 0;
  4501.  
  4502. heroGetAll = [];
  4503.  
  4504. heroesStates = {};
  4505.  
  4506. argsBattle = {
  4507. heroes: [],
  4508. favor: {},
  4509. };
  4510.  
  4511. callsExecuteTower = {
  4512. calls: [{
  4513. name: "towerGetInfo",
  4514. args: {},
  4515. ident: "towerGetInfo"
  4516. }, {
  4517. name: "teamGetAll",
  4518. args: {},
  4519. ident: "teamGetAll"
  4520. }, {
  4521. name: "teamGetFavor",
  4522. args: {},
  4523. ident: "teamGetFavor"
  4524. }, {
  4525. name: "inventoryGet",
  4526. args: {},
  4527. ident: "inventoryGet"
  4528. }, {
  4529. name: "heroGetAll",
  4530. args: {},
  4531. ident: "heroGetAll"
  4532. }]
  4533. }
  4534.  
  4535. buffIds = [
  4536. {id: 0, cost: 0, isBuy: false}, // plug // заглушка
  4537. {id: 1, cost: 1, isBuy: true}, // 3% attack // 3% атака
  4538. {id: 2, cost: 6, isBuy: true}, // 2% attack // 2% атака
  4539. {id: 3, cost: 16, isBuy: true}, // 4% attack // 4% атака
  4540. {id: 4, cost: 40, isBuy: true}, // 8% attack // 8% атака
  4541. {id: 5, cost: 1, isBuy: true}, // 10% armor // 10% броня
  4542. {id: 6, cost: 6, isBuy: true}, // 5% armor // 5% броня
  4543. {id: 7, cost: 16, isBuy: true}, // 10% armor // 10% броня
  4544. {id: 8, cost: 40, isBuy: true}, // 20% armor // 20% броня
  4545. { id: 9, cost: 1, isBuy: true }, // 10% protection from magic // 10% защита от магии
  4546. { id: 10, cost: 6, isBuy: true }, // 5% protection from magic // 5% защита от магии
  4547. { id: 11, cost: 16, isBuy: true }, // 10% protection from magic // 10% защита от магии
  4548. { id: 12, cost: 40, isBuy: true }, // 20% protection from magic // 20% защита от магии
  4549. { id: 13, cost: 1, isBuy: false }, // 40% health hero // 40% здоровья герою
  4550. { id: 14, cost: 6, isBuy: false }, // 40% health hero // 40% здоровья герою
  4551. { id: 15, cost: 16, isBuy: false }, // 80% health hero // 80% здоровья герою
  4552. { id: 16, cost: 40, isBuy: false }, // 40% health to all heroes // 40% здоровья всем героям
  4553. { id: 17, cost: 1, isBuy: false }, // 40% energy to the hero // 40% энергии герою
  4554. { id: 18, cost: 3, isBuy: false }, // 40% energy to the hero // 40% энергии герою
  4555. { id: 19, cost: 8, isBuy: false }, // 80% energy to the hero // 80% энергии герою
  4556. { id: 20, cost: 20, isBuy: false }, // 40% energy to all heroes // 40% энергии всем героям
  4557. { id: 21, cost: 40, isBuy: false }, // Hero Resurrection // Воскрешение героя
  4558. ]
  4559.  
  4560. this.start = function () {
  4561. send(JSON.stringify(callsExecuteTower), startTower);
  4562. }
  4563.  
  4564. /**
  4565. * Getting data on the Tower
  4566. *
  4567. * Получаем данные по башне
  4568. */
  4569. function startTower(e) {
  4570. res = e.results;
  4571. towerGetInfo = res[0].result.response;
  4572. if (!towerGetInfo) {
  4573. endTower('noTower', res);
  4574. return;
  4575. }
  4576. teamGetAll = res[1].result.response;
  4577. teamGetFavor = res[2].result.response;
  4578. inventoryGet = res[3].result.response;
  4579. heroGetAll = Object.values(res[4].result.response);
  4580.  
  4581. scullCoin = inventoryGet.coin[7] ?? 0;
  4582.  
  4583. argsBattle.favor = teamGetFavor.tower;
  4584. argsBattle.heroes = heroGetAll.sort((a, b) => b.power - a.power).slice(0, 5).map(e => e.id);
  4585. pet = teamGetAll.tower.filter(id => id >= 6000).pop();
  4586. if (pet) {
  4587. argsBattle.pet = pet;
  4588. }
  4589.  
  4590. checkFloor(towerGetInfo);
  4591. }
  4592.  
  4593. function fixHeroesTeam(argsBattle) {
  4594. let fixHeroes = argsBattle.heroes.filter(e => !heroesStates[e]?.isDead);
  4595. if (fixHeroes.length < 5) {
  4596. heroGetAll = heroGetAll.filter(e => !heroesStates[e.id]?.isDead);
  4597. fixHeroes = heroGetAll.sort((a, b) => b.power - a.power).slice(0, 5).map(e => e.id);
  4598. Object.keys(argsBattle.favor).forEach(e => {
  4599. if (!fixHeroes.includes(+e)) {
  4600. delete argsBattle.favor[e];
  4601. }
  4602. })
  4603. }
  4604. argsBattle.heroes = fixHeroes;
  4605. return argsBattle;
  4606. }
  4607.  
  4608. /**
  4609. * Check the floor
  4610. *
  4611. * Проверяем этаж
  4612. */
  4613. function checkFloor(towerInfo) {
  4614. lastTowerInfo = towerInfo;
  4615. maySkipFloor = +towerInfo.maySkipFloor;
  4616. floorNumber = +towerInfo.floorNumber;
  4617. heroesStates = towerInfo.states.heroes;
  4618. floorInfo = towerInfo.floor;
  4619.  
  4620. /**
  4621. * Is there at least one chest open on the floor
  4622. * Открыт ли на этаже хоть один сундук
  4623. */
  4624. isOpenChest = false;
  4625. if (towerInfo.floorType == "chest") {
  4626. isOpenChest = towerInfo.floor.chests.reduce((n, e) => n + e.opened, 0);
  4627. }
  4628.  
  4629. setProgress(`${I18N('TOWER')}: ${I18N('FLOOR')} ${floorNumber}`);
  4630. if (floorNumber > 49) {
  4631. if (isOpenChest) {
  4632. endTower('alreadyOpenChest 50 floor', floorNumber);
  4633. return;
  4634. }
  4635. }
  4636. /**
  4637. * If the chest is open and you can skip floors, then move on
  4638. * Если сундук открыт и можно скипать этажи, то переходим дальше
  4639. */
  4640. if (towerInfo.mayFullSkip && +towerInfo.teamLevel == 130) {
  4641. if (isOpenChest) {
  4642. nextOpenChest(floorNumber);
  4643. } else {
  4644. nextChestOpen(floorNumber);
  4645. }
  4646. return;
  4647. }
  4648.  
  4649. // console.log(towerInfo, scullCoin);
  4650. switch (towerInfo.floorType) {
  4651. case "battle":
  4652. if (floorNumber <= maySkipFloor) {
  4653. skipFloor();
  4654. return;
  4655. }
  4656. if (floorInfo.state == 2) {
  4657. nextFloor();
  4658. return;
  4659. }
  4660. startBattle().then(endBattle);
  4661. return;
  4662. case "buff":
  4663. checkBuff(towerInfo);
  4664. return;
  4665. case "chest":
  4666. openChest(floorNumber);
  4667. return;
  4668. default:
  4669. console.log('!', towerInfo.floorType, towerInfo);
  4670. break;
  4671. }
  4672. }
  4673.  
  4674. /**
  4675. * Let's start the fight
  4676. *
  4677. * Начинаем бой
  4678. */
  4679. function startBattle() {
  4680. return new Promise(function (resolve, reject) {
  4681. towerStartBattle = {
  4682. calls: [{
  4683. name: "towerStartBattle",
  4684. args: fixHeroesTeam(argsBattle),
  4685. ident: "body"
  4686. }]
  4687. }
  4688. send(JSON.stringify(towerStartBattle), resultBattle, resolve);
  4689. });
  4690. }
  4691. /**
  4692. * Returns the result of the battle in a promise
  4693. *
  4694. * Возращает резульат боя в промис
  4695. */
  4696. function resultBattle(resultBattles, resolve) {
  4697. battleData = resultBattles.results[0].result.response;
  4698. battleType = "get_tower";
  4699. BattleCalc(battleData, battleType, function (result) {
  4700. resolve(result);
  4701. });
  4702. }
  4703. /**
  4704. * Finishing the fight
  4705. *
  4706. * Заканчиваем бой
  4707. */
  4708. function endBattle(battleInfo) {
  4709. if (battleInfo.result.stars >= 3) {
  4710. endBattleCall = {
  4711. calls: [{
  4712. name: "towerEndBattle",
  4713. args: {
  4714. result: battleInfo.result,
  4715. progress: battleInfo.progress,
  4716. },
  4717. ident: "body"
  4718. }]
  4719. }
  4720. send(JSON.stringify(endBattleCall), resultEndBattle);
  4721. } else {
  4722. endTower('towerEndBattle win: false\n', battleInfo);
  4723. }
  4724. }
  4725.  
  4726. /**
  4727. * Getting and processing battle results
  4728. *
  4729. * Получаем и обрабатываем результаты боя
  4730. */
  4731. function resultEndBattle(e) {
  4732. battleResult = e.results[0].result.response;
  4733. if ('error' in battleResult) {
  4734. endTower('errorBattleResult', battleResult);
  4735. return;
  4736. }
  4737. if ('reward' in battleResult) {
  4738. scullCoin += battleResult.reward?.coin[7] ?? 0;
  4739. }
  4740. nextFloor();
  4741. }
  4742.  
  4743. function nextFloor() {
  4744. nextFloorCall = {
  4745. calls: [{
  4746. name: "towerNextFloor",
  4747. args: {},
  4748. ident: "body"
  4749. }]
  4750. }
  4751. send(JSON.stringify(nextFloorCall), checkDataFloor);
  4752. }
  4753.  
  4754. function openChest(floorNumber) {
  4755. floorNumber = floorNumber || 0;
  4756. openChestCall = {
  4757. calls: [{
  4758. name: "towerOpenChest",
  4759. args: {
  4760. num: 2
  4761. },
  4762. ident: "body"
  4763. }]
  4764. }
  4765. send(JSON.stringify(openChestCall), floorNumber < 50 ? nextFloor : lastChest);
  4766. }
  4767.  
  4768. function lastChest() {
  4769. endTower('openChest 50 floor', floorNumber);
  4770. }
  4771.  
  4772. function skipFloor() {
  4773. skipFloorCall = {
  4774. calls: [{
  4775. name: "towerSkipFloor",
  4776. args: {},
  4777. ident: "body"
  4778. }]
  4779. }
  4780. send(JSON.stringify(skipFloorCall), checkDataFloor);
  4781. }
  4782.  
  4783. function checkBuff(towerInfo) {
  4784. buffArr = towerInfo.floor;
  4785. promises = [];
  4786. for (let buff of buffArr) {
  4787. buffInfo = buffIds[buff.id];
  4788. if (buffInfo.isBuy && buffInfo.cost <= scullCoin) {
  4789. scullCoin -= buffInfo.cost;
  4790. promises.push(buyBuff(buff.id));
  4791. }
  4792. }
  4793. Promise.all(promises).then(nextFloor);
  4794. }
  4795.  
  4796. function buyBuff(buffId) {
  4797. return new Promise(function (resolve, reject) {
  4798. buyBuffCall = {
  4799. calls: [{
  4800. name: "towerBuyBuff",
  4801. args: {
  4802. buffId
  4803. },
  4804. ident: "body"
  4805. }]
  4806. }
  4807. send(JSON.stringify(buyBuffCall), resolve);
  4808. });
  4809. }
  4810.  
  4811. function checkDataFloor(result) {
  4812. towerInfo = result.results[0].result.response;
  4813. if ('reward' in towerInfo && towerInfo.reward?.coin) {
  4814. scullCoin += towerInfo.reward?.coin[7] ?? 0;
  4815. }
  4816. if ('tower' in towerInfo) {
  4817. towerInfo = towerInfo.tower;
  4818. }
  4819. if ('skullReward' in towerInfo) {
  4820. scullCoin += towerInfo.skullReward?.coin[7] ?? 0;
  4821. }
  4822. checkFloor(towerInfo);
  4823. }
  4824. /**
  4825. * Getting tower rewards
  4826. *
  4827. * Получаем награды башни
  4828. */
  4829. function farmTowerRewards(reason) {
  4830. let { pointRewards, points } = lastTowerInfo;
  4831. let pointsAll = Object.getOwnPropertyNames(pointRewards);
  4832. let farmPoints = pointsAll.filter(e => +e <= +points && !pointRewards[e]);
  4833. if (!farmPoints.length) {
  4834. return;
  4835. }
  4836. let farmTowerRewardsCall = {
  4837. calls: [{
  4838. name: "tower_farmPointRewards",
  4839. args: {
  4840. points: farmPoints
  4841. },
  4842. ident: "tower_farmPointRewards"
  4843. }]
  4844. }
  4845.  
  4846. if (scullCoin > 0 && reason == 'openChest 50 floor') {
  4847. farmTowerRewardsCall.calls.push({
  4848. name: "tower_farmSkullReward",
  4849. args: {},
  4850. ident: "tower_farmSkullReward"
  4851. });
  4852. }
  4853.  
  4854. send(JSON.stringify(farmTowerRewardsCall), () => { });
  4855. }
  4856.  
  4857. function fullSkipTower() {
  4858. /**
  4859. * Next chest
  4860. *
  4861. * Следующий сундук
  4862. */
  4863. function nextChest(n) {
  4864. return {
  4865. name: "towerNextChest",
  4866. args: {},
  4867. ident: "group_" + n + "_body"
  4868. }
  4869. }
  4870. /**
  4871. * Open chest
  4872. *
  4873. * Открыть сундук
  4874. */
  4875. function openChest(n) {
  4876. return {
  4877. name: "towerOpenChest",
  4878. args: {
  4879. "num": 2
  4880. },
  4881. ident: "group_" + n + "_body"
  4882. }
  4883. }
  4884.  
  4885. const fullSkipTowerCall = {
  4886. calls: []
  4887. }
  4888.  
  4889. let n = 0;
  4890. for (let i = 0; i < 15; i++) {
  4891. fullSkipTowerCall.calls.push(nextChest(++n));
  4892. fullSkipTowerCall.calls.push(openChest(++n));
  4893. }
  4894.  
  4895. send(JSON.stringify(fullSkipTowerCall), data => {
  4896. data.results[0] = data.results[28];
  4897. checkDataFloor(data);
  4898. });
  4899. }
  4900.  
  4901. function nextChestOpen(floorNumber) {
  4902. const calls = [{
  4903. name: "towerOpenChest",
  4904. args: {
  4905. num: 2
  4906. },
  4907. ident: "towerOpenChest"
  4908. }];
  4909.  
  4910. Send(JSON.stringify({ calls })).then(e => {
  4911. nextOpenChest(floorNumber);
  4912. });
  4913. }
  4914.  
  4915. function nextOpenChest(floorNumber) {
  4916. if (floorNumber > 49) {
  4917. endTower('openChest 50 floor', floorNumber);
  4918. return;
  4919. }
  4920. if (floorNumber == 1) {
  4921. fullSkipTower();
  4922. return;
  4923. }
  4924.  
  4925. let nextOpenChestCall = {
  4926. calls: [{
  4927. name: "towerNextChest",
  4928. args: {},
  4929. ident: "towerNextChest"
  4930. }, {
  4931. name: "towerOpenChest",
  4932. args: {
  4933. num: 2
  4934. },
  4935. ident: "towerOpenChest"
  4936. }]
  4937. }
  4938. send(JSON.stringify(nextOpenChestCall), checkDataFloor);
  4939. }
  4940.  
  4941. function endTower(reason, info) {
  4942. console.log(reason, info);
  4943. if (reason != 'noTower') {
  4944. farmTowerRewards(reason);
  4945. }
  4946. setProgress(`${I18N('TOWER')} ${I18N('COMPLETED')}!`, true);
  4947. resolve();
  4948. }
  4949. }
  4950.  
  4951. /**
  4952. * Passage of the arena of the titans
  4953. *
  4954. * Прохождение арены титанов
  4955. */
  4956. function testTitanArena() {
  4957. return new Promise((resolve, reject) => {
  4958. titAren = new executeTitanArena(resolve, reject);
  4959. titAren.start();
  4960. });
  4961. }
  4962.  
  4963. /**
  4964. * Passage of the arena of the titans
  4965. *
  4966. * Прохождение арены титанов
  4967. */
  4968. function executeTitanArena(resolve, reject) {
  4969. let titan_arena = [];
  4970. let finishListBattle = [];
  4971. /**
  4972. * ID of the current batch
  4973. *
  4974. * Идетификатор текущей пачки
  4975. */
  4976. let currentRival = 0;
  4977. /**
  4978. * Number of attempts to finish off the pack
  4979. *
  4980. * Количество попыток добития пачки
  4981. */
  4982. let attempts = 0;
  4983. /**
  4984. * Was there an attempt to finish off the current shooting range
  4985. *
  4986. * Была ли попытка добития текущего тира
  4987. */
  4988. let isCheckCurrentTier = false;
  4989. /**
  4990. * Current shooting range
  4991. *
  4992. * Текущий тир
  4993. */
  4994. let currTier = 0;
  4995. /**
  4996. * Number of battles on the current dash
  4997. *
  4998. * Количество битв на текущем тире
  4999. */
  5000. let countRivalsTier = 0;
  5001.  
  5002. let callsStart = {
  5003. calls: [{
  5004. name: "titanArenaGetStatus",
  5005. args: {},
  5006. ident: "titanArenaGetStatus"
  5007. }, {
  5008. name: "teamGetAll",
  5009. args: {},
  5010. ident: "teamGetAll"
  5011. }]
  5012. }
  5013.  
  5014. this.start = function () {
  5015. send(JSON.stringify(callsStart), startTitanArena);
  5016. }
  5017.  
  5018. function startTitanArena(data) {
  5019. let titanArena = data.results[0].result.response;
  5020. if (titanArena.status == 'disabled') {
  5021. endTitanArena('disabled', titanArena);
  5022. return;
  5023. }
  5024.  
  5025. let teamGetAll = data.results[1].result.response;
  5026. titan_arena = teamGetAll.titan_arena;
  5027.  
  5028. checkTier(titanArena)
  5029. }
  5030.  
  5031. function checkTier(titanArena) {
  5032. if (titanArena.status == "peace_time") {
  5033. endTitanArena('Peace_time', titanArena);
  5034. return;
  5035. }
  5036. currTier = titanArena.tier;
  5037. if (currTier) {
  5038. setProgress(`${I18N('TITAN_ARENA')}: ${I18N('LEVEL')} ${currTier}`);
  5039. }
  5040.  
  5041. if (titanArena.status == "completed_tier") {
  5042. titanArenaCompleteTier();
  5043. return;
  5044. }
  5045. /**
  5046. * Checking for the possibility of a raid
  5047. * Проверка на возможность рейда
  5048. */
  5049. if (titanArena.canRaid) {
  5050. titanArenaStartRaid();
  5051. return;
  5052. }
  5053. /**
  5054. * Check was an attempt to achieve the current shooting range
  5055. * Проверка была ли попытка добития текущего тира
  5056. */
  5057. if (!isCheckCurrentTier) {
  5058. checkRivals(titanArena.rivals);
  5059. return;
  5060. }
  5061.  
  5062. endTitanArena('Done or not canRaid', titanArena);
  5063. }
  5064. /**
  5065. * Submit dash information for verification
  5066. *
  5067. * Отправка информации о тире на проверку
  5068. */
  5069. function checkResultInfo(data) {
  5070. let titanArena = data.results[0].result.response;
  5071. checkTier(titanArena);
  5072. }
  5073. /**
  5074. * Finish the current tier
  5075. *
  5076. * Завершить текущий тир
  5077. */
  5078. function titanArenaCompleteTier() {
  5079. isCheckCurrentTier = false;
  5080. let calls = [{
  5081. name: "titanArenaCompleteTier",
  5082. args: {},
  5083. ident: "body"
  5084. }];
  5085. send(JSON.stringify({calls}), checkResultInfo);
  5086. }
  5087. /**
  5088. * Gathering points to be completed
  5089. *
  5090. * Собираем точки которые нужно добить
  5091. */
  5092. function checkRivals(rivals) {
  5093. finishListBattle = [];
  5094. for (let n in rivals) {
  5095. if (rivals[n].attackScore < 250) {
  5096. finishListBattle.push(n);
  5097. }
  5098. }
  5099. console.log('checkRivals', finishListBattle);
  5100. countRivalsTier = finishListBattle.length;
  5101. roundRivals();
  5102. }
  5103. /**
  5104. * Selecting the next point to finish off
  5105. *
  5106. * Выбор следующей точки для добития
  5107. */
  5108. function roundRivals() {
  5109. let countRivals = finishListBattle.length;
  5110. if (!countRivals) {
  5111. /**
  5112. * Whole range checked
  5113. *
  5114. * Весь тир проверен
  5115. */
  5116. isCheckCurrentTier = true;
  5117. titanArenaGetStatus();
  5118. return;
  5119. }
  5120. // setProgress('TitanArena: Уровень ' + currTier + ' Бои: ' + (countRivalsTier - countRivals + 1) + '/' + countRivalsTier);
  5121. currentRival = finishListBattle.pop();
  5122. attempts = +currentRival;
  5123. // console.log('roundRivals', currentRival);
  5124. titanArenaStartBattle(currentRival);
  5125. }
  5126. /**
  5127. * The start of a solo battle
  5128. *
  5129. * Начало одиночной битвы
  5130. */
  5131. function titanArenaStartBattle(rivalId) {
  5132. let calls = [{
  5133. name: "titanArenaStartBattle",
  5134. args: {
  5135. rivalId: rivalId,
  5136. titans: titan_arena
  5137. },
  5138. ident: "body"
  5139. }];
  5140. send(JSON.stringify({calls}), calcResult);
  5141. }
  5142. /**
  5143. * Calculation of the results of the battle
  5144. *
  5145. * Расчет результатов боя
  5146. */
  5147. function calcResult(data) {
  5148. let battlesInfo = data.results[0].result.response.battle;
  5149. /**
  5150. * If attempts are equal to the current battle number we make
  5151. * Если попытки равны номеру текущего боя делаем прерасчет
  5152. */
  5153. if (attempts == currentRival) {
  5154. preCalcBattle(battlesInfo);
  5155. return;
  5156. }
  5157. /**
  5158. * If there are still attempts, we calculate a new battle
  5159. * Если попытки еще есть делаем расчет нового боя
  5160. */
  5161. if (attempts > 0) {
  5162. attempts--;
  5163. calcBattleResult(battlesInfo)
  5164. .then(resultCalcBattle);
  5165. return;
  5166. }
  5167. /**
  5168. * Otherwise, go to the next opponent
  5169. * Иначе переходим к следующему сопернику
  5170. */
  5171. roundRivals();
  5172. }
  5173. /**
  5174. * Processing the results of the battle calculation
  5175. *
  5176. * Обработка результатов расчета битвы
  5177. */
  5178. function resultCalcBattle(resultBattle) {
  5179. // console.log('resultCalcBattle', currentRival, attempts, resultBattle.result.win);
  5180. /**
  5181. * If the current calculation of victory is not a chance or the attempt ended with the finish the battle
  5182. * Если текущий расчет победа или шансов нет или попытки кончились завершаем бой
  5183. */
  5184. if (resultBattle.result.win || !attempts) {
  5185. titanArenaEndBattle({
  5186. progress: resultBattle.progress,
  5187. result: resultBattle.result,
  5188. rivalId: resultBattle.battleData.typeId
  5189. });
  5190. return;
  5191. }
  5192. /**
  5193. * If not victory and there are attempts we start a new battle
  5194. * Если не победа и есть попытки начинаем новый бой
  5195. */
  5196. titanArenaStartBattle(resultBattle.battleData.typeId);
  5197. }
  5198. /**
  5199. * Returns the promise of calculating the results of the battle
  5200. *
  5201. * Возращает промис расчета результатов битвы
  5202. */
  5203. function getBattleInfo(battle, isRandSeed) {
  5204. return new Promise(function (resolve) {
  5205. if (isRandSeed) {
  5206. battle.seed = Math.floor(Date.now() / 1000) + random(0, 1e3);
  5207. }
  5208. // console.log(battle.seed);
  5209. BattleCalc(battle, "get_titanClanPvp", e => resolve(e));
  5210. });
  5211. }
  5212. /**
  5213. * Recalculate battles
  5214. *
  5215. * Прерасчтет битвы
  5216. */
  5217. function preCalcBattle(battle) {
  5218. let actions = [getBattleInfo(battle, false)];
  5219. const countTestBattle = getInput('countTestBattle');
  5220. for (let i = 0; i < countTestBattle; i++) {
  5221. actions.push(getBattleInfo(battle, true));
  5222. }
  5223. Promise.all(actions)
  5224. .then(resultPreCalcBattle);
  5225. }
  5226. /**
  5227. * Processing the results of the battle recalculation
  5228. *
  5229. * Обработка результатов прерасчета битвы
  5230. */
  5231. function resultPreCalcBattle(e) {
  5232. let wins = e.map(n => n.result.win);
  5233. let firstBattle = e.shift();
  5234. let countWin = wins.reduce((w, s) => w + s);
  5235. let numReval = countRivalsTier - finishListBattle.length;
  5236. // setProgress('TitanArena: Уровень ' + currTier + ' Бои: ' + numReval + '/' + countRivalsTier + ' - ' + countWin + '/11');
  5237. console.log('resultPreCalcBattle', countWin + '/11' )
  5238. if (countWin > 0) {
  5239. attempts = getInput('countAutoBattle');
  5240. } else {
  5241. attempts = 0;
  5242. }
  5243. resultCalcBattle(firstBattle);
  5244. }
  5245.  
  5246. /**
  5247. * Complete an arena battle
  5248. *
  5249. * Завершить битву на арене
  5250. */
  5251. function titanArenaEndBattle(args) {
  5252. let calls = [{
  5253. name: "titanArenaEndBattle",
  5254. args,
  5255. ident: "body"
  5256. }];
  5257. send(JSON.stringify({calls}), resultTitanArenaEndBattle);
  5258. }
  5259.  
  5260. function resultTitanArenaEndBattle(e) {
  5261. let attackScore = e.results[0].result.response.attackScore;
  5262. let numReval = countRivalsTier - finishListBattle.length;
  5263. setProgress(`${I18N('TITAN_ARENA')}: ${I18N('LEVEL')} ${currTier} </br>${I18N('BATTLES')}: ${numReval}/${countRivalsTier} - ${attackScore}`);
  5264. /**
  5265. * TODO: Might need to improve the results.
  5266. * TODO: Возможно стоит сделать улучшение результатов
  5267. */
  5268. // console.log('resultTitanArenaEndBattle', e)
  5269. console.log('resultTitanArenaEndBattle', numReval + '/' + countRivalsTier, attempts)
  5270. roundRivals();
  5271. }
  5272. /**
  5273. * Arena State
  5274. *
  5275. * Состояние арены
  5276. */
  5277. function titanArenaGetStatus() {
  5278. let calls = [{
  5279. name: "titanArenaGetStatus",
  5280. args: {},
  5281. ident: "body"
  5282. }];
  5283. send(JSON.stringify({calls}), checkResultInfo);
  5284. }
  5285. /**
  5286. * Arena Raid Request
  5287. *
  5288. * Запрос рейда арены
  5289. */
  5290. function titanArenaStartRaid() {
  5291. let calls = [{
  5292. name: "titanArenaStartRaid",
  5293. args: {
  5294. titans: titan_arena
  5295. },
  5296. ident: "body"
  5297. }];
  5298. send(JSON.stringify({calls}), calcResults);
  5299. }
  5300.  
  5301. function calcResults(data) {
  5302. let battlesInfo = data.results[0].result.response;
  5303. let {attackers, rivals} = battlesInfo;
  5304.  
  5305. let promises = [];
  5306. for (let n in rivals) {
  5307. rival = rivals[n];
  5308. promises.push(calcBattleResult({
  5309. attackers: attackers,
  5310. defenders: [rival.team],
  5311. seed: rival.seed,
  5312. typeId: n,
  5313. }));
  5314. }
  5315.  
  5316. Promise.all(promises)
  5317. .then(results => {
  5318. const endResults = {};
  5319. for (let info of results) {
  5320. let id = info.battleData.typeId;
  5321. endResults[id] = {
  5322. progress: info.progress,
  5323. result: info.result,
  5324. }
  5325. }
  5326. titanArenaEndRaid(endResults);
  5327. });
  5328. }
  5329.  
  5330. function calcBattleResult(battleData) {
  5331. return new Promise(function (resolve, reject) {
  5332. BattleCalc(battleData, "get_titanClanPvp", resolve);
  5333. });
  5334. }
  5335.  
  5336. /**
  5337. * Sending Raid Results
  5338. *
  5339. * Отправка результатов рейда
  5340. */
  5341. function titanArenaEndRaid(results) {
  5342. titanArenaEndRaidCall = {
  5343. calls: [{
  5344. name: "titanArenaEndRaid",
  5345. args: {
  5346. results
  5347. },
  5348. ident: "body"
  5349. }]
  5350. }
  5351. send(JSON.stringify(titanArenaEndRaidCall), checkRaidResults);
  5352. }
  5353.  
  5354. function checkRaidResults(data) {
  5355. results = data.results[0].result.response.results;
  5356. isSucsesRaid = true;
  5357. for (let i in results) {
  5358. isSucsesRaid &&= (results[i].attackScore >= 250);
  5359. }
  5360.  
  5361. if (isSucsesRaid) {
  5362. titanArenaCompleteTier();
  5363. } else {
  5364. titanArenaGetStatus();
  5365. }
  5366. }
  5367.  
  5368. function titanArenaFarmDailyReward() {
  5369. titanArenaFarmDailyRewardCall = {
  5370. calls: [{
  5371. name: "titanArenaFarmDailyReward",
  5372. args: {},
  5373. ident: "body"
  5374. }]
  5375. }
  5376. send(JSON.stringify(titanArenaFarmDailyRewardCall), () => {console.log('Done farm daily reward')});
  5377. }
  5378.  
  5379. function endTitanArena(reason, info) {
  5380. if (!['Peace_time', 'disabled'].includes(reason)) {
  5381. titanArenaFarmDailyReward();
  5382. }
  5383. console.log(reason, info);
  5384. setProgress(`${I18N('TITAN_ARENA')} ${I18N('COMPLETED')}!`, true);
  5385. resolve();
  5386. }
  5387. }
  5388.  
  5389. function hackGame() {
  5390. self = this;
  5391. selfGame = null;
  5392. bindId = 1e9;
  5393. this.libGame = null;
  5394.  
  5395. /**
  5396. * List of correspondence of used classes to their names
  5397. *
  5398. * Список соответствия используемых классов их названиям
  5399. */
  5400. ObjectsList = [
  5401. {name:"BattlePresets", prop:"game.battle.controller.thread.BattlePresets"},
  5402. {name:"DataStorage", prop:"game.data.storage.DataStorage"},
  5403. {name:"BattleConfigStorage", prop:"game.data.storage.battle.BattleConfigStorage"},
  5404. {name:"BattleInstantPlay", prop:"game.battle.controller.instant.BattleInstantPlay"},
  5405. {name:"MultiBattleResult", prop:"game.battle.controller.MultiBattleResult"},
  5406.  
  5407. {name:"PlayerMissionData", prop:"game.model.user.mission.PlayerMissionData"},
  5408. {name:"PlayerMissionBattle", prop:"game.model.user.mission.PlayerMissionBattle"},
  5409. {name:"GameModel", prop:"game.model.GameModel"},
  5410. {name:"CommandManager", prop:"game.command.CommandManager"},
  5411. {name:"MissionCommandList", prop:"game.command.rpc.mission.MissionCommandList"},
  5412. {name:"RPCCommandBase", prop:"game.command.rpc.RPCCommandBase"},
  5413. {name:"PlayerTowerData", prop:"game.model.user.tower.PlayerTowerData"},
  5414. {name:"TowerCommandList", prop:"game.command.tower.TowerCommandList"},
  5415. {name:"PlayerHeroTeamResolver", prop:"game.model.user.hero.PlayerHeroTeamResolver"},
  5416. {name:"BattlePausePopup", prop:"game.view.popup.battle.BattlePausePopup"},
  5417. {name:"BattlePopup", prop:"game.view.popup.battle.BattlePopup"},
  5418. {name:"DisplayObjectContainer", prop:"starling.display.DisplayObjectContainer"},
  5419. {name:"GuiClipContainer", prop:"engine.core.clipgui.GuiClipContainer"},
  5420. {name:"BattlePausePopupClip", prop:"game.view.popup.battle.BattlePausePopupClip"},
  5421. {name:"ClipLabel", prop:"game.view.gui.components.ClipLabel"},
  5422. {name:"ClipLabelBase", prop:"game.view.gui.components.ClipLabelBase"},
  5423. {name:"Translate", prop:"com.progrestar.common.lang.Translate"},
  5424. {name:"ClipButtonLabeledCentered", prop:"game.view.gui.components.ClipButtonLabeledCentered"},
  5425. {name:"BattlePausePopupMediator", prop:"game.mediator.gui.popup.battle.BattlePausePopupMediator"},
  5426. {name:"SettingToggleButton", prop:"game.mechanics.settings.popup.view.SettingToggleButton"},
  5427. {name:"PlayerDungeonData", prop:"game.mechanics.dungeon.model.PlayerDungeonData"},
  5428. {name:"NextDayUpdatedManager", prop:"game.model.user.NextDayUpdatedManager"},
  5429. {name:"BattleController", prop:"game.battle.controller.BattleController"},
  5430. {name:"BattleSettingsModel", prop:"game.battle.controller.BattleSettingsModel"},
  5431. {name:"BooleanProperty", prop:"engine.core.utils.property.BooleanProperty"},
  5432. {name:"RuleStorage", prop:"game.data.storage.rule.RuleStorage"},
  5433. {name:"BattleConfig", prop:"battle.BattleConfig"},
  5434. {name:"SpecialShopModel", prop:"game.model.user.shop.SpecialShopModel"},
  5435. {name:"BattleGuiMediator", prop:"game.battle.gui.BattleGuiMediator"},
  5436. {name:"BooleanPropertyWriteable", prop:"engine.core.utils.property.BooleanPropertyWriteable"},
  5437. { name: "BattleLogEncoder", prop: "battle.log.BattleLogEncoder" },
  5438. { name: "BattleLogReader", prop: "battle.log.BattleLogReader" },
  5439. ];
  5440.  
  5441. /**
  5442. * Contains the game classes needed to write and override game methods
  5443. *
  5444. * Содержит классы игры необходимые для написания и подмены методов игры
  5445. */
  5446. Game = {
  5447. /**
  5448. * Function 'e'
  5449. * Функция 'e'
  5450. */
  5451. bindFunc: function (a, b) {
  5452. if (null == b)
  5453. return null;
  5454. null == b.__id__ && (b.__id__ = bindId++);
  5455. var c;
  5456. null == a.hx__closures__ ? a.hx__closures__ = {} :
  5457. c = a.hx__closures__[b.__id__];
  5458. null == c && (c = b.bind(a), a.hx__closures__[b.__id__] = c);
  5459. return c
  5460. },
  5461. };
  5462.  
  5463. /**
  5464. * Connects to game objects via the object creation event
  5465. *
  5466. * Подключается к объектам игры через событие создания объекта
  5467. */
  5468. function connectGame() {
  5469. for (let obj of ObjectsList) {
  5470. /**
  5471. * https: //stackoverflow.com/questions/42611719/how-to-intercept-and-modify-a-specific-property-for-any-object
  5472. */
  5473. Object.defineProperty(Object.prototype, obj.prop, {
  5474. set: function (value) {
  5475. if (!selfGame) {
  5476. selfGame = this;
  5477. }
  5478. if (!Game[obj.name]) {
  5479. Game[obj.name] = value;
  5480. }
  5481. // console.log('set ' + obj.prop, this, value);
  5482. this[obj.prop + '_'] = value;
  5483. },
  5484. get: function () {
  5485. // console.log('get ' + obj.prop, this);
  5486. return this[obj.prop + '_'];
  5487. }
  5488. });
  5489. }
  5490. }
  5491.  
  5492. /**
  5493. * Game.BattlePresets
  5494. * @param {bool} a isReplay
  5495. * @param {bool} b autoToggleable
  5496. * @param {bool} c auto On Start
  5497. * @param {object} d config
  5498. * @param {bool} f showBothTeams
  5499. */
  5500. /**
  5501. * Returns the results of the battle to the callback function
  5502. * Возвращает в функцию callback результаты боя
  5503. * @param {*} battleData battle data данные боя
  5504. * @param {*} battleConfig combat configuration type options:
  5505. *
  5506. * тип конфигурации боя варианты:
  5507. *
  5508. * "get_invasion", "get_titanPvpManual", "get_titanPvp",
  5509. * "get_titanClanPvp","get_clanPvp","get_titan","get_boss",
  5510. * "get_tower","get_pve","get_pvpManual","get_pvp","get_core"
  5511. *
  5512. * You can specify the xYc function in the game.assets.storage.BattleAssetStorage class
  5513. *
  5514. * Можно уточнить в классе game.assets.storage.BattleAssetStorage функция xYc
  5515. * @param {*} callback функция в которую вернуться результаты боя
  5516. */
  5517. this.BattleCalc = function (battleData, battleConfig, callback) {
  5518. // battleConfig = battleConfig || getBattleType(battleData.type)
  5519. if (!Game.BattlePresets) throw Error('Use connectGame');
  5520. battlePresets = new Game.BattlePresets(!!battleData.progress, !1, !0, Game.DataStorage[getFn(Game.DataStorage, 22)][getF(Game.BattleConfigStorage, battleConfig)](), !1);
  5521. battleInstantPlay = new Game.BattleInstantPlay(battleData, battlePresets);
  5522. battleInstantPlay[getProtoFn(Game.BattleInstantPlay, 8)].add((battleInstant) => {
  5523. const battleResult = battleInstant[getF(Game.BattleInstantPlay, 'get_result')]();
  5524. const battleData = battleInstant[getF(Game.BattleInstantPlay, 'get_rawBattleInfo')]();
  5525. const battleLog = Game.BattleLogEncoder.read(new Game.BattleLogReader(battleResult[getProtoFn(Game.MultiBattleResult, 2)][0]));
  5526. const timeLimit = battlePresets[getF(Game.BattlePresets, 'get_timeLimit')]();
  5527. const battleTime = Math.max(...battleLog.map(e => e.time < timeLimit ? e.time : 0));
  5528. callback({
  5529. battleTime,
  5530. battleData,
  5531. progress: battleResult[getF(Game.MultiBattleResult, 'get_progress')](),
  5532. result: battleResult[getF(Game.MultiBattleResult, 'get_result')]()
  5533. })
  5534. });
  5535. battleInstantPlay.start();
  5536. }
  5537.  
  5538. /**
  5539. * Returns a function with the specified name from the class
  5540. *
  5541. * Возвращает из класса функцию с указанным именем
  5542. * @param {Object} classF Class // класс
  5543. * @param {String} nameF function name // имя функции
  5544. * @param {String} pos name and alias order // порядок имени и псевдонима
  5545. * @returns
  5546. */
  5547. function getF(classF, nameF, pos) {
  5548. pos = pos || false;
  5549. let prop = Object.entries(classF.prototype.__properties__)
  5550. if (!pos) {
  5551. return prop.filter((e) => e[1] == nameF).pop()[0];
  5552. } else {
  5553. return prop.filter((e) => e[0] == nameF).pop()[1];
  5554. }
  5555. }
  5556.  
  5557. /**
  5558. * Returns a function with the specified name from the class
  5559. *
  5560. * Возвращает из класса функцию с указанным именем
  5561. * @param {Object} classF Class // класс
  5562. * @param {String} nameF function name // имя функции
  5563. * @returns
  5564. */
  5565. function getFnP(classF, nameF) {
  5566. let prop = Object.entries(classF.__properties__)
  5567. return prop.filter((e) => e[1] == nameF).pop()[0];
  5568. }
  5569.  
  5570. /**
  5571. * Returns the function name with the specified ordinal from the class
  5572. *
  5573. * Возвращает имя функции с указаным порядковым номером из класса
  5574. * @param {Object} classF Class // класс
  5575. * @param {Number} nF Order number of function // порядковый номер функции
  5576. * @returns
  5577. */
  5578. function getFn(classF, nF) {
  5579. let prop = Object.keys(classF);
  5580. return prop[nF];
  5581. }
  5582.  
  5583. /**
  5584. * Returns the name of the function with the specified serial number from the prototype of the class
  5585. *
  5586. * Возвращает имя функции с указаным порядковым номером из прототипа класса
  5587. * @param {Object} classF Class // класс
  5588. * @param {Number} nF Order number of function // порядковый номер функции
  5589. * @returns
  5590. */
  5591. function getProtoFn(classF, nF) {
  5592. let prop = Object.keys(classF.prototype);
  5593. return prop[nF];
  5594. }
  5595. /**
  5596. * Description of replaced functions
  5597. *
  5598. * Описание подменяемых функций
  5599. */
  5600. replaceFunction = {
  5601. company: function() {
  5602. let PMD_12 = getProtoFn(Game.PlayerMissionData, 12);
  5603. let oldSkipMisson = Game.PlayerMissionData.prototype[PMD_12];
  5604. Game.PlayerMissionData.prototype[PMD_12] = function (a, b, c) {
  5605. if (isChecked('passBattle')) {
  5606. this[getProtoFn(Game.PlayerMissionData, 9)] = new Game.PlayerMissionBattle(a, b, c);
  5607.  
  5608. var a = new Game.BattlePresets(!1, !1, !0, Game.DataStorage[getFn(Game.DataStorage, 22)][getProtoFn(Game.BattleConfigStorage, 17)](), !1);
  5609. a = new Game.BattleInstantPlay(c, a);
  5610. a[getProtoFn(Game.BattleInstantPlay, 8)].add(Game.bindFunc(this, this.P$h));
  5611. a.start()
  5612. } else {
  5613. oldSkipMisson.call(this, a, b, c);
  5614. }
  5615. }
  5616.  
  5617. Game.PlayerMissionData.prototype.P$h = function (a) {
  5618. let GM_2 = getFn(Game.GameModel, 2);
  5619. let GM_P2 = getProtoFn(Game.GameModel, 2);
  5620. let CM_20 = getProtoFn(Game.CommandManager, 20);
  5621. let MCL_2 = getProtoFn(Game.MissionCommandList, 2);
  5622. let MBR_15 = getProtoFn(Game.MultiBattleResult, 15);
  5623. let RPCCB_15 = getProtoFn(Game.RPCCommandBase, 15);
  5624. let PMD_32 = getProtoFn(Game.PlayerMissionData, 32);
  5625. Game.GameModel[GM_2]()[GM_P2][CM_20][MCL_2](a[MBR_15]())[RPCCB_15](Game.bindFunc(this, this[PMD_32]))
  5626. }
  5627. },
  5628. tower: function() {
  5629. let PTD_67 = getProtoFn(Game.PlayerTowerData, 67);
  5630. let oldSkipTower = Game.PlayerTowerData.prototype[PTD_67];
  5631. Game.PlayerTowerData.prototype[PTD_67] = function (a) {
  5632. if (isChecked('passBattle')) {
  5633. var p = new Game.BattlePresets(!1, !1, !0, Game.DataStorage[getFn(Game.DataStorage, 22)][getProtoFn(Game.BattleConfigStorage,17)](), !1);
  5634. a = new Game.BattleInstantPlay(a, p);
  5635. a[getProtoFn(Game.BattleInstantPlay,8)].add(Game.bindFunc(this, this.P$h));
  5636. a.start()
  5637. } else {
  5638. oldSkipTower.call(this, a);;
  5639. }
  5640. }
  5641.  
  5642. Game.PlayerTowerData.prototype.P$h = function (a) {
  5643. let GM_2 = getFn(Game.GameModel, 2);
  5644. let GM_P2 = getProtoFn(Game.GameModel, 2);
  5645. let CM_29 = getProtoFn(Game.CommandManager, 29);
  5646. let TCL_5 = getProtoFn(Game.TowerCommandList, 5);
  5647. let MBR_15 = getProtoFn(Game.MultiBattleResult, 15);
  5648. let RPCCB_15 = getProtoFn(Game.RPCCommandBase, 15);
  5649. let PTD_78 = getProtoFn(Game.PlayerTowerData, 78);
  5650. Game.GameModel[GM_2]()[GM_P2][CM_29][TCL_5](a[MBR_15]())[RPCCB_15](Game.bindFunc(this, this[PTD_78]))
  5651. }
  5652. },
  5653. // skipSelectHero: function() {
  5654. // if (!HOST) throw Error('Use connectGame');
  5655. // Game.PlayerHeroTeamResolver.prototype[getProtoFn(Game.PlayerHeroTeamResolver, 3)] = () => false;
  5656. // },
  5657. passBattle: function() {
  5658. let BPP_4 = getProtoFn(Game.BattlePausePopup, 4);
  5659. let oldPassBattle = Game.BattlePausePopup.prototype[BPP_4];
  5660. Game.BattlePausePopup.prototype[BPP_4] = function (a) {
  5661. if (isChecked('passBattle')) {
  5662. Game.BattlePopup.prototype[getProtoFn(Game.BattlePausePopup, 4)].call(this, a);
  5663. this[getProtoFn(Game.BattlePausePopup, 3)]();
  5664. this[getProtoFn(Game.DisplayObjectContainer, 3)](this.clip[getProtoFn(Game.GuiClipContainer, 2)]());
  5665. this.clip[getProtoFn(Game.BattlePausePopupClip, 1)][getProtoFn(Game.ClipLabelBase, 9)](Game.Translate.translate("UI_POPUP_BATTLE_PAUSE"));
  5666.  
  5667. this.clip[getProtoFn(Game.BattlePausePopupClip, 2)][getProtoFn(Game.ClipButtonLabeledCentered, 2)](Game.Translate.translate("UI_POPUP_BATTLE_RETREAT"), (q = this[getProtoFn(Game.BattlePausePopup, 1)], Game.bindFunc(q, q[getProtoFn(Game.BattlePausePopupMediator, 17)])));
  5668. this.clip[getProtoFn(Game.BattlePausePopupClip, 5)][getProtoFn(Game.ClipButtonLabeledCentered, 2)](
  5669. this[getProtoFn(Game.BattlePausePopup, 1)][getProtoFn(Game.BattlePausePopupMediator, 14)](),
  5670. this[getProtoFn(Game.BattlePausePopup, 1)][getProtoFn(Game.BattlePausePopupMediator, 13)]() ?
  5671. (q = this[getProtoFn(Game.BattlePausePopup, 1)], Game.bindFunc(q, q[getProtoFn(Game.BattlePausePopupMediator, 18)])) :
  5672. (q = this[getProtoFn(Game.BattlePausePopup, 1)], Game.bindFunc(q, q[getProtoFn(Game.BattlePausePopupMediator, 18)]))
  5673. );
  5674.  
  5675. this.clip[getProtoFn(Game.BattlePausePopupClip, 5)][getProtoFn(Game.ClipButtonLabeledCentered, 0)][getProtoFn(Game.ClipLabelBase, 24)]();
  5676. this.clip[getProtoFn(Game.BattlePausePopupClip, 3)][getProtoFn(Game.SettingToggleButton, 3)](this[getProtoFn(Game.BattlePausePopup, 1)][getProtoFn(Game.BattlePausePopupMediator, 9)]());
  5677. this.clip[getProtoFn(Game.BattlePausePopupClip, 4)][getProtoFn(Game.SettingToggleButton, 3)](this[getProtoFn(Game.BattlePausePopup, 1)][getProtoFn(Game.BattlePausePopupMediator, 10)]());
  5678. this.clip[getProtoFn(Game.BattlePausePopupClip, 6)][getProtoFn(Game.SettingToggleButton, 3)](this[getProtoFn(Game.BattlePausePopup, 1)][getProtoFn(Game.BattlePausePopupMediator, 11)]());
  5679. /*
  5680. Какая-то ненужная фигня
  5681. if (!HC.lSb()) {
  5682. this.clip.r6b.g().B(!1);
  5683. a = this.clip.r6b.g().X() + 7;
  5684. var b = this.clip.ba.g();
  5685. b.$(b.X() - a);
  5686. b = this.clip.IS.g();
  5687. b.sa(b.Fa() - a)
  5688. }
  5689. */
  5690. } else {
  5691. oldPassBattle.call(this, a);
  5692. }
  5693. }
  5694.  
  5695. let retreatButtonLabel = getF(Game.BattlePausePopupMediator, "get_retreatButtonLabel");
  5696. let oldFunc = Game.BattlePausePopupMediator.prototype[retreatButtonLabel];
  5697. Game.BattlePausePopupMediator.prototype[retreatButtonLabel] = function () {
  5698. if (isChecked('passBattle')) {
  5699. return I18N('BTN_PASS');
  5700. } else {
  5701. return oldFunc.call(this);
  5702. }
  5703. }
  5704. },
  5705. endlessCards: function() {
  5706. let PDD_15 = getProtoFn(Game.PlayerDungeonData, 15);
  5707. let oldEndlessCards = Game.PlayerDungeonData.prototype[PDD_15];
  5708. Game.PlayerDungeonData.prototype[PDD_15] = function () {
  5709. if (isChecked('endlessCards')) {
  5710. return true;
  5711. } else {
  5712. return oldEndlessCards.call(this);
  5713. }
  5714. }
  5715. },
  5716. speedBattle: function () {
  5717. const get_timeScale = getF(Game.BattleController, "get_timeScale");
  5718. const oldSpeedBattle = Game.BattleController.prototype[get_timeScale];
  5719. Game.BattleController.prototype[get_timeScale] = function () {
  5720. const speedBattle = Number.parseFloat(getInput('speedBattle'));
  5721. if (speedBattle) {
  5722. const BC_11 = getProtoFn(Game.BattleController, 11);
  5723. const BSM_11 = getProtoFn(Game.BattleSettingsModel, 11);
  5724. const BP_get_value = getF(Game.BooleanProperty, "get_value");
  5725. if (this[BC_11][BSM_11][BP_get_value]()) {
  5726. return 0;
  5727. }
  5728. const BSM_2 = getProtoFn(Game.BattleSettingsModel, 2);
  5729. const BC_44 = getProtoFn(Game.BattleController, 44);
  5730. const BSM_1 = getProtoFn(Game.BattleSettingsModel, 1);
  5731. const BC_13 = getProtoFn(Game.BattleController, 13);
  5732. const BC_3 = getFn(Game.BattleController, 3);
  5733. if (this[BC_11][BSM_2][BP_get_value]()) {
  5734. var a = speedBattle * this[BC_44]();
  5735. } else {
  5736. a = this[BC_11][BSM_1][BP_get_value]();
  5737. //const multiple = a == 1 ? speedBattle : this[BC_13][a];
  5738. a = this[BC_13][a] * Game.BattleController[BC_3][BP_get_value]() * this[BC_44]();
  5739. }
  5740. const BSM_22 = getProtoFn(Game.BattleSettingsModel, 22);
  5741. a > this[BC_11][BSM_22][BP_get_value]() && (a = this[BC_11][BSM_22][BP_get_value]());
  5742. const DS_21 = getFn(Game.DataStorage, 21);
  5743. const get_battleSpeedMultiplier = getF(Game.RuleStorage, "get_battleSpeedMultiplier", true);
  5744. // const RS_167 = getProtoFn(Game.RuleStorage, 167); // get_battleSpeedMultiplier
  5745. var b = Game.DataStorage[DS_21][get_battleSpeedMultiplier]();
  5746. const R_1 = getFn(selfGame.Reflect, 1);
  5747. const BC_1 = getFn(Game.BattleController, 1);
  5748. const get_config = getF(Game.BattlePresets, "get_config");
  5749. // const BC_0 = getProtoFn(Game.BattleConfig, 0); // .ident
  5750. null != b && (a = selfGame.Reflect[R_1](b, this[BC_1][get_config]().ident) ? a * selfGame.Reflect[R_1](b, this[BC_1][get_config]().ident) : a * selfGame.Reflect[R_1](b, "default"));
  5751. return a
  5752. } else {
  5753. return oldSpeedBattle.call(this);
  5754. }
  5755. }
  5756. },
  5757.  
  5758. /**
  5759. * Remove the rare shop
  5760. *
  5761. * Удаление торговца редкими товарами
  5762. */
  5763. /*
  5764. removeWelcomeShop: function () {
  5765. let SSM_3 = getProtoFn(Game.SpecialShopModel, 3);
  5766. const oldWelcomeShop = Game.SpecialShopModel.prototype[SSM_3];
  5767. Game.SpecialShopModel.prototype[SSM_3] = function () {
  5768. if (isChecked('noOfferDonat')) {
  5769. return null;
  5770. } else {
  5771. return oldWelcomeShop.call(this);
  5772. }
  5773. }
  5774. },
  5775. */
  5776.  
  5777. /**
  5778. * Acceleration button without Valkyries favor
  5779. *
  5780. * Кнопка ускорения без Покровительства Валькирий
  5781. */
  5782. battleFastKey: function () {
  5783. const BGM_39 = getProtoFn(Game.BattleGuiMediator, 39);
  5784. const oldBattleFastKey = Game.BattleGuiMediator.prototype[BGM_39];
  5785. Game.BattleGuiMediator.prototype[BGM_39] = function () {
  5786. if (true) {
  5787. const BGM_8 = getProtoFn(Game.BattleGuiMediator, 8);
  5788. const BGM_9 = getProtoFn(Game.BattleGuiMediator, 9);
  5789. const BPW_0 = getProtoFn(Game.BooleanPropertyWriteable, 0);
  5790. this[BGM_8][BPW_0](true);
  5791. this[BGM_9][BPW_0](true);
  5792. } else {
  5793. return oldBattleFastKey.call(this);
  5794. }
  5795. }
  5796. }
  5797. }
  5798.  
  5799. /**
  5800. * Starts replacing recorded functions
  5801. *
  5802. * Запускает замену записанных функций
  5803. */
  5804. this.activateHacks = function () {
  5805. if (!selfGame) throw Error('Use connectGame');
  5806. for (let func in replaceFunction) {
  5807. replaceFunction[func]();
  5808. }
  5809. }
  5810.  
  5811. /**
  5812. * Returns the game object
  5813. *
  5814. * Возвращает объект игры
  5815. */
  5816. this.getSelfGame = function () {
  5817. return selfGame;
  5818. }
  5819.  
  5820. /**
  5821. * Updates game data
  5822. *
  5823. * Обновляет данные игры
  5824. */
  5825. this.refreshGame = function () {
  5826. (new Game.NextDayUpdatedManager)[getProtoFn(Game.NextDayUpdatedManager, 5)]();
  5827. }
  5828.  
  5829. /**
  5830. * Change the play screen on windowName
  5831. *
  5832. * Сменить экран игры на windowName
  5833. *
  5834. * Possible options:
  5835. *
  5836. * Возможные варианты:
  5837. *
  5838. * MISSION, ARENA, GRAND, CHEST, SKILLS, SOCIAL_GIFT, CLAN, ENCHANT, TOWER, RATING, CHALLENGE, BOSS, CHAT, CLAN_DUNGEON, CLAN_CHEST, TITAN_GIFT, CLAN_RAID, ASGARD, HERO_ASCENSION, ROLE_ASCENSION, ASCENSION_CHEST, TITAN_MISSION, TITAN_ARENA, TITAN_ARTIFACT, TITAN_ARTIFACT_CHEST, TITAN_VALLEY, TITAN_SPIRITS, TITAN_ARTIFACT_MERCHANT, TITAN_ARENA_HALL_OF_FAME, CLAN_PVP, CLAN_PVP_MERCHANT, CLAN_GLOBAL_PVP, CLAN_GLOBAL_PVP_TITAN, ARTIFACT, ZEPPELIN, ARTIFACT_CHEST, ARTIFACT_MERCHANT, EXPEDITIONS, SUBSCRIPTION, NY2018_GIFTS, NY2018_TREE, NY2018_WELCOME, ADVENTURE, ADVENTURESOLO, SANCTUARY, PET_MERCHANT, PET_LIST, PET_SUMMON, BOSS_RATING_EVENT, BRAWL
  5839. */
  5840. this.goNavigtor = function (windowName) {
  5841. let mechanicStorage = selfGame["game.data.storage.mechanic.MechanicStorage"];
  5842. let window = mechanicStorage[windowName];
  5843. let event = new selfGame["game.mediator.gui.popup.PopupStashEventParams"];
  5844. let Game = selfGame['Game'];
  5845. let navigator = getF(Game, "get_navigator")
  5846. let navigate = getProtoFn(selfGame["game.screen.navigator.GameNavigator"], 17)
  5847. let instance = getFnP(Game, 'get_instance');
  5848. Game[instance]()[navigator]()[navigate](window, event);
  5849. }
  5850.  
  5851. /**
  5852. * Move to the sanctuary cheats.goSanctuary()
  5853. *
  5854. * Переместиться в святилище cheats.goSanctuary()
  5855. */
  5856. this.goSanctuary = () => {
  5857. this.goNavigtor("SANCTUARY");
  5858. }
  5859.  
  5860. /**
  5861. * Go to Guild War
  5862. *
  5863. * Перейти к Войне Гильдий
  5864. */
  5865. this.goClanWar = function() {
  5866. let instance = getFnP(selfGame["game.model.GameModel"], 'get_instance')
  5867. let player = selfGame["game.model.GameModel"][instance]().A;
  5868. let clanWarSelect = selfGame["game.mechanics.cross_clan_war.popup.selectMode.CrossClanWarSelectModeMediator"];
  5869. new clanWarSelect(player).open();
  5870. }
  5871.  
  5872. /**
  5873. * Go to BrawlShop
  5874. *
  5875. * Переместиться в BrawlShop
  5876. */
  5877. this.goBrawlShop = () => {
  5878. const instance = getFnP(selfGame["game.model.GameModel"], 'get_instance')
  5879. const P_36 = getProtoFn(selfGame["game.model.user.Player"], 36);
  5880. const PSD_0 = getProtoFn(selfGame["game.model.user.shop.PlayerShopData"], 0);
  5881. const IM_0 = getProtoFn(selfGame["haxe.ds.IntMap"], 0);
  5882. const PSDE_4 = getProtoFn(selfGame["game.model.user.shop.PlayerShopDataEntry"], 4);
  5883.  
  5884. const player = selfGame["game.model.GameModel"][instance]().A;
  5885. const shop = player[P_36][PSD_0][IM_0][1038][PSDE_4];
  5886. const shopPopup = new selfGame["game.mechanics.brawl.mediator.BrawlShopPopupMediator"](player, shop)
  5887. shopPopup.open(new selfGame["game.mediator.gui.popup.PopupStashEventParams"])
  5888. }
  5889.  
  5890. /**
  5891. * Game library availability tracker
  5892. *
  5893. * Отслеживание доступности игровой библиотеки
  5894. */
  5895. function checkLibLoad() {
  5896. timeout = setTimeout(() => {
  5897. if (Game.GameModel) {
  5898. changeLib();
  5899. } else {
  5900. checkLibLoad();
  5901. }
  5902. }, 100)
  5903. }
  5904.  
  5905. /**
  5906. * Game library data spoofing
  5907. *
  5908. * Подмена данных игровой библиотеки
  5909. */
  5910. function changeLib() {
  5911. console.log('lib connect');
  5912. const originalStartFunc = Game.GameModel.prototype.start;
  5913. Game.GameModel.prototype.start = function (a, b, c) {
  5914. self.libGame = b.raw;
  5915. try {
  5916. b.raw.shop[26].requirements = null;
  5917. } catch (e) {
  5918. console.warn(e);
  5919. }
  5920. originalStartFunc.call(this, a, b, c);
  5921. }
  5922. }
  5923.  
  5924. /**
  5925. * Returns the value of a language constant
  5926. *
  5927. * Возвращает значение языковой константы
  5928. * @param {*} langConst language constant // языковая константа
  5929. * @returns
  5930. */
  5931. this.translate = function (langConst) {
  5932. return Game.Translate.translate(langConst);
  5933. }
  5934.  
  5935. connectGame();
  5936. checkLibLoad();
  5937. }
  5938.  
  5939. /**
  5940. * Auto collection of gifts
  5941. *
  5942. * Автосбор подарков
  5943. */
  5944. function getAutoGifts() {
  5945. let valName = 'giftSendIds_' + userInfo.id;
  5946.  
  5947. if (!localStorage['clearGift' + userInfo.id]) {
  5948. localStorage[valName] = '';
  5949. localStorage['clearGift' + userInfo.id] = '+';
  5950. }
  5951.  
  5952. if (!localStorage[valName]) {
  5953. localStorage[valName] = '';
  5954. }
  5955.  
  5956. /**
  5957. * Submit a request to receive gift codes
  5958. *
  5959. * Отправка запроса для получения кодов подарков
  5960. */
  5961. fetch('https://zingery.ru/heroes/getGifts.php', {
  5962. method: 'POST',
  5963. body: JSON.stringify({scriptInfo, userInfo})
  5964. }).then(
  5965. response => response.json()
  5966. ).then(
  5967. data => {
  5968. let freebieCheckCalls = {
  5969. calls: []
  5970. }
  5971. data.forEach((giftId, n) => {
  5972. if (localStorage[valName].includes(giftId)) return;
  5973. //localStorage[valName] += ';' + giftId;
  5974. freebieCheckCalls.calls.push({
  5975. name: "freebieCheck",
  5976. args: {
  5977. giftId
  5978. },
  5979. ident: giftId
  5980. });
  5981. });
  5982.  
  5983. if (!freebieCheckCalls.calls.length) {
  5984. return;
  5985. }
  5986.  
  5987. send(JSON.stringify(freebieCheckCalls), e => {
  5988. let countGetGifts = 0;
  5989. const gifts = [];
  5990. for (check of e.results) {
  5991. gifts.push(check.ident);
  5992. if (check.result.response != null) {
  5993. countGetGifts++;
  5994. }
  5995. }
  5996. const saveGifts = localStorage[valName].split(';');
  5997. localStorage[valName] = [...saveGifts, ...gifts].slice(-50).join(';');
  5998. console.log(`${I18N('GIFTS')}: ${countGetGifts}`);
  5999. });
  6000. }
  6001. )
  6002. }
  6003.  
  6004. /**
  6005. * To fill the kills in the Forge of Souls
  6006. *
  6007. * Набить килов в горниле душ
  6008. */
  6009. async function bossRatingEvent() {
  6010. const topGet = await Send(JSON.stringify({ calls: [{ name: "topGet", args: { type: "bossRatingTop", extraId: 0 }, ident: "body" }] }));
  6011. if (!topGet) {
  6012. setProgress(`${I18N('EVENT')} ${I18N('NOT_AVAILABLE')}`, true);
  6013. return;
  6014. }
  6015. const replayId = topGet.results[0].result.response[0].userData.replayId;
  6016. const result = await Send(JSON.stringify({
  6017. calls: [
  6018. { name: "battleGetReplay", args: { id: replayId }, ident: "battleGetReplay" },
  6019. { name: "heroGetAll", args: {}, ident: "heroGetAll" },
  6020. { name: "pet_getAll", args: {}, ident: "pet_getAll" },
  6021. { name: "offerGetAll", args: {}, ident: "offerGetAll" }
  6022. ]
  6023. }));
  6024. const bossEventInfo = result.results[3].result.response.find(e => e.offerType == "bossEvent");
  6025. if (!bossEventInfo) {
  6026. setProgress(`${I18N('EVENT')} ${I18N('NOT_AVAILABLE')}`, true);
  6027. return;
  6028. }
  6029. const usedHeroes = bossEventInfo.progress.usedHeroes;
  6030. const party = Object.values(result.results[0].result.response.replay.attackers);
  6031. const availableHeroes = Object.values(result.results[1].result.response).map(e => e.id);
  6032. const availablePets = Object.values(result.results[2].result.response).map(e => e.id);
  6033. const calls = [];
  6034. /**
  6035. * First pack
  6036. *
  6037. * Первая пачка
  6038. */
  6039. const args = {
  6040. heroes: [],
  6041. favor: {}
  6042. }
  6043. for (let hero of party) {
  6044. if (hero.id >= 6000 && availablePets.includes(hero.id)) {
  6045. args.pet = hero.id;
  6046. continue;
  6047. }
  6048. if (!availableHeroes.includes(hero.id) || usedHeroes.includes(hero.id)) {
  6049. continue;
  6050. }
  6051. args.heroes.push(hero.id);
  6052. if (hero.favorPetId) {
  6053. args.favor[hero.id] = hero.favorPetId;
  6054. }
  6055. }
  6056. if (args.heroes.length) {
  6057. calls.push({
  6058. name: "bossRatingEvent_startBattle",
  6059. args,
  6060. ident: "body_0"
  6061. });
  6062. }
  6063. /**
  6064. * Other packs
  6065. *
  6066. * Другие пачки
  6067. */
  6068. let heroes = [];
  6069. let count = 1;
  6070. while (heroId = availableHeroes.pop()) {
  6071. if (args.heroes.includes(heroId) || usedHeroes.includes(heroId)) {
  6072. continue;
  6073. }
  6074. heroes.push(heroId);
  6075. if (heroes.length == 5) {
  6076. calls.push({
  6077. name: "bossRatingEvent_startBattle",
  6078. args: {
  6079. heroes: [...heroes],
  6080. pet: availablePets[Math.floor(Math.random() * availablePets.length)]
  6081. },
  6082. ident: "body_" + count
  6083. });
  6084. heroes = [];
  6085. count++;
  6086. }
  6087. }
  6088.  
  6089. if (!calls.length) {
  6090. setProgress(`${I18N('NO_HEROES')}`, true);
  6091. return;
  6092. }
  6093.  
  6094. const resultBattles = await Send(JSON.stringify({ calls }));
  6095. console.log(resultBattles);
  6096. rewardBossRatingEvent();
  6097. }
  6098.  
  6099. /**
  6100. * Collecting Rewards from the Forge of Souls
  6101. *
  6102. * Сбор награды из Горнила Душ
  6103. */
  6104. function rewardBossRatingEvent() {
  6105. let rewardBossRatingCall = '{"calls":[{"name":"offerGetAll","args":{},"ident":"offerGetAll"}]}';
  6106. send(rewardBossRatingCall, function (data) {
  6107. let bossEventInfo = data.results[0].result.response.find(e => e.offerType == "bossEvent");
  6108. if (!bossEventInfo) {
  6109. setProgress(`${I18N('EVENT')} ${I18N('NOT_AVAILABLE')}`, true);
  6110. return;
  6111. }
  6112.  
  6113. let farmedChests = bossEventInfo.progress.farmedChests;
  6114. let score = bossEventInfo.progress.score;
  6115. setProgress(`${I18N('DAMAGE_AMOUNT')}: ${score}`);
  6116. let revard = bossEventInfo.reward;
  6117.  
  6118. let getRewardCall = {
  6119. calls: []
  6120. }
  6121.  
  6122. let count = 0;
  6123. for (let i = 1; i < 10; i++) {
  6124. if (farmedChests.includes(i)) {
  6125. continue;
  6126. }
  6127. if (score < revard[i].score) {
  6128. break;
  6129. }
  6130. getRewardCall.calls.push({
  6131. name: "bossRatingEvent_getReward",
  6132. args: {
  6133. rewardId: i
  6134. },
  6135. ident: "body_" + i
  6136. });
  6137. count++;
  6138. }
  6139. if (!count) {
  6140. setProgress(`${I18N('NOTHING_TO_COLLECT')}`, true);
  6141. return;
  6142. }
  6143.  
  6144. send(JSON.stringify(getRewardCall), e => {
  6145. console.log(e);
  6146. setProgress(`${I18N('COLLECTED')} ${e?.results?.length} ${I18N('REWARD')}`, true);
  6147. });
  6148. });
  6149. }
  6150.  
  6151. /**
  6152. * Collect Easter eggs and event rewards
  6153. *
  6154. * Собрать пасхалки и награды событий
  6155. */
  6156. function offerFarmAllReward() {
  6157. const offerGetAllCall = '{"calls":[{"name":"offerGetAll","args":{},"ident":"offerGetAll"}]}';
  6158. return Send(offerGetAllCall).then((data) => {
  6159. const offerGetAll = data.results[0].result.response.filter(e => e.type == "reward" && !e?.freeRewardObtained && e.reward);
  6160. if (!offerGetAll.length) {
  6161. setProgress(`${I18N('NOTHING_TO_COLLECT')}`, true);
  6162. return;
  6163. }
  6164.  
  6165. const calls = [];
  6166. for (let reward of offerGetAll) {
  6167. calls.push({
  6168. name: "offerFarmReward",
  6169. args: {
  6170. offerId: reward.id
  6171. },
  6172. ident: "offerFarmReward_" + reward.id
  6173. });
  6174. }
  6175.  
  6176. return Send(JSON.stringify({ calls })).then(e => {
  6177. console.log(e);
  6178. setProgress(`${I18N('COLLECTED')} ${e?.results?.length} ${I18N('REWARD')}`, true);
  6179. });
  6180. });
  6181. }
  6182.  
  6183. /**
  6184. * Assemble Outland
  6185. *
  6186. * Собрать запределье
  6187. */
  6188. function getOutland() {
  6189. return new Promise(function (resolve, reject) {
  6190. send('{"calls":[{"name":"bossGetAll","args":{},"ident":"bossGetAll"}]}', e => {
  6191. let bosses = e.results[0].result.response;
  6192.  
  6193. let bossRaidOpenChestCall = {
  6194. calls: []
  6195. };
  6196.  
  6197. for (let boss of bosses) {
  6198. if (boss.mayRaid) {
  6199. bossRaidOpenChestCall.calls.push({
  6200. name: "bossRaid",
  6201. args: {
  6202. bossId: boss.id
  6203. },
  6204. ident: "bossRaid_" + boss.id
  6205. });
  6206. bossRaidOpenChestCall.calls.push({
  6207. name: "bossOpenChest",
  6208. args: {
  6209. bossId: boss.id,
  6210. amount: 1,
  6211. starmoney: 0
  6212. },
  6213. ident: "bossOpenChest_" + boss.id
  6214. });
  6215. } else if (boss.chestId == 1) {
  6216. bossRaidOpenChestCall.calls.push({
  6217. name: "bossOpenChest",
  6218. args: {
  6219. bossId: boss.id,
  6220. amount: 1,
  6221. starmoney: 0
  6222. },
  6223. ident: "bossOpenChest_" + boss.id
  6224. });
  6225. }
  6226. }
  6227.  
  6228. if (!bossRaidOpenChestCall.calls.length) {
  6229. setProgress(`${I18N('OUTLAND')} ${I18N('NOTHING_TO_COLLECT')}`, true);
  6230. resolve();
  6231. return;
  6232. }
  6233.  
  6234. send(JSON.stringify(bossRaidOpenChestCall), e => {
  6235. setProgress(`${I18N('OUTLAND')} ${I18N('COLLECTED')}`, true);
  6236. resolve();
  6237. });
  6238. });
  6239. });
  6240. }
  6241.  
  6242. /**
  6243. * Collect all rewards
  6244. *
  6245. * Собрать все награды
  6246. */
  6247. function questAllFarm() {
  6248. return new Promise(function (resolve, reject) {
  6249. let questGetAllCall = {
  6250. calls: [{
  6251. name: "questGetAll",
  6252. args: {},
  6253. ident: "body"
  6254. }]
  6255. }
  6256. send(JSON.stringify(questGetAllCall), function (data) {
  6257. let questGetAll = data.results[0].result.response;
  6258. const questAllFarmCall = {
  6259. calls: []
  6260. }
  6261. let number = 0;
  6262. for (let quest of questGetAll) {
  6263. if (quest.id < 1e6 && quest.state == 2) {
  6264. questAllFarmCall.calls.push({
  6265. name: "questFarm",
  6266. args: {
  6267. questId: quest.id
  6268. },
  6269. ident: `group_${number}_body`
  6270. });
  6271. number++;
  6272. }
  6273. }
  6274.  
  6275. if (!questAllFarmCall.calls.length) {
  6276. setProgress(`${I18N('COLLECTED')} ${number} ${I18N('REWARD')}`, true);
  6277. resolve();
  6278. return;
  6279. }
  6280.  
  6281. send(JSON.stringify(questAllFarmCall), function (res) {
  6282. console.log(res);
  6283. setProgress(`${I18N('COLLECTED')} ${number} ${I18N('REWARD')}`, true);
  6284. resolve();
  6285. });
  6286. });
  6287. })
  6288. }
  6289.  
  6290. /**
  6291. * Mission auto repeat
  6292. *
  6293. * Автоповтор миссии
  6294. * isStopSendMission = false;
  6295. * isSendsMission = true;
  6296. **/
  6297. this.sendsMission = async function (param) {
  6298. if (isStopSendMission) {
  6299. isSendsMission = false;
  6300. console.log(I18N('STOPPED'));
  6301. setProgress('');
  6302. await popup.confirm(`${I18N('STOPPED')}<br>${I18N('REPETITIONS')}: ${param.count}`, [{
  6303. msg: 'Ok',
  6304. result: true
  6305. }, ])
  6306. return;
  6307. }
  6308.  
  6309. let missionStartCall = {
  6310. "calls": [{
  6311. "name": "missionStart",
  6312. "args": lastMissionStart,
  6313. "ident": "body"
  6314. }]
  6315. }
  6316. /**
  6317. * Mission Request
  6318. *
  6319. * Запрос на выполнение мисии
  6320. */
  6321. SendRequest(JSON.stringify(missionStartCall), async e => {
  6322. if (e['error']) {
  6323. isSendsMission = false;
  6324. console.log(e['error']);
  6325. setProgress('');
  6326. let msg = e['error'].name + ' ' + e['error'].description + `<br>${I18N('REPETITIONS')}: ${param.count}`;
  6327. await popup.confirm(msg, [
  6328. {msg: 'Ok', result: true},
  6329. ])
  6330. return;
  6331. }
  6332. /**
  6333. * Mission data calculation
  6334. *
  6335. * Расчет данных мисии
  6336. */
  6337. BattleCalc(e.results[0].result.response, 'get_tower', async r => {
  6338.  
  6339. let missionEndCall = {
  6340. "calls": [{
  6341. "name": "missionEnd",
  6342. "args": {
  6343. "id": param.id,
  6344. "result": r.result,
  6345. "progress": r.progress
  6346. },
  6347. "ident": "body"
  6348. }]
  6349. }
  6350. /**
  6351. * Mission Completion Request
  6352. *
  6353. * Запрос на завершение миссии
  6354. */
  6355. SendRequest(JSON.stringify(missionEndCall), async (e) => {
  6356. if (e['error']) {
  6357. isSendsMission = false;
  6358. console.log(e['error']);
  6359. setProgress('');
  6360. let msg = e['error'].name + ' ' + e['error'].description + `<br>${I18N('REPETITIONS')}: ${param.count}`;
  6361. await popup.confirm(msg, [
  6362. {msg: 'Ok', result: true},
  6363. ])
  6364. return;
  6365. }
  6366. r = e.results[0].result.response;
  6367. if (r['error']) {
  6368. isSendsMission = false;
  6369. console.log(r['error']);
  6370. setProgress('');
  6371. await popup.confirm(`<br>${I18N('REPETITIONS')}: ${param.count}` + ' 3 ' + r['error'], [
  6372. {msg: 'Ok', result: true},
  6373. ])
  6374. return;
  6375. }
  6376. param.count++
  6377. let RaidMission = getInput('countRaid');
  6378.  
  6379. if (RaidMission==param.count){
  6380. isStopSendMission = true;
  6381. console.log(RaidMission);
  6382. }
  6383. setProgress(`${I18N('MISSIONS_PASSED')}: ${param.count} (${I18N('STOP')})`, false, () => {
  6384. isStopSendMission = true;
  6385. });
  6386. setTimeout(sendsMission, 1, param);
  6387. });
  6388. })
  6389. });
  6390. }
  6391.  
  6392. /**
  6393. * Recursive opening of matryoshka dolls
  6394. *
  6395. * Рекурсивное открытие матрешек
  6396. */
  6397. function openRussianDoll(id, count, sum) {
  6398. sum = sum || 0;
  6399. sum += count;
  6400. send('{"calls":[{"name":"consumableUseLootBox","args":{"libId":'+id+',"amount":'+count+'},"ident":"body"}]}', e => {
  6401. setProgress(`${I18N('OPEN')} ${count}`, true);
  6402. let result = e.results[0].result.response;
  6403. let newCount = 0;
  6404. for(let n of result) {
  6405. if (n?.consumable && n.consumable[id]) {
  6406. newCount += n.consumable[id]
  6407. }
  6408. }
  6409. if (newCount) {
  6410. openRussianDoll(id, newCount, sum);
  6411. } else {
  6412. popup.confirm(`${I18N('TOTAL_OPEN')} ${sum}`);
  6413. }
  6414. })
  6415. }
  6416.  
  6417. /**
  6418. * Collect all mail, except letters with energy and charges of the portal
  6419. *
  6420. * Собрать всю почту, кроме писем с энергией и зарядами портала
  6421. */
  6422. function mailGetAll() {
  6423. const getMailInfo = '{"calls":[{"name":"mailGetAll","args":{},"ident":"body"}]}';
  6424.  
  6425. return Send(getMailInfo).then(dataMail => {
  6426. const letters = dataMail.results[0].result.response.letters;
  6427. const letterIds = lettersFilter(letters);
  6428. if (!letterIds.length) {
  6429. setProgress(I18N('NOTHING_TO_COLLECT'), true);
  6430. return;
  6431. }
  6432.  
  6433. const calls = [
  6434. { name: "mailFarm", args: { letterIds }, ident: "body" }
  6435. ];
  6436.  
  6437. return Send(JSON.stringify({ calls })).then(res => {
  6438. const lettersIds = res.results[0].result.response;
  6439. if (lettersIds) {
  6440. const countLetters = Object.keys(lettersIds).length;
  6441. setProgress(`${I18N('RECEIVED')} ${countLetters} ${I18N('LETTERS')}`, true);
  6442. }
  6443. });
  6444. });
  6445. }
  6446.  
  6447. /**
  6448. * Filters received emails
  6449. *
  6450. * Фильтрует получаемые письма
  6451. */
  6452. function lettersFilter(letters) {
  6453. const lettersIds = [];
  6454. for (let l in letters) {
  6455. letter = letters[l];
  6456. const reward = letter.reward;
  6457. /**
  6458. * Mail Collection Exceptions
  6459. *
  6460. * Исключения на сбор писем
  6461. */
  6462. const isFarmLetter = !(
  6463. /** Portals // сферы портала */
  6464. (reward?.refillable ? reward.refillable[45] : false) ||
  6465. /** Energy // энергия */
  6466. (reward?.stamina ? reward.stamina : false) ||
  6467. /** accelerating energy gain // ускорение набора энергии */
  6468. (reward?.buff ? true : false) ||
  6469. /** VIP Points // вип очки */
  6470. (reward?.vipPoints ? reward.vipPoints : false) ||
  6471. /** souls of heroes // душы героев */
  6472. (reward?.fragmentHero ? true : false) ||
  6473. /** heroes // герои */
  6474. (reward?.bundleHeroReward ? true : false)
  6475. );
  6476. if (isFarmLetter) {
  6477. lettersIds.push(~~letter.id);
  6478. }
  6479. }
  6480. return lettersIds;
  6481. }
  6482.  
  6483. /**
  6484. * Displaying information about the areas of the portal and attempts on the VG
  6485. *
  6486. * Отображение информации о сферах портала и попытках на ВГ
  6487. */
  6488. async function justInfo() {
  6489. return new Promise(async (resolve, reject) => {
  6490. const calls = [{
  6491. name: "userGetInfo",
  6492. args: {},
  6493. ident: "userGetInfo"
  6494. },
  6495. {
  6496. name: "clanWarGetInfo",
  6497. args: {},
  6498. ident: "clanWarGetInfo"
  6499. }];
  6500. const result = await Send(JSON.stringify({ calls }));
  6501. const infos = result.results;
  6502. const portalSphere = infos[0].result.response.refillable.find(n => n.id == 45);
  6503. const clanWarMyTries = infos[1].result.response?.myTries ?? 0;
  6504. const sanctuaryButton = buttons['goToSanctuary'].button;
  6505. const clanWarButton = buttons['goToClanWar'].button;
  6506. /*if (portalSphere.amount) {
  6507. sanctuaryButton.style.color = portalSphere.amount >= 3 ? 'red' : 'brown';
  6508. sanctuaryButton.title = `${I18N('SANCTUARY_TITLE')}\n${portalSphere.amount} ${I18N('PORTALS')}`;
  6509. } else {*/
  6510. sanctuaryButton.style.color = '';
  6511. sanctuaryButton.title = I18N('SANCTUARY_TITLE');
  6512. //}
  6513. if (clanWarMyTries) {
  6514. clanWarButton.style.color = 'red';
  6515. clanWarButton.title = `${I18N('GUILD_WAR_TITLE')}\n${clanWarMyTries}${I18N('ATTEMPTS')}`;
  6516. } else {
  6517. clanWarButton.style.color = '';
  6518. clanWarButton.title = I18N('GUILD_WAR_TITLE');
  6519. }
  6520. setProgress('<img src="https://zingery.ru/heroes/portal.png" style="height: 25px;position: relative;top: 5px;"> ' + `${portalSphere.amount} </br> ${I18N('GUILD_WAR')}: ${clanWarMyTries}`, true);
  6521. resolve();
  6522. });
  6523. }
  6524. // тест сделать все
  6525. /** Отправить подарки мое*/
  6526. function testclanSendDailyGifts() {
  6527.  
  6528. send('{"calls":[{"name":"clanSendDailyGifts","args":{},"ident":"clanSendDailyGifts"}]}', e => {
  6529. setProgress('Награды собраны', true);});
  6530. }
  6531. /** Открой сферу артефактов титанов*/
  6532. function testtitanArtifactChestOpen() {
  6533. send('{"calls":[{"name":"titanArtifactChestOpen","args":{"amount":1,"free":true},"ident":"body"}]}',
  6534. isWeCanDo => {
  6535. return info['inventoryGet']?.consumable[55] > 0
  6536. //setProgress('Награды собраны', true);
  6537. });
  6538. }
  6539. /** Воспользуйся призывом питомцев 1 раз*/
  6540. function testpet_chestOpen() {
  6541. send('{"calls":[{"name":"pet_chestOpen","args":{"amount":1,"paid":false},"ident":"pet_chestOpen"}]}',
  6542. isWeCanDo => {
  6543. return info['inventoryGet']?.consumable[90] > 0
  6544. //setProgress('Награды собраны', true);
  6545. });
  6546. }
  6547. //тест
  6548. async function buyWithPetExperience() {
  6549. const itemLib = lib.getData('inventoryItem');
  6550. const result = await Send('{"calls":[{"name":"inventoryGet","args":{},"ident":"inventoryGet"},{"name":"shopGet","args":{"shopId":"26"},"ident":"shopGet"}]}').then(e => e.results.map(n => n.result.response));
  6551. const inventory = result[0];
  6552. const shop = result[1];
  6553. const slot = shop.slots[2];
  6554.  
  6555. const currentCount = inventory.consumable[85];
  6556. const price = slot.cost.consumable[85];
  6557.  
  6558. const typeBuyItem = Object.keys(slot.reward).pop();
  6559. const itemIdBuyItem = Object.keys(slot.reward[typeBuyItem]).pop();
  6560. const countBuyItem = slot.reward[typeBuyItem][itemIdBuyItem];
  6561. const itemName = cheats.translate(`LIB_${typeBuyItem.toUpperCase()}_NAME_${itemIdBuyItem}`);
  6562.  
  6563. if (slot.bought) {
  6564. await popup.confirm(I18N('SECRET_WEALTH_ALREADY'), [
  6565. { msg: 'Ok', result: true },
  6566. ]);
  6567. return;
  6568. }
  6569.  
  6570. const purchaseMsg = I18N('SECRET_WEALTH_BUY', { available: currentCount, countBuy: countBuyItem, name: itemName, price })
  6571. const answer = await popup.confirm(purchaseMsg, [
  6572. { msg: I18N('BTN_NO'), result: false },
  6573. { msg: I18N('BTN_YES'), result: true },
  6574. ]);
  6575.  
  6576. if (!answer) {
  6577. setProgress(I18N('SECRET_WEALTH_CANCELED'), true);
  6578. return;
  6579. }
  6580.  
  6581. if (currentCount < price) {
  6582. const msg = I18N('SECRET_WEALTH_NOT_ENOUGH', { available: currentCount, need: price });
  6583. await popup.confirm(msg, [
  6584. { msg: 'Ok', result: true },
  6585. ]);
  6586. return;
  6587. }
  6588.  
  6589. const calls = [{
  6590. name: "shopBuy",
  6591. args: {
  6592. shopId: 26,
  6593. slot: 2,
  6594. cost: slot.cost,
  6595. reward: slot.reward
  6596. },
  6597. ident: "body"
  6598. }];
  6599. const bought = await Send(JSON.stringify({ calls })).then(e => e.results[0].result.response);
  6600.  
  6601. const type = Object.keys(bought).pop();
  6602. const itemId = Object.keys(bought[type]).pop();
  6603. const count = bought[type][itemId];
  6604.  
  6605. const resultMsg = I18N('SECRET_WEALTH_PURCHASED', { count, name: itemName });
  6606. await popup.confirm(resultMsg, [
  6607. { msg: 'Ok', result: true },
  6608. ]);
  6609. }
  6610.  
  6611. async function buyWithPetExperienceAuto() {
  6612. const itemLib = lib.getData('inventoryItem');
  6613. const minCount = 450551;
  6614. const result = await Send('{"calls":[{"name":"inventoryGet","args":{},"ident":"inventoryGet"},{"name":"shopGet","args":{"shopId":"26"},"ident":"shopGet"}]}').then(e => e.results.map(n => n.result.response));
  6615. const inventory = result[0];
  6616. const shop = result[1];
  6617. const slot = shop.slots[2];
  6618.  
  6619. const currentCount = inventory.consumable[85];
  6620. const price = slot.cost.consumable[85];
  6621.  
  6622. if (slot.bought) {
  6623. console.log(I18N('SECRET_WEALTH_ALREADY'));
  6624. setProgress(I18N('SECRET_WEALTH_ALREADY'), true);
  6625. return;
  6626. }
  6627.  
  6628. if (currentCount < price) {
  6629. const msg = I18N('SECRET_WEALTH_NOT_ENOUGH', { available: currentCount, need: price });
  6630. console.log(msg);
  6631. setProgress(msg, true);
  6632. return;
  6633. }
  6634.  
  6635. if ((currentCount - price) < minCount) {
  6636. console.log(I18N('SECRET_WEALTH_UPGRADE_NEW_PET'));
  6637. setProgress(I18N('SECRET_WEALTH_UPGRADE_NEW_PET'), true);
  6638. return;
  6639. }
  6640.  
  6641. const calls = [{
  6642. name: "shopBuy",
  6643. args: {
  6644. shopId: 26,
  6645. slot: 2,
  6646. cost: slot.cost,
  6647. reward: slot.reward
  6648. },
  6649. ident: "body"
  6650. }];
  6651. const bought = await Send(JSON.stringify({ calls })).then(e => e.results[0].result.response);
  6652.  
  6653. const type = Object.keys(bought).pop();
  6654. const itemId = Object.keys(bought[type]).pop();
  6655. const count = bought[type][itemId];
  6656. const itemName = itemLib[type][itemId].label;
  6657.  
  6658. const resultMsg = I18N('SECRET_WEALTH_PURCHASED', { count, name: itemName });
  6659. console.log(resultMsg, bought);
  6660. setProgress(resultMsg, true);
  6661. }
  6662.  
  6663. async function getDailyBonus() {
  6664. const dailyBonusInfo = await Send(JSON.stringify({
  6665. calls: [{
  6666. name: "dailyBonusGetInfo",
  6667. args: {},
  6668. ident: "body"
  6669. }]
  6670. })).then(e => e.results[0].result.response);
  6671. const { availableToday, availableVip, currentDay } = dailyBonusInfo;
  6672.  
  6673. if (!availableToday) {
  6674. console.log('Уже собрано');
  6675. return;
  6676. }
  6677.  
  6678. const currentVipPoints = +userInfo.vipPoints;
  6679. const dailyBonusStat = lib.getData('dailyBonusStatic');
  6680. const vipInfo = lib.getData('level').vip;
  6681. let currentVipLevel = 0;
  6682. for (let i in vipInfo) {
  6683. vipLvl = vipInfo[i];
  6684. if (currentVipPoints >= vipLvl.vipPoints) {
  6685. currentVipLevel = vipLvl.level;
  6686. }
  6687. }
  6688. const vipLevelDouble = dailyBonusStat[`${currentDay}_0_0`].vipLevelDouble;
  6689.  
  6690. const calls = [{
  6691. name: "dailyBonusFarm",
  6692. args: {
  6693. vip: availableVip && currentVipLevel >= vipLevelDouble ? 1 : 0
  6694. },
  6695. ident: "body"
  6696. }];
  6697.  
  6698. const result = await Send(JSON.stringify({ calls }));
  6699. if (result.error) {
  6700. console.error(result.error);
  6701. return;
  6702. }
  6703.  
  6704. const reward = result.results[0].result.response;
  6705. const type = Object.keys(reward).pop();
  6706. const itemId = Object.keys(reward[type]).pop();
  6707. const count = reward[type][itemId];
  6708. const itemName = cheats.translate(`LIB_${type.toUpperCase()}_NAME_${itemId}`);
  6709.  
  6710. console.log(`Ежедневная награда: Получено ${count} ${itemName}`, reward);
  6711. }
  6712.  
  6713. async function farmStamina() {
  6714. const lootBox = await Send('{"calls":[{"name":"inventoryGet","args":{},"ident":"inventoryGet"}]}')
  6715. .then(e => e.results[0].result.response.consumable[148]);
  6716.  
  6717. /** Добавить другие ящики */
  6718. if (!lootBox) {
  6719. setProgress(I18N('NO_BOXES'), true);
  6720. return;
  6721. }
  6722.  
  6723. const isOpening = await popup.confirm(I18N('OPEN_LOOTBOX', { lootBox }), [
  6724. { result: false, isClose: true },
  6725. { msg: I18N('BTN_YES'), result: true },
  6726. ]);
  6727.  
  6728. if (!isOpening) {
  6729. return;
  6730. }
  6731.  
  6732. for (let count = lootBox; count > 0; count--) {
  6733. const result = await Send('{"calls":[{"name":"consumableUseLootBox","args":{"libId":148,"amount":1},"ident":"body"}]}')
  6734. .then(e => e.results[0].result.response[0]);
  6735. if ('stamina' in result) {
  6736. setProgress(`${I18N('OPEN')}: ${lootBox - count}/${lootBox} ${I18N('STAMINA')} +${result.stamina}`, true);
  6737. console.log('stamina +' + result.stamina);
  6738. return;
  6739. } else {
  6740. setProgress(`${I18N('OPEN')}: ${lootBox - count}/${lootBox}`, false);
  6741. console.log(result);
  6742. }
  6743. }
  6744.  
  6745. setProgress(I18N('BOXES_OVER'), true);
  6746. }
  6747.  
  6748. async function fillActive() {
  6749. const data = await Send(JSON.stringify({
  6750. calls: [{
  6751. name: "questGetAll",
  6752. args: {},
  6753. ident: "questGetAll"
  6754. }, {
  6755. name: "inventoryGet",
  6756. args: {},
  6757. ident: "inventoryGet"
  6758. }, {
  6759. name: "clanGetInfo",
  6760. args: {},
  6761. ident: "clanGetInfo"
  6762. }
  6763. ]
  6764. })).then(e => e.results.map(n => n.result.response));
  6765.  
  6766. const quests = data[0];
  6767. const inv = data[1];
  6768. const stat = data[2].stat;
  6769. const maxActive = 2000 - stat.todayItemsActivity;
  6770. if (maxActive <= 0) {
  6771. setProgress(I18N('NO_MORE_ACTIVITY'), true);
  6772. return;
  6773. }
  6774.  
  6775. let countGetActive = 0;
  6776. const quest = quests.find(e => e.id > 10046 && e.id < 10051);
  6777. if (quest) {
  6778. countGetActive = 1750 - quest.progress;
  6779. }
  6780.  
  6781. if (countGetActive <= 0) {
  6782. countGetActive = maxActive;
  6783. }
  6784. console.log(countGetActive);
  6785.  
  6786. countGetActive = +(await popup.confirm(I18N('EXCHANGE_ITEMS', { maxActive }), [
  6787. { result: false, isClose: true },
  6788. { msg: I18N('GET_ACTIVITY'), isInput: true, default: countGetActive.toString() },
  6789. ]));
  6790.  
  6791. if (!countGetActive) {
  6792. return;
  6793. }
  6794.  
  6795. if (countGetActive > maxActive) {
  6796. countGetActive = maxActive;
  6797. }
  6798.  
  6799. const items = lib.getData('inventoryItem');
  6800.  
  6801. let itemsInfo = [];
  6802. for (let type of ['gear', 'scroll']) {
  6803. for (let i in inv[type]) {
  6804. const v = items[type][i]?.enchantValue || 0;
  6805. itemsInfo.push({
  6806. id: i,
  6807. count: inv[type][i],
  6808. v,
  6809. type
  6810. })
  6811. }
  6812. const invType = 'fragment' + type.toLowerCase().charAt(0).toUpperCase() + type.slice(1);
  6813. for (let i in inv[invType]) {
  6814. const v = items[type][i]?.fragmentEnchantValue || 0;
  6815. itemsInfo.push({
  6816. id: i,
  6817. count: inv[invType][i],
  6818. v,
  6819. type: invType
  6820. })
  6821. }
  6822. }
  6823. itemsInfo = itemsInfo.filter(e => e.v < 4 && e.count > 200);
  6824. itemsInfo = itemsInfo.sort((a, b) => b.count - a.count);
  6825. console.log(itemsInfo);
  6826. const activeItem = itemsInfo.shift();
  6827. console.log(activeItem);
  6828. const countItem = Math.ceil(countGetActive / activeItem.v);
  6829. if (countItem > activeItem.count) {
  6830. setProgress(I18N('NOT_ENOUGH_ITEMS'), true);
  6831. console.log(activeItem);
  6832. return;
  6833. }
  6834.  
  6835. await Send(JSON.stringify({
  6836. calls: [{
  6837. name: "clanItemsForActivity",
  6838. args: {
  6839. items: {
  6840. [activeItem.type]: {
  6841. [activeItem.id]: countItem
  6842. }
  6843. }
  6844. },
  6845. ident: "body"
  6846. }]
  6847. })).then(e => {
  6848. /** TODO: Вывести потраченые предметы */
  6849. console.log(e);
  6850. setProgress(`${I18N('ACTIVITY_RECEIVED')}: ` + e.results[0].result.response, true);
  6851. });
  6852. }
  6853.  
  6854. async function buyHeroFragments() {
  6855. const result = await Send('{"calls":[{"name":"inventoryGet","args":{},"ident":"inventoryGet"},{"name":"shopGetAll","args":{},"ident":"shopGetAll"}]}')
  6856. .then(e => e.results.map(n => n.result.response));
  6857. const inv = result[0];
  6858. const shops = Object.values(result[1]).filter(shop => [4, 5, 6, 8, 9, 10, 17].includes(shop.id));
  6859. const calls = [];
  6860.  
  6861. for (let shop of shops) {
  6862. const slots = Object.values(shop.slots);
  6863. for (const slot of slots) {
  6864. /* Уже куплено */
  6865. if (slot.bought) {
  6866. continue;
  6867. }
  6868. /* Не душа героя */
  6869. if (!('fragmentHero' in slot.reward)) {
  6870. continue;
  6871. }
  6872. const coin = Object.keys(slot.cost).pop();
  6873. const coinId = Object.keys(slot.cost[coin]).pop();
  6874. const stock = inv[coin][coinId] || 0;
  6875. /* Не хватает на покупку */
  6876. if (slot.cost[coin][coinId] > stock) {
  6877. continue;
  6878. }
  6879. inv[coin][coinId] -= slot.cost[coin][coinId];
  6880. calls.push({
  6881. name: "shopBuy",
  6882. args: {
  6883. shopId: shop.id,
  6884. slot: slot.id,
  6885. cost: slot.cost,
  6886. reward: slot.reward,
  6887. },
  6888. ident: `shopBuy_${shop.id}_${slot.id}`,
  6889. })
  6890. }
  6891. }
  6892.  
  6893. if (!calls.length) {
  6894. setProgress(I18N('NO_PURCHASABLE_HERO_SOULS'), true);
  6895. return;
  6896. }
  6897.  
  6898. const bought = await Send(JSON.stringify({ calls })).then(e => e.results.map(n => n.result.response));
  6899. if (!bought) {
  6900. console.log('что-то пошло не так')
  6901. return;
  6902. }
  6903.  
  6904. let countHeroSouls = 0;
  6905. for (const buy of bought) {
  6906. countHeroSouls += +Object.values(Object.values(buy).pop()).pop();
  6907. }
  6908. console.log(countHeroSouls, bought, calls);
  6909. setProgress(I18N('PURCHASED_HERO_SOULS', { countHeroSouls }), true);
  6910. }
  6911.  
  6912. /** Открыть платные сундуки в Запределье за 90 */
  6913. async function bossOpenChestPay() {
  6914. const info = await Send('{"calls":[{"name":"userGetInfo","args":{},"ident":"userGetInfo"},{"name":"bossGetAll","args":{},"ident":"bossGetAll"}]}')
  6915. .then(e => e.results.map(n => n.result.response));
  6916.  
  6917. const user = info[0];
  6918. const boses = info[1];
  6919.  
  6920. const currentStarMoney = user.starMoney;
  6921. if (currentStarMoney < 540) {
  6922. setProgress(I18N('NOT_ENOUGH_EMERALDS_540', { currentStarMoney }), true);
  6923. return;
  6924. }
  6925.  
  6926. const calls = [];
  6927.  
  6928. let n = 0;
  6929. const amount = 1;
  6930. for (let boss of boses) {
  6931. const bossId = boss.id;
  6932. if (boss.chestNum != 2) {
  6933. continue;
  6934. }
  6935. for (const starmoney of [90, 90, 0]) {
  6936. calls.push({
  6937. name: "bossOpenChest",
  6938. args: {
  6939. bossId,
  6940. amount,
  6941. starmoney
  6942. },
  6943. ident: "bossOpenChest_" + (++n)
  6944. });
  6945. }
  6946. }
  6947.  
  6948. if (!calls.length) {
  6949. setProgress(I18N('CHESTS_NOT_AVAILABLE'), true);
  6950. return;
  6951. }
  6952.  
  6953. const result = await Send(JSON.stringify({ calls }));
  6954. console.log(result);
  6955. if (result?.results) {
  6956. setProgress(`${I18N('OUTLAND_CHESTS_RECEIVED')}: ` + result.results.length, true);
  6957. } else {
  6958. setProgress(I18N('CHESTS_NOT_AVAILABLE'), true);
  6959. }
  6960. }
  6961.  
  6962. async function autoRaidAdventure() {
  6963. const calls = [
  6964. {
  6965. name: "userGetInfo",
  6966. args: {},
  6967. ident: "userGetInfo"
  6968. },
  6969. {
  6970. name: "adventure_raidGetInfo",
  6971. args: {},
  6972. ident: "adventure_raidGetInfo"
  6973. }
  6974. ];
  6975. const result = await Send(JSON.stringify({ calls }))
  6976. .then(e => e.results.map(n => n.result.response));
  6977.  
  6978. const portalSphere = result[0].refillable.find(n => n.id == 45);
  6979. const adventureRaid = Object.entries(result[1].raid).filter(e => e[1]).pop()
  6980. const adventureId = adventureRaid ? adventureRaid[0] : 0;
  6981.  
  6982. if (!portalSphere.amount || !adventureId) {
  6983. setProgress(I18N('RAID_NOT_AVAILABLE'), true);
  6984. return;
  6985. }
  6986.  
  6987. const countRaid = +(await popup.confirm(I18N('RAID_ADVENTURE', { adventureId }), [
  6988. { result: false, isClose: true },
  6989. { msg: 'Рейд', isInput: true, default: portalSphere.amount },
  6990. ]));
  6991.  
  6992. if (!countRaid) {
  6993. return;
  6994. }
  6995.  
  6996. if (countRaid > portalSphere.amount) {
  6997. countRaid = portalSphere.amount;
  6998. }
  6999.  
  7000. const resultRaid = await Send(JSON.stringify({
  7001. calls: [...Array(countRaid)].map((e, i) => ({
  7002. name: "adventure_raid",
  7003. args: {
  7004. adventureId
  7005. },
  7006. ident: `body_${i}`
  7007. }))
  7008. })).then(e => e.results.map(n => n.result.response));
  7009.  
  7010. if (!resultRaid.length) {
  7011. console.log(resultRaid);
  7012. setProgress(I18N('SOMETHING_WENT_WRONG'), true);
  7013. return;
  7014. }
  7015.  
  7016. console.log(resultRaid, adventureId, portalSphere.amount);
  7017. setProgress(I18N('ADVENTURE_COMPLETED', { adventureId, times: resultRaid.length }), true);
  7018. }
  7019.  
  7020. /** Вывести всю клановую статистику в консоль браузера */
  7021. async function clanStatistic() {
  7022. const copy = function (text) {
  7023. const copyTextarea = document.createElement("textarea");
  7024. copyTextarea.style.opacity = "0";
  7025. copyTextarea.textContent = text;
  7026. document.body.appendChild(copyTextarea);
  7027. copyTextarea.select();
  7028. document.execCommand("copy");
  7029. document.body.removeChild(copyTextarea);
  7030. delete copyTextarea;
  7031. }
  7032. const calls = [
  7033. { name: "clanGetInfo", args: {}, ident: "clanGetInfo" },
  7034. { name: "clanGetWeeklyStat", args: {}, ident: "clanGetWeeklyStat" },
  7035. { name: "clanGetLog", args: {}, ident: "clanGetLog" },
  7036. ];
  7037.  
  7038. const result = await Send(JSON.stringify({ calls }));
  7039.  
  7040. const dataClanInfo = result.results[0].result.response;
  7041. const dataClanStat = result.results[1].result.response;
  7042. const dataClanLog = result.results[2].result.response;
  7043.  
  7044. const membersStat = {};
  7045. for (let i = 0; i < dataClanStat.stat.length; i++) {
  7046. membersStat[dataClanStat.stat[i].id] = dataClanStat.stat[i];
  7047. }
  7048.  
  7049. const joinStat = {};
  7050. historyLog = dataClanLog.history;
  7051. for (let j in historyLog) {
  7052. his = historyLog[j];
  7053. if (his.event == 'join') {
  7054. joinStat[his.userId] = his.ctime;
  7055. }
  7056. }
  7057.  
  7058. const infoArr = [];
  7059. const members = dataClanInfo.clan.members;
  7060. for (let n in members) {
  7061. var member = [
  7062. n,
  7063. members[n].name,
  7064. members[n].level,
  7065. dataClanInfo.clan.warriors.includes(+n) ? 1 : 0,
  7066. (new Date(members[n].lastLoginTime * 1000)).toLocaleString().replace(',', ''),
  7067. joinStat[n] ? (new Date(joinStat[n] * 1000)).toLocaleString().replace(',', '') : '',
  7068. membersStat[n].activity.reverse().join('\t'),
  7069. membersStat[n].adventureStat.reverse().join('\t'),
  7070. membersStat[n].clanGifts.reverse().join('\t'),
  7071. membersStat[n].clanWarStat.reverse().join('\t'),
  7072. membersStat[n].dungeonActivity.reverse().join('\t'),
  7073. ];
  7074. infoArr.push(member);
  7075. }
  7076. const info = infoArr.sort((a, b) => (b[2] - a[2])).map((e) => e.join('\t')).join('\n');
  7077. console.log(info);
  7078. copy(info);
  7079. setProgress(I18N('CLAN_STAT_COPY'), true);
  7080. }
  7081.  
  7082. async function buyInStoreForGold() {
  7083. const result = await Send('{"calls":[{"name":"shopGetAll","args":{},"ident":"body"},{"name":"userGetInfo","args":{},"ident":"userGetInfo"}]}').then(e => e.results.map(n => n.result.response));
  7084. const shops = result[0];
  7085. const user = result[1];
  7086. let gold = user.gold;
  7087. const calls = [];
  7088. if (shops[17]) {
  7089. const slots = shops[17].slots;
  7090. for (let i = 1; i <= 2; i++) {
  7091. if (!slots[i].bought) {
  7092. const costGold = slots[i].cost.gold;
  7093. if ((gold - costGold) < 0) {
  7094. continue;
  7095. }
  7096. gold -= costGold;
  7097. calls.push({
  7098. name: "shopBuy",
  7099. args: {
  7100. shopId: 17,
  7101. slot: i,
  7102. cost: slots[i].cost,
  7103. reward: slots[i].reward,
  7104. },
  7105. ident: 'body_' + i,
  7106. })
  7107. }
  7108. }
  7109. }
  7110. const slots = shops[1].slots;
  7111. for (let i = 4; i <= 6; i++) {
  7112. if (!slots[i].bought && slots[i]?.cost?.gold) {
  7113. const costGold = slots[i].cost.gold;
  7114. if ((gold - costGold) < 0) {
  7115. continue;
  7116. }
  7117. gold -= costGold;
  7118. calls.push({
  7119. name: "shopBuy",
  7120. args: {
  7121. shopId: 1,
  7122. slot: i,
  7123. cost: slots[i].cost,
  7124. reward: slots[i].reward,
  7125. },
  7126. ident: 'body_' + i,
  7127. })
  7128. }
  7129. }
  7130.  
  7131. if (!calls.length) {
  7132. setProgress(I18N('NOTHING_BUY'), true);
  7133. return;
  7134. }
  7135.  
  7136. const resultBuy = await Send(JSON.stringify({ calls })).then(e => e.results.map(n => n.result.response));
  7137. console.log(resultBuy);
  7138. const countBuy = resultBuy.length;
  7139. setProgress(I18N('LOTS_BOUGHT', { countBuy }), true);
  7140. }
  7141.  
  7142. function rewardsAndMailFarm() {
  7143. return new Promise(function (resolve, reject) {
  7144. let questGetAllCall = {
  7145. calls: [{
  7146. name: "questGetAll",
  7147. args: {},
  7148. ident: "questGetAll"
  7149. }, {
  7150. name: "mailGetAll",
  7151. args: {},
  7152. ident: "mailGetAll"
  7153. }]
  7154. }
  7155. send(JSON.stringify(questGetAllCall), function (data) {
  7156. if (!data) return;
  7157. let questGetAll = data.results[0].result.response.filter(e => e.state == 2);
  7158. const questBattlePass = lib.getData('quest').battlePass;
  7159. const questChainBPass = lib.getData('battlePass').questChain;
  7160.  
  7161. const questAllFarmCall = {
  7162. calls: []
  7163. }
  7164. let number = 0;
  7165. for (let quest of questGetAll) {
  7166. if (quest.id > 1e6) {
  7167. const questInfo = questBattlePass[quest.id];
  7168. const chain = questChainBPass[questInfo.chain];
  7169. if (chain.requirement?.battlePassTicket) {
  7170. continue;
  7171. }
  7172. }
  7173. questAllFarmCall.calls.push({
  7174. name: "questFarm",
  7175. args: {
  7176. questId: quest.id
  7177. },
  7178. ident: `questFarm_${number}`
  7179. });
  7180. number++;
  7181. }
  7182.  
  7183. let letters = data?.results[1]?.result?.response?.letters;
  7184. letterIds = lettersFilter(letters);
  7185.  
  7186. if (letterIds.length) {
  7187. questAllFarmCall.calls.push({
  7188. name: "mailFarm",
  7189. args: { letterIds },
  7190. ident: "mailFarm"
  7191. })
  7192. }
  7193.  
  7194. if (!questAllFarmCall.calls.length) {
  7195. setProgress(I18N('NOTHING_TO_COLLECT'), true);
  7196. resolve();
  7197. return;
  7198. }
  7199.  
  7200. send(JSON.stringify(questAllFarmCall), function (res) {
  7201. let reSend = false;
  7202. let countQuests = 0;
  7203. let countMail = 0;
  7204. for (let call of res.results) {
  7205. if (call.ident.includes('questFarm')) {
  7206. countQuests++;
  7207. } else {
  7208. countMail = Object.keys(call.result.response).length;
  7209. }
  7210.  
  7211. /** TODO: Переписать чтоб не вызывать функцию дважды */
  7212. const newQuests = call.result.newQuests;
  7213. if (newQuests) {
  7214. for (let quest of newQuests) {
  7215. if (quest.id < 1e6 && quest.state == 2) {
  7216. reSend = true;
  7217. }
  7218. }
  7219. }
  7220. }
  7221. setProgress(I18N('COLLECT_REWARDS_AND_MAIL', { countQuests, countMail }), true);
  7222. if (reSend) {
  7223. rewardsAndMailFarm()
  7224. }
  7225. resolve();
  7226. });
  7227. });
  7228. })
  7229. }
  7230.  
  7231. class epicBrawl {
  7232. timeout = null;
  7233. time = null;
  7234.  
  7235. constructor() {
  7236. if (epicBrawl.inst) {
  7237. return epicBrawl.inst;
  7238. }
  7239. epicBrawl.inst = this;
  7240. return this;
  7241. }
  7242.  
  7243. check() {
  7244. console.log(new Date(this.time))
  7245. if (Date.now() > this.time) {
  7246. this.timeout = null;
  7247. this.start()
  7248. return;
  7249. }
  7250. this.timeout = setTimeout(this.check, 6e4);
  7251. }
  7252.  
  7253. async start() {
  7254. if (this.timeout) {
  7255. console.log(new Date(this.time))
  7256. setProgress(I18N('TIMER_ALREADY'), 3000);
  7257. return;
  7258. }
  7259. setProgress(I18N('EPIC_BRAWL'), true);
  7260. const teamInfo = await Send('{"calls":[{"name":"teamGetAll","args":{},"ident":"teamGetAll"},{"name":"teamGetFavor","args":{},"ident":"teamGetFavor"},{"name":"userGetInfo","args":{},"ident":"userGetInfo"}]}').then(e => e.results.map(n => n.result.response));
  7261. const refill = teamInfo[2].refillable.find(n => n.id == 52)
  7262. this.time = (refill.lastRefill + 3600) * 1000
  7263. const attempts = refill.amount;
  7264. if (!attempts) {
  7265. console.log(new Date(this.time));
  7266. this.check();
  7267. setProgress(I18N('NO_ATTEMPTS_TIMER_START'), 3000);
  7268. return;
  7269. }
  7270.  
  7271. const args = {
  7272. heroes: teamInfo[0].epic_brawl.filter(e => e < 1000),
  7273. pet: teamInfo[0].epic_brawl.filter(e => e > 6000).pop(),
  7274. favor: teamInfo[1].epic_brawl,
  7275. }
  7276.  
  7277. let wins = 0;
  7278. let coins = 0;
  7279. let streak = { progress: 0, nextStage: 0 };
  7280. for (let i = attempts; i > 0; i--) {
  7281. const info = await Send(JSON.stringify({
  7282. calls: [
  7283. { name: "epicBrawl_getEnemy", args: {}, ident: "epicBrawl_getEnemy" }, { name: "epicBrawl_startBattle", args, ident: "epicBrawl_startBattle" }
  7284. ]
  7285. })).then(e => e.results.map(n => n.result.response));
  7286.  
  7287. const { progress, result } = await Calc(info[1].battle);
  7288. const endResult = await Send(JSON.stringify({ calls: [{ name: "epicBrawl_endBattle", args: { progress, result }, ident: "epicBrawl_endBattle" }, { name: "epicBrawl_getWinStreak", args: {}, ident: "epicBrawl_getWinStreak" }] })).then(e => e.results.map(n => n.result.response));
  7289.  
  7290. const resultInfo = endResult[0].result;
  7291. streak = endResult[1];
  7292.  
  7293. wins += resultInfo.win;
  7294. coins += resultInfo.reward ? resultInfo.reward.coin[39] : 0;
  7295.  
  7296. console.log(endResult[0].result)
  7297. if (endResult[1].progress == endResult[1].nextStage) {
  7298. const farm = await Send('{"calls":[{"name":"epicBrawl_farmWinStreak","args":{},"ident":"body"}]}').then(e => e.results[0].result.response);
  7299. coins += farm.coin[39];
  7300. }
  7301.  
  7302. setProgress(I18N('EPIC_BRAWL_RESULT', {
  7303. i, wins, attempts, coins,
  7304. progress: streak.progress,
  7305. nextStage: streak.nextStage,
  7306. end: '',
  7307. }), false, hideProgress);
  7308. }
  7309.  
  7310. console.log(new Date(this.time));
  7311. this.check();
  7312. setProgress(I18N('EPIC_BRAWL_RESULT', {
  7313. wins, attempts, coins,
  7314. i: '',
  7315. progress: streak.progress,
  7316. nextStage: streak.nextStage,
  7317. end: I18N('ATTEMPT_ENDED'),
  7318. }), false, hideProgress);
  7319. }
  7320. }
  7321. /* тест остановка подземки*/
  7322. function stopDungeon(e) {
  7323. stopDung = true;
  7324. }
  7325.  
  7326. function Sleep(ms) {
  7327. return new Promise(resolve => setTimeout(resolve, ms));
  7328. }
  7329. function countdownTimer(seconds, message) {
  7330. message = message || I18N('TIMER');
  7331. const stopTimer = Date.now() + seconds * 1e3
  7332. return new Promise(resolve => {
  7333. const interval = setInterval(async () => {
  7334. const now = Date.now();
  7335. setProgress(`${message} ${((stopTimer - now) / 1000).toFixed(2)}`, false);
  7336. if (now > stopTimer) {
  7337. clearInterval(interval);
  7338. setProgress('', 1);
  7339. resolve();
  7340. }
  7341. }, 100);
  7342. });
  7343. }
  7344.  
  7345. /**
  7346. * Attack of the minions of Asgard
  7347. *
  7348. * Атака прислужников Асгарда
  7349. */
  7350. function testRaidNodes() {
  7351. return new Promise((resolve, reject) => {
  7352. const tower = new executeRaidNodes(resolve, reject);
  7353. tower.start();
  7354. });
  7355. }
  7356.  
  7357. /**
  7358. * Attack of the minions of Asgard
  7359. *
  7360. * Атака прислужников Асгарда
  7361. */
  7362. function executeRaidNodes(resolve, reject) {
  7363. let raidData = {
  7364. teams: [],
  7365. favor: {},
  7366. nodes: [],
  7367. attempts: 0,
  7368. countExecuteBattles: 0,
  7369. cancelBattle: 0,
  7370. }
  7371.  
  7372. callsExecuteRaidNodes = {
  7373. calls: [{
  7374. name: "clanRaid_getInfo",
  7375. args: {},
  7376. ident: "clanRaid_getInfo"
  7377. }, {
  7378. name: "teamGetAll",
  7379. args: {},
  7380. ident: "teamGetAll"
  7381. }, {
  7382. name: "teamGetFavor",
  7383. args: {},
  7384. ident: "teamGetFavor"
  7385. }]
  7386. }
  7387.  
  7388. this.start = function () {
  7389. send(JSON.stringify(callsExecuteRaidNodes), startRaidNodes);
  7390. }
  7391.  
  7392. function startRaidNodes(data) {
  7393. res = data.results;
  7394. clanRaidInfo = res[0].result.response;
  7395. teamGetAll = res[1].result.response;
  7396. teamGetFavor = res[2].result.response;
  7397.  
  7398. let index = 0;
  7399. for (let team of teamGetAll.clanRaid_nodes) {
  7400. raidData.teams.push({
  7401. data: {},
  7402. heroes: team.filter(id => id < 6000),
  7403. pet: team.filter(id => id >= 6000).pop(),
  7404. battleIndex: index++
  7405. });
  7406. }
  7407. raidData.favor = teamGetFavor.clanRaid_nodes;
  7408.  
  7409. raidData.nodes = clanRaidInfo.nodes;
  7410. raidData.attempts = clanRaidInfo.attempts;
  7411. isCancalBattle = false;
  7412.  
  7413. checkNodes();
  7414. }
  7415.  
  7416. function getAttackNode() {
  7417. for (let nodeId in raidData.nodes) {
  7418. let node = raidData.nodes[nodeId];
  7419. let points = 0
  7420. for (team of node.teams) {
  7421. points += team.points;
  7422. }
  7423. let now = Date.now() / 1000;
  7424. if (!points && now > node.timestamps.start && now < node.timestamps.end) {
  7425. let countTeam = node.teams.length;
  7426. delete raidData.nodes[nodeId];
  7427. return {
  7428. nodeId,
  7429. countTeam
  7430. };
  7431. }
  7432. }
  7433. return null;
  7434. }
  7435.  
  7436. function checkNodes() {
  7437. setProgress(`${I18N('REMAINING_ATTEMPTS')}: ${raidData.attempts}`);
  7438. let nodeInfo = getAttackNode();
  7439. if (nodeInfo && raidData.attempts) {
  7440. startNodeBattles(nodeInfo);
  7441. return;
  7442. }
  7443.  
  7444. endRaidNodes('EndRaidNodes');
  7445. }
  7446.  
  7447. function startNodeBattles(nodeInfo) {
  7448. let {nodeId, countTeam} = nodeInfo;
  7449. let teams = raidData.teams.slice(0, countTeam);
  7450. let heroes = raidData.teams.map(e => e.heroes).flat();
  7451. let favor = {...raidData.favor};
  7452. for (let heroId in favor) {
  7453. if (!heroes.includes(+heroId)) {
  7454. delete favor[heroId];
  7455. }
  7456. }
  7457.  
  7458. let calls = [{
  7459. name: "clanRaid_startNodeBattles",
  7460. args: {
  7461. nodeId,
  7462. teams,
  7463. favor
  7464. },
  7465. ident: "body"
  7466. }];
  7467.  
  7468. send(JSON.stringify({calls}), resultNodeBattles);
  7469. }
  7470.  
  7471. function resultNodeBattles(e) {
  7472. if (e['error']) {
  7473. endRaidNodes('nodeBattlesError', e['error']);
  7474. return;
  7475. }
  7476.  
  7477. console.log(e);
  7478. let battles = e.results[0].result.response.battles;
  7479. let promises = [];
  7480. let battleIndex = 0;
  7481. for (let battle of battles) {
  7482. battle.battleIndex = battleIndex++;
  7483. promises.push(calcBattleResult(battle));
  7484. }
  7485.  
  7486. Promise.all(promises)
  7487. .then(results => {
  7488. const endResults = {};
  7489. let isAllWin = true;
  7490. for (let r of results) {
  7491. isAllWin &&= r.result.win;
  7492. }
  7493. if (!isAllWin) {
  7494. cancelEndNodeBattle(results[0]);
  7495. return;
  7496. }
  7497. raidData.countExecuteBattles = results.length;
  7498. let timeout = 500;
  7499. for (let r of results) {
  7500. setTimeout(endNodeBattle, timeout, r);
  7501. timeout += 500;
  7502. }
  7503. });
  7504. }
  7505. /**
  7506. * Returns the battle calculation promise
  7507. *
  7508. * Возвращает промис расчета боя
  7509. */
  7510. function calcBattleResult(battleData) {
  7511. return new Promise(function (resolve, reject) {
  7512. BattleCalc(battleData, "get_clanPvp", resolve);
  7513. });
  7514. }
  7515. /**
  7516. * Cancels the fight
  7517. *
  7518. * Отменяет бой
  7519. */
  7520. function cancelEndNodeBattle(r) {
  7521. const fixBattle = function (heroes) {
  7522. for (const ids in heroes) {
  7523. hero = heroes[ids];
  7524. hero.energy = random(1, 999);
  7525. if (hero.hp > 0) {
  7526. hero.hp = random(1, hero.hp);
  7527. }
  7528. }
  7529. }
  7530. fixBattle(r.progress[0].attackers.heroes);
  7531. fixBattle(r.progress[0].defenders.heroes);
  7532. endNodeBattle(r);
  7533. }
  7534. /**
  7535. * Ends the fight
  7536. *
  7537. * Завершает бой
  7538. */
  7539. function endNodeBattle(r) {
  7540. let nodeId = r.battleData.result.nodeId;
  7541. let battleIndex = r.battleData.battleIndex;
  7542. let calls = [{
  7543. name: "clanRaid_endNodeBattle",
  7544. args: {
  7545. nodeId,
  7546. battleIndex,
  7547. result: r.result,
  7548. progress: r.progress
  7549. },
  7550. ident: "body"
  7551. }]
  7552.  
  7553. SendRequest(JSON.stringify({calls}), battleResult);
  7554. }
  7555. /**
  7556. * Processing the results of the battle
  7557. *
  7558. * Обработка результатов боя
  7559. */
  7560. function battleResult(e) {
  7561. if (e['error']) {
  7562. endRaidNodes('missionEndError', e['error']);
  7563. return;
  7564. }
  7565. r = e.results[0].result.response;
  7566. if (r['error']) {
  7567. if (r.reason == "invalidBattle") {
  7568. raidData.cancelBattle++;
  7569. checkNodes();
  7570. } else {
  7571. endRaidNodes('missionEndError', e['error']);
  7572. }
  7573. return;
  7574. }
  7575.  
  7576. if (!(--raidData.countExecuteBattles)) {
  7577. raidData.attempts--;
  7578. checkNodes();
  7579. }
  7580. }
  7581. /**
  7582. * Completing a task
  7583. *
  7584. * Завершение задачи
  7585. */
  7586. function endRaidNodes(reason, info) {
  7587. isCancalBattle = true;
  7588. let textCancel = raidData.cancelBattle ? ` ${I18N('BATTLES_CANCELED')}: ${raidData.cancelBattle}` : '';
  7589. setProgress(`${I18N('MINION_RAID')} ${I18N('COMPLETED')}! ${textCancel}`, true);
  7590. console.log(reason, info);
  7591. resolve();
  7592. }
  7593. }
  7594.  
  7595. /**
  7596. * Asgard Boss Attack Replay
  7597. *
  7598. * Повтор атаки босса Асгарда
  7599. */
  7600. function testBossBattle() {
  7601. return new Promise((resolve, reject) => {
  7602. const bossBattle = new executeBossBattle(resolve, reject);
  7603. bossBattle.start(lastBossBattle, lastBossBattleInfo);
  7604. });
  7605. }
  7606.  
  7607. /**
  7608. * Asgard Boss Attack Replay
  7609. *
  7610. * Повтор атаки босса Асгарда
  7611. */
  7612. function executeBossBattle(resolve, reject) {
  7613. let lastBossBattleArgs = {};
  7614. let reachDamage = 0;
  7615. let countBattle = 0;
  7616. let countMaxBattle = 10;
  7617. let lastDamage = 0;
  7618.  
  7619. this.start = function (battleArg, battleInfo) {
  7620. lastBossBattleArgs = battleArg;
  7621. preCalcBattle(battleInfo);
  7622. }
  7623.  
  7624. function getBattleInfo(battle) {
  7625. return new Promise(function (resolve) {
  7626. battle.seed = Math.floor(Date.now() / 1000) + random(0, 1e3);
  7627. BattleCalc(battle, getBattleType(battle.type), e => {
  7628. let extra = e.progress[0].defenders.heroes[1].extra;
  7629. resolve(extra.damageTaken + extra.damageTakenNextLevel);
  7630. });
  7631. });
  7632. }
  7633.  
  7634. function preCalcBattle(battle) {
  7635. let actions = [];
  7636. const countTestBattle = getInput('countTestBattle');
  7637. for (let i = 0; i < countTestBattle; i++) {
  7638. actions.push(getBattleInfo(battle, true));
  7639. }
  7640. Promise.all(actions)
  7641. .then(resultPreCalcBattle);
  7642. }
  7643.  
  7644. function fixDamage(damage) {
  7645. for (let i = 1e6; i > 1; i /= 10) {
  7646. if (damage > i) {
  7647. let n = i / 10;
  7648. damage = Math.ceil(damage / n) * n;
  7649. break;
  7650. }
  7651. }
  7652. return damage;
  7653. }
  7654.  
  7655. async function resultPreCalcBattle(damages) {
  7656. let maxDamage = 0;
  7657. let minDamage = 1e10;
  7658. let avgDamage = 0;
  7659. for (let damage of damages) {
  7660. avgDamage += damage
  7661. if (damage > maxDamage) {
  7662. maxDamage = damage;
  7663. }
  7664. if (damage < minDamage) {
  7665. minDamage = damage;
  7666. }
  7667. }
  7668. avgDamage /= damages.length;
  7669. console.log(damages.map(e => e.toLocaleString()).join('\n'), avgDamage, maxDamage);
  7670.  
  7671. reachDamage = fixDamage(avgDamage);
  7672. const result = await popup.confirm(
  7673. `${I18N('ROUND_STAT')} ${damages.length} ${I18N('BATTLE')}:` +
  7674. `<br>${I18N('MINIMUM')}: ` + minDamage.toLocaleString() +
  7675. `<br>${I18N('MAXIMUM')}: ` + maxDamage.toLocaleString() +
  7676. `<br>${I18N('AVERAGE')}: ` + avgDamage.toLocaleString()
  7677. /*+ '<br>Поиск урона больше чем ' + reachDamage.toLocaleString()*/
  7678. , [
  7679. { msg: I18N('BTN_OK'), result: 0},
  7680. /* {msg: 'Погнали', isInput: true, default: reachDamage}, */
  7681. ])
  7682. if (result) {
  7683. reachDamage = result;
  7684. isCancalBossBattle = false;
  7685. startBossBattle();
  7686. return;
  7687. }
  7688. endBossBattle(I18N('BTN_CANCEL'));
  7689. }
  7690.  
  7691. function startBossBattle() {
  7692. countBattle++;
  7693. countMaxBattle = getInput('countAutoBattle');
  7694. if (countBattle > countMaxBattle) {
  7695. setProgress('Превышен лимит попыток: ' + countMaxBattle, true);
  7696. endBossBattle('Превышен лимит попыток: ' + countMaxBattle);
  7697. return;
  7698. }
  7699. let calls = [{
  7700. name: "clanRaid_startBossBattle",
  7701. args: lastBossBattleArgs,
  7702. ident: "body"
  7703. }];
  7704. send(JSON.stringify({calls}), calcResultBattle);
  7705. }
  7706.  
  7707. function calcResultBattle(e) {
  7708. BattleCalc(e.results[0].result.response.battle, "get_clanPvp", resultBattle);
  7709. }
  7710.  
  7711. async function resultBattle(e) {
  7712. let extra = e.progress[0].defenders.heroes[1].extra
  7713. resultDamage = extra.damageTaken + extra.damageTakenNextLevel
  7714. console.log(resultDamage);
  7715. scriptMenu.setStatus(countBattle + ') ' + resultDamage.toLocaleString());
  7716. lastDamage = resultDamage;
  7717. if (resultDamage > reachDamage && await popup.confirm(countBattle + ') Урон ' + resultDamage.toLocaleString(), [
  7718. {msg: 'Ок', result: true},
  7719. {msg: 'Не пойдет', result: false},
  7720. ])) {
  7721. endBattle(e, false);
  7722. return;
  7723. }
  7724. cancelEndBattle(e);
  7725. }
  7726.  
  7727. function cancelEndBattle (r) {
  7728. const fixBattle = function (heroes) {
  7729. for (const ids in heroes) {
  7730. hero = heroes[ids];
  7731. hero.energy = random(1, 999);
  7732. if (hero.hp > 0) {
  7733. hero.hp = random(1, hero.hp);
  7734. }
  7735. }
  7736. }
  7737. fixBattle(r.progress[0].attackers.heroes);
  7738. fixBattle(r.progress[0].defenders.heroes);
  7739. endBattle(r, true);
  7740. }
  7741.  
  7742. function endBattle(battleResult, isCancal) {
  7743. let calls = [{
  7744. name: "clanRaid_endBossBattle",
  7745. args: {
  7746. result: battleResult.result,
  7747. progress: battleResult.progress
  7748. },
  7749. ident: "body"
  7750. }];
  7751.  
  7752. send(JSON.stringify({calls}), e => {
  7753. console.log(e);
  7754. if (isCancal) {
  7755. startBossBattle();
  7756. return;
  7757. }
  7758. scriptMenu.setStatus('Босс пробит нанесен урон: ' + lastDamage);
  7759. setTimeout(() => {
  7760. scriptMenu.setStatus('');
  7761. }, 5000);
  7762. endBossBattle('Узпех!');
  7763. });
  7764. }
  7765.  
  7766. /**
  7767. * Completing a task
  7768. *
  7769. * Завершение задачи
  7770. */
  7771. function endBossBattle(reason, info) {
  7772. isCancalBossBattle = true;
  7773. console.log(reason, info);
  7774. resolve();
  7775. }
  7776. }
  7777.  
  7778. /**
  7779. * Auto-repeat attack
  7780. *
  7781. * Автоповтор атаки
  7782. */
  7783. function testAutoBattle() {
  7784. return new Promise((resolve, reject) => {
  7785. const bossBattle = new executeAutoBattle(resolve, reject);
  7786. bossBattle.start(lastBattleArg, lastBattleInfo);
  7787. });
  7788. }
  7789.  
  7790. /**
  7791. * Auto-repeat attack
  7792. *
  7793. * Автоповтор атаки
  7794. */
  7795. function executeAutoBattle(resolve, reject) {
  7796. let battleArg = {};
  7797. let countBattle = 0;
  7798. let findCoeff = 0;
  7799.  
  7800. this.start = function (battleArgs, battleInfo) {
  7801. battleArg = battleArgs;
  7802. preCalcBattle(battleInfo);
  7803. }
  7804. /**
  7805. * Returns a promise for combat recalculation
  7806. *
  7807. * Возвращает промис для прерасчета боя
  7808. */
  7809. function getBattleInfo(battle) {
  7810. return new Promise(function (resolve) {
  7811. battle.seed = Math.floor(Date.now() / 1000) + random(0, 1e3);
  7812. Calc(battle).then(e => {
  7813. e.coeff = calcCoeff(e, 'defenders');
  7814. resolve(e);
  7815. });
  7816. });
  7817. }
  7818. /**
  7819. * Battle recalculation
  7820. *
  7821. * Прерасчет боя
  7822. */
  7823. function preCalcBattle(battle) {
  7824. let actions = [];
  7825. const countTestBattle = getInput('countTestBattle');
  7826. for (let i = 0; i < countTestBattle; i++) {
  7827. actions.push(getBattleInfo(battle));
  7828. }
  7829. Promise.all(actions)
  7830. .then(resultPreCalcBattle);
  7831. }
  7832. /**
  7833. * Processing the results of the battle recalculation
  7834. *
  7835. * Обработка результатов прерасчета боя
  7836. */
  7837. async function resultPreCalcBattle(results) {
  7838. let countWin = results.reduce((s, w) => w.result.win + s, 0);
  7839. setProgress(`${I18N('CHANCE_TO_WIN')} ${Math.floor(countWin / results.length * 100)}% (${results.length})`, true);
  7840. if (countWin > 0) {
  7841. isCancalBattle = false;
  7842. startBattle();
  7843. return;
  7844. }
  7845.  
  7846. let minCoeff = 100;
  7847. let maxCoeff = -100;
  7848. let avgCoeff = 0;
  7849. results.forEach(e => {
  7850. if (e.coeff < minCoeff) minCoeff = e.coeff;
  7851. if (e.coeff > maxCoeff) maxCoeff = e.coeff;
  7852. avgCoeff += e.coeff;
  7853. });
  7854. avgCoeff /= results.length;
  7855.  
  7856. const result = await popup.confirm(
  7857. I18N('VICTORY_IMPOSSIBLE') +
  7858. `<br>${I18N('ROUND_STAT')} ${results.length} ${I18N('BATTLE')}:` +
  7859. `<br>${I18N('MINIMUM')}: ` + minCoeff.toLocaleString() +
  7860. `<br>${I18N('MAXIMUM')}: ` + maxCoeff.toLocaleString() +
  7861. `<br>${I18N('AVERAGE')}: ` + avgCoeff.toLocaleString() +
  7862. `<br>${I18N('FIND_COEFF')} ` + avgCoeff.toLocaleString(), [
  7863. { msg: I18N('BTN_CANCEL'), result: 0 },
  7864. { msg: I18N('BTN_GO'), isInput: true, default: Math.round(avgCoeff * 1000) / 1000 },
  7865. ])
  7866. if (result) {
  7867. findCoeff = result;
  7868. isCancalBattle = false;
  7869. startBattle();
  7870. return;
  7871. }
  7872. setProgress(I18N('NOT_THIS_TIME'), true);
  7873. endAutoBattle(I18N('NOT_THIS_TIME'));
  7874. }
  7875.  
  7876. /**
  7877. * Calculation of the combat result coefficient
  7878. *
  7879. * Расчет коэфициента результата боя
  7880. */
  7881. function calcCoeff(result, packType) {
  7882. let beforeSumFactor = 0;
  7883. const beforePack = result.battleData[packType][0];
  7884. for (let heroId in beforePack) {
  7885. const hero = beforePack[heroId];
  7886. const state = hero.state;
  7887. let factor = 1;
  7888. if (state) {
  7889. const hp = state.hp / state.maxHp;
  7890. const energy = state.energy / 1e3;
  7891. factor = hp + energy / 20;
  7892. }
  7893. beforeSumFactor += factor;
  7894. }
  7895.  
  7896. let afterSumFactor = 0;
  7897. const afterPack = result.progress[0][packType].heroes;
  7898. for (let heroId in afterPack) {
  7899. const hero = afterPack[heroId];
  7900. const hp = hero.hp / beforePack[heroId].state.hp;
  7901. const energy = hero.energy / 1e3;
  7902. const factor = hp + energy / 20;
  7903. afterSumFactor += factor;
  7904. }
  7905. const resultCoeff = -(afterSumFactor - beforeSumFactor);
  7906. return Math.round(resultCoeff * 1000) / 1000;
  7907. }
  7908. /**
  7909. * Start battle
  7910. *
  7911. * Начало боя
  7912. */
  7913. function startBattle() {
  7914. countBattle++;
  7915. const countMaxBattle = getInput('countAutoBattle');
  7916. setProgress(countBattle + '/' + countMaxBattle);
  7917. if (countBattle > countMaxBattle) {
  7918. setProgress(`${I18N('RETRY_LIMIT_EXCEEDED')}: ${countMaxBattle}`, true);
  7919. endAutoBattle(`${I18N('RETRY_LIMIT_EXCEEDED')}: ${countMaxBattle}`)
  7920. return;
  7921. }
  7922. let calls = [{
  7923. name: nameFuncStartBattle,
  7924. args: battleArg,
  7925. ident: "body"
  7926. }];
  7927. send(JSON.stringify({
  7928. calls
  7929. }), calcResultBattle);
  7930. }
  7931. /**
  7932. * Battle calculation
  7933. *
  7934. * Расчет боя
  7935. */
  7936. function calcResultBattle(e) {
  7937. let battle = e.results[0].result.response.battle
  7938. BattleCalc(battle, getBattleType(battle.type), resultBattle);
  7939. }
  7940. /**
  7941. * Processing the results of the battle
  7942. *
  7943. * Обработка результатов боя
  7944. */
  7945. function resultBattle(e) {
  7946. const isWin = e.result.win;
  7947. console.log(isWin);
  7948. if (isWin) {
  7949. endBattle(e, false);
  7950. return;
  7951. }
  7952. if (findCoeff) {
  7953. const coeff = calcCoeff(e, 'defenders');
  7954. console.log(coeff);
  7955. setProgress(coeff, true);
  7956. if (coeff > findCoeff) {
  7957. endBattle(e, false);
  7958. return;
  7959. }
  7960. }
  7961. cancelEndBattle(e);
  7962. }
  7963. /**
  7964. * Cancel fight
  7965. *
  7966. * Отмена боя
  7967. */
  7968. function cancelEndBattle(r) {
  7969. const fixBattle = function (heroes) {
  7970. for (const ids in heroes) {
  7971. hero = heroes[ids];
  7972. hero.energy = random(1, 999);
  7973. if (hero.hp > 0) {
  7974. hero.hp = random(1, hero.hp);
  7975. }
  7976. }
  7977. }
  7978. fixBattle(r.progress[0].attackers.heroes);
  7979. fixBattle(r.progress[0].defenders.heroes);
  7980. endBattle(r, true);
  7981. }
  7982. /**
  7983. * End of the fight
  7984. *
  7985. * Завершение боя */
  7986. function endBattle(battleResult, isCancal) {
  7987. let calls = [{
  7988. name: nameFuncEndBattle,
  7989. args: {
  7990. result: battleResult.result,
  7991. progress: battleResult.progress
  7992. },
  7993. ident: "body"
  7994. }];
  7995.  
  7996. send(JSON.stringify({
  7997. calls
  7998. }), e => {
  7999. console.log(e);
  8000. if (isCancal) {
  8001. startBattle();
  8002. return;
  8003. }
  8004. scriptMenu.setStatus(`${I18N('SUCCESS')}!`);
  8005. setTimeout(() => {
  8006. scriptMenu.setStatus('');
  8007. }, 5000)
  8008. endAutoBattle(`${I18N('SUCCESS')}!`)
  8009. });
  8010. }
  8011. /**
  8012. * Completing a task
  8013. *
  8014. * Завершение задачи
  8015. */
  8016. function endAutoBattle(reason, info) {
  8017. //isCancalBattle = true; //тест пока скрыл
  8018. console.log(reason, info);
  8019. resolve();
  8020. }
  8021. }
  8022.  
  8023. function testDailyQuests() {
  8024. return new Promise((resolve, reject) => {
  8025. const quests = new dailyQuests(resolve, reject);
  8026. quests.init(questsInfo);
  8027. quests.start();
  8028. });
  8029. }
  8030.  
  8031. /**
  8032. * Automatic completion of daily quests
  8033. *
  8034. * Автоматическое выполнение ежедневных квестов
  8035. */
  8036. class dailyQuests {
  8037. /**
  8038. * Send(' {"calls":[{"name":"userGetInfo","args":{},"ident":"body"}]}').then(e => console.log(e))
  8039. * Send(' {"calls":[{"name":"heroGetAll","args":{},"ident":"body"}]}').then(e => console.log(e))
  8040. * Send(' {"calls":[{"name":"titanGetAll","args":{},"ident":"body"}]}').then(e => console.log(e))
  8041. * Send(' {"calls":[{"name":"inventoryGet","args":{},"ident":"body"}]}').then(e => console.log(e))
  8042. * Send(' {"calls":[{"name":"questGetAll","args":{},"ident":"body"}]}').then(e => console.log(e))
  8043. * Send(' {"calls":[{"name":"bossGetAll","args":{},"ident":"body"}]}').then(e => console.log(e))
  8044. */
  8045. callsList = [
  8046. "userGetInfo",
  8047. "heroGetAll",
  8048. "titanGetAll",
  8049. "inventoryGet",
  8050. "questGetAll",
  8051. "bossGetAll",
  8052. ]
  8053.  
  8054. dataQuests = {
  8055. 10001: {
  8056. description: 'Улучши умения героев 3 раза', // ++++++++++++++++
  8057. doItCall: () => {
  8058. const upgradeSkills = this.getUpgradeSkills();
  8059. return upgradeSkills.map(({ heroId, skill }, index) => ({ name: "heroUpgradeSkill", args: { heroId, skill }, "ident": `heroUpgradeSkill_${index}` }));
  8060. },
  8061. isWeCanDo: () => {
  8062. const upgradeSkills = this.getUpgradeSkills();
  8063. let sumGold = 0;
  8064. for (const skill of upgradeSkills) {
  8065. sumGold += this.skillCost(skill.value);
  8066. if (!skill.heroId) {
  8067. return false;
  8068. }
  8069. }
  8070. return this.questInfo['userGetInfo'].gold > sumGold;
  8071. },
  8072. },
  8073. 10002: {
  8074. description: 'Пройди 10 миссий', // --------------
  8075. isWeCanDo: () => false,
  8076. },
  8077. 10003: {
  8078. description: 'Пройди 3 героические миссии', // --------------
  8079. isWeCanDo: () => false,
  8080. },
  8081. 10004: {
  8082. description: 'Сразись 3 раза на Арене или Гранд Арене', // --------------
  8083. isWeCanDo: () => false,
  8084. },
  8085. 10006: {
  8086. description: 'Используй обмен изумрудов 1 раз', // ++++++++++++++++
  8087. doItCall: () => [{
  8088. name: "refillableAlchemyUse",
  8089. args: { multi: false },
  8090. ident: "refillableAlchemyUse"
  8091. }],
  8092. isWeCanDo: () => {
  8093. const starMoney = this.questInfo['userGetInfo'].starMoney;
  8094. return starMoney >= 20;
  8095. },
  8096. },
  8097. 10007: {
  8098. description: 'Соверши 1 призыв в Атриуме Душ', // ++++++++++++++++
  8099. doItCall: () => [{ name: "gacha_open", args: { ident: "heroGacha", free: true, pack: false }, ident: "gacha_open" }],
  8100. isWeCanDo: () => {
  8101. const soulCrystal = this.questInfo['inventoryGet'].coin[38];
  8102. return soulCrystal > 0;
  8103. },
  8104. },
  8105. 10016: {
  8106. description: 'Отправь подарки согильдийцам', // ++++++++++++++++
  8107. doItCall: () => [{ name: "clanSendDailyGifts", args: {}, ident: "clanSendDailyGifts" }],
  8108. isWeCanDo: () => true,
  8109. },
  8110. 10018: {
  8111. description: 'Используй зелье опыта', // ++++++++++++++++
  8112. doItCall: () => {
  8113. const expHero = this.getExpHero();
  8114. return [{
  8115. name: "consumableUseHeroXp",
  8116. args: {
  8117. heroId: expHero.heroId,
  8118. libId: expHero.libId,
  8119. amount: 1
  8120. },
  8121. ident: "consumableUseHeroXp"
  8122. }];
  8123. },
  8124. isWeCanDo: () => {
  8125. const expHero = this.getExpHero();
  8126. return expHero.heroId && expHero.libId;
  8127. },
  8128. },
  8129. 10019: {
  8130. description: 'Открой 1 сундук в Башне',
  8131. doItFunc: testTower,
  8132. isWeCanDo: () => false,
  8133. },
  8134. 10020: {
  8135. description: 'Открой 3 сундука в Запределье', // Готово
  8136. doItCall: () => {
  8137. return this.getOutlandChest();
  8138. },
  8139. isWeCanDo: () => {
  8140. const outlandChest = this.getOutlandChest();
  8141. return outlandChest.length > 0;
  8142. },
  8143. },
  8144. 10021: {
  8145. description: 'Собери 75 Титанита в Подземелье Гильдии',
  8146. isWeCanDo: () => false,
  8147. },
  8148. 10022: {
  8149. description: 'Собери 150 Титанита в Подземелье Гильдии',
  8150. doItFunc: testDungeon,
  8151. isWeCanDo: () => false,
  8152. },
  8153. 10023: {
  8154. description: 'Прокачай Дар Стихий на 1 уровень', // Готово
  8155. doItCall: () => {
  8156. const heroId = this.getHeroIdTitanGift();
  8157. return [
  8158. { name: "heroTitanGiftLevelUp", args: { heroId }, ident: "heroTitanGiftLevelUp" },
  8159. { name: "heroTitanGiftDrop", args: { heroId }, ident: "heroTitanGiftDrop" }
  8160. ]
  8161. },
  8162. isWeCanDo: () => {
  8163. const heroId = this.getHeroIdTitanGift();
  8164. return heroId;
  8165. },
  8166. },
  8167. 10024: {
  8168. description: 'Повысь уровень любого артефакта один раз', // Готово
  8169. doItCall: () => {
  8170. const upArtifact = this.getUpgradeArtifact();
  8171. return [
  8172. {
  8173. name: "heroArtifactLevelUp",
  8174. args: {
  8175. heroId: upArtifact.heroId,
  8176. slotId: upArtifact.slotId
  8177. },
  8178. ident: `heroArtifactLevelUp`
  8179. }
  8180. ];
  8181. },
  8182. isWeCanDo: () => {
  8183. const upgradeArtifact = this.getUpgradeArtifact();
  8184. return upgradeArtifact.heroId;
  8185. },
  8186. },
  8187. 10025: {
  8188. description: 'Начни 1 Экспедицию',
  8189. doItFunc: checkExpedition,
  8190. isWeCanDo: () => false,
  8191. },
  8192. 10026: {
  8193. description: 'Начни 4 Экспедиции', // --------------
  8194. doItFunc: checkExpedition,
  8195. isWeCanDo: () => false,
  8196. },
  8197. 10027: {
  8198. description: 'Победи в 1 бою Турнира Стихий',
  8199. doItFunc: testTitanArena,
  8200. isWeCanDo: () => false,
  8201. },
  8202. 10028: {
  8203. description: 'Повысь уровень любого артефакта титанов', // Готово
  8204. doItCall: () => {
  8205. const upTitanArtifact = this.getUpgradeTitanArtifact();
  8206. return [
  8207. {
  8208. name: "titanArtifactLevelUp",
  8209. args: {
  8210. titanId: upTitanArtifact.titanId,
  8211. slotId: upTitanArtifact.slotId
  8212. },
  8213. ident: `titanArtifactLevelUp`
  8214. }
  8215. ];
  8216. },
  8217. isWeCanDo: () => {
  8218. const upgradeTitanArtifact = this.getUpgradeTitanArtifact();
  8219. return upgradeTitanArtifact.titanId;
  8220. },
  8221. },
  8222. 10029: {
  8223. description: 'Открой сферу артефактов титанов', // ++++++++++++++++
  8224. doItCall: () => [{ name: "titanArtifactChestOpen", args: { amount: 1, free: true }, ident: "titanArtifactChestOpen" }],
  8225. isWeCanDo: () => {
  8226. return this.questInfo['inventoryGet']?.consumable[55] > 0
  8227. },
  8228. },
  8229. 10030: {
  8230. description: 'Улучши облик любого героя 1 раз', // Готово
  8231. doItCall: () => {
  8232. const upSkin = this.getUpgradeSkin();
  8233. return [
  8234. {
  8235. name: "heroSkinUpgrade",
  8236. args: {
  8237. heroId: upSkin.heroId,
  8238. skinId: upSkin.skinId
  8239. },
  8240. ident: `heroSkinUpgrade`
  8241. }
  8242. ];
  8243. },
  8244. isWeCanDo: () => {
  8245. const upgradeSkin = this.getUpgradeSkin();
  8246. return upgradeSkin.heroId;
  8247. },
  8248. },
  8249. 10031: {
  8250. description: 'Победи в 6 боях Турнира Стихий', // --------------
  8251. doItFunc: testTitanArena,
  8252. isWeCanDo: () => false,
  8253. },
  8254. 10043: {
  8255. description: 'Начни или присоеденись к Приключению', // --------------
  8256. isWeCanDo: () => false,
  8257. },
  8258. 10044: {
  8259. description: 'Воспользуйся призывом питомцев 1 раз', // ++++++++++++++++
  8260. doItCall: () => [{ name: "pet_chestOpen", args: { amount: 1, paid: false }, ident: "pet_chestOpen" }],
  8261. isWeCanDo: () => {
  8262. return this.questInfo['inventoryGet']?.consumable[90] > 0
  8263. },
  8264. },
  8265. 10046: {
  8266. /**
  8267. * TODO: Watch Adventure
  8268. * TODO: Смотреть приключение
  8269. */
  8270. description: 'Открой 3 сундука в Приключениях',
  8271. isWeCanDo: () => false,
  8272. },
  8273. 10047: {
  8274. description: 'Набери 150 очков активности в Гильдии', // Готово
  8275. doItCall: () => {
  8276. const enchantRune = this.getEnchantRune();
  8277. return [
  8278. {
  8279. name: "heroEnchantRune",
  8280. args: {
  8281. heroId: enchantRune.heroId,
  8282. tier: enchantRune.tier,
  8283. items: {
  8284. consumable: { [enchantRune.itemId]: 1 }
  8285. }
  8286. },
  8287. ident: `heroEnchantRune`
  8288. }
  8289. ];
  8290. },
  8291. isWeCanDo: () => {
  8292. const userInfo = this.questInfo['userGetInfo'];
  8293. const enchantRune = this.getEnchantRune();
  8294. return enchantRune.heroId && userInfo.gold > 1e3;
  8295. },
  8296. },
  8297. };
  8298.  
  8299. constructor(resolve, reject, questInfo) {
  8300. this.resolve = resolve;
  8301. this.reject = reject;
  8302. }
  8303.  
  8304. init(questInfo) {
  8305. this.questInfo = questInfo;
  8306. this.isAuto = false;
  8307. }
  8308.  
  8309. async autoInit(isAuto) {
  8310. this.isAuto = isAuto || false;
  8311. const quests = {};
  8312. const calls = this.callsList.map(name => ({
  8313. name, args: {}, ident: name
  8314. }))
  8315. const result = await Send(JSON.stringify({ calls })).then(e => e.results);
  8316. for (const call of result) {
  8317. quests[call.ident] = call.result.response;
  8318. }
  8319. this.questInfo = quests;
  8320. }
  8321.  
  8322. async start() {
  8323. /**
  8324. * TODO may not be needed
  8325. *
  8326. * TODO возожно не нужна
  8327. */
  8328. let countQuest = 0;
  8329. const weCanDo = [];
  8330. const selectedActions = getSaveVal('selectedActions', {});
  8331. for (let quest of this.questInfo['questGetAll']) {
  8332. if (quest.id in this.dataQuests && quest.state == 1) {
  8333. if (!selectedActions[quest.id]) {
  8334. selectedActions[quest.id] = {
  8335. checked: false
  8336. }
  8337. }
  8338.  
  8339. const isWeCanDo = this.dataQuests[quest.id].isWeCanDo;
  8340. if (!isWeCanDo.call(this)) {
  8341. continue;
  8342. }
  8343.  
  8344. weCanDo.push({
  8345. name: quest.id,
  8346. label: I18N(`QUEST_${quest.id}`),
  8347. checked: selectedActions[quest.id].checked
  8348. });
  8349. countQuest++;
  8350. }
  8351. }
  8352.  
  8353. if (!weCanDo.length) {
  8354. this.end(I18N('NOTHING_TO_DO'));
  8355. return;
  8356. }
  8357.  
  8358. console.log(weCanDo);
  8359. let taskList = [];
  8360. if (this.isAuto) {
  8361. taskList = weCanDo;
  8362. } else {
  8363. const answer = await popup.confirm(`${I18N('YOU_CAN_COMPLETE') }:`, [
  8364. { msg: I18N('BTN_DO_IT'), result: true },
  8365. { msg: I18N('BTN_CANCEL'), result: false },
  8366. ], weCanDo);
  8367. if (!answer) {
  8368. this.end('');
  8369. return;
  8370. }
  8371. taskList = popup.getCheckBoxes();
  8372. taskList.forEach(e => {
  8373. selectedActions[e.name].checked = e.checked;
  8374. });
  8375. setSaveVal('selectedActions', selectedActions);
  8376. }
  8377.  
  8378. const calls = [];
  8379. let countChecked = 0;
  8380. for (const task of taskList) {
  8381. if (task.checked) {
  8382. countChecked++;
  8383. const quest = this.dataQuests[task.name]
  8384. console.log(quest.description);
  8385.  
  8386. if (quest.doItCall) {
  8387. const doItCall = quest.doItCall.call(this);
  8388. calls.push(...doItCall);
  8389. }
  8390. }
  8391. }
  8392.  
  8393. if (!countChecked) {
  8394. this.end(I18N('NOT_QUEST_COMPLETED'));
  8395. return;
  8396. }
  8397.  
  8398. const result = await Send(JSON.stringify({ calls }));
  8399. if (result.error) {
  8400. console.error(result.error, result.error.call)
  8401. }
  8402. this.end(`${I18N('COMPLETED_QUESTS')}: ${countChecked}`);
  8403. }
  8404.  
  8405. errorHandling(error) {
  8406. //console.error(error);
  8407. let errorInfo = error.toString() + '\n';
  8408. try {
  8409. const errorStack = error.stack.split('\n');
  8410. const endStack = errorStack.map(e => e.split('@')[0]).indexOf("testDoYourBest");
  8411. errorInfo += errorStack.slice(0, endStack).join('\n');
  8412. } catch (e) {
  8413. errorInfo += error.stack;
  8414. }
  8415. copyText(errorInfo);
  8416. }
  8417.  
  8418. skillCost(lvl) {
  8419. return 573 * lvl ** 0.9 + lvl ** 2.379;
  8420. }
  8421.  
  8422. getUpgradeSkills() {
  8423. const heroes = Object.values(this.questInfo['heroGetAll']);
  8424. const upgradeSkills = [
  8425. { heroId: 0, slotId: 0, value: 130 },
  8426. { heroId: 0, slotId: 0, value: 130 },
  8427. { heroId: 0, slotId: 0, value: 130 },
  8428. ];
  8429. const skillLib = lib.getData('skill');
  8430. /**
  8431. * color - 1 (белый) открывает 1 навык
  8432. * color - 2 (зеленый) открывает 2 навык
  8433. * color - 4 (синий) открывает 3 навык
  8434. * color - 7 (фиолетовый) открывает 4 навык
  8435. */
  8436. const colors = [1, 2, 4, 7];
  8437. for (const hero of heroes) {
  8438. const level = hero.level;
  8439. const color = hero.color;
  8440. for (let skillId in hero.skills) {
  8441. const tier = skillLib[skillId].tier;
  8442. const sVal = hero.skills[skillId];
  8443. if (color < colors[tier] || tier < 1 || tier > 4) {
  8444. continue;
  8445. }
  8446. for (let upSkill of upgradeSkills) {
  8447. if (sVal < upSkill.value && sVal < level) {
  8448. upSkill.value = sVal;
  8449. upSkill.heroId = hero.id;
  8450. upSkill.skill = tier;
  8451. break;
  8452. }
  8453. }
  8454. }
  8455. }
  8456. return upgradeSkills;
  8457. }
  8458.  
  8459. getUpgradeArtifact() {
  8460. const heroes = Object.values(this.questInfo['heroGetAll']);
  8461. const inventory = this.questInfo['inventoryGet'];
  8462. const upArt = { heroId: 0, slotId: 0, level: 100 };
  8463.  
  8464. const heroLib = lib.getData('hero');
  8465. const artifactLib = lib.getData('artifact');
  8466.  
  8467. for (const hero of heroes) {
  8468. const heroInfo = heroLib[hero.id];
  8469. const level = hero.level
  8470. if (level < 20) {
  8471. continue;
  8472. }
  8473.  
  8474. for (let slotId in hero.artifacts) {
  8475. const art = hero.artifacts[slotId];
  8476. /* Текущая звезданость арта */
  8477. const star = art.star;
  8478. if (!star) {
  8479. continue;
  8480. }
  8481. /* Текущий уровень арта */
  8482. const level = art.level;
  8483. if (level >= 100) {
  8484. continue;
  8485. }
  8486. /* Идентификатор арта в библиотеке */
  8487. const artifactId = heroInfo.artifacts[slotId];
  8488. const artInfo = artifactLib.id[artifactId];
  8489. const costNextLevel = artifactLib.type[artInfo.type].levels[level + 1].cost;
  8490.  
  8491. const costСurrency = Object.keys(costNextLevel).pop();
  8492. const costValues = Object.entries(costNextLevel[costСurrency]).pop();
  8493. const costId = costValues[0];
  8494. const costValue = +costValues[1];
  8495.  
  8496. /** TODO: Возможно стоит искать самый высокий уровень который можно качнуть? */
  8497. if (level < upArt.level && inventory[costСurrency][costId] >= costValue) {
  8498. upArt.level = level;
  8499. upArt.heroId = hero.id;
  8500. upArt.slotId = slotId;
  8501. }
  8502. }
  8503. }
  8504. return upArt;
  8505. }
  8506.  
  8507. getUpgradeSkin() {
  8508. const heroes = Object.values(this.questInfo['heroGetAll']);
  8509. const inventory = this.questInfo['inventoryGet'];
  8510. const upSkin = { heroId: 0, skinId: 0, level: 60, cost: 1500 };
  8511.  
  8512. const skinLib = lib.getData('skin');
  8513.  
  8514. for (const hero of heroes) {
  8515. const level = hero.level
  8516. if (level < 20) {
  8517. continue;
  8518. }
  8519.  
  8520. for (let skinId in hero.skins) {
  8521. /* Текущий уровень скина */
  8522. const level = hero.skins[skinId];
  8523. if (level >= 60) {
  8524. continue;
  8525. }
  8526. /* Идентификатор скина в библиотеке */
  8527. const skinInfo = skinLib[skinId];
  8528. const costNextLevel = skinInfo.statData.levels[level + 1].cost;
  8529.  
  8530. const costСurrency = Object.keys(costNextLevel).pop();
  8531. const costСurrencyId = Object.keys(costNextLevel[costСurrency]).pop();
  8532. const costValue = +costNextLevel[costСurrency][costСurrencyId];
  8533.  
  8534. /** TODO: Возможно стоит искать самый высокий уровень который можно качнуть? */
  8535. if (level < upSkin.level &&
  8536. costValue < upSkin.cost &&
  8537. inventory[costСurrency][costСurrencyId] >= costValue) {
  8538. upSkin.cost = costValue;
  8539. upSkin.level = level;
  8540. upSkin.heroId = hero.id;
  8541. upSkin.skinId = skinId;
  8542. }
  8543. }
  8544. }
  8545. return upSkin;
  8546. }
  8547.  
  8548. getUpgradeTitanArtifact() {
  8549. const titans = Object.values(this.questInfo['titanGetAll']);
  8550. const inventory = this.questInfo['inventoryGet'];
  8551. const userInfo = this.questInfo['userGetInfo'];
  8552. const upArt = { titanId: 0, slotId: 0, level: 120 };
  8553.  
  8554. const titanLib = lib.getData('titan');
  8555. const artTitanLib = lib.getData('titanArtifact');
  8556.  
  8557. for (const titan of titans) {
  8558. const titanInfo = titanLib[titan.id];
  8559. // const level = titan.level
  8560. // if (level < 20) {
  8561. // continue;
  8562. // }
  8563.  
  8564. for (let slotId in titan.artifacts) {
  8565. const art = titan.artifacts[slotId];
  8566. /* Текущая звезданость арта */
  8567. const star = art.star;
  8568. if (!star) {
  8569. continue;
  8570. }
  8571. /* Текущий уровень арта */
  8572. const level = art.level;
  8573. if (level >= 120) {
  8574. continue;
  8575. }
  8576. /* Идентификатор арта в библиотеке */
  8577. const artifactId = titanInfo.artifacts[slotId];
  8578. const artInfo = artTitanLib.id[artifactId];
  8579. const costNextLevel = artTitanLib.type[artInfo.type].levels[level + 1].cost;
  8580.  
  8581. const costСurrency = Object.keys(costNextLevel).pop();
  8582. let costValue = 0;
  8583. let currentValue = 0;
  8584. if (costСurrency == 'gold') {
  8585. costValue = costNextLevel[costСurrency];
  8586. currentValue = userInfo.gold;
  8587. } else {
  8588. const costValues = Object.entries(costNextLevel[costСurrency]).pop();
  8589. const costId = costValues[0];
  8590. costValue = +costValues[1];
  8591. currentValue = inventory[costСurrency][costId];
  8592. }
  8593.  
  8594. /** TODO: Возможно стоит искать самый высокий уровень который можно качнуть? */
  8595. if (level < upArt.level && currentValue >= costValue) {
  8596. upArt.level = level;
  8597. upArt.titanId = titan.id;
  8598. upArt.slotId = slotId;
  8599. break;
  8600. }
  8601. }
  8602. }
  8603. return upArt;
  8604. }
  8605.  
  8606. getEnchantRune() {
  8607. const heroes = Object.values(this.questInfo['heroGetAll']);
  8608. const inventory = this.questInfo['inventoryGet'];
  8609. const enchRune = { heroId: 0, tier: 0, exp: 43750, itemId: 0 };
  8610. for (let i = 1; i <= 4; i++) {
  8611. if (inventory.consumable[i] > 0) {
  8612. enchRune.itemId = i;
  8613. break;
  8614. }
  8615. return enchRune;
  8616. }
  8617.  
  8618. const runeLib = lib.getData('rune');
  8619. const runeLvls = Object.values(runeLib.level);
  8620. /**
  8621. * color - 4 (синий) открывает 1 и 2 символ
  8622. * color - 7 (фиолетовый) открывает 3 символ
  8623. * color - 8 (фиолетовый +1) открывает 4 символ
  8624. * color - 9 (фиолетовый +2) открывает 5 символ
  8625. */
  8626. // TODO: кажется надо учесть уровень команды
  8627. const colors = [4, 4, 7, 8, 9];
  8628. for (const hero of heroes) {
  8629. const color = hero.color;
  8630.  
  8631.  
  8632. for (let runeTier in hero.runes) {
  8633. /* Проверка на доступность руны */
  8634. if (color < colors[runeTier]) {
  8635. continue;
  8636. }
  8637. /* Текущий опыт руны */
  8638. const exp = hero.runes[runeTier];
  8639. if (exp >= 43750) {
  8640. continue;
  8641. }
  8642.  
  8643. let level = 0;
  8644. if (exp) {
  8645. for (let lvl of runeLvls) {
  8646. if (exp >= lvl.enchantValue) {
  8647. level = lvl.level;
  8648. } else {
  8649. break;
  8650. }
  8651. }
  8652. }
  8653. /** Уровень героя необходимый для уровня руны */
  8654. const heroLevel = runeLib.level[level].heroLevel;
  8655. if (hero.level < heroLevel) {
  8656. continue;
  8657. }
  8658.  
  8659. /** TODO: Возможно стоит искать самый высокий уровень который можно качнуть? */
  8660. if (exp < enchRune.exp) {
  8661. enchRune.exp = exp;
  8662. enchRune.heroId = hero.id;
  8663. enchRune.tier = runeTier;
  8664. break;
  8665. }
  8666. }
  8667. }
  8668. return enchRune;
  8669. }
  8670.  
  8671. getOutlandChest() {
  8672. const bosses = this.questInfo['bossGetAll'];
  8673.  
  8674. const calls = [];
  8675.  
  8676. for (let boss of bosses) {
  8677. if (boss.mayRaid) {
  8678. calls.push({
  8679. name: "bossRaid",
  8680. args: {
  8681. bossId: boss.id
  8682. },
  8683. ident: "bossRaid_" + boss.id
  8684. });
  8685. calls.push({
  8686. name: "bossOpenChest",
  8687. args: {
  8688. bossId: boss.id,
  8689. amount: 1,
  8690. starmoney: 0
  8691. },
  8692. ident: "bossOpenChest_" + boss.id
  8693. });
  8694. } else if (boss.chestId == 1) {
  8695. calls.push({
  8696. name: "bossOpenChest",
  8697. args: {
  8698. bossId: boss.id,
  8699. amount: 1,
  8700. starmoney: 0
  8701. },
  8702. ident: "bossOpenChest_" + boss.id
  8703. });
  8704. }
  8705. }
  8706.  
  8707. return calls;
  8708. }
  8709.  
  8710. getExpHero() {
  8711. const heroes = Object.values(this.questInfo['heroGetAll']);
  8712. const inventory = this.questInfo['inventoryGet'];
  8713. const expHero = { heroId: 0, exp: 3625195, libId: 0 };
  8714. /** зелья опыта (consumable 9, 10, 11, 12) */
  8715. for (let i = 9; i <= 12; i++) {
  8716. if (inventory.consumable[i]) {
  8717. expHero.libId = i;
  8718. break;
  8719. }
  8720. }
  8721.  
  8722. for (const hero of heroes) {
  8723. const exp = hero.xp;
  8724. if (exp < expHero.exp) {
  8725. expHero.heroId = hero.id;
  8726. }
  8727. }
  8728. return expHero;
  8729. }
  8730.  
  8731. getHeroIdTitanGift() {
  8732. const heroes = Object.values(this.questInfo['heroGetAll']);
  8733. const inventory = this.questInfo['inventoryGet'];
  8734. const user = this.questInfo['userGetInfo'];
  8735. const titanGiftLib = lib.getData('titanGift');
  8736. /** Искры */
  8737. const titanGift = inventory.consumable[24];
  8738. let heroId = 0;
  8739. let minLevel = 30;
  8740.  
  8741. if (titanGift < 250 || user.gold < 7000) {
  8742. return 0;
  8743. }
  8744.  
  8745. for (const hero of heroes) {
  8746. if (hero.titanGiftLevel >= 30) {
  8747. continue;
  8748. }
  8749.  
  8750. if (!hero.titanGiftLevel) {
  8751. return hero.id;
  8752. }
  8753.  
  8754. const cost = titanGiftLib[hero.titanGiftLevel].cost;
  8755. if (minLevel > hero.titanGiftLevel &&
  8756. titanGift >= cost.consumable[24] &&
  8757. user.gold >= cost.gold
  8758. ) {
  8759. minLevel = hero.titanGiftLevel;
  8760. heroId = hero.id;
  8761. }
  8762. }
  8763.  
  8764. return heroId;
  8765. }
  8766.  
  8767. end(status) {
  8768. setProgress(status, true);
  8769. this.resolve();
  8770. }
  8771. }
  8772.  
  8773. this.questRun = dailyQuests;
  8774.  
  8775. function testDoYourBest() {
  8776. return new Promise((resolve, reject) => {
  8777. const doIt = new doYourBest(resolve, reject);
  8778. doIt.start();
  8779. });
  8780. }
  8781.  
  8782. /**
  8783. * Do everything button
  8784. *
  8785. * Кнопка сделать все
  8786. */
  8787. class doYourBest {
  8788.  
  8789. funcList = [
  8790. //собрать запределье
  8791. {
  8792. name: 'getOutland',
  8793. label: I18N('ASSEMBLE_OUTLAND'),
  8794. checked: false
  8795. },
  8796. //пройти башню
  8797. {
  8798. name: 'testTower',
  8799. label: I18N('PASS_THE_TOWER'),
  8800. checked: false
  8801. },
  8802. //экспедиции
  8803. {
  8804. name: 'checkExpedition',
  8805. label: I18N('CHECK_EXPEDITIONS'),
  8806. checked: false
  8807. },
  8808. //турнир стихий
  8809. {
  8810. name: 'testTitanArena',
  8811. label: I18N('COMPLETE_TOE'),
  8812. checked: false
  8813. },
  8814. //собрать почту
  8815. {
  8816. name: 'mailGetAll',
  8817. label: I18N('COLLECT_MAIL'),
  8818. checked: false
  8819. },
  8820. //Собрать всякую херню
  8821. {
  8822. name: 'collectAllStuff',
  8823. label: I18N('COLLECT_MISC'),
  8824. title: I18N('COLLECT_MISC_TITLE'),
  8825. checked: false
  8826. },
  8827. //ежедневная награда
  8828. {
  8829. name: 'getDailyBonus',
  8830. label: I18N('DAILY_BONUS'),
  8831. checked: false
  8832. },
  8833. //ежедневные квесты удалить наверно
  8834. /*
  8835. {
  8836. name: 'dailyQuests',
  8837. label: I18N('DO_DAILY_QUESTS'),
  8838. checked: false
  8839. },*/
  8840. //собрать награды за квесты
  8841. {
  8842. name: 'questAllFarm',
  8843. label: I18N('COLLECT_QUEST_REWARDS'),
  8844. checked: false
  8845. },
  8846. // тест отправь подарки согильдийцам
  8847. {
  8848. name: 'testclanSendDailyGifts',
  8849. label: I18N('QUEST_10016'),
  8850. checked: false
  8851. },
  8852. // тест сферу титанов
  8853. {
  8854. name: 'testtitanArtifactChestOpen',
  8855. label: I18N('QUEST_10029'),
  8856. checked: false
  8857. },
  8858. // тест призыв петов
  8859. {
  8860. name: 'testpet_chestOpen',
  8861. label: I18N('QUEST_10044'),
  8862. checked: false
  8863. },
  8864. //пройти подземелье обычное
  8865. {
  8866. name: 'testDungeon',
  8867. label: I18N('COMPLETE_DUNGEON'),
  8868. checked: false
  8869. },
  8870. //синхронизация
  8871. {
  8872. name: 'synchronization',
  8873. label: I18N('MAKE_A_SYNC'),
  8874. checked: false
  8875. },
  8876. //перегрузить игру
  8877. {
  8878. name: 'reloadGame',
  8879. label: I18N('RELOAD_GAME'),
  8880. checked: false
  8881. },
  8882. ];
  8883.  
  8884. functions = {
  8885. getOutland,//собрать запределье
  8886. testTower,//прохождение башни
  8887. checkExpedition,//автоэкспедиции
  8888. testTitanArena,//Автопрохождение Турнира Стихий
  8889. mailGetAll, //Собрать всю почту, кроме писем с энергией и зарядами портала
  8890. //Собрать пасхалки, камни облика, ключи, монеты арены и Хрусталь души
  8891. collectAllStuff: async () => {
  8892. await offerFarmAllReward();
  8893. await Send('{"calls":[{"name":"subscriptionFarm","args":{},"ident":"body"},{"name":"zeppelinGiftFarm","args":{},"ident":"zeppelinGiftFarm"},{"name":"grandFarmCoins","args":{},"ident":"grandFarmCoins"},{"name":"gacha_refill","args":{"ident":"heroGacha"},"ident":"gacha_refill"}]}');
  8894. },
  8895. //Выполнять ежедневные квесты
  8896. dailyQuests: async function () {
  8897. const quests = new dailyQuests(() => { }, () => { });
  8898. await quests.autoInit(true);
  8899. await quests.start();
  8900. },
  8901. getDailyBonus, //ежедневная награда
  8902. questAllFarm, //Собрать все награды за задания
  8903. testclanSendDailyGifts, //отправить подарки
  8904. testtitanArtifactChestOpen, //открой сферу титанов
  8905. testpet_chestOpen, //Воспользуйся призывом питомцев 1 раз
  8906. testDungeon,
  8907. //DungeonFull,
  8908. synchronization: async () => {
  8909. cheats.refreshGame();
  8910. },
  8911. reloadGame: async () => {
  8912. location.reload();
  8913. }
  8914. }
  8915.  
  8916. constructor(resolve, reject, questInfo) {
  8917. this.resolve = resolve;
  8918. this.reject = reject;
  8919. this.questInfo = questInfo
  8920. }
  8921.  
  8922. async start() {
  8923. const selectedDoIt = getSaveVal('selectedDoIt', {});
  8924.  
  8925. this.funcList.forEach(task => {
  8926. if (!selectedDoIt[task.name]) {
  8927. selectedDoIt[task.name] = {
  8928. checked: task.checked
  8929. }
  8930. } else {
  8931. task.checked = selectedDoIt[task.name].checked
  8932. }
  8933. });
  8934.  
  8935. const answer = await popup.confirm(I18N('RUN_FUNCTION'), [
  8936. { msg: I18N('BTN_CANCEL'), result: false },
  8937. { msg: I18N('BTN_GO'), result: true },
  8938. ], this.funcList);
  8939.  
  8940. if (!answer) {
  8941. this.end('');
  8942. return;
  8943. }
  8944.  
  8945. const taskList = popup.getCheckBoxes();
  8946. taskList.forEach(task => {
  8947. selectedDoIt[task.name].checked = task.checked;
  8948. });
  8949. setSaveVal('selectedDoIt', selectedDoIt);
  8950. for (const task of popup.getCheckBoxes()) {
  8951. if (task.checked) {
  8952. try {
  8953. setProgress(`${task.label} <br>${I18N('PERFORMED')}!`);
  8954. await this.functions[task.name]();
  8955. setProgress(`${task.label} <br>${I18N('DONE')}!`);
  8956. } catch (error) {
  8957. if (await popup.confirm(`${I18N('ERRORS_OCCURRES')}:<br> ${task.label} <br>${I18N('COPY_ERROR')}?`, [
  8958. { msg: I18N('BTN_NO'), result: false },
  8959. { msg: I18N('BTN_YES'), result: true },
  8960. ])) {
  8961. this.errorHandling(error);
  8962. }
  8963. }
  8964. }
  8965. }
  8966. setTimeout((msg) => {
  8967. this.end(msg);
  8968. }, 2000, I18N('ALL_TASK_COMPLETED'));
  8969. return;
  8970. }
  8971.  
  8972. errorHandling(error) {
  8973. //console.error(error);
  8974. let errorInfo = error.toString() + '\n';
  8975. try {
  8976. const errorStack = error.stack.split('\n');
  8977. const endStack = errorStack.map(e => e.split('@')[0]).indexOf("testDoYourBest");
  8978. errorInfo += errorStack.slice(0, endStack).join('\n');
  8979. } catch (e) {
  8980. errorInfo += error.stack;
  8981. }
  8982. copyText(errorInfo);
  8983. }
  8984.  
  8985. end(status) {
  8986. setProgress(status, true);
  8987. this.resolve();
  8988. }
  8989. }
  8990.  
  8991. /**
  8992. * Passing the adventure along the specified route
  8993. *
  8994. * Прохождение приключения по указанному маршруту
  8995. */
  8996. function testAdventure(type) {
  8997. return new Promise((resolve, reject) => {
  8998. const bossBattle = new executeAdventure(resolve, reject);
  8999. bossBattle.start(type);
  9000. });
  9001. }
  9002. /**
  9003. * Passing the adventure along the specified route
  9004. *
  9005. * Прохождение приключения по указанному маршруту
  9006. */
  9007. class executeAdventure {
  9008.  
  9009. type = 'default';
  9010.  
  9011. actions = {
  9012. default: {
  9013. getInfo: "adventure_getInfo",
  9014. startBattle: 'adventure_turnStartBattle',
  9015. endBattle: 'adventure_endBattle',
  9016. collectBuff: 'adventure_turnCollectBuff'
  9017. },
  9018. solo: {
  9019. getInfo: "adventureSolo_getInfo",
  9020. startBattle: 'adventureSolo_turnStartBattle',
  9021. endBattle: 'adventureSolo_endBattle',
  9022. collectBuff: 'adventureSolo_turnCollectBuff'
  9023. }
  9024. }
  9025.  
  9026. terminatеReason = I18N('UNKNOWN');
  9027. callAdventureInfo = {
  9028. name: "adventure_getInfo",
  9029. args: {},
  9030. ident: "adventure_getInfo"
  9031. }
  9032. callTeamGetAll = {
  9033. name: "teamGetAll",
  9034. args: {},
  9035. ident: "teamGetAll"
  9036. }
  9037. callTeamGetFavor = {
  9038. name: "teamGetFavor",
  9039. args: {},
  9040. ident: "teamGetFavor"
  9041. }
  9042. //тест прикла
  9043. defaultWays = {
  9044. //Галахад, 1-я
  9045. "adv_strongford_2pl_easy": {
  9046. first: '1,2,3,5,6',
  9047. second: '1,2,4,7,6',
  9048. third: '1,2,3,5,6'
  9049. },
  9050. //Джинджер, 2-я
  9051. "adv_valley_3pl_easy": {
  9052. first: '1,2,5,8,9,11',
  9053. second: '1,3,6,9,11',
  9054. third: '1,4,7,10,9,11'
  9055. },
  9056. //Орион, 3-я
  9057. "adv_ghirwil_3pl_easy": {
  9058. first: '1,5,6,9,11',
  9059. second: '1,4,12,13,11',
  9060. third: '1,2,3,7,10,11'
  9061. },
  9062. //Тесак, 4-я
  9063. "adv_angels_3pl_easy_fire": {
  9064. first: '1,2,4,7,18,8,12,19,22,23',
  9065. second: '1,3,6,11,17,10,16,21,22,23',
  9066. third: '1,5,24,25,9,14,15,20,22,23'
  9067. },
  9068. //Галахад, 5-я
  9069. "adv_strongford_3pl_normal_2": {
  9070. first: '1,2,7,8,12,16,23,26,25,21,24',
  9071. second: '1,4,6,10,11,15,22,15,19,18,24',
  9072. third: '1,5,9,10,14,17,20,27,25,21,24'
  9073. },
  9074. //Джинджер, 6-я
  9075. "adv_valley_3pl_normal": {
  9076. first: '1,2,4,7,10,13,16,19,24,22,25',
  9077. second: '1,3,6,9,12,15,18,21,26,23,25',
  9078. third: '1,5,7,8,11,14,17,20,22,25'
  9079. },
  9080. //Орион, 7-я
  9081. "adv_ghirwil_3pl_normal_2": {
  9082. first: '1,11,10,11,12,15,12,11,21,25,27',
  9083. second: '1,7,3,4,3,6,13,19,20,24,27',
  9084. third: '1,8,5,9,16,23,22,26,27'
  9085. },
  9086. //Тесак, 8-я
  9087. "adv_angels_3pl_normal": {
  9088. first: '1,3,4,8,7,9,10,13,17,16,20,22,23,31,32',
  9089. second: '1,3,5,7,8,11,14,18,20,22,24,27,30,26,32',
  9090. third: '1,3,2,6,7,9,11,15,19,20,22,21,28,29,25'
  9091. },
  9092. //Галахад, 9-я
  9093. "adv_strongford_3pl_hard_2": {
  9094. first: '1,2,6,10,15,7,16,17,23,22,27,32,35,37,40,45',
  9095. second: '1,3,8,12,11,18,19,28,34,33,38,41,43,46,45',
  9096. third: '1,2,5,9,14,20,26,21,30,36,39,42,44,45'
  9097. },
  9098. //Джинджер, 10-я
  9099. "adv_valley_3pl_hard": {
  9100. first: '1,3,2,6,11,17,25,30,35,34,29,24,21,17,12,7',
  9101. second: '1,4,8,13,18,22,26,31,36,40,45,44,43,38,33,28',
  9102. third: '1,5,9,14,19,23,27,32,37,42,48,51,50,49,46,52'
  9103. },
  9104. //Орион, 11-я
  9105. "adv_ghirwil_3pl_hard": {
  9106. first: '1,2,3,6,8,12,11,15,21,27,36,34,33,35,37',
  9107. second: '1,2,4,6,9,13,18,17,16,22,28,29,30,31,25,19',
  9108. third: '1,2,5,6,10,13,14,20,26,32,38,41,40,39,37'
  9109. },
  9110. //Тесак, 12-я
  9111. "adv_angels_3pl_hard": {
  9112. first: '1,2,8,11,7,4,7,16,23,32,33,25,34,29,35,36',
  9113. second: '1,3,9,13,10,6,10,22,31,30,21,30,15,28,20,27',
  9114. third: '1,5,12,14,24,17,24,25,26,18,19,20,27'
  9115. },
  9116. //Тесак, 13-я
  9117. "adv_angels_3pl_hell": {
  9118. first: '1,2,4,6,16,23,33,34,25,32,29,28,20,27',
  9119. second: '1,7,11,17,24,14,26,18,19,20,27,20,12,8',
  9120. third: '1,9,3,5,10,22,31,36,31,30,15,28,29,30,21,13'
  9121. },
  9122. //Галахад, 13-я
  9123. "adv_strongford_3pl_hell": {
  9124. first: '1,2,5,11,14,20,26,21,30,35,38,41,43,44',
  9125. second: '1,2,6,12,15,7,16,17,23,22,27,42,34,36,39,44',
  9126. third: '1,3,8,9,13,18,19,28,0,33,37,40,32,45,44'
  9127. },
  9128. //Орион, 13-я
  9129. "adv_ghirwil_3pl_hell": {
  9130. first: '1,2,3,6,8,12,11,15,21,27,36,34,33,35,37',
  9131. second: '1,2,4,6,9,13,18,17,16,22,28,29,30,31,25,19',
  9132. third: '1,2,5,6,10,13,14,20,26,32,38,41,40,39,37'
  9133. },
  9134. //Джинджер, 13-я
  9135. "adv_valley_3pl_hell": {
  9136. first: '1,3,2,6,11,17,25,30,35,34,29,24,21,17,12,7',
  9137. second: '1,4,8,13,18,22,26,31,36,40,45,44,43,38,33,28',
  9138. third: '1,5,9,14,19,23,27,32,37,42,48,51,50,49,46,52'
  9139. }
  9140. }
  9141. callStartBattle = {
  9142. name: "adventure_turnStartBattle",
  9143. args: {},
  9144. ident: "body"
  9145. }
  9146. callEndBattle = {
  9147. name: "adventure_endBattle",
  9148. args: {
  9149. result: {},
  9150. progress: {},
  9151. },
  9152. ident: "body"
  9153. }
  9154. callCollectBuff = {
  9155. name: "adventure_turnCollectBuff",
  9156. args: {},
  9157. ident: "body"
  9158. }
  9159.  
  9160. constructor(resolve, reject) {
  9161. this.resolve = resolve;
  9162. this.reject = reject;
  9163. }
  9164. async start(type) {
  9165. /*this.type = type || this.type;
  9166. this.path = await this.getPath();
  9167. if (!this.path) {
  9168. this.end();
  9169. return;
  9170. }
  9171. this.callAdventureInfo.name = this.actions[this.type].getInfo;
  9172. */
  9173. const data = await Send(JSON.stringify({
  9174. calls: [
  9175. this.callAdventureInfo,
  9176. this.callTeamGetAll,
  9177. this.callTeamGetFavor
  9178. ]
  9179. }));
  9180. //тест прикла1
  9181. this.path = await this.getPath(data.results[0].result.response.mapIdent);
  9182. if (!this.path) {
  9183. this.end();
  9184. return;
  9185. }
  9186. return this.checkAdventureInfo(data.results);
  9187. }
  9188. async getPath(mapId) {
  9189. //const answer = await popup.confirm(I18N('ENTER_THE_PATH'), [
  9190. //тест
  9191. const answer = await popup.confirm('Введите путь приключения через запятые', [
  9192. {
  9193. msg: 'Начать приключение по этому пути!',
  9194. placeholder: '1,2,3,4,5,6,7',
  9195. isInput: true,
  9196. default: getSaveVal('adventurePath', '')
  9197. },
  9198. {
  9199. msg: ' Начать по пути №1! ',
  9200. placeholder: '1,2,3',
  9201. isInput: true,
  9202. default: this.defaultWays[mapId]?.first
  9203. },
  9204. {
  9205. msg: ' Начать по пути №2! ',
  9206. placeholder: '1,2,3',
  9207. isInput: true,
  9208. default: this.defaultWays[mapId]?.second
  9209. },
  9210. {
  9211. msg: ' Начать по пути №3! ',
  9212. placeholder: '1,2,3',
  9213. isInput: true,
  9214. default: this.defaultWays[mapId]?.third
  9215. },
  9216. {
  9217. msg: ' Отмена ',
  9218. result: false
  9219. },
  9220. ]);
  9221. if (!answer) {
  9222. this.terminatеReason = I18N('BTN_CANCELED');
  9223. return false;
  9224. }
  9225. //тест запятые или дефисы
  9226. let path = answer.split(',');
  9227. if (path.length < 2) {
  9228. path = answer.split('-');
  9229. }
  9230. if (path.length < 2) {
  9231. this.terminatеReason = I18N('MUST_TWO_POINTS');
  9232. return false;
  9233. }
  9234.  
  9235. for (let p in path) {
  9236. path[p] = +path[p].trim()
  9237. if (Number.isNaN(path[p])) {
  9238. this.terminatеReason = I18N('MUST_ONLY_NUMBERS');
  9239. return false;
  9240. }
  9241. }
  9242. setSaveVal('adventurePath', answer);
  9243. return path;
  9244. }
  9245.  
  9246. checkAdventureInfo(data) {
  9247. this.advInfo = data[0].result.response;
  9248. if (!this.advInfo) {
  9249. this.terminatеReason = I18N('NOT_ON_AN_ADVENTURE') ;
  9250. return this.end();
  9251. }
  9252. const heroesTeam = data[1].result.response.adventure_hero;
  9253. const favor = data[2]?.result.response.adventure_hero;
  9254. const heroes = heroesTeam.slice(0, 5);
  9255. const pet = heroesTeam[5];
  9256. this.args = {
  9257. pet,
  9258. heroes,
  9259. favor,
  9260. path: [],
  9261. broadcast: false
  9262. }
  9263. const advUserInfo = this.advInfo.users[userInfo.id];
  9264. this.turnsLeft = advUserInfo.turnsLeft;
  9265. this.currentNode = advUserInfo.currentNode;
  9266. this.nodes = this.advInfo.nodes;
  9267.  
  9268. if (this.currentNode == 1 && this.path[0] != 1) {
  9269. this.path.unshift(1);
  9270. }
  9271.  
  9272. return this.loop();
  9273. }
  9274.  
  9275. async loop() {
  9276. const position = this.path.indexOf(+this.currentNode);
  9277. if (!(~position)) {
  9278. this.terminatеReason = I18N('YOU_IN_NOT_ON_THE_WAY');
  9279. return this.end();
  9280. }
  9281. this.path = this.path.slice(position);
  9282. if ((this.path.length - 1) > this.turnsLeft &&
  9283. await popup.confirm(I18N('ATTEMPTS_NOT_ENOUGH'), [
  9284. { msg: I18N('YES_CONTINUE'), result: false },
  9285. { msg: I18N('BTN_NO'), result: true },
  9286. ])) {
  9287. this.terminatеReason = I18N('NOT_ENOUGH_AP');
  9288. return this.end();
  9289. }
  9290. const toPath = [];
  9291. for (const nodeId of this.path) {
  9292. if (!this.turnsLeft) {
  9293. this.terminatеReason = I18N('ATTEMPTS_ARE_OVER');
  9294. return this.end();
  9295. }
  9296. toPath.push(nodeId);
  9297. console.log(toPath);
  9298. if (toPath.length > 1) {
  9299. setProgress(toPath.join(' > ') + ` ${I18N('MOVES')}: ` + this.turnsLeft);
  9300. }
  9301. if (nodeId == this.currentNode) {
  9302. continue;
  9303. }
  9304.  
  9305. const nodeInfo = this.getNodeInfo(nodeId);
  9306. if (nodeInfo.type == 'TYPE_COMBAT') {
  9307. if (nodeInfo.state == 'empty') {
  9308. this.turnsLeft--;
  9309. continue;
  9310. }
  9311.  
  9312. /**
  9313. * Disable regular battle cancellation
  9314. *
  9315. * Отключаем штатную отмену боя
  9316. */
  9317. isCancalBattle = false;
  9318. if (await this.battle(toPath)) {
  9319. this.turnsLeft--;
  9320. toPath.splice(0, toPath.indexOf(nodeId));
  9321. nodeInfo.state = 'empty';
  9322. isCancalBattle = true;
  9323. continue;
  9324. }
  9325. isCancalBattle = true;
  9326. return this.end()
  9327. }
  9328.  
  9329. if (nodeInfo.type == 'TYPE_PLAYERBUFF') {
  9330. const buff = this.checkBuff(nodeInfo);
  9331. if (buff == null) {
  9332. continue;
  9333. }
  9334.  
  9335. if (await this.collectBuff(buff, toPath)) {
  9336. this.turnsLeft--;
  9337. toPath.splice(0, toPath.indexOf(nodeId));
  9338. continue;
  9339. }
  9340. this.terminatеReason = I18N('BUFF_GET_ERROR');
  9341. return this.end();
  9342. }
  9343. }
  9344. this.terminatеReason = I18N('SUCCESS');
  9345. return this.end();
  9346. }
  9347.  
  9348. /**
  9349. * Carrying out a fight
  9350. *
  9351. * Проведение боя
  9352. */
  9353. async battle(path, preCalc = true) {
  9354. const data = await this.startBattle(path);
  9355. try {
  9356. const battle = data.results[0].result.response.battle;
  9357. const result = await Calc(battle);
  9358. if (result.result.win) {
  9359. const info = await this.endBattle(result);
  9360. if (info.results[0].result.response?.error) {
  9361. this.terminatеReason = I18N('BATTLE_END_ERROR');
  9362. return false;
  9363. }
  9364. } else {
  9365. await this.cancelBattle(result);
  9366.  
  9367. if (preCalc && await this.preCalcBattle(battle)) {
  9368. path = path.slice(-2); //тест
  9369. for (let i = 1; i <= getInput('countAutoBattle'); i++) {
  9370. setProgress(`${I18N('AUTOBOT')}: ${i}/${getInput('countAutoBattle')}`);
  9371. const result = await this.battle(path, false);
  9372. if (result) {
  9373. setProgress(I18N('VICTORY'));
  9374. return true;
  9375. }
  9376. }
  9377. this.terminatеReason = I18N('FAILED_TO_WIN_AUTO');
  9378. return false;
  9379. }
  9380. return false;
  9381. }
  9382. } catch (error) {
  9383. console.error(error);
  9384. if (await popup.confirm(I18N('ERROR_OF_THE_BATTLE_COPY'), [
  9385. { msg: I18N('BTN_NO'), result: false },
  9386. { msg: I18N('BTN_YES'), result: true },
  9387. ])) {
  9388. this.errorHandling(error, data);
  9389. }
  9390. this.terminatеReason = I18N('ERROR_DURING_THE_BATTLE');
  9391. return false;
  9392. }
  9393. return true;
  9394. }
  9395.  
  9396. /**
  9397. * Recalculate battles
  9398. *
  9399. * Прерасчтет битвы
  9400. */
  9401. async preCalcBattle(battle) {
  9402. const countTestBattle = getInput('countTestBattle');
  9403. for (let i = 0; i < countTestBattle; i++) {
  9404. battle.seed = Math.floor(Date.now() / 1000) + random(0, 1e9); //4
  9405. const result = await Calc(battle);
  9406. if (result.result.win) {
  9407. console.log(i, countTestBattle);
  9408. return true;
  9409. }
  9410. }
  9411. this.terminatеReason = I18N('NO_CHANCE_WIN') + countTestBattle;
  9412. return false;
  9413. }
  9414.  
  9415. /**
  9416. * Starts a fight
  9417. *
  9418. * Начинает бой
  9419. */
  9420. startBattle(path) {
  9421. this.args.path = path;
  9422. this.callStartBattle.name = this.actions[this.type].startBattle;
  9423. this.callStartBattle.args = this.args
  9424. const calls = [this.callStartBattle];
  9425. return Send(JSON.stringify({ calls }));
  9426. }
  9427.  
  9428. cancelBattle(battle) {
  9429. const fixBattle = function (heroes) {
  9430. for (const ids in heroes) {
  9431. const hero = heroes[ids];
  9432. hero.energy = random(1, 999);
  9433. if (hero.hp > 0) {
  9434. hero.hp = random(1, hero.hp);
  9435. }
  9436. }
  9437. }
  9438. fixBattle(battle.progress[0].attackers.heroes);
  9439. fixBattle(battle.progress[0].defenders.heroes);
  9440. return this.endBattle(battle);
  9441. }
  9442.  
  9443. /**
  9444. * Ends the fight
  9445. *
  9446. * Заканчивает бой
  9447. */
  9448. endBattle(battle) {
  9449. this.callEndBattle.name = this.actions[this.type].endBattle;
  9450. this.callEndBattle.args.result = battle.result
  9451. this.callEndBattle.args.progress = battle.progress
  9452. const calls = [this.callEndBattle];
  9453. return Send(JSON.stringify({ calls }));
  9454. }
  9455.  
  9456. /**
  9457. * Checks if you can get a buff
  9458. *
  9459. * Проверяет можно ли получить баф
  9460. */
  9461. checkBuff(nodeInfo) {
  9462. let id = null;
  9463. let value = 0;
  9464. for (const buffId in nodeInfo.buffs) {
  9465. const buff = nodeInfo.buffs[buffId];
  9466. if (buff.owner == null && buff.value > value) {
  9467. id = buffId;
  9468. value = buff.value;
  9469. }
  9470. }
  9471. nodeInfo.buffs[id].owner = 'Я';
  9472. return id;
  9473. }
  9474.  
  9475. /**
  9476. * Collects a buff
  9477. *
  9478. * Собирает баф
  9479. */
  9480. async collectBuff(buff, path) {
  9481. this.callCollectBuff.name = this.actions[this.type].collectBuff;
  9482. this.callCollectBuff.args = { buff, path };
  9483. const calls = [this.callCollectBuff];
  9484. return Send(JSON.stringify({ calls }));
  9485. }
  9486.  
  9487. getNodeInfo(nodeId) {
  9488. return this.nodes.find(node => node.id == nodeId);
  9489. }
  9490.  
  9491. errorHandling(error, data) {
  9492. //console.error(error);
  9493. let errorInfo = error.toString() + '\n';
  9494. try {
  9495. const errorStack = error.stack.split('\n');
  9496. const endStack = errorStack.map(e => e.split('@')[0]).indexOf("testAdventure");
  9497. errorInfo += errorStack.slice(0, endStack).join('\n');
  9498. } catch (e) {
  9499. errorInfo += error.stack;
  9500. }
  9501. if (data) {
  9502. errorInfo += '\nData: ' + JSON.stringify(data);
  9503. }
  9504. copyText(errorInfo);
  9505. }
  9506.  
  9507. end() {
  9508. isCancalBattle = true;
  9509. setProgress(this.terminatеReason, true);
  9510. console.log(this.terminatеReason);
  9511. this.resolve();
  9512. }
  9513. }
  9514.  
  9515. /**
  9516. * Passage of brawls
  9517. *
  9518. * Прохождение потасовок
  9519. */
  9520. function testBrawls() {
  9521. return new Promise((resolve, reject) => {
  9522. const brawls = new executeBrawls(resolve, reject);
  9523. brawls.start(brawlsPack);
  9524. });
  9525. }
  9526. /**
  9527. * Passage of brawls
  9528. *
  9529. * Прохождение потасовок
  9530. */
  9531. class executeBrawls {
  9532. callBrawlQuestGetInfo = {
  9533. name: "brawl_questGetInfo",
  9534. args: {},
  9535. ident: "brawl_questGetInfo"
  9536. }
  9537. callBrawlFindEnemies = {
  9538. name: "brawl_findEnemies",
  9539. args: {},
  9540. ident: "brawl_findEnemies"
  9541. }
  9542. callBrawlQuestFarm = {
  9543. name: "brawl_questFarm",
  9544. args: {},
  9545. ident: "brawl_questFarm"
  9546. }
  9547. callUserGetInfo = {
  9548. name: "userGetInfo",
  9549. args: {},
  9550. ident: "userGetInfo"
  9551. }
  9552.  
  9553. stats = {
  9554. win: 0,
  9555. loss: 0,
  9556. count: 0,
  9557. }
  9558.  
  9559. stage = {
  9560. '3': 1,
  9561. '7': 2,
  9562. '12': 3,
  9563. }
  9564.  
  9565. constructor(resolve, reject) {
  9566. this.resolve = resolve;
  9567. this.reject = reject;
  9568. }
  9569.  
  9570. async start(heroes) {
  9571. this.heroes = heroes;
  9572. isCancalBattle = false;
  9573. this.brawlInfo = await this.getBrawlInfo();
  9574.  
  9575. if (!this.brawlInfo.attempts) {
  9576. this.end(I18N('DONT_HAVE_LIVES'))
  9577. return;
  9578. }
  9579.  
  9580. while (1) {
  9581. if (!isBrawlsAutoStart) {
  9582. this.end(I18N('BTN_CANCELED'))
  9583. return;
  9584. }
  9585.  
  9586. const maxStage = this.brawlInfo.questInfo.stage;
  9587. const stage = this.stage[maxStage];
  9588. const progress = this.brawlInfo.questInfo.progress;
  9589.  
  9590. setProgress(`${I18N('STAGE')} ${stage}: ${progress}/${maxStage}<br>${I18N('FIGHTS')}: ${this.stats.count}<br>${I18N('WINS')}: ${this.stats.win}<br>${I18N('LOSSES')}: ${this.stats.loss}<br>${I18N('STOP')}`, false, function () {
  9591. isBrawlsAutoStart = false;
  9592. });
  9593.  
  9594. if (this.brawlInfo.questInfo.canFarm) {
  9595. const result = await this.questFarm();
  9596. console.log(result);
  9597. }
  9598.  
  9599. if (this.brawlInfo.questInfo.stage == 12 && this.brawlInfo.questInfo.progress == 12) {
  9600. this.end(I18N('SUCCESS'))
  9601. return;
  9602. }
  9603.  
  9604. const enemie = Object.values(this.brawlInfo.findEnemies).shift();
  9605.  
  9606. const result = await this.battle(enemie.userId);
  9607. this.brawlInfo = {
  9608. questInfo: result[1].result.response,
  9609. findEnemies: result[2].result.response,
  9610. }
  9611. }
  9612. }
  9613.  
  9614. async questFarm() {
  9615. const calls = [this.callBrawlQuestFarm];
  9616. const result = await Send(JSON.stringify({ calls }));
  9617. return result.results[0].result.response;
  9618. }
  9619.  
  9620. async getBrawlInfo() {
  9621. const data = await Send(JSON.stringify({
  9622. calls: [
  9623. this.callUserGetInfo,
  9624. this.callBrawlQuestGetInfo,
  9625. this.callBrawlFindEnemies,
  9626. ]
  9627. }));
  9628.  
  9629. let attempts = data.results[0].result.response.refillable.find(n => n.id == 48);
  9630. return {
  9631. attempts: attempts.amount,
  9632. questInfo: data.results[1].result.response,
  9633. findEnemies: data.results[2].result.response,
  9634. }
  9635. }
  9636.  
  9637. /**
  9638. * Carrying out a fight
  9639. *
  9640. * Проведение боя
  9641. */
  9642. async battle(userId) {
  9643. this.stats.count++;
  9644. const battle = await this.startBattle(userId, this.heroes);
  9645. const result = await Calc(battle);
  9646. console.log(result.result);
  9647. if (result.result.win) {
  9648. this.stats.win++;
  9649. return await this.endBattle(result);
  9650. }
  9651. this.stats.loss++;
  9652. return await this.cancelBattle(result);
  9653. }
  9654.  
  9655. /**
  9656. * Starts a fight
  9657. *
  9658. * Начинает бой
  9659. */
  9660. async startBattle(userId, heroes) {
  9661. const calls = [{
  9662. name: "brawl_startBattle",
  9663. args: {
  9664. userId,
  9665. heroes,
  9666. favor: {},
  9667. },
  9668. ident: "brawl_startBattle"
  9669. }];
  9670. const result = await Send(JSON.stringify({ calls }));
  9671. return result.results[0].result.response;
  9672. }
  9673.  
  9674. cancelBattle(battle) {
  9675. const fixBattle = function (heroes) {
  9676. for (const ids in heroes) {
  9677. const hero = heroes[ids];
  9678. hero.energy = random(1, 999);
  9679. if (hero.hp > 0) {
  9680. hero.hp = random(1, hero.hp);
  9681. }
  9682. }
  9683. }
  9684. fixBattle(battle.progress[0].attackers.heroes);
  9685. fixBattle(battle.progress[0].defenders.heroes);
  9686. return this.endBattle(battle);
  9687. }
  9688.  
  9689. /**
  9690. * Ends the fight
  9691. *
  9692. * Заканчивает бой
  9693. */
  9694. async endBattle(battle) {
  9695. battle.progress[0].attackers.input = ['auto', 0, 0, 'auto', 0, 0];
  9696. const calls = [{
  9697. name: "brawl_endBattle",
  9698. args: {
  9699. result: battle.result,
  9700. progress: battle.progress
  9701. },
  9702. ident: "brawl_endBattle"
  9703. },
  9704. this.callBrawlQuestGetInfo,
  9705. this.callBrawlFindEnemies,
  9706. ];
  9707. const result = await Send(JSON.stringify({ calls }));
  9708. return result.results;
  9709. }
  9710.  
  9711. end(endReason) {
  9712. isCancalBattle = true;
  9713. isBrawlsAutoStart = false;
  9714. setProgress(endReason, true);
  9715. console.log(endReason);
  9716. this.resolve();
  9717. }
  9718. }
  9719. // подземку вконце впихнул
  9720. function DungeonFull() {
  9721. return new Promise((resolve, reject) => {
  9722. const dung = new executeDungeon2(resolve, reject);
  9723. const titanit = getInput('countTitanit');
  9724. dung.start(titanit);
  9725. });
  9726. }
  9727.  
  9728. /** Прохождение подземелья */
  9729. function executeDungeon2(resolve, reject) {
  9730. let dungeonActivity = 0;
  9731. let startDungeonActivity = 0;
  9732. let maxDungeonActivity = 150;
  9733. let limitDungeonActivity = 30180;
  9734. let countShowStats = 1;
  9735. let fastMode = isChecked('fastMode');
  9736. let end = false;
  9737.  
  9738. let countTeam = [];
  9739. let timeDungeon = {
  9740. all: new Date().getTime(),
  9741. findAttack: 0,
  9742. attackNeutral: 0,
  9743. attackEarthOrFire: 0
  9744. }
  9745.  
  9746. let titansStates = {};
  9747. let bestBattle = {};
  9748.  
  9749. let teams = {
  9750. neutral: [],
  9751. water: [],
  9752. earth: [],
  9753. fire: [],
  9754. hero: []
  9755. }
  9756.  
  9757. let callsExecuteDungeon = {
  9758. calls: [{
  9759. name: "dungeonGetInfo",
  9760. args: {},
  9761. ident: "dungeonGetInfo"
  9762. }, {
  9763. name: "teamGetAll",
  9764. args: {},
  9765. ident: "teamGetAll"
  9766. }, {
  9767. name: "teamGetFavor",
  9768. args: {},
  9769. ident: "teamGetFavor"
  9770. }, {
  9771. name: "clanGetInfo",
  9772. args: {},
  9773. ident: "clanGetInfo"
  9774. }]
  9775. }
  9776.  
  9777. this.start = async function(titanit) {
  9778. //maxDungeonActivity = titanit > limitDungeonActivity ? limitDungeonActivity : titanit;
  9779. maxDungeonActivity = titanit || getInput('countTitanit');
  9780. send(JSON.stringify(callsExecuteDungeon), startDungeon);
  9781. }
  9782.  
  9783. /** Получаем данные по подземелью */
  9784. function startDungeon(e) {
  9785. stopDung = false; // стоп подземка
  9786. let res = e.results;
  9787. let dungeonGetInfo = res[0].result.response;
  9788. if (!dungeonGetInfo) {
  9789. endDungeon('noDungeon', res);
  9790. return;
  9791. }
  9792. console.log("Начинаем копать на фулл: ", new Date());
  9793. let teamGetAll = res[1].result.response;
  9794. let teamGetFavor = res[2].result.response;
  9795. dungeonActivity = res[3].result.response.stat.todayDungeonActivity;
  9796. startDungeonActivity = res[3].result.response.stat.todayDungeonActivity;
  9797. titansStates = dungeonGetInfo.states.titans;
  9798.  
  9799. teams.hero = {
  9800. favor: teamGetFavor.dungeon_hero,
  9801. heroes: teamGetAll.dungeon_hero.filter(id => id < 6000),
  9802. teamNum: 0,
  9803. }
  9804. let heroPet = teamGetAll.dungeon_hero.filter(id => id >= 6000).pop();
  9805. if (heroPet) {
  9806. teams.hero.pet = heroPet;
  9807. }
  9808.  
  9809. teams.neutral = getTitanTeam('neutral');
  9810. teams.water = {
  9811. favor: {},
  9812. heroes: getTitanTeam('water'),
  9813. teamNum: 0,
  9814. };
  9815. teams.earth = {
  9816. favor: {},
  9817. heroes: getTitanTeam('earth'),
  9818. teamNum: 0,
  9819. };
  9820. teams.fire = {
  9821. favor: {},
  9822. heroes: getTitanTeam('fire'),
  9823. teamNum: 0,
  9824. };
  9825.  
  9826. checkFloor(dungeonGetInfo);
  9827. }
  9828.  
  9829. function getTitanTeam(type) {
  9830. switch (type) {
  9831. case 'neutral':
  9832. return [4023, 4022, 4012, 4021, 4011, 4010, 4020];
  9833. case 'water':
  9834. return [4000, 4001, 4002, 4003]
  9835. .filter(e => !titansStates[e]?.isDead);
  9836. case 'earth':
  9837. return [4020, 4022, 4021, 4023]
  9838. .filter(e => !titansStates[e]?.isDead);
  9839. case 'fire':
  9840. return [4010, 4011, 4012, 4013]
  9841. .filter(e => !titansStates[e]?.isDead);
  9842. }
  9843. }
  9844.  
  9845. /** Создать копию объекта */
  9846. function clone(a) {
  9847. return JSON.parse(JSON.stringify(a));
  9848. }
  9849.  
  9850. /** Находит стихию на этаже */
  9851. function findElement(floor, element) {
  9852. for (let i in floor) {
  9853. if (floor[i].attackerType === element) {
  9854. return i;
  9855. }
  9856. }
  9857. return undefined;
  9858. }
  9859.  
  9860. /** Проверяем этаж */
  9861. async function checkFloor(dungeonInfo) {
  9862. if (!('floor' in dungeonInfo) || dungeonInfo.floor?.state == 2) {
  9863. saveProgress();
  9864. return;
  9865. }
  9866. // console.log(dungeonInfo, dungeonActivity);
  9867. setProgress(`${I18N('DUNGEON2')}: ${I18N('TITANIT')} ${dungeonActivity}/${maxDungeonActivity}`);
  9868. //setProgress('Dungeon: Титанит ' + dungeonActivity + '/' + maxDungeonActivity);
  9869. if (dungeonActivity >= maxDungeonActivity) {
  9870. endDungeon('Стоп подземка,', 'набрано титанита: ' + dungeonActivity + '/' + maxDungeonActivity);
  9871. return;
  9872. }
  9873. let activity = dungeonActivity - startDungeonActivity;
  9874. titansStates = dungeonInfo.states.titans;
  9875. if (stopDung){
  9876. endDungeon('Стоп подземка,', 'набрано титанита: ' + dungeonActivity + '/' + maxDungeonActivity);
  9877. return;
  9878. }
  9879. /*if (activity / 1000 > countShowStats) {
  9880. countShowStats++;
  9881. showStats();
  9882. }*/
  9883. bestBattle = {};
  9884. let floorChoices = dungeonInfo.floor.userData;
  9885. if (floorChoices.length > 1) {
  9886. for (let element in teams) {
  9887. let teamNum = findElement(floorChoices, element);
  9888. if (!!teamNum) {
  9889. if (element == 'earth') {
  9890. teamNum = await chooseEarthOrFire(floorChoices);
  9891. if (teamNum < 0) {
  9892. endDungeon('Невозможно победить без потери Титана!', dungeonInfo);
  9893. return;
  9894. }
  9895. }
  9896. chooseElement(floorChoices[teamNum].attackerType, teamNum);
  9897. return;
  9898. }
  9899. }
  9900. } else {
  9901. chooseElement(floorChoices[0].attackerType, 0);
  9902. }
  9903. }
  9904.  
  9905. /** Выбираем огнем или землей атаковать */
  9906. async function chooseEarthOrFire(floorChoices) {
  9907. bestBattle.recovery = -11;
  9908. let selectedTeamNum = -1;
  9909. for (let attempt = 0; selectedTeamNum < 0 && attempt < 4; attempt++) {
  9910. for (let teamNum in floorChoices) {
  9911. let attackerType = floorChoices[teamNum].attackerType;
  9912. selectedTeamNum = await attemptAttackEarthOrFire(teamNum, attackerType, attempt);
  9913. }
  9914. }
  9915. console.log("Выбор команды огня или земли: ", selectedTeamNum < 0 ? "не сделан" : floorChoices[selectedTeamNum].attackerType);
  9916. return selectedTeamNum;
  9917. }
  9918.  
  9919. /** Попытка атаки землей и огнем */
  9920. async function attemptAttackEarthOrFire(teamNum, attackerType, attempt) {
  9921. let start = new Date();
  9922. let team = clone(teams[attackerType]);
  9923. let startIndex = team.heroes.length + attempt - 4;
  9924. if (startIndex >= 0) {
  9925. team.heroes = team.heroes.slice(startIndex);
  9926. let recovery = await getBestRecovery(teamNum, attackerType, team, fastMode ? 5 : 25);
  9927. if (recovery > bestBattle.recovery) {
  9928. bestBattle.recovery = recovery;
  9929. bestBattle.selectedTeamNum = teamNum;
  9930. bestBattle.team = team;
  9931. }
  9932. }
  9933. let workTime = new Date().getTime() - start.getTime();
  9934. timeDungeon.attackEarthOrFire += workTime;
  9935. if (bestBattle.recovery < -10) {
  9936. return -1;
  9937. }
  9938. return bestBattle.selectedTeamNum;
  9939. }
  9940.  
  9941. /** Выбираем стихию для атаки */
  9942. async function chooseElement(attackerType, teamNum) {
  9943. let result;
  9944. switch (attackerType) {
  9945. case 'hero':
  9946. case 'water':
  9947. result = await startBattle(teamNum, attackerType, teams[attackerType]);
  9948. break;
  9949. case 'earth':
  9950. case 'fire':
  9951. result = await attackEarthOrFire(teamNum, attackerType);
  9952. break;
  9953. case 'neutral':
  9954. result = await attackNeutral(teamNum, attackerType);
  9955. }
  9956. if (!!result && attackerType != 'hero') {
  9957. let recovery = (!!!bestBattle.recovery ? 10 * getRecovery(result) : bestBattle.recovery) * 100;
  9958. let titans = result.progress[0].attackers.heroes;
  9959. console.log("Проведен бой: " + attackerType +
  9960. ", recovery = " + (recovery > 0 ? "+" : "") + recovery.round(0) + "% \r\n", titans);
  9961. }
  9962. endBattle(result);
  9963. }
  9964.  
  9965. /** Атакуем Землей или Огнем */
  9966. async function attackEarthOrFire(teamNum, attackerType) {
  9967. if (!!!bestBattle.recovery) {
  9968. bestBattle.recovery = -11;
  9969. let selectedTeamNum = -1;
  9970. for (let attempt = 0; selectedTeamNum < 0 && attempt < 4; attempt++) {
  9971. selectedTeamNum = await attemptAttackEarthOrFire(teamNum, attackerType, attempt);
  9972. }
  9973. if (selectedTeamNum < 0) {
  9974. endDungeon('Невозможно победить без потери Титана!', attackerType);
  9975. return;
  9976. }
  9977. }
  9978. return findAttack(teamNum, attackerType, bestBattle.team);
  9979. }
  9980.  
  9981. /** Находим подходящий результат для атаки */
  9982. async function findAttack(teamNum, attackerType, team) {
  9983. let start = new Date();
  9984. let recovery = -1000;
  9985. let iterations = 0;
  9986. let result;
  9987. let correction = fastMode ? 0.01 : 0.001;
  9988. for (let needRecovery = bestBattle.recovery; recovery < needRecovery; needRecovery -= correction, iterations++) {
  9989. result = await startBattle(teamNum, attackerType, team);
  9990. recovery = getRecovery(result);
  9991. }
  9992. bestBattle.recovery = recovery;
  9993. let workTime = new Date().getTime() - start.getTime();
  9994. timeDungeon.findAttack += workTime;
  9995. return result;
  9996. }
  9997.  
  9998. /** Атакуем Нейтральной командой */
  9999. async function attackNeutral(teamNum, attackerType) {
  10000. let start = new Date();
  10001. let factors = calcFactor();
  10002. bestBattle.recovery = -0.2;
  10003. await findBestBattleNeutral(teamNum, attackerType, factors, true)
  10004. if (fastMode && (bestBattle.recovery < 0 || (bestBattle.recovery < 0.2 && factors[0].value < 0.5))) {
  10005. let recovery = (100 * bestBattle.recovery).round(0);
  10006. console.log("Не удалось найти удачный бой в быстром режиме: " + attackerType +
  10007. ", recovery = " + (recovery > 0 ? "+" : "") + recovery + "% \r\n", bestBattle.attackers);
  10008. await findBestBattleNeutral(teamNum, attackerType, factors, false)
  10009. }
  10010. let workTime = new Date().getTime() - start.getTime();
  10011. timeDungeon.attackNeutral += workTime;
  10012. if (!!bestBattle.attackers) {
  10013. let team = getTeam(bestBattle.attackers);
  10014. return findAttack(teamNum, attackerType, team);
  10015. }
  10016. endDungeon('Не удалось найти удачный бой!', attackerType);
  10017. return undefined;
  10018. }
  10019.  
  10020. /** Находит лучшую нейтральную команду */
  10021. async function findBestBattleNeutral(teamNum, attackerType, factors, mode) {
  10022. let countFactors = factors.length < 4 ? factors.length : 4;
  10023. let aradgi = !titansStates['4013']?.isDead;
  10024. let edem = !titansStates['4023']?.isDead;
  10025. let dark = [4032, 4033].filter(e => !titansStates[e]?.isDead);
  10026. let light = [4042].filter(e => !titansStates[e]?.isDead);
  10027. let actions = [];
  10028. if (fastMode && mode) {
  10029. for (let i = 0; i < countFactors; i++) {
  10030. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(factors[i].id)));
  10031. }
  10032. if (countFactors > 1) {
  10033. let firstId = factors[0].id;
  10034. let secondId = factors[1].id;
  10035. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(firstId, 4001, secondId)));
  10036. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(firstId, 4002, secondId)));
  10037. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(firstId, 4003, secondId)));
  10038. }
  10039. if (aradgi) {
  10040. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(4013)));
  10041. if (countFactors > 0) {
  10042. let firstId = factors[0].id;
  10043. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(firstId, 4000, 4013)));
  10044. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(firstId, 4001, 4013)));
  10045. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(firstId, 4002, 4013)));
  10046. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(firstId, 4003, 4013)));
  10047. }
  10048. if (edem) {
  10049. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(4023, 4000, 4013)));
  10050. }
  10051. }
  10052. } else {
  10053. if (mode) {
  10054. for (let i = 0; i < factors.length; i++) {
  10055. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(factors[i].id)));
  10056. }
  10057. } else {
  10058. countFactors = factors.length < 2 ? factors.length : 2;
  10059. }
  10060. for (let i = 0; i < countFactors; i++) {
  10061. let mainId = factors[i].id;
  10062. if (aradgi && (mode || i > 0)) {
  10063. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(mainId, 4000, 4013)));
  10064. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(mainId, 4001, 4013)));
  10065. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(mainId, 4002, 4013)));
  10066. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(mainId, 4003, 4013)));
  10067. }
  10068. for (let i = 0; i < dark.length; i++) {
  10069. let darkId = dark[i];
  10070. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(mainId, 4001, darkId)));
  10071. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(mainId, 4002, darkId)));
  10072. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(mainId, 4003, darkId)));
  10073. }
  10074. for (let i = 0; i < light.length; i++) {
  10075. let lightId = light[i];
  10076. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(mainId, 4001, lightId)));
  10077. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(mainId, 4002, lightId)));
  10078. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(mainId, 4003, lightId)));
  10079. }
  10080. let isFull = mode || i > 0;
  10081. for (let j = isFull ? i + 1 : 2; j < factors.length; j++) {
  10082. let extraId = factors[j].id;
  10083. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(mainId, 4000, extraId)));
  10084. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(mainId, 4001, extraId)));
  10085. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(mainId, 4002, extraId)));
  10086. }
  10087. }
  10088. if (aradgi) {
  10089. if (mode) {
  10090. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(4013)));
  10091. }
  10092. for (let i = 0; i < dark.length; i++) {
  10093. let darkId = dark[i];
  10094. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(darkId, 4001, 4013)));
  10095. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(darkId, 4002, 4013)));
  10096. }
  10097. for (let i = 0; i < light.length; i++) {
  10098. let lightId = light[i];
  10099. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(lightId, 4001, 4013)));
  10100. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(lightId, 4002, 4013)));
  10101. }
  10102. }
  10103. for (let i = 0; i < dark.length; i++) {
  10104. let firstId = dark[i];
  10105. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(firstId)));
  10106. for (let j = i + 1; j < dark.length; j++) {
  10107. let secondId = dark[j];
  10108. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(firstId, 4001, secondId)));
  10109. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(firstId, 4002, secondId)));
  10110. }
  10111. }
  10112. for (let i = 0; i < light.length; i++) {
  10113. let firstId = light[i];
  10114. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(firstId)));
  10115. for (let j = i + 1; j < light.length; j++) {
  10116. let secondId = light[j];
  10117. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(firstId, 4001, secondId)));
  10118. actions.push(startBattle(teamNum, attackerType, getNeutralTeam(firstId, 4002, secondId)));
  10119. }
  10120. }
  10121. }
  10122. for (let result of await Promise.all(actions)) {
  10123. let recovery = getRecovery(result);
  10124. if (recovery > bestBattle.recovery) {
  10125. bestBattle.recovery = recovery;
  10126. bestBattle.attackers = result.progress[0].attackers.heroes;
  10127. }
  10128. }
  10129. }
  10130.  
  10131. /** Получаем нейтральную команду */
  10132. function getNeutralTeam(id, swapId, addId) {
  10133. let neutralTeam = clone(teams.water);
  10134. let neutral = neutralTeam.heroes;
  10135. if (neutral.length == 4) {
  10136. if (!!swapId) {
  10137. for (let i in neutral) {
  10138. if (neutral[i] == swapId) {
  10139. neutral[i] = addId;
  10140. }
  10141. }
  10142. }
  10143. } else if (!!addId) {
  10144. neutral.push(addId);
  10145. }
  10146. neutral.push(id);
  10147. return neutralTeam;
  10148. }
  10149.  
  10150. /** Получить команду титанов */
  10151. function getTeam(titans) {
  10152. return {
  10153. favor: {},
  10154. heroes: Object.keys(titans).map(id => parseInt(id)),
  10155. teamNum: 0,
  10156. };
  10157. }
  10158.  
  10159. /** Вычисляем фактор боеготовности титанов */
  10160. function calcFactor() {
  10161. let neutral = teams.neutral;
  10162. let factors = [];
  10163. for (let i in neutral) {
  10164. let titanId = neutral[i];
  10165. let titan = titansStates[titanId];
  10166. let factor = !!titan ? titan.hp / titan.maxHp + titan.energy / 10000.0 : 1;
  10167. if (factor > 0) {
  10168. factors.push({id: titanId, value: factor});
  10169. }
  10170. }
  10171. factors.sort(function(a, b) {
  10172. return a.value - b.value;
  10173. });
  10174. return factors;
  10175. }
  10176.  
  10177. /** Возвращает наилучший результат из нескольких боев */
  10178. async function getBestRecovery(teamNum, attackerType, team, countBattle) {
  10179. let bestRecovery = -1000;
  10180. let actions = [];
  10181. for (let i = 0; i < countBattle; i++) {
  10182. actions.push(startBattle(teamNum, attackerType, team));
  10183. }
  10184. for (let result of await Promise.all(actions)) {
  10185. let recovery = getRecovery(result);
  10186. if (recovery > bestRecovery) {
  10187. bestRecovery = recovery;
  10188. }
  10189. }
  10190. return bestRecovery;
  10191. }
  10192.  
  10193. /** Возвращает разницу в здоровье атакующей команды после и до битвы и проверяет здоровье титанов на необходимый минимум*/
  10194. function getRecovery(result) {
  10195. if (result.result.stars < 3) {
  10196. return -100;
  10197. }
  10198. let beforeSumFactor = 0;
  10199. let afterSumFactor = 0;
  10200. let beforeTitans = result.battleData.attackers;
  10201. let afterTitans = result.progress[0].attackers.heroes;
  10202. for (let i in afterTitans) {
  10203. let titan = afterTitans[i];
  10204. let percentHP = titan.hp / beforeTitans[i].hp;
  10205. let energy = titan.energy;
  10206. let factor = checkTitan(i, energy, percentHP) ? getFactor(i, energy, percentHP) : -100;
  10207. afterSumFactor += factor;
  10208. }
  10209. for (let i in beforeTitans) {
  10210. let titan = beforeTitans[i];
  10211. let state = titan.state;
  10212. beforeSumFactor += !!state ? getFactor(i, state.energy, state.hp / titan.hp) : 1;
  10213. }
  10214. return afterSumFactor - beforeSumFactor;
  10215. }
  10216.  
  10217. /** Возвращает состояние титана*/
  10218. function getFactor(id, energy, percentHP) {
  10219. let elemantId = id.slice(2, 3);
  10220. let isEarthOrFire = elemantId == '1' || elemantId == '2';
  10221. let energyBonus = id == '4020' && energy == 1000 ? 0.1 : energy / 20000.0;
  10222. let factor = percentHP + energyBonus;
  10223. return isEarthOrFire ? factor : factor / 10;
  10224. }
  10225.  
  10226. /** Проверяет состояние титана*/
  10227. function checkTitan(id, energy, percentHP) {
  10228. switch (id) {
  10229. case '4020':
  10230. return percentHP > 0.25 || (energy == 1000 && percentHP > 0.05);
  10231. break;
  10232. case '4010':
  10233. return percentHP + energy / 2000.0 > 0.63;
  10234. break;
  10235. case '4000':
  10236. return percentHP > 0.62 || (energy < 1000 && (
  10237. (percentHP > 0.45 && energy >= 400) ||
  10238. (percentHP > 0.3 && energy >= 670)));
  10239. }
  10240. return true;
  10241. }
  10242.  
  10243.  
  10244. /** Начинаем бой */
  10245. function startBattle(teamNum, attackerType, args) {
  10246. return new Promise(function (resolve, reject) {
  10247. args.teamNum = teamNum;
  10248. let startBattleCall = {
  10249. calls: [{
  10250. name: "dungeonStartBattle",
  10251. args,
  10252. ident: "body"
  10253. }]
  10254. }
  10255. send(JSON.stringify(startBattleCall), resultBattle, {
  10256. resolve,
  10257. teamNum,
  10258. attackerType
  10259. });
  10260. });
  10261. }
  10262.  
  10263. /** Возращает результат боя в промис */
  10264. /*function resultBattle(resultBattles, args) {
  10265. if (!!resultBattles && !!resultBattles.results) {
  10266. let battleData = resultBattles.results[0].result.response;
  10267. let battleType = "get_tower";
  10268. if (battleData.type == "dungeon_titan") {
  10269. battleType = "get_titan";
  10270. }
  10271. battleData.progress = [{ attackers: { input: ["auto", 0, 0, "auto", 0, 0] } }];//тест подземка правки
  10272. BattleCalc(battleData, battleType, function (result) {
  10273. result.teamNum = args.teamNum;
  10274. result.attackerType = args.attackerType;
  10275. args.resolve(result);
  10276. });
  10277. } else {
  10278. endDungeon('Потеряна связь с сервером игры!', 'break');
  10279. }
  10280. }*/
  10281. function resultBattle(resultBattles, args) {
  10282. battleData = resultBattles.results[0].result.response;
  10283. battleType = "get_tower";
  10284. if (battleData.type == "dungeon_titan") {
  10285. battleType = "get_titan";
  10286. }
  10287. battleData.progress = [{ attackers: { input: ["auto", 0, 0, "auto", 0, 0] } }];
  10288. BattleCalc(battleData, battleType, function (result) {
  10289. result.teamNum = args.teamNum;
  10290. result.attackerType = args.attackerType;
  10291. args.resolve(result);
  10292. });
  10293. }
  10294.  
  10295. /** Заканчиваем бой */
  10296. async function endBattle(battleInfo) {
  10297. if (!!battleInfo) {
  10298. if (battleInfo.result.stars < 3) {
  10299. endDungeon('Герой или Титан мог погибнуть в бою!', battleInfo);
  10300. return;
  10301. }
  10302. const timer = Math.max(battleInfo.battleTime / timerDiv + 1.5, 3);
  10303. console.log(timer);
  10304. await countdownTimer(timer, `${I18N('DUNGEON2')}: ${I18N('TITANIT')} ${dungeonActivity}/${maxDungeonActivity}`);
  10305. //await countdownTimer(timerMS / 1e3, `${I18N('DUNGEON2')}: ${I18N('TITANIT')} ${dungeonActivity}/${maxDungeonActivity}`);
  10306. let endBattleCall = {
  10307. calls: [{
  10308. name: "dungeonEndBattle",
  10309. args: {
  10310. result: battleInfo.result,
  10311. progress: battleInfo.progress,
  10312. },
  10313. ident: "body"
  10314. }]
  10315. }
  10316. send(JSON.stringify(endBattleCall), resultEndBattle);
  10317. let team = getTeam(battleInfo.battleData.attackers).heroes;
  10318. addTeam(team);
  10319. }
  10320. }
  10321.  
  10322. /** Получаем и обрабатываем результаты боя */
  10323. function resultEndBattle(e) {
  10324. if (!!e && !!e.results) {
  10325. let battleResult = e.results[0].result.response;
  10326. if ('error' in battleResult) {
  10327. endDungeon('errorBattleResult', battleResult);
  10328. return;
  10329. }
  10330. let dungeonGetInfo = battleResult.dungeon ?? battleResult;
  10331. dungeonActivity += battleResult.reward.dungeonActivity ?? 0;
  10332. checkFloor(dungeonGetInfo);
  10333. } else {
  10334. endDungeon('Потеряна связь с сервером игры!', 'break');
  10335. }
  10336. }
  10337.  
  10338. /** Добавить команду титанов в общий список команд */
  10339. function addTeam(team) {
  10340. for (let i in countTeam) {
  10341. if (equalsTeam(countTeam[i].team, team)) {
  10342. countTeam[i].count++;
  10343. return;
  10344. }
  10345. }
  10346. countTeam.push({team: team, count: 1});
  10347. }
  10348.  
  10349. /** Сравнить команды на равенство */
  10350. function equalsTeam(team1, team2) {
  10351. if (team1.length == team2.length) {
  10352. for (let i in team1) {
  10353. if (team1[i] != team2[i]) {
  10354. return false;
  10355. }
  10356. }
  10357. return true;
  10358. }
  10359. return false;
  10360. }
  10361.  
  10362. function saveProgress() {
  10363. let saveProgressCall = {
  10364. calls: [{
  10365. name: "dungeonSaveProgress",
  10366. args: {},
  10367. ident: "body"
  10368. }]
  10369. }
  10370. send(JSON.stringify(saveProgressCall), resultEndBattle);
  10371. }
  10372.  
  10373.  
  10374. /** Выводит статистику прохождения подземелья */
  10375. function showStats() {
  10376. let activity = dungeonActivity - startDungeonActivity;
  10377. let workTime = clone(timeDungeon);
  10378. workTime.all = new Date().getTime() - workTime.all;
  10379. for (let i in workTime) {
  10380. workTime[i] = (workTime[i] / 1000).round(0);
  10381. }
  10382. countTeam.sort(function(a, b) {
  10383. return b.count - a.count;
  10384. });
  10385. console.log(titansStates);
  10386. console.log("Собрано титанита: ", activity);
  10387. console.log("Скорость сбора: " + (3600 * activity / workTime.all).round(0) + " титанита/час");
  10388. console.log("Время раскопок: ");
  10389. for (let i in workTime) {
  10390. let timeNow = workTime[i];
  10391. console.log(i + ": ", (timeNow / 3600).floor(0) + " ч. " + (timeNow % 3600 / 60).floor(0) + " мин. " + timeNow % 60 + " сек.");
  10392. }
  10393. console.log("Частота использования команд: ");
  10394. for (let i in countTeam) {
  10395. let teams = countTeam[i];
  10396. console.log(teams.team + ": ", teams.count);
  10397. }
  10398. }
  10399.  
  10400. /** Заканчиваем копать подземелье */
  10401. function endDungeon(reason, info) {
  10402. if (!end) {
  10403. end = true;
  10404. console.log(reason, info);
  10405. showStats();
  10406. if (info == 'break') {
  10407. setProgress('Dungeon stoped: Титанит ' + dungeonActivity + '/' + maxDungeonActivity +
  10408. "\r\nПотеряна связь с сервером игры!", false, hideProgress);
  10409. } else {
  10410. setProgress('Dungeon completed: Титанит ' + dungeonActivity + '/' + maxDungeonActivity, false, hideProgress);
  10411. }
  10412. setTimeout(cheats.refreshGame, 1000);
  10413. resolve();
  10414. }
  10415. }
  10416. }
  10417. })();
  10418. /**
  10419. * TODO:
  10420. * Получение всех уровней при сборе всех наград (квест на титанит и на энку)
  10421. * Добавить проверку правильности пути для приключения
  10422. * Добивание на арене титанов
  10423. * Кнопку Турнир стихий красить в красный цвет если не дошел до 7 этапа
  10424. * Удалить progress боя при прерасчете реплеев
  10425. */