Jump to content

BadWolf

Members
  • Posts

    57
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Russia, TLT
  • Server
    http://rofenrir.ru

Contact Methods

Recent Profile Visitors

3128 profile views

BadWolf's Achievements

Poring

Poring (1/15)

  • Dedicated
  • Conversation Starter
  • First Post
  • Collaborator
  • Week One Done

Recent Badges

3

Reputation

  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 файлы, более новые версии. Но результат ровно такой же.
×
×
  • Create New...