Leaderboard
-
in all areas
- All areas
- Markers
- Marker Comments
- Marker Reviews
- Events
- Event Comments
- Event Reviews
- Blog Entries
- Blog Comments
- Files
- File Comments
- File Reviews
- Topics
- Posts
- Bugs
- Bug Comments
- Bug Reviews
- Articles
- Article Comments
- Article Reviews
- Releases
- Release Comments
- Release Reviews
- Status Updates
- Status Replies
-
All time
-
All time
March 6 2015 - January 24 2021
-
Year
January 24 2020 - January 24 2021
-
Month
December 24 2020 - January 24 2021
-
Week
January 17 2021 - January 24 2021
-
Today
January 24 2021
- Custom Date
-
All time
Popular Content
Showing content with the highest reputation since 03/06/2015 in all areas
-
Version 0.21.GitHub
4,449 downloads
Mangos Zero Server with playerbots For: World of Warcraft Classic Install Guides: https://www.getmangos.eu/wiki/documentation/installation-guides/ Status: Playable Support client versions: 1.12.1 (build 5875),1.12.2 (build 6005) and 1.12.3 (build 6141) MangosZero-Serverx86.zip (32 bit) MangosZero-Serverx64.zip (64 bit) Built in Scripts (SD3 & Eluna) Playerbot Allows players to spawn bots to group up and play with them. Settings for this are in aiplayerbot.conf.dist This10 points -
Version 0.21.GitHub
2,362 downloads
Mangos One Server - 0.21 For: World of Warcraft: The Burning Crusade Wiki: https://www.getmangos.eu/wiki/documentation/installation-guides/ Status: Playable Support client versions: 2.3.4 (8606) Mangosone-Serverx86.zip (32 Bit) MangosOne-Serverx64.zip (64 Bit) Builtin Scripts (SD3 & Eluna) Map Extractors Realm, World & Character databases Authentication Realm-Daemon server (realmd) Mangos-Daemon world server (Mangosd) Requirements: C++ Redistributable for Visual Studio 2015 (Included in .zip)5 points -
5 points
-
How do we do it? The short answer is actually more boring than you think... hours of studying hex code gathered from the client and network traffic with the server. The long answer I'm about to offer would have seen me burned as a heretic for spilling precious secrets, if this were still the old days, but MaNGOS today is about being free in every way. The three pillars of the MaNGOS Open philosophy are Open Source, Open Community, and Open Learning. So we all do our best to make sure the code is free, our door is open to everyone, and knowledge must be shared. A more complete a4 points
-
Version 0.21.GitHub
2,881 downloads
Mangos Two Server - 0.21 For: World of Warcraft: Wrath of The Lich King Wiki: https://www.getmangos.eu/wiki/documentation/installation-guides/ Status: Playable Support client versions: 3.3.5a (12340) MangosTwo-Serverx86.zip (32 Bit) MangosTwo-Serverx64.zip (64 Bit) Builtin Scripts (SD3 & Eluna) Map Extractors Realm, World & Character databases Authentication Realm-Daemon server (realmd) Mangos-Daemon world server (Mangosd) Requirements: C++ Redistributable for Visual Studio 2015 (Included in .zip)3 points -
function buff(event, player, message, Type, lang) if(message:lower() == "buff")then player:AddAura(48074, player) player:AddAura(35912, player) player:AddAura(38734, player) player:AddAura(65075, player) player:AddAura(65077, player) player:AddAura(43223, player) player:AddAura(15366, player) player:AddAura(36880, player) player:AddAura(36880, player) player:AddAura(16609, player) player:AddAura(48073, player) player:AddAura(48469, player) player:AddAura(26035, player) player:SendBroadcastMessage("You have been Buffed!") end end RegisterPlayerEvent(42, buff) You can use this simple script3 points
-
Hello everyone, I made a website where you can download private server addons for the versions vanilla, tbc and wotlk. I think that the website is pretty self-explanatory, but if you do have any comments, questions or feature requests, please shoot me a PM or write a comment! Link: https://private-addons.com Thank you very much3 points
-
MUCH OF THE INFORMATION FOUND WITHIN IS NO LONGER VALID AND OUT OF DATE Hello, in this tutorial, I will explain a step-by-step approach to configure, install and run Mangos on a Ubuntu 16.04 LTS system. To fully execute the installation, you need an original copy of the game client version you want to run. This guide has been fully tested on an empty Ubuntu 16.04 LTS system with minimal installation. Let's go.. Setup the database: Ubuntu is supporting MySQL by default. This part of the guide will help you to setup your instance of MySQL. Launch a terminal, and if3 points
-
From what I recall from Vanilla, that was something that existed in the game itself as well. I guess it depends what walls are being cast through. Staff on the Kronos server for example customized that so that those things cannot be cast through after a community vote.3 points
-
3 points
-
Goals for 2017 For 2017 the following are what we would like to achieve: Release Version 21 for Zero, One and Two containing all the recent updates and fixes we have. Release Version 21 for Three and Four - which will involve a massive amount of work to get these cores up to date. Redo the server commands to make them a bit more standard and obvious. Break out AHBot into its own daemon process Develop a mangos update daemon, which allows the ability to apply DB content and minor updates automatically Create Editors for the other xxxdocs systems (we curre3 points
-
So who has found out what happens when you put the mouse cursor over the Christmas lights at the top of the site? And are you liking the snow? So far I've scared a few of our developers with them! (Sound recommended).3 points
-
How to fix bugs? This one is easy! Take up knitting instead. Your sanity will thank you. Still, it's a well-written guide. I give it 10/10.3 points
-
So you've found a bug you want to fix, or a feature you want to implement, thanks! If you follow this guide it will make it much easier for the community to review your changes, and the core team to get them included in the next release. If you need an introduction to git, check out the tutorial and Everyday GIT With 20 Commands Or So. Making Your Changes The first thing you need to do is obtain a clone of the MaNGOS repository (We will assume MangosZero in these examples) $ git clone --recursive http://github.com/mangoszero/server.git 0server $ cd 0server Then you need to cre3 points
-
Hello everyone! I'm Shinzon (also have gone by Ruafo). I've actually been part of MaNGOS going WAYYYY back. I used to do work with TheLuda, Vladimr and Xeross. Worked a LOT on MangChat way back when and created several custom mods for MaNGOS. I stepped away for several years to have kids and I've also been working in Cyber Security doing penetration tests and network/firewall analysis. I really just wanted to get my hands dirty again with some of my old projects. I will be the first to admit that my (coding) skills are a bit rusty - so be kind as I bring myself back up to speed. A2 points
-
2 points
-
The default group loot does not work correctly for M2 What happens: Loot is treated as if free for all was set. What should happen: Each player takes turns looting a corpse, Kind of like round-robin. A threshold is also in place for items of a certain quality still requiring a roll. This portion of the default group look works on M1 and can be checked as a reference.2 points
-
Until the Error is fixed in the script by the devs, you can just edit the script to replace movemap-generator to mmap-extractor2 points
-
dont you need to match both name and password as uppercase?, some thing like this? $password_string = sha1(strtoupper($username) . ':' . strtoupper($sha_pass_hash))2 points
-
Hi and Welcome, Something I've leant over 30+ years developing is that the language you develop in is fairly unimportant... yes some languages are better at some things than others. Although I never learnt pascal, I did use pascal and helped a colleague debug it !! Although Visual Basic has been my main language throughout those years (VB1 to VB.Net), I was also taught Java. - It was via Java that I learnt C#..... and via C# that I finally got a handle on C++ The bottom line is, learn as much as you can.... and enjoy yourself doing it2 points
-
MaNGOSVB Recruitment Short and Sweet, we are looking for more developer's on our .NET branch of MaNGOS, It includes unique features such as Map Clustering, which allows for more than one concurrent WorldServer to host the game. Requirements Basic Knowledge of vb.net, querying of SQL and how to pull, push and commit on GitHub. Willingness to become a MaNGOS Developer and be added to the getMaNGOS Developer Discord Repository: https://github.com/mangosvb/serverZero IssueTracker: https://www.getmangos.eu/bug-tracker/mangos-vb/ IssueTracker (Unused): https://github2 points
-
Version 0.21.GitHub
1,337 downloads
Mangos Three Server - 0.21 For: World of Warcraft: Cataclysm Wiki: https://www.getmangos.eu/wiki/documentation/installation-guides/ Status: Testing, Unstable, Development Support client versions: 4.3.4 (15595) MangosThree-Serverx86.zip (32 Bit) MangosThree-Serverx64.zip (64 Bit) Builtin Scripts (SD3 & Eluna) Map Extractors Realm, World & Character databases Authentication Realm-Daemon server (realmd) Mangos-Daemon world server (Mangosd) Requirements: C++ Redistributable for Visual Studio 2015 (Included in .zip)2 points -
2 points
-
2 points
-
Hello, Grertings from Spain, actually I am using mangostwo, it awoseme remember the WoW with my friends! Thanks for all.2 points
-
You would be better off using the existing DB functionality for items to cast a spell on equip. https://www.getmangos.eu/wiki/referenceinfo/dbinfo/mangosdb/mangoszeroworlddb/item_template-r1064/#spellid_1 Im not sure if or when we would implement unequip hook in Eluna. If you do need something, do report it at https://github.com/ElunaLuaEngine/Eluna/issues2 points
-
Hey, Just wanted to draw everyone's attention to the new automated releases taking place over on github. I have spent the last few days working on our Appveyor setup. Changes I've implemented: Implement x64 build project Setup Appveyor caching on x86 platform to cache MySQL 5.7 Output build files to dedicated folder server_build On successful builds Appveyor will do the following now: Upload both x86 and x64 windows builds to github and auto release Upload a copy of the source code used with each release We are uploading the source code inst2 points
-
Today I bring you a quick update on the Rabbid Grizzly and the Blighted Elk that roam the Dragonsblight. Reworked all spawn locations and removed a huge amount of duplicates. I have added a before and after picture of an area that showed the most obvious improvement.2 points
-
MangosTwo (wotlk) has had significantly less development over the years compared to TC, which until recently was focussed only on wotlk. - because of this TC has always traditionally been the defacto core for running wotlk. The last two years have involved massive redesigns of the mangos foundation and we are improving the cores daily now. - As the different MaNGOS cores now share a lot of code, any improvements are applied across the cores thus allowing us to gain ground.2 points
-
I don't think you're going to see a more specific or straightforward error message than this, ever. It's telling you that the call to SendNotification on line 10 has a bad argument, that it is nil, when it expects a string. The argument there is the variable named 'message', which isn't defined anywhere in this script, hence the reason you're getting this error.2 points
-
MaNGOS used to have a IRC channel, however I (for reason which shall remain private on here) am not permitted to use IRC (long story). Discord was suggested as a alternative due to major problems with skype for an extended period of time. The problem with both of these is fragmentation of contact points. I for one cannot keep an eye on discord, skype, irc and the forum. Since I use skype at work, it has become the primary contact medium. However, I do try and work with people as much as I can.2 points
-
A problem was found in the extractor this morning which caused the extraction to fail, this has now been fixed2 points
-
Grumbo'z VIP System VIP System: ========= ok we only have a couple basic Vip/Premium systems so far that I have found on our site so I figured I would release a complete version of my VIP System. --Built Tested and Approved for TC2 3.3.5a Eluna ONLY-- --Tested and Approved for TC2 4.3.4 Eluna ONLY-- --Rumored to be compatible with Mangos Eluna-- Addon scripts: Allows for VIP 1 to xx. max VIP level set in the core (VIPMAX) currently set to 5. A VIP Coin to give access to extra commands and perks. A VIP Stone2 points
-
It loops through the elements in buffs table. _ is the key and v is the value from the table. _ is often used to indicate that the variable is not used. https://repl.it/HLJ3/0 http://www.lua.org/manual/5.2/manual.html#3.3.5 http://www.lua.org/manual/5.2/manual.html#pdf-ipairs http://www.lua.org/manual/5.2/manual.html#pdf-pairs2 points
-
ok i made you an example using a simple 2D table to store the buff id's. local command = "buff"; -- here we define "command" as local variable with a string value of "buff". I defined it as a `local` outside any functions so it is localized to this Lua file only. local buff = {}; -- here i define the variable `buff` as an empty table (Without data).again i have defined it as a local outside any functions so it is localized to this Lua file only. buff = {48074,35912,38734,65075,65077,43223,15366,36880,36880,16609,48073,48469,26035}; -- Here I will now store data in the table named `2 points
-
Hello, 1.12.1 and upwards are very similar versions. To my knowledge, they are only small variations from each others. Nothing to do with new spells or even new content. 1.12.1 changelog: New content. 1.12.2 changelog: Bugfixes. 1.12.3 changelog: Chinese-version bugfixes only. Tal'2 points
-
So, I'm not sure if this gets asked a lot... But I'm extremely curious... How did you guys (the dev team at mangos) actually create the core? Wouldn't you need to get Blizzard's "secret server files"? I'm very curious.2 points
-
2 points
-
I believe this issue may be related to: https://github.com/mangoszero/server/commit/1ff6c40b0d95e21ba220158eb010dc310fb85d8b If you can, can you try reverting this change and see whether the problem goes away: To revert the commit... 1) Open your git bash / shell and navigate to the sourcecode 2) type git revert 1ff6c40b0d95e21ba220158eb010dc310fb85d8b 3) Assuming that that worked without any errors, rebuild the source, copy it to your server and test2 points
-
Even if that were true, the point of kuJay's question was how a WoW server emulator is created from scratch without access to the actual retail server code. You are correct that much of the effort for older clients now is directed toward implementing and fixing features to replicate the game play as it existed at the time a particular client was current on official retail. That doesn't mean no further work is needed on the other areas. A lot of assumptions about the reliability of old research led to the perpetuation of bad information and data. There are still many opcodes whose function2 points
-
I have added WoWhead tooltips to the getmangos website. This change is site-wide and immediate. Methods of inserting tooltip popups. Using the standard insert link and linking to a wowhead.com item page will get you a popup in a link. Text with a popup link Click the new image in the editor bar above (second from the left in the top row) and enter the item ID. Linked by itemid Linking an image. Exactly the same as the above methods. The above will work anywhere on the site. This means you can link items in bug reports, foru2 points
-
Hello everyone, I am new to the MaNGOS forum. I am not new to MaNGOS, I have been creating private servers using the core for quite a few years now. I took a small hiatus for about 3 years but I am back in action. My new project is going to be done completely based on MaNGOS and I will become an active member of this forum. I hope to contribute to this team and help in any way I can. I am thinking about just a 1.12.1 server but I am considering a version of each. (1.12.1)(2.4.3)(3.3.5a) What are your thoughts?2 points
-
You have no idea just how many hoops we had to jump through to massage the tracker data into something useful !2 points
-
The fix works as intended. Will PR in the next few (days?) and close this thread when completed Thanks @Korisko for testing it out for me. ..And broke a few other things. haha2 points
-
I might have a fix for this.. "Might" being the key word... If you want to try it, I will have it added to a fork of the repo and you can clone/build trying that... Will have something within the next 24 hours for you to test if interested?2 points
-
If you install Doxygen and then point it at the sourcecode if should generate a chunk of code hierarchy which you can read2 points
-
Hello vanbeef, same here, I heard a lot of things where about to come to mangos2 so I wanted to come back and see where that was heading. I'm still so surprised to see daily updates here, you guys are awesome.2 points
-
INSERT INTO `creature_ai_scripts` (`id`, `creature_id`, `event_type`, `event_inverse_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action1_type`, `action1_param1`, `action1_param2`, `action1_param3`, `action2_type`, `action2_param1`, `action2_param2`, `action2_param3`, `action3_type`, `action3_param1`, `action3_param2`, `action3_param3`, `comment`) VALUES ('2123300','21233','11','0','100','1','0','0','0','0','21','0','0','0','0','0','0','0','0','0','0','0','Prevent Movement'), ('2123301','21233','9','0','100','1','0','50','50','2002 points
-
The cmangos fork split from mangos about 4 years ago and have continued to work on the core like we do. However include valid patches from them in our project as well as out own.2 points
-
All issues fixed in https://github.com/mangoszero/server/commit/9af47a5582b46b1678387c2e58f3b8e4de5ac2fa Awaiting feedback2 points
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®