Jump to content

jilinge2

Members
  • Posts

    18
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Everything posted by jilinge2

  1. Is the cemetery that the character teleported to after death wrong?
  2. After using esaybuild to generate the project file, when I use VS2019 to debug this project, it finally prompts "Could not start program "G:\mangostwo\Source\server_build\x64\Debug\ALL_BUILD".access denied" Directly using cmake configuration results are the same.
  3. When I run ./ExtractResources.sh, after running for a while, these error messages appear. __ __ _ _ ___ ___ ___ | \/ |__ _| \| |/ __|/ _ \/ __| | |\/| / _` | .` | (_ | (_) \__ \ |_| |_\__,_|_|\_|\___|\___/|___/ Movement Map Generator for MaNGOSTwo ________________________________________________ ________________________________________________ For help and support please visit: Website / Forum / Wiki: https://getmangos.eu ________________________________________________ 'vmaps' directory is empty or does not exist There are many files in the folders Buildings, dbc, maps. But the folders mmaps, vmaps are empty. Then I used EasyBuild to extract map data in Windows system. Then copy it to Linux. Run mangosd to get an error message: Initialize DBC data stores... Found DBC files for build 13507 but mangosd expected DBC for one from builds: 12340 Please extract correct DBC files. version: 3.3.5(12340) debian10.09
  4. I can't create a character name in Chinese , it will become "??" mysql> select guid,name from characters; +------+------+ | guid | name | +------+------+ | 3 | ?? | | 1 | Abc | +------+------+ 2 rows in set (0.00 sec) mysql> update characters set name='夜色' where guid='3'; Query OK, 1 row affected (0.00 sec) Rows matched: 1 Changed: 1 Warnings: 0 mysql> select guid,name from characters; +------+--------+ | guid | name | +------+--------+ | 1 | Abc | | 3 | 夜色 | +------+--------+ 2 rows in set (0.00 sec) When I successfully change, enter the game, the display is In Chinese. But when you restart the game, it's "??" again. The same is true in mysql.
  5. Dwarf village, NPC Grelin Whitebeard cannot be clicked, the quest cannot be completed . ( Coldridge Valley Mail Delivery )
  6. All data associated with the npc_text table is not translated, but localization files exist. So what do I have to do to make it work?
  7. I encountered a minor BUG, but of course it doesn't affect the game. I only did a few missions in the game. Only the name of the original equipment of the new character has not been localized, it is still in English, everything else is normal (quests, NPC names, goods, equipment acquired by quests, etc.). I looked at the localization SQL file and it has the translation.
  8. You can check out this post. https://www.getmangos.eu/wiki/referenceinfo/otherfiles/managing-user-accounts-using-3rd-party-apps-r20088/
  9. Hello, I got this error on my fresh installed MaNGOS Zero server: MySQL client library: 5.7.36 MySQL server ver: 5.7.36-0ubuntu0.18.04.1 AUTOCOMMIT SUCCESSFULLY SET TO 1 The table `db_version` indicates that your [World] database does not match the expected structure! [A] You have database Version: 22 Structure: 3 Content: 3 Description: Implement_Mount_Spell_24576 [B] The core needs database Version: 22 Structure: 4 Content: 1 Description: Fix_messages_for_areatrigger You must apply all updates after [A] to [B] to use MaNGOS with this database. These updates are included in the database/World/Updates folder. Wait 10 secs for continue. [**************************************************] 100% Segmentation fault (core dumped) But the latest version in GitHub is Rel22_03_004_Update_conditions_comments.sql when I update Rel22_03_004_Update_conditions_comments.sql ===== Status ===== ===== DB is on Version: ===== * UPDATE FAILED * Implement_Mount_Spell_24576
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use