Jump to content

Elmsroth

getMaNGOS Developer
  • Posts

    130
  • Joined

  • Last visited

  • Days Won

    5
  • Donations

    10.00 GBP 

Elmsroth last won the day on December 12 2022

Elmsroth had the most liked content!

1 Follower

About Elmsroth

Core Infomation

  • Core
    Zero

Contact Methods

  • Discord
    Elmsroth

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Elmsroth's Achievements

Advanced Member

Advanced Member (3/3)

9

Reputation

4

Community Answers

  1. @Mobi Wan, Sorry but this is a forum dedicated to MaNGOS technical questions. Our cores are not coded in Java. You better have a chance on Stackoverflow. Thanks.
  2. Hi @Mobi Wan, Sorry but what's the point with MaNGOS source code ? Can you point out a specific implementation in our files that is confusing you ? Best regards,
  3. Hello @lmcroberta, You have to acquire a Vanilla client to extract data from it, do not use the retail classic client. Best regards
  4. Hello @Kogamisan, Sorry for the late response. You can eventually talk to us more directly on our active Discord chat : https://discord.gg/HeRQHhjK about your question which is very large . Cheers
  5. Hi, @Ariador, What version of Mangos Two do you use ? Did you pull latest version from Github ? You can reach us on our Discord if you want : https://discord.gg/HeRQHhjK
  6. Hello @Toby, Sorry for the late response. You can eventually talk to us more directly on our active Discord chat : https://discord.gg/HeRQHhjK about this issue. Your current message lacks of details in order for us to help you about this situation: for example you do not provide us the version of mangos you are using, the account privileges you have by checking in the database etc... Cheers
  7. Hello @Ariador, Sorry fort he late response. You can eventually talk to us more directly on our active Discord chat : https://discord.gg/HeRQHhjK about this issue. Your current message lacks of details in order for us to help you about this situation. For example: you could give us a precise quest ID from which the mob killing are not counted. Then we could investigate further. Cheers
  8. Hi @MrZizzmo, You can change all the accounts expansions by running a single SQL query on your database. UPDATE `account` SET `expansion` = 2 ; You can use a DB editor like MySQL Workbench for example. If there is a security issue running this query since it targets all the rows at the same time you can either change this limitations in the editor options (the solution can be found by a simple Google search ) or you can try this other syntax : UPDATE `account` SET `expansion` = 2 WHERE 1 = 1 ; Best regards,
  9. @Harvender, you are welcome. Have you suceeded in starting your core finally ? Best regards,
  10. Hello @jilinge2, Sorry fort he late response. You can eventually talk to us more directly on our active Discord chat : https://discord.gg/HeRQHhjK Using VS2019, you can debug another way : Copy the mangosd ".pdb" files generated by you build in the execustion folder Run the core Use the "attach to process" tool of VS2019. Enjoy debugging ! Moreover : you know you can update to VS 2022 right ? Best regards,
  11. Hello @DarkSeraX, Sorry fort he late response. You can eventually talk to us more directly on our active Discord chat : https://discord.gg/HeRQHhjK It would be easier for us to help you. Give us the link of your post when you'll post your message on the discord ;). Best regards,
  12. Hello @Harvender Sorry fort he late response. You can eventually talk to us more directly on our active Discord chat : https://discord.gg/HeRQHhjK It seems the core cannot fin the game extracted data. Be sure to have configured the right path in your config files and extracted the game data with the correct executables. Best regards,
  13. Hello @Graphenes Sorry fort he late response. You can eventually talk to us more directly on our active Discord chat : https://discord.gg/HeRQHhjK We miss some information about what you entered in your realmlist config in database. Please, do not copy the whole config file the next time, a link on pastebin is enough. Best regards,
  14. Hello @v413nc3, Sorry fort he late response. You can eventually talk to us more directly on our active Discord chat : https://discord.gg/HeRQHhjK We are aware of the lack of debug on this version. We are indeed a small team an the most active versions are for the moment MaNGOS Zero and MaNGOS One. If you want to bring help, it would be greatly appreciated. Best regards,
  15. Hi @jilinge2. The information you provided is not complete so we cannot help you further. You do not provide us with the language you are trying to translate to. You also do not give us item id examples that have not been translated. We are also available for help in our Discord server : https://discord.gg/HeRQHhjK Best regard,
×
×
  • 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