Search the Community
Showing results for tags 'mangos one'.
-
I'm not one for making big posts at MaNGOS but at this time we need to. We desperately need people with C++ (and a bit of cmake) experience to help us with a variety of issues. - The future of Mangos depends on it. I am not an experienced C++ developer and although I can normally work around the code and make fairly simple changes, when things go horribly wrong I can end up stuck. We are also currently down to one developer, apart from myself working across all cores and tools. Mangos needs you help if we are to continue !! Please contact either @madmax or @antz if
- 4 replies
-
- mangos four
- mangos three
-
(and 6 more)
Tagged with:
-
Hi All, If you would like the Trainers / Vendors I have on GM Island and don't want to spend hours like I did then find the SQL Data Rows in the attached files, they are by no means perfect but got the job done for us. I am also sure someone with better knowledge of SQL could package these into a script so you don't need to manually import them. Import the rows into corresponding tables from the filename Caveat: creature: uses GUID of 200000+ so if you have already used these numbers change them Creature_template: entry used are 100000+ so if you have already used the
-
I tried extracting the data but get lots of these errors below and no mmaps, vmaps etc. Also it appears that ExtractResources.sh was not in the tools directory but in the bin directory above, so I moved it into tools. Then I copied the entire contents of the tools directory to my wow directory, where wow.exe is. I then used a git bash session to run ExtractResources.sh and got a load of the following as I cannot proceed any further:- Can anyone please help with this? Build Summary: =============== 2 CPUs selected: =============== CPU 1: Maps:
-
Hi, I think I have managed to install and configure a MangosOne server. However, I am unsure how to configure my client. I actually play WoW classic, so can I use this retail client or perhaps a copy of it? I found a guide on how to configure the client but this was done in 2016 and is very old. Or perhaps there is somewhere I can download a client. I have tried torrent sites but there are no seeders. I think most likely the best course of action would be to purchase a copy of TBC and Vanilla, or even Wow Battleschest from Ebay. But how would I stop bliz from trying to update i
-
There are two missing texts in the Earth Sapta (Quest ID 1462 and 1463) quest for Zero, One and Two: UPDATE `quest_template` SET `OfferRewardText`='Take this and remember, it is sacred.' WHERE `entry`=1462; UPDATE `quest_template` SET `OfferRewardText`='I give you one in good faith. You already proved yourself once, but me tinkin\' you should be more careful in the future.' WHERE `entry`=1463; Might have to update locales_quest / MAGNET translations accordingly.
- 4 comments
-
- database
- mangos two
-
(and 2 more)
Tagged with:
-
There is a wrong `RequestItemsText` within the quest data of Fire Sapta (Quest ID 1464): UPDATE `quest_template` SET `RequestItemsText`=NULL WHERE `entry`=1464; This text is already correctly set within the `Objectives`.
- 2 comments
-
- database
- mangos two
-
(and 2 more)
Tagged with:
-
The quest "Root Samples" (Quest ID 866) activates the collection of "Root Sample" (Item ID 5056) from specific game objects introduced just for this quest. Right now within the database of Zero, One and Two this is set to the loot templates of the standard rather than the specific game objects. (e.g. game objects Silverleaf ID 1617 vs. Silverleaf ID 3725) Since the game objects are placed within the Barrens correctly, this can easily be fixed by removing the item from the currect gameobject_loot_templates and adding it to the loot templates of the quest specific game objects: -- Remov
-
- database
- mangos two
-
(and 2 more)
Tagged with:
-
All cities in game that would normallyoffer rest XP and allow instant logout do not. Ironforge Stormwind Silvermoon City Undercity Orgrimmar Thunder Bluff The Exodar Darnassus Shattrath City Dalaran
-
mangos one Various items missing in MangosOne
jwh1981 posted a question in Peer to Peer Technical Support
I am on the current master branch of MangosOne (server commit 94859bd and database commit 8f41391). I am using Debian 10 x86_64 with MariaDB 10.3.22. I found that some items in the world are missing, such as mailboxes and treasure chests. An example of this is the mailbox in Goldshire or the treasure chests in Echo Ridge next to Northshire Abbey. I will note any other world items missing as I find them, unless of course its a fix that would correct all of them. Thank you for your help -
I am on the current master branch of MangosOne (commit 94859bd) and database (commit ac9dcf7). In the human starting area (Northshire Abbey), the baskets of grapes do not appear for the Milly's Harvest quest after I accept the quest from Milly to retrieve them from the fields occupied by the Defias Brotherhood. I have already extracted a fresh setup of resources to rule out that as the issue. I am on Debian 10 x86_64 with MariaDB 10.3.22. I have been using the getmangos.sh script for installing. I wanted to add that this issue (for mangostwo) also occurs on mangosone, in case its rel
-
mangos one Try to run mangos one @ Ubuntu
Jayjoe posted a question in Peer to Peer Technical Support
Hello, I am currently trying to install mangos one on Ubuntu. I have done everything as described in the tutorial https://www.getmangos.eu/wiki/documentation/installation-guides/guideslinux/installing-mangos-on-ubuntu-1804-lts-lxd-container-r40003/. When starting mangosd I get the following error message: 2112001 [world-daemon] <Ctrl-C> to stop. __ __ _ _ ___ ___ ___ ___ | \/ |__ _| \| |/ __|/ _ \/ __| / _ \ ___ ___ | |\/| / _` | .` | (_ | (_) \__ \ | (_) | \/ -_) |_| |_\__,_|_|\_|\___|\___/|___/ \___/|_||_\___| Powered B -
The Thunderspike ID: 10526 When you click on the thunderspike item the action completes however you do not loot it for the quest and log does not update that you have the thunderspike
- 3 comments
-
- mangos two
- mangos one
-
(and 2 more)
Tagged with:
-
Hi there, i am trying to get mangosOne running with the Easy Build Wizard. When Building the Project i get the following error-message. Checking for the Error i thought it might be a missing mysql-connector, although it should be installed. I have already reinstalled cmake to make sure there are no problems because the sqlserver has been installed later. Any help is greatly appreciated. Kind regards
-
Hi there, I am trying to compile Mangos on a Debian Server, but I've been unfortunate enough to get a bunch of errors in the process of doing so. I struggle quite a lot with building ACE Itself, is it possible to build Mangos without ACE? I tried to look over the forum for similar topics and I couldn't manage to find any, therefore sorry if this is a repost, or a common question. If you have any guides or tutorials that might be able to walk me through this tedious process, please hit me up with those bad boys. Thanks for your time.
-
I need help with compiling mangosone from source. I'm on lubuntu 18.04 x64 and i followed the steps from here. I have no clue what to do from here so i'm wondering if anyone knows how to get past this [email protected]:/home/silentstorm/Downloads# ./getmangos.sh Cleaning the old build... This script builds the MaNGOS server. Options that can be used in order to configure the process: General: CMAKE_INSTALL_PREFIX Path where the server should be installed to CONF_DIR Path to the configs, can be absolute or relative. DEBUG D
-
Greetings! I can't find out how to fixthis build error, when it's trying to compile main server OS: Windows 10 Visual Studio 2017 Community is installed, with Cpp desktop development option and Windows 10 SDK All necessary libs installed Build configuration page Also, MsBuild path is defined in the system variables Thanks in advance!
-
2018-05-29 17:46:30 Aura 108 now is remove mode 5 2018-05-29 17:46:30 Aura 142 now is remove mode 5 2018-05-29 17:46:30 Aura 107 now is remove mode 5 2018-05-29 17:46:30 Aura 107 now is remove mode 5 2018-05-29 17:46:30 Aura 107 now is remove mode 5 2018-05-29 17:46:30 Aura 4 now is remove mode 5 2018-05-29 17:46:30 Aura 4 now is remove mode 5 2018-05-29 17:46:30 Aura 108 now is remove mode 5 2018-05-29 17:46:30 Aura 4 now is remove mode 5 2018-05-29 17:46:30 Aura 133 now is remove mode 5 2018-05-29 17:46:30 Aura 22 now is remove mode 5 2018-05-29 17:46:30 Aura 98 now is remove mode 5 2018-05-
-
So, can any help me to find warden_checks for mangosone. i know many cheats that i can block by warden, i can find warden_checks for it i try to make memmory check, but its can find anything
-
mangos one Entrapment Talent are now worling
ToShuk Marusenko posted a question in Archived Help and support
So, this topic is actual So, how to fix it??? Have Any ideas??? -
SPELL ID: 12826 Please check it from 40 seconds.
-
mangos one The Devastate spell does not work.
taxbeauty posted a question in Archived Help and support
The spell id is 30022. Armor picking does not work. -
Tried googling and searching everywhere I could to see if there was already anything about this but came up empty handed. Basically, I'm hosting a server for myself, family and friends. As you have probably guessed, the population on the server is pretty low (like 20 people at most). I'm making great use of the ahbot to simulate an economy, and really the only thing we don't have is the ability to easily queue up for battlegrounds (everyone rolled horde, so there are no alliance players). I was hoping someone had possibly included a way for random playerbots to automatically queue up for
-
The windows system uses servers with the latest core architecture of 1.12 and 2.43, and the mage flashes out of the void and does not see the building. Maps/vmap/mmaps/dbc Extracted and copied to the server, but there is still this problem. How can I solve this problem? Here's the picture https://imgur.com/a/A138X Master Trainer front
-
mangos one 4 Bugged quests (all in dustwallow marsh)
samljer posted a question in Archived Help and support
Twilight of the dawn runner - can loot the crate. issues the alliance NPC's kill the escort target (they didnt in vanilla) when shes alive, she does not have the escort option available. Stinky's Escape everythings fine up to the bridge, then the NPC just vanishes, no quest complete. The grimtotem weapon Targets that are dying near the totem (which is working) does not provide progress towards quest completion. - the debuff from the totem also dies and reapplies at a high rate, it should just stay on the target. Corrosion prevention
Contact Us
To contact us
click here
You can also email us at [email protected]
Privacy Policy | Terms & Conditions

You can also email us at [email protected]
Privacy Policy | Terms & Conditions
Copyright © getMaNGOS. All rights Reserved.
This website is in no way associated with or endorsed by Blizzard Entertainment®
This website is in no way associated with or endorsed by Blizzard Entertainment®