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 NEW! 2.3.0 mangos cretion guide (By Golanka)
Mangos Guides This section is for WoW emulated server, Mangos guides.
[NO QUESTIONS HERE]

Reply
 
LinkBack Thread Tools
NEW! 2.3.0 mangos cretion guide (By Golanka)
(#1)
Old
golanka's Avatar
golanka is Offline
Banned
Rep Power: 0
Reputation: 1
golanka is an unknown quantity at this point
 
Posts: 35
Join Date: Jul 2007
Wow Guides NEW! 2.3.0 mangos cretion guide (By Golanka) - 11-24-2007

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
  3. Then choose to Install As Windows Service then click next
  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
  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:

    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:

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.
Re: NEW! 2.3.0 mangos cretion guide (By Golanka)
(#2)
Old
Zackala's Avatar
Zackala is Offline
Master Sergeant
Rep Power: 2
Reputation: 42
Zackala is on a distinguished road
 
Posts: 74
Join Date: Nov 2006
Location: Berlin, Germany
Re: NEW! 2.3.0 mangos cretion guide (By Golanka) - 11-24-2007

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
Re: NEW! 2.3.0 mangos cretion guide (By Golanka)
(#3)
Old
Jaman007 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
Jaman007 is an unknown quantity at this point
 
Posts: 1
Join Date: Apr 2007
Re: NEW! 2.3.0 mangos cretion guide (By Golanka) - 11-24-2007

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
Re: NEW! 2.3.0 mangos cretion guide (By Golanka)
(#4)
Old
golanka's Avatar
golanka is Offline
Banned
Rep Power: 0
Reputation: 1
golanka is an unknown quantity at this point
 
Posts: 35
Join Date: Jul 2007
Re: NEW! 2.3.0 mangos cretion guide (By Golanka) - 11-24-2007

hmm not sure. i didnt get the problem.

This is my guide tho
Reply With Quote
Re: NEW! 2.3.0 mangos cretion guide (By Golanka)
(#5)
Old
LGB 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
LGB is an unknown quantity at this point
 
Posts: 6
Join Date: Sep 2007
Re: NEW! 2.3.0 mangos cretion guide (By Golanka) - 11-24-2007

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
Re: NEW! 2.3.0 mangos cretion guide (By Golanka)
(#6)
Old
LGB 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
LGB is an unknown quantity at this point
 
Posts: 6
Join Date: Sep 2007
Re: NEW! 2.3.0 mangos cretion guide (By Golanka) - 11-24-2007

i found it out did all over again
Reply With Quote
Re: NEW! 2.3.0 mangos cretion guide (By Golanka)
(#7)
Old
LGB 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
LGB is an unknown quantity at this point
 
Posts: 6
Join Date: Sep 2007
Re: NEW! 2.3.0 mangos cretion guide (By Golanka) - 11-24-2007

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
Re: NEW! 2.3.0 mangos cretion guide (By Golanka)
(#8)
Old
ace216 is Offline
Banned
Rep Power: 0
Reputation: 2
ace216 is an unknown quantity at this point
 
Posts: 11
Join Date: Sep 2007
Re: NEW! 2.3.0 mangos cretion guide (By Golanka) - 11-24-2007

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
Re: NEW! 2.3.0 mangos cretion guide (By Golanka)
(#9)
Old
Eriqoball's Avatar
Eriqoball is Offline
Sergeant
Rep Power: 2
Reputation: 10
Eriqoball is on a distinguished road
 
Posts: 46
Join Date: Jan 2007
Re: NEW! 2.3.0 mangos cretion guide (By Golanka) - 11-25-2007

the link to the maps is not working


is the answer who? wrong. OBJECTION!
Reply With Quote
Re: NEW! 2.3.0 mangos cretion guide (By Golanka)
(#10)
Old
jordy5000 is Offline
Master Sergeant
Rep Power: 2
Reputation: 9
jordy5000 is an unknown quantity at this point
 
Posts: 86
Join Date: Apr 2007
Location: At my computer ^^
Re: NEW! 2.3.0 mangos cretion guide (By Golanka) - 11-25-2007

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

Wish i could rep+ u mate, but the Lazy leecher curse wont let me
Reply With Quote
Re: NEW! 2.3.0 mangos cretion guide (By Golanka)
(#12)
Old
mettlehead's Avatar
mettlehead is Offline
Sergeant
Rep Power: 2
Reputation: 6
mettlehead is an unknown quantity at this point
 
Posts: 41
Join Date: Jan 2007
Re: NEW! 2.3.0 mangos cretion guide (By Golanka) - 11-25-2007

This post deserves some rep. Good guide.
Reply With Quote
Re: NEW! 2.3.0 mangos cretion guide (By Golanka)
(#13)
Old
Ikookniet 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
Ikookniet is an unknown quantity at this point
 
Posts: 1
Join Date: Nov 2007
Re: NEW! 2.3.0 mangos cretion guide (By Golanka) - 11-25-2007

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
Re: NEW! 2.3.0 mangos cretion guide (By Golanka)
(#14)
Old
karpis 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
karpis is an unknown quantity at this point
 
Posts: 11
Join Date: Nov 2007
Re: NEW! 2.3.0 mangos cretion guide (By Golanka) - 11-25-2007

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
Re: NEW! 2.3.0 mangos cretion guide (By Golanka)
(#15)
Old
Tom_2001's Avatar
Tom_2001 is Offline
Contributor
Rep Power: 2
Reputation: 176
Tom_2001 has a spectacular aura aboutTom_2001 has a spectacular aura about
 
Posts: 608
Join Date: Oct 2007
Location: liverpool
Re: NEW! 2.3.0 mangos cretion guide (By Golanka) - 11-25-2007

lol retard guide.
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