Jump to content

BadWolf

Members
  • Posts

    57
  • Joined

  • Last visited

Everything posted by BadWolf

  1. BadWolf

    Lost cart

    Yes, of course /src/config/packets.hpp // Copyright (c) rAthena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #ifndef CONFIG_PACKETS_HPP #define CONFIG_PACKETS_HPP /** * rAthena configuration file (http://rathena.org) * For detailed guidance on these check http://rathena.org/wiki/SRC/config/ **/ #ifndef PACKETVER /// Do NOT edit this line! To set your client version, please do this instead: /// In Windows: Add this line in your src\custom\defines_pre.hpp file: #define PACKETVER YYYYMMDD /// In Linux: The same as above or run the following command: ./configure --enable-packetver=YYYYMMDD // #define PACKETVER 20180620 // #define PACKETVER 20200401 #define PACKETVER 20211103 #endif #ifndef PACKETVER_RE /// From November 2015 only RagexeRE are supported. /// After July 2018 only Ragexe are supported. #if ( PACKETVER > 20151104 && PACKETVER < 20180704 ) || PACKETVER >= 20200902 #define PACKETVER_RE #endif #endif #ifndef PACKETVER_RE #define PACKETVER_MAIN_NUM PACKETVER // Undefine all sakray server definitions #undef PACKETVER_RE #undef PACKETVER_RE_NUM #else // Undefine existing definition #undef PACKETVER_RE #define PACKETVER_RE PACKETVER #define PACKETVER_RE_NUM PACKETVER // Undefine all main server definitions #undef PACKETVER_MAIN_NUM #endif #if PACKETVER >= 20110817 /// Comment to disable the official packet obfuscation support. /// This requires PACKETVER 2011-08-17 or newer. #ifndef PACKET_OBFUSCATION #define PACKET_OBFUSCATION /// Comment this to disable warnings for missing client side encryption #define PACKET_OBFUSCATION_WARN #endif #else #if defined(PACKET_OBFUSCATION) #error You enabled packet obfuscation for a version which is too old. Minimum supported client is 2011-08-17. #endif #endif /// Comment to disable the official Guild Storage skill. /// When enabled, this will set the guild storage size to the level of the skill * 100. #if PACKETVER >= 20131223 #define OFFICIAL_GUILD_STORAGE #endif #ifndef DUMP_UNKNOWN_PACKET //#define DUMP_UNKNOWN_PACKET #endif #ifndef DUMP_INVALID_PACKET //#define DUMP_INVALID_PACKET #endif /** * No settings past this point **/ /// Check if the specified packetversion supports the pincode system #define PACKETVER_SUPPORTS_PINCODE PACKETVER >= 20110309 /// Check if the client needs delete_date as remaining time and not the actual delete_date (actually it was tested for clients since 2013) #define PACKETVER_CHAR_DELETEDATE (PACKETVER > 20130000 && PACKETVER <= 20141022) || PACKETVER >= 20150513 /// Check if the specified packetvresion supports the cashshop sale system #define PACKETVER_SUPPORTS_SALES PACKETVER >= 20131223 #endif /* CONFIG_PACKETS_HPP */ The problem is not solved. Help please.
  2. BadWolf

    Lost cart

    Maybe I chose the wrong section and the problem is not on the client side, but it happened after moving to the client 2021.11.03 After restarting the client, the characters lose the cart and the imposed castes. In which direction should we look for a solution to the problem?
  3. Same problem with client 20211103 Apparently, it does not correctly or otherwise takes information from OngoingQuestInfoList_True_EN.lub Maybe I'm using the wrong one OngoingQuestInfoList_True_EN.lub I use this one https://github.com/llchrisll/ROenglishRE/blob/master/Renewal/System/RecommendedQuestInfoList_True_EN.lub I use this one The problem is still unresolved. Updated NEMO and translation today. Testing showed that the file is not processed correctly, it actually does not connect at all. No matter what is specified in the address, an error is not issued and the translation is not displayed in the client.
  4. There is a secret that everyone knows, but no one reveals. Exactly the same problem.
  5. BadWolf

    2018-05-30b

    2 дня искал, стоило написать как нашёл решение. Во время дифа включить патч "Always load Korea ExternalSettings lua file"
  6. BadWolf

    2018-05-30b

    Есть информация о том как включить поддержку русского языка?
  7. Thank you! I do not know why, but it helped. I have these files. Perhaps it was with them that something is wrong.
  8. Please explain how to solve the problem with sysbox_bg.bmp?
  9. Я то же так предположил, но подтверждения не нашёл, достоверно пока проверить не получилось. Если проверка и есть то по боле чем секунды, потому что продолжительное время никаких изменений не происходит и если и есть какая та перепроверка с базой то в каких то случаях что информация в базе не является приоритетной и в каких то случаях может быть перетёрта информацией от сервера. В-общем буду ещё тестировать, но если кто-то сможет достоверно обрисовать ситуацию буду чертовски признателен. И еси всё таки есть способ заставить сервер взять информацию из базы это прям решило бы все проблемы.
  10. 1. Статус ГМа (информация о том кто ГМ) 2. Список членов гильдии
  11. Добрый день У меня странный вопрос. Как можно командой и скриптом заставить сервер обновить информацию о гильдии из базы данных.
  12. The problem is relevant. Is there a solution?
  13. Угу только что пробовал следовать этой инструкции. После дифа EXE пакет а ошибке поменялся [info]: clif_parse: Disconnecting session #7 with unknown packet version (p:0x7bf0,l:19). полезу в core.h что там поменялось...
  14. Кто нибудь может подсказать что это за packet version (p:0x068a,l:19) После обновления клиент перестал логинится. Выдает ошибку Rejected from server 3 На сервере появляется сообщение [info]: clif_parse: Disconnecting session #7 with unknown packet version (p:0x068a,l:19). Настройка версии сервера [info]: loginconfig: client_version_to_connect = 45 Соответствует версии версии клиента <version>45</version> До обновления работали в этой же версии. Пересобрал более новые EXE файлы, более новые версии. Но результат ровно такой же.
  15. Не получается запустить даже на примере этой сборки http://rathena.org/board/topic/70962-recommended-client-setup/
  16. да действительно 33 пока в коментах
  17. Оу. Спасибо. Тоесть если у меня версия 33 то нужно использовать соотвествующий exe? В данном случае 2012-07-02aRagexeRE
  18. С установкой последней сборки rA клиент перестал логинется к серверу. То есть авторизация проходит нормально. Выбор сервера нормально когда должен появится выбор персонажей клиент говорит Rejected from Server Сервер делает вид что всё окэй [status]: Request for connection of support (ip: 62.106.104.254). [Notice]: Authentication accepted (account: support, id: 2000036, ip: 62.106.104.254) [status]: Connection of the account 'support' accepted. [info]: Closed connection from '62.106.104.254'. [info]: request connect - account_id:2000036/login_id1:2119000930/login_id2:1328671956
  19. Не помогло. Всё равно после запуска exe меняет на 640 на 480 Похоже вычислил. Сейчас проверяю но похоже проблема была в параметре Read Data Folder First Всё. Вроде всё ок, работает, осталось разобраться с подходящим переводом и всё ок. А то почему то описание скилов и ещё много что отвалилось. В общем всем спасибо за комментарии и советы.
  20. [status]: Request for connection of admin (ip: 81.28.173.6). [Notice]: Authentication accepted (account: admin, id: 2000001, ip: 81.28.173.6) [status]: Connection of the account 'admin' accepted. [info]: Closed connection from '81.28.173.6'. [info]: request connect - account_id:2000001/login_id1:579474549/login_id2:47489349 [info]: Loading Char Data (2000001) [info]: Char load request (150002) [info]: storage load complete from DB - id: 2000001 (total: 0) [info]: Loaded char (150002 - Batman): status memo inventory cart storage skills friends hotkeys mercenary [info]: Selected char: (Account 2000001: 1 - Batman) [info]: Subnet check [81.28.173.6]: WAN [info]: clif_parse: Disconnecting session #6 with unknown packet version (p:0x464d,l:19). [info]: Closed connection from '81.28.173.6'. хм... как интересно, вот тут я маху дал. ошибку вижу как исправить пока не знаю. Так с EXE разобрался. Идеально подошел 2012-04-10aRagexeRE_J.exe Осталась проблема с Setup.exe никто не сталкивался с такими траблами?
  21. Сервер реагирует нормально. Персонаж авторизуется после этого но клиент вылетает. Нужны стандартные логи или какие то специфичные.
  22. Эти настройки соответствуют 20120410. Выставлены по умолчанию как в текущей версии rathena.
×
×
  • Create New...