Network: WoW Gold | WoW Accounts | MPS Games | FPSowned
MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides
Homepage »      Register »      Hall of Fame »      Ranks And Awards »      Advertise »      Marketplace »
 
Sign up



Do you like this excellent information? Then Donate HERE to remove ads and support the MMOwned community.


Go Back   MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides > WoW Emulator Server > Emulator Server Guides > Mangos Guides

Mangos Guides This section is for WoW emulated server, Mangos guides.
[NO QUESTIONS HERE]

Reply
 
LinkBack Thread Tools
  #1  
Old 11-24-2007
golanka's Avatar
golanka is offline.
Banned
  
 
Join Date: Jul 2007
Posts: 35
Reputation: 1
Wow Guides NEW! 2.3.0 mangos cretion guide (By Golanka)

Tools you will be needed

Quote:
  • A copy of World of Warcraft either enUS or enGB.
  • MaNGOS Bins (Rev 3200 + MCH) -> [Only registered and activated users can see links. ]
  • SDB 0.6.1 -> [Only registered and activated users can see links. ]
  • The map extracting tool ad.exe -> [Only registered and activated users can see links. ]
  • The *.dbc extraction tool mpqe.exe -> [Only registered and activated users can see links. ]
  • MySQL -> [Only registered and activated users can see links. ]
  • A MySQL admin tool, such as Navicat or SQLyog, in this guide I will be using SQLyog because it is free and is almost the same as Navicat -> [Only registered and activated users can see links. ]
  • WAMP PHP5 Apache MySQL (For your website) -> [Only registered and activated users can see links. ]
Step 1: Creating your Workspace + Installing your files
Extracting MaNGOS Bins
  1. Download and extract your MaNGOS bins wherever you want, but this is where your server files will be placed. I will be referring to this as the MaNGOS directory. Please make sure that once you open that folder, there is no folder inside, so when you open your MaNGOS Dir. you will see the batch files mangosd.exe and realmd.exe, and other files. If you do not see these, cut the files and put them in the correct folder.
Installing tools
  1. After [Only registered and activated users can see links. ], double click the MySQL installation tool and begin installing your files. You don't need to sign up to use this, but you can do this later (I think it's free). After skipping the sign up, pick whatever dir. you want to install it (feel free to leave it as default), and then beginning installing. After it's completely, make sure that "Configure my MySQL Server Now" is checked off and then click Finish.
Configuring your MySQL Server
  1. Once the window pops up introducing you to the config wizard, click next
  2. Choose standard configuration then click next
    [Only registered and activated users can see links. ]
  3. Then choose to Install As Windows Service then click next
    [Only registered and activated users can see links. ]
  4. In the two empty dialog boxes, type in the password you wish to use for the MySQL root (aka Administrator) [Only registered and activated users can see links. ]. This is the most important account on MySQL and has full access to all databases and functionality. It's recommended you use a very strong password to prevent access to your MySQL server instance. Also, if you want to make your server public, check off "Enable root access from remote machines". Then click next
    [Only registered and activated users can see links. ]
  5. In this new window you should see 4 white bullets, and below a button called Execute. Click that button and wait for it to finish, it should then say below those 4 buttons in black that you have succesfully configured your MySQL server. That's when you click finish.
Getting Maps + DBCs
Maps
  1. Copy your ad.exe folder to your 1.12.1 enUS/enGB WoW Directory.
  2. Create a folder called maps in your 1.12.1 enUS/enGB WoW Directory
  3. Double click the ad.exe tool. Wait till it has finished extracting the map files.
  4. Once completely copy&paste or cut&paste the "maps" folder which should have 2400+ map files / 700mb of space to your Mangos Directory. Your Mangos Directory should now have the folders "maps" and "sql".
DBC's[list=1][*]Download this: [Only registered and activated users can see links. ][*]Extract the folder into your Mangos Directory


Step 2: Setting up your Database
Connecting to your MySQL Server
  1. Open up SQLyog. Please make sure it looks something like this:
    [Only registered and activated users can see links. ]
    The difference would be that firstly, the "password" you put was the one in step 4 for MySQL configuration, aka, your MySQL root password. [b]Make sure that at the bottom it has the 2 databases: realmd;mangos (not mangod).
Creating Empty Databases
  1. Click connect.
  2. On the left there is a tab called root@localhost. To create your databases. Right click that and click "Create new database" Name it "mangos"
  3. Repeat this step but name it this time "realmd"
  4. If the databases are already there, then you can skip these steps
Creating Spawned Databases
I suggest you close your SQLyog and open it again so you can see the new databases, which should look like this on the left tab:
[Only registered and activated users can see links. ]
If it looks like this, then we can move onto the next step, if it doesn't then it sux2beu (or I suggest you re-do EVERYTHING).
  1. Right click Realmd and click Restore from SQL Dump. This will open a new window. At the top there is a white [Only registered and activated users can see links. ], to the right there is a button with "..." inside, click that button, then go to your Mangos Directory, click the "sql" folder, and double click realmd. It should take you back to that window, now you can click execute. After it finishes, close the window.
  2. Right click mangos and click Restore from SQL Dump. This will open a new window. At the top there is a white bar, to the right there is a button with "..." inside, click that button, then look for where you extracted SDB (if you haven't do so now and then refresh the folder). Double click the SQL file and click Execute. Wait till it finishes loading (this may take a while depending on your [Only registered and activated users can see links. ]). After it's finished entirely, close the window.
Configuring MaNGOS!
Alright, so you have set up all your files, and you have gotten everything in tip top shape So then one last step until you are ready to starting up your MaNGOS LAN Server.
  1. Open up your MaNGOS Directory
  2. Right click on realmd.conf and open as Notepad, Textpad, anything with "pad" at the end :P
  3. Find
    Quote:
    LoginDatabaseInfo =" Change it to "LoginDatabaseInfo = "127.0.0.1;3306;root;[password];realmd"
    Your password should be the MySQL Root Password and then everything else should look like what's in the code. After edited, save and close realmd.conf
  4. Right click on mangos.conf and open as Notepad or Textpad
  5. Open mangosd.conf in notepad. It should be in your root server directory ("C:\MaNGOS).
  6. Find these lines and set as shown:
    o DataDir = "."
    o WorldDatabaseInfo = "127.0.0.1;3306;root;[password];mangos"
    o LoginDatabaseInfo = "127.0.0.1;3306;root;[password];realmd"
  7. Save and close file.
CONGRATULATIONS, MANGOS IS NOW FULLY CONFIGURED AND FUNCTIONAL

Connecting to your MaNGOS Server
  1. Go to your MaNGOS Directory
  2. Double click on realmd.exe
  3. Double click on mangos.exe
  4. While it's loading, go to your WoW Directory, open up the realmlist, and change the contents to:
    Quote:
    set realmlist 127.0.0.1
  5. Start up your WoW.exe
  6. Wait for the "beep" which indicates that MaNGOS has loaded and you can connect. Then log in with the following sample info (for maximum commands
    Quote:
    user: administrator
    pass: administrator
Voila! Create your characters and screw around!
Reply With Quote


Donate to remove ads, get your "DONATOR title, and get access to the MMOwned community's elite Shoutbawx.

  #2  
Old 11-24-2007
Zackala's Avatar
Zackala is offline.
Master Sergeant
  
 
Join Date: Nov 2006
Location: Berlin, Germany
Posts: 74
Reputation: 42
Re: NEW! 2.3.0 mangos cretion guide (By Golanka)

no offense but is this really your guide? u just uploaded another guide in the antrix section wich is completely differently struvturized than this one
Reply With Quote
  #3  
Old 11-24-2007
Jaman007 is offline.
New User
  
 
Join Date: Apr 2007
Posts: 8
Reputation: 1
Points: 478, Level: 1
Points: 478, Level: 1 Points: 478, Level: 1 Points: 478, Level: 1
Level up: 16%, 422 Points needed
Level up: 16% Level up: 16% Level up: 16%
Activity: 0.6%
Activity: 0.6% Activity: 0.6% Activity: 0.6%
Re: NEW! 2.3.0 mangos cretion guide (By Golanka)

LINK for The map extracting tool ad.exe doesn't work and when i download new ad.exe and copy folder maps in to the mangos dir it says some sort of error cuz of outdated file and mangosd is closed right away. What should I do?
Reply With Quote
  #4  
Old 11-24-2007
golanka's Avatar
golanka is offline.
Banned
  
 
Join Date: Jul 2007
Posts: 35
Reputation: 1
Re: NEW! 2.3.0 mangos cretion guide (By Golanka)

hmm not sure. i didnt get the problem.

This is my guide tho
Reply With Quote
  #5  
Old 11-24-2007
LGB is offline.
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
  
 
Join Date: Sep 2007
Posts: 6
Reputation: 1
Re: NEW! 2.3.0 mangos cretion guide (By Golanka)

I get a execute prob its says: "There was an error while executing a query.
The query and the error message has been logged at:
C:\Documents and Settings\"My Comuter name"\Programdata\SQLyog\sqlyog.err.
Please click on "Open Error File..." to open the error file."
Reply With Quote
  #6  
Old 11-24-2007
LGB is offline.
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
  
 
Join Date: Sep 2007
Posts: 6
Reputation: 1
Re: NEW! 2.3.0 mangos cretion guide (By Golanka)

i found it out did all over again
Reply With Quote
  #7  
Old 11-24-2007
LGB is offline.
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
  
 
Join Date: Sep 2007
Posts: 6
Reputation: 1
Re: NEW! 2.3.0 mangos cretion guide (By Golanka)

Hey! another prob got up. On the WAMP5 says: none of 2 services running should it says so or shouldn't it? And do you know anny tips when wow can't validate the game version?
Reply With Quote
  #8  
Old 11-24-2007
ace216 is offline.
Banned
  
 
Join Date: Sep 2007
Posts: 11
Reputation: 2
Re: NEW! 2.3.0 mangos cretion guide (By Golanka)

hello can you post me the

mangosd
cof file
so i can delete it all and put it how its mean't to be plz
Reply With Quote
  #9  
Old 11-25-2007
Eriqoball's Avatar
Eriqoball is offline.
Sergeant
  
 
Join Date: Jan 2007
Posts: 46
Reputation: 10
Points: 944, Level: 2
Points: 944, Level: 2 Points: 944, Level: 2 Points: 944, Level: 2
Level up: 9%, 456 Points needed
Level up: 9% Level up: 9% Level up: 9%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
Re: NEW! 2.3.0 mangos cretion guide (By Golanka)

the link to the maps is not working
__________________
is the answer who? wrong. OBJECTION!
Reply With Quote
  #10  
Old 11-25-2007
jordy5000 is offline.
Master Sergeant
  
 
Join Date: Apr 2007
Location: At my computer ^^
Posts: 96
Reputation: 10
Points: 887, Level: 1
Points: 887, Level: 1 Points: 887, Level: 1 Points: 887, Level: 1
Level up: 98%, 13 Points needed
Level up: 98% Level up: 98% Level up: 98%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%

Re: NEW! 2.3.0 mangos cretion guide (By Golanka)

Are these DB's complete because i see no table for items...
Reply With Quote
  #11  
Old 11-25-2007
zaronz is offline.
Banned
  
 
Join Date: Sep 2007
Posts: 36
Reputation: 1
Re: NEW! 2.3.0 mangos cretion guide (By Golanka)

Wish i could rep+ u mate, but the Lazy leecher curse wont let me
Reply With Quote
  #12  
Old 11-25-2007
Caros's Avatar
Caros is offline.
Master Sergeant
  
 
Join Date: Jan 2007
Posts: 104
Reputation: 26
Points: 938, Level: 2
Points: 938, Level: 2 Points: 938, Level: 2 Points: 938, Level: 2
Level up: 8%, 462 Points needed
Level up: 8% Level up: 8% Level up: 8%
Activity: 0.7%
Activity: 0.7% Activity: 0.7% Activity: 0.7%

Re: NEW! 2.3.0 mangos cretion guide (By Golanka)

This post deserves some rep. Good guide.
Reply With Quote
  #13  
Old 11-25-2007
Ikookniet is offline.
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
  
 
Join Date: Nov 2007
Posts: 1
Reputation: 1
Re: NEW! 2.3.0 mangos cretion guide (By Golanka)

yo guys i have a question i want to start up my server but i can start realmd.exe but when i want to start mangosd.exe it shows the msdos and then closes what do i need to do PLZ HELP
Reply With Quote
  #14  
Old 11-25-2007
karpis is offline.
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
  
 
Join Date: Nov 2007
Posts: 11
Reputation: 1
Re: NEW! 2.3.0 mangos cretion guide (By Golanka)

This is server 1.12.1 server guide I think, this is like a 1.12.1 ManGOS server guide. U have in mind 2.3.0 server ? U realy think man this is 2.3.0?? server guide?
Reply With Quote
  #15  
Old 11-25-2007
Tom_2001's Avatar
Tom_2001 is offline.
Contributor
  
 
Join Date: Oct 2007
Location: liverpool
Posts: 612
Reputation: 176
Re: NEW! 2.3.0 mangos cretion guide (By Golanka)

lol retard guide.
Reply With Quote
Reply

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



All times are GMT -4. The time now is 02:34 AM.




Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.1

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 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493