MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides

Homepage Register FAQ Members Mark Forums Read Advertise Marketplace FPSowned


Go Back   MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides > WoW Emulator Server > Emulator Server Guides > Mangos Guides
Reload this Page How to setup the REAL MaNGOS ;)
Mangos Guides This section is for WoW emulated server, Mangos guides.
[NO QUESTIONS HERE]

Reply
 
LinkBack Thread Tools
How to setup the REAL MaNGOS ;)
(#1)
Old
Le Froid's Avatar
Le Froid is Offline
Contributor
Rep Power: 3
Reputation: 154
Le Froid has a spectacular aura aboutLe Froid has a spectacular aura about
 
Posts: 1,240
Join Date: Mar 2007
Location: /b/
Legendary How to setup the REAL MaNGOS ;) - 03-02-2008

I see so many people complaining about mangos stuff..

Well, that is because 99% are repacks, which suck ass!
This guide explains how to get real MaNGOS, set it up, maintain your server, and update it!


*Partial credits to [Only registered and activated users can see links. ]

STEP 1: Downloading the source

Required items: [Only registered and activated users can see links. ]

When that is installed, go into your desktop and create a folder called "MaNGOS-Source" or something.

Right click on your folder and select "SVN Checkout"

.On the top line where it says "URL of Repository" put in the url "https://mangos.svn.sourceforge.net/svnroot/mangos/trunk/".

.Do not change any other options, then press ok. This will download the source code.


STEP 2: Adding ScriptDev2 to make mangos awesome

Open your new folder, and go into the folder "src". Then open "bindings".
Now create a new folder named "scriptdev2"

Now right click and do the same, but at url of repository, type "https://scriptdev2.svn.sourceforge.net/svnroot/scriptdev2"

Now you have everything needed, and are ready to compile!


STEP 3: Compiling

Required items:
  • A Windows Operating System
  • A version of MS Visual C++:
    • Visual Studio 6 (Version 7/2003)
    • Visual Studio 2005 (Version 8/2005) + SP1
    • Visual C++ 2005 Express Edition (Version 8/2005). Available [Only registered and activated users can see links. ] for free.
  • Filebeam Downloads :
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
Install the SDK and a visual studio thing.
Then, open your mangos-source folder and then 'win' folder. Use one of the MangosVC__.sln's

Now go to Tools > Options (once you opened the project). In the dialog that pops up click the plus sign next to Projects and Solutions and then click VC++ Directories. The drop down menu should say Executable Files. Click the button that looks like a folder and type
Code:
C:Program FilesMicrosoft Platform SDK for Windows Server 2003 R2Bin
Then click the drop down menu and select Include Files. Click the folder button again and type in
Code:
C:Program FilesMicrosoft Platform SDK for Windows Server 2003 R2Include
Then click the drop down menu again and select Library Files. Click the folder button and type in

Code:
C:Program FilesMicrosoft Platform SDK for Windows Server 2003 R2Lib
Now that hard part is done
  • Now select Build->Build Solution from the menu. (Note: If you had an error or are having problems with the build you can select Build->Clean Solution to "reset" the compilation.)
  • Your MaNGOS application will now begin compiling.
    • This may take quite some time depending on the speed of your processor.
    • You WILL get various warning messages. This is expected and should not alarm you.
    • When the process is complete you should see a message like "Build: 9 succeeded, 0 failed, 0 up-to-date, 0 skipped". The key is to make sure that failed = 0. (If you are doing an update of an existing build you may get a message like "Build: 3 succeeded, 0 failed, 6 up-to-date, 0 skipped". Again, no failures so you are in good shape.)
  • Occasionally you will get this error: "error LNK1181: cannot open input file 'mangosd.lib'". In order to fix this iussue you can do these steps (once):
    • Right-click on "Solution 'mangosdVC80' (9 projects)" in solution explorer.
    • Select "Project Build Order..."
    • Click on the "Dependencies" tab.
    • In the "Projects:" drop down list, select "script" and check "mangosd" and hit OK.
    Build Solution.
Now go into your src/bindings/scriptdev2 and compile same way as this (except without the tools>options part)

STEP 4: Setting up stuff!

Now you got the hard part done, here is the boring-est part!

Go in your mangos-source folder and then go into map-extractor folder.
If there is already an ad.exe in there, place in your WoW folder, then create a maps folder and start ad.exe, then come back in 20 mins. Then place the maps folder in your mangos source folder/bin/release

Now you are ready to extract your DBCs.

If you don't have mpqe, get it here: [Only registered and activated users can see links. ]

Place it on your desktop and then go to run, then type cmd.
In the black box type "cd C:\\Users\\(YOURNAME)\\Desktop"

Then type "set PATH=%cd%"

Now type "cd "C:\\Program Files\\World of Warcraft\\data\\enUS(or enGB, depending on location)"

Now type "mpqe /p locale-enUS.MPQ DBFilesClient\*.dbc", or "mpqe /p locale-enGB.MPQ DBFilesClient\*.dbc" depending on loaction

It will extract into "C:\\Program Files\\World of Warcraft\\data\\enUS(or enGB)\\MPQOUT\\DBFilesClient"

Rename DBFilesClient to DBC and place in your mangos source folder/bin/release

SETTING UP DATABASE:

My fingers hurt so register on [Only registered and activated users can see links. ] and find their database, install it, and follow their setup guide (sorry for laziness )
Also if their database doesn't match your rev #, run sql updates in your mangos source/sql/updates

Links to DB release section
[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]

SETTING UP CONFIGS:

Go into mangos source/src/mangosd/ and copy mangosd.conf.in to your bin/Win32_Release folder. Then go into src/realmd/ and copy realmd.conf.in to your bin/Win32_Release folder.

Rename the .conf.in's to .conf

Read the comments in (#'s) and set them up (laziness..)


STEP 5: running teh server

Start realmd.exe and mangosd.exe
Go into WoW folder and set your realmlist to 127.0.0.1


Log on

STEP 6: Updating

Right click on mangos-source folder and click SVN Update, then re compile. Then right click on mangos-source/src/bindings/scriptdev2/ and recompile AFTER MaNGOS!


STEP 7: Maintaining (Still in progress!)

I'll write how to maintain the server (full version) later, but this is a crappy version

APPLY PATCHES:
Found a good patch you want to add to improve your server?
D/L the patch, right click on your folder, then hover to TortoiseSVN
Scroll down to "Apply Patch"
Click on your patch and then a popup appears.
After that just apply it!

MOD CORE: (WIP)

Learn C++ (cplusplus.com\doc\tutorial)
Modify

HOPE YOU ENJOYED IT


"I don't fail at stuff, I succeed at finding what doesn't work"

Last edited by Le Froid; 07-05-2008 at 09:54 PM.
Reply With Quote

Donate to remove ads.
(#2)
Old
insanesk8123's Avatar
insanesk8123 is Offline
Contributor
Rep Power: 3
Reputation: 236
insanesk8123 has a spectacular aura aboutinsanesk8123 has a spectacular aura aboutinsanesk8123 has a spectacular aura about
 
Posts: 572
Join Date: Feb 2007
Location: main(String[] args)
03-03-2008

Nice guide man been needing this.


By Jerbab
Reply With Quote
(#3)
Old
Le Froid's Avatar
Le Froid is Offline
Contributor
Rep Power: 3
Reputation: 154
Le Froid has a spectacular aura aboutLe Froid has a spectacular aura about
 
Posts: 1,240
Join Date: Mar 2007
Location: /b/
03-03-2008

Thanks Insane
Woohoo 123 rep

And how did this get 41 views 1 reply o.0


"I don't fail at stuff, I succeed at finding what doesn't work"
Reply With Quote
(#4)
Old
Cursed's Avatar
Cursed is Offline
Contributor
Rep Power: 3
Reputation: 226
Cursed has a spectacular aura aboutCursed has a spectacular aura aboutCursed has a spectacular aura about
 
Posts: 1,077
Join Date: Jun 2007
Location: Germany
03-03-2008

Hey m8
Great guide +rep 2x


Could someone upload the 2.4.1 WoW.exe for me?
Reply With Quote
(#5)
Old
~Jagris's Avatar
~Jagris is Offline
Contributor
Rep Power: 2
Reputation: 101
~Jagris will become famous soon enough~Jagris will become famous soon enough
 
Posts: 719
Join Date: Apr 2007
Location: PWNING Guitar Hero!!
03-09-2008

all the others did what mangos was made for, learning, how I miss mangos, I use ascent now allwell, and you forgot to include to buy some mangos lol



I am a hardcore gamer add me, get owned, QQ. Uhh I have the three rings of death atm so wait.
Reply With Quote
(#6)
Old
Clorcky's Avatar
Clorcky is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 1
Reputation: 2
Clorcky is an unknown quantity at this point
 
Posts: 25
Join Date: Feb 2008
03-15-2008

Quote:
Originally Posted by Le Froid View Post
Now you are ready to extract your DBCs.
Atm at this point ,it doesn't seem very much left now,and hope this guide will work,
tryed much guides,have putted 2h work in this one and hope it will be ok
Reply With Quote
(#7)
Old
soots.12 is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 0
Reputation: 1
soots.12 is an unknown quantity at this point
 
Posts: 2
Join Date: Feb 2008
03-17-2008

im stuck on the maps part...i added the ad file into my maps folder in WoW..i try clicking on it but it flashes and disappears reply with answer thnks
Reply With Quote
Nice Guide! :D
(#8)
Old
martinla is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 0
Reputation: 1
martinla is an unknown quantity at this point
 
Posts: 1
Join Date: Feb 2008
Wow Guides Nice Guide! :D - 03-19-2008

Hey dude (you with the "maps" problem) you sould not put the ad.exe file in the maps folder just put the ad.exe file in your WorldofWarcraft folder and make another folder (inside the WorldofWarcraft folder) named "maps" ,
Then click on add.exe and it will worg



Great guide! Atm im extracting the maps and everything so far have worked fine rep + 200
Reply With Quote
(#9)
Old
soots.12 is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 0
Reputation: 1
soots.12 is an unknown quantity at this point
 
Posts: 2
Join Date: Feb 2008
03-19-2008

thx man i was wondering y it wasnt workin got a bit confused XD
Reply With Quote
(#10)
Old
vadoman is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 0
Reputation: 1
vadoman is an unknown quantity at this point
 
Posts: 3
Join Date: Mar 2008
03-20-2008

im doing it atm im on maps do you put both ad files in or just one?..because there is 2 on mine
Reply With Quote
(#11)
Old
vadoman is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 0
Reputation: 1
vadoman is an unknown quantity at this point
 
Posts: 3
Join Date: Mar 2008
03-21-2008

it says cant create output file?? why
Reply With Quote
(#12)
Old
Saridormi's Avatar
Saridormi is Offline
Contributor
Rep Power: 3
Reputation: 239
Saridormi has a spectacular aura aboutSaridormi has a spectacular aura aboutSaridormi has a spectacular aura about
 
Posts: 356
Join Date: Mar 2007
Location: Outland.
03-24-2008

Great guide

I wish you'd continue it

+rep anyway..


Saridormi - Al'Akir EU - Undead Mage
Reply With Quote
(#13)
Old
kainmcloud is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 0
Reputation: 1
kainmcloud is an unknown quantity at this point
 
Posts: 2
Join Date: Oct 2007
Pirate 03-26-2008

Nice Nigga =D Only Cuz Im Nice Ive Never Knew How To Properley Use Mangos Now I Do You Helped Alot
Reply With Quote
(#14)
Old
asahi is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 1
Reputation: 1
asahi is an unknown quantity at this point
 
Posts: 9
Join Date: Oct 2007
04-07-2008

I loved this guide. Oh and I don't know much about it but you can apply patch files you get off the board to the uncompiled source. This can allow you to do more stuff with your server. Most of the stuff is geared to more blizzlike stuff though.

Just remember
Don't ask for help about a repack. They won't help you.
Also, do not I repeat do not mention you're running a public server the moderators don't like that because its considered illegal.

Oh yeah everytime you apply a patch you have to recompile it.

Last edited by asahi; 04-07-2008 at 05:20 AM. Reason: Patch compiling message
Reply With Quote
(#15)
Old
aria92 is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 0
Reputation: 1
aria92 is an unknown quantity at this point
 
Posts: 2
Join Date: Mar 2008
04-07-2008

Thanks for the guide it was very nice . But how do I add custom items and give myself special abilities, make others gm make custom vendors, drops, quests, goldrate , islands, droprate etc?

Last edited by aria92; 04-07-2008 at 11:15 AM.
Reply With Quote
Reply

Donate to remove ads.

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On




Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327