-
Posts
130 -
Joined
-
Last visited
-
Days Won
5 -
Donations
10.00 GBP
Content Type
Bug Tracker
Wiki
Release Notes
Forums
Downloads
Blogs
Events
Everything posted by Elmsroth
-
@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.
- 1 reply
-
- 1
-
-
Confused about the kmp algorithm?
Elmsroth replied to Mobi Wan's topic in Peer to Peer Technical Support
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, -
extracting data from _classic
Elmsroth replied to lmcroberta's topic in Peer to Peer Technical Support
Hello @lmcroberta, You have to acquire a Vanilla client to extract data from it, do not use the retail classic client. Best regards -
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
-
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
-
Admin commands: "No Character Selected"
Elmsroth replied to Toby's topic in Peer to Peer Technical Support
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 -
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
-
Blood Elf & Dranei unavailable
Elmsroth replied to MrGizzmo's topic in Peer to Peer Technical Support
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, -
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,
-
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,
-
Can't connect to the world server
Elmsroth replied to Graphenes's topic in Peer to Peer Technical Support
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, -
Gossip and mounts are 99% broken in WoTLK
Elmsroth replied to v413nc3's topic in Peer to Peer Technical Support
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, -
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,
-
Odd fix to a realm loop issue
Elmsroth replied to sscultima's topic in Peer to Peer Technical Support
Hello @sscultima. Thanks for posting here. Sorry for the late response. If you want there is also an active Discord chat : https://discord.gg/HeRQHhjK You said That's a first wrong thing you've done. Basically the MySQL/mariaDB (depending on what you choosed) database should only receive localhost connections since it is the MaNGOS daemons which require a connection to the DB... not your "buddies" ;). In the realmlist in your database, you should have set the IP adress to your global WAN adress that your ISP provides to you. The local address should be the LAN adress of your hosting PC. You buddies can set the external address and you can set the local one since you are at home ;). In the mangosd.conf file you should have set "BindIP" to 0.0.0.0. Feel free to reach us on our Discord to discuss further about your issue. Best regards, Elmsroth -
Mangos One Server console running too fast
Elmsroth replied to Teasta's topic in Peer to Peer Technical Support
Hello @Teasta, In order to reduce console verbosity you can consider changing the debug level using the LogLevel parameter in the mangosd.conf file. @jilinge2 it is a good article but not the real solution to the source problem regarding console verbosity. Best regards, Elmsroth -
Hi everyone, Mangos zero is now featured with a brand new command for Gamemasters : .reset mail
-
Thank you @lukasradek it is a big team work. You can also bring your own brick to the building Cheers !
-
@Gryphon4200 Hello and thank you for the waltkhrough guide with Ubuntu 21.04. Before publishing, can you please remove your client warmane links since it is not allowed to share Blizzard copyrighted content (Game Clients) You can also put some screenshots like the Guide I published for Ubuntu 18.04 and to be more user-friendly and enjoyable to read you can use the same formatting for text-emphasis etc...
-
You should have the game to have wow.exe mate We do not provide the game client.
-
@retikulatus You can read this article : Or even this one :
-
@madmax the .bat script should be placed in the windows section I think
-
other Can mangos (or really any core) work on a armhf cpu?
Elmsroth replied to onixiya's topic in Peer to Peer Technical Support
@stewfish The bug has been fixed on Mangos Zero, I have pushed a fix in this way which is waiting for merge in the GitHub repo, it will be ported to Mangos One by @antz I hope. More details : https://github.com/mangoszero/server/pull/146 You can fix it by your own by making the same edit as I did (only 1 file to change) if you cannnot wait until the fix to be merged in the main branch of the Mangos sources. Cheers
Contact Us
You can also email us at [email protected]
Privacy Policy | Terms & Conditions
This website is in no way associated with or endorsed by Blizzard Entertainment®