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 > Ascent Guides
Reload this Page GUIDE - Compile and Set Up Ascent Youself!
Ascent Guides This section is for WoW emulated server, Ascent guides.
[NO QUESTIONS HERE]

Reply
 
LinkBack Thread Tools
GUIDE - Compile and Set Up Ascent Youself!
(#1)
Old
somguynamedmason is Offline
Corporal
Rep Power: 1
Reputation: 7
somguynamedmason is an unknown quantity at this point
 
Posts: 22
Join Date: Jan 2008
Wow Guides GUIDE - Compile and Set Up Ascent Youself! - 01-18-2008

Why would you want to compile yourself with all these repacks? I noticed people using repacks have more issues than people who compile yourself. I will teach you how to compile Ascent yourself. This seems like a lot of work, but I just made it really detailed.

IF YOU NEED HELP PLEASE ASK HERE DON'T PM ME!

Software you need:
TortoiseSVN: [Only registered and activated users can see links. ]
Microsoft Visual C++: [Only registered and activated users can see links. ]
XAMPP: [Only registered and activated users can see links. ]
SQLylog: [Only registered and activated users can see links. ]


Installing the software:
-Download and install all the programs

Downloading the Ascent Source
-Make a new folder called "AscentSource"
-Right click it and go to "SVN Checkout"
-In the top box, put [Only registered and activated users can see links. ], and leave everything else how it is.
-The username is "anonymous", and the password should be left blank.

Compiling Ascent
-Go to AscentSource/win and open "ascentVC90"
-At the top of the screen, change "debug" to "release".
-On the left hand side, it should say "Solution 'ascentVC90'." Right click it.
-Click "Clean Solution" to avoid errors
-Go back to the menu you were just at, and click "Build Solution."
-This may take a while. When it is done, you can close the window.

Compiling the Scripts
-Go to AscentSource\src\scripts and open "scripts2008"
-Do the same as you did to compile Ascent.

Moving the Compiled Server to a New Folder
-Go to AscentSource\bin\release
-Copy all the files in there.
-Make a folder elsewhere called "Ascent"
-Paste the files in there.

Setting up MySQL
-Open your XAMMP folder, and make run mysql
-Open SQLylog
-The host is "localhost", username is "root", password is blank, port is "3306", leave databases blank.
-On the left, right click and click "Create Database" Name it "aworld"
-Repeat last step, but name it "acharacter" and "alogon" this time.
-Go to the Tools menu > User Manager > Edit User
-Set a password for "root@localhost"

World Database:
-Make a folder called "NCDB"
-SVN Checkout, the URL is "[Only registered and activated users can see links. ]"
-Edit "Tool.bat"
-On this part:
Code:
set user=root
set pass= YOUR PASSWORD
REM  wdb  -  is the World Database
REM  cdb -  is the Character Database
REM If you do not have them seperated then set them to the same values
set wdb=aworld
set cdb=acharacter
-Save it and run. Use "W" for the letter.

Character/Logon Databases:
-Open SQLylog, but use the password you set this time
-Right Click "alogon", Restore from SQL Dump
-The file you need to restore is "AscentSource\sql\xxxx_logon_structure"
-Repeat for acharacter, but restore xxxx_character_structure

Getting the Maps
-Download [Only registered and activated users can see links. ]
-Put it in your WoW folder, make a folder called maps, and run it
-Copy the maps folder to your Ascent folder when it finishes.

Getting the DBC Files
-Download [Only registered and activated users can see links. ]
-Open notepad, and paste the following:
Code:
mpqe /p locale-enUS.MPQ DBFilesClient*.dbc
-Save it as dbc.bat (remember to change the type to all files!)
-Now put dbc.bat and the .exe in C:\World of Warcraft\data\enUS
-Run dbc.bat and when it is done, copy the files that it extracted into a DBC folder in your Ascent folder.

Configure Your Server(Almost done!):
-Open "ascent.conf" in your Ascent folder.
-
Code:
<WorldDatabase Hostname = "localhost" Username = "root" Password = "YOUR PASSWORD" Name = "aworld" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "localhost" Username = "root" Password = "YOUR PASSWORD" Name = "acharacter" Port = "3306" Type = "1">
-Find this: (remember the password!"
Code:
<LogonServer DisablePings = "0"
             RemotePassword = "PUT A PASSWORD HERE">
-Open logonserver.conf
-
Code:
<LogonDatabase Hostname = "localhost"
               Username = "root"
               Password = "YOUR PASSWORD"
               Name     = "alogon"
               Port     = "3306"
               Type     = "1">
-
Code:
<LogonServer RemotePassword = "I TOLD YOU TO REMEMBER!">
-Open realms.conf
-
Code:
<Realm1 Name = "REALM NAME"
        Address = "localhost:8129"
        Icon = "PVP"
        Colour = "1"
        Population = "1.0"
        TimeZone = "1">

Making an Account
-In SQLylog, go to alogon and use this query (change the Username and Password of course):
Code:
INSERT INTO accounts SET login = 'Username', password = 'Password', gm = 'az', flags = 8"

I hope I didn't forget anything!

Last edited by somguynamedmason; 01-19-2008 at 03:10 PM.
Reply With Quote

Donate to remove ads.
(#2)
Old
Functions is Offline
Knight
Rep Power: 1
Reputation: 10
Functions is on a distinguished road
 
Posts: 206
Join Date: Dec 2007
01-19-2008

Dude wtff...? I dont get it ii put the stuff from MPQ in DBC folder HUUUUUUH WTF?
Reply With Quote
(#3)
Old
somguynamedmason is Offline
Corporal
Rep Power: 1
Reputation: 7
somguynamedmason is an unknown quantity at this point
 
Posts: 22
Join Date: Jan 2008
01-19-2008

Quote:
Originally Posted by goblins4321 View Post
Dude wtff...? I dont get it ii put the stuff from MPQ in DBC folder HUUUUUUH WTF?
After you are done extracting, move the files to a folder called "DBC." Put the folder in your Ascent folder.
Reply With Quote
(#4)
Old
razhol's Avatar
razhol is Offline
Knight-Lieutenant
Rep Power: 2
Reputation: 56
razhol will become famous soon enough
 
Posts: 268
Join Date: Aug 2007
Location: Norway
01-19-2008

There are many guides like this but, if your one of the guys that don't understand it by reading get it in pictures ;P
Picture Guide: [Only registered and activated users can see links. ]
*Link found from another guide*



// God damn pc... I'll be back though... soon,,, I hope
Reply With Quote
(#5)
Old
troy23 is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 2
Reputation: 1
troy23 is an unknown quantity at this point
 
Posts: 11
Join Date: Aug 2007
03-24-2008

Nice Guide. Thanks.
Reply With Quote
(#6)
Old
Locky 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
Locky is an unknown quantity at this point
 
Posts: 15
Join Date: Apr 2008
04-15-2008

Confusing... but thanks.. i think
Reply With Quote
(#7)
Old
Xerxe 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
Xerxe is an unknown quantity at this point
 
Posts: 7
Join Date: Apr 2008
Location: Port Orange, Florida
04-16-2008

Beware, do not download XAMPP. I am not sure if it changed since he wrote this guide, but that program is LOADED with spyware. I had a brand new server, and everything was working great, until I installed XAMPP. Abotu 30 seconds later I started getting a ton of popups, then software started installing itself. I checked the processes and there had to be at least 30 processes with random letters/numbers running. Then it locked up. I tried rebooting, and it locked up again. So now I have to reload the entire server. DONT DOWNLOAD IT.
Reply With Quote
(#8)
Old
Pwntzyou's Avatar
Pwntzyou is Offline
Emulator Server Specialist

Rep Power: 1
Reputation: 95
Pwntzyou will become famous soon enough
 
Posts: 205
Join Date: Dec 2007
Location: Ironforge
04-23-2008

You must have installed a bugged version... it worked fine for me



<3 MysterioussouL for the sig
Reply With Quote
dont understand why
(#9)
Old
goblineater 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
goblineater is an unknown quantity at this point
 
Posts: 4
Join Date: Sep 2007
dont understand why - 04-24-2008

every time i try to build it says over and over again
"fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory"
and iv tryed 2 diff computers and still the same error
Reply With Quote
(#10)
Old
gopfa 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
gopfa is an unknown quantity at this point
 
Posts: 13
Join Date: May 2008
06-03-2008

official guide :

and no xampp is not loaded with spyware. i've been using it for years
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



Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.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 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