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 > Ascent Guides

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

Reply
 
LinkBack Thread Tools
  #1  
Old 02-24-2009
ziPlet's Avatar
ziPlet is offline.
Master Sergeant
  
 
Join Date: May 2007
Location: Netherlands
Posts: 86
Reputation: 19
Points: 1,455, Level: 3
Points: 1,455, Level: 3 Points: 1,455, Level: 3 Points: 1,455, Level: 3
Level up: 8%, 645 Points needed
Level up: 8% Level up: 8% Level up: 8%
Activity: 3.4%
Activity: 3.4% Activity: 3.4% Activity: 3.4%

Wow Guides [GUIDE] How to make a WOTLK 3.0.8 server

How to make a WOTLK 3.0.9 Server

What do u need:

-[Only registered and activated users can see links. ]

-[Only registered and activated users can see links. ]

-[Only registered and activated users can see links. ]

-[Only registered and activated users can see links. ] (U can use the repack from keazain for example, credits go to keazain )


Configuration MySQL:

- Click Next.
- Choose Typical.
- Click on Install.
- MySQL Server Confugration.
- Click Next.
- Choose Standard Confugration and click Next.
- Click Next again.
- Enter the root password (for example: mypassword) and Confirm it then click Next again.
- Now Click on Execute and wait untill its done.
- Click Finish.

Ur done with this part.

Configuration SQLyog:

- Click Next.
- Click on I accept the terms in the License Agreement and then click Next.
- Click Next Again.
- Click on Install.

U can close the installer now.

-Open SQLyog and click Continue.
U will see the following things:

-MySQL Host Address:
User Name:
Password:
Port:
Database(s):

-Change it as follow:

MySQL Host Address: localhost
User Name: root
Password: UR MYSQL PASSWORD
Port: 3306
Database(s):

(Dont fill anything in Database(s))
-Click Connect now.
-Look up for root@localhost (its on the left side)
-Right click on it and click on Create Database.
-Enter the following name: logon.
-Click on Create.
-Repeat those steps again only this time fill this name in: world.

As u can see on the left side there is an logon database and a world database.

We will start with the logon database:

- Right click on logon and click on Restore from SQL dump.
- Click on ... (The buttom with the 3 dots)
- Open the logon.sql file and click on Execute.

Ur done with the logon database.

Now we will begin with the world database:

- Right click on world and click on Restore from SQL dump.
- Click on ... (The buttom with the 3 dots)
- Open the world.sql file and click on Execute.

Ur done with the SQLyog part.


Configuration of ArcEmu:

I'll show u guys now how to edit the config files.

We will start with the "arcemu-logonserver.conf"
Go to the folder of ArcEmu, then search for the map "configs" and open with notepad the file named "arcemu-logonserver.conf"

Look up for:

<LogonDatabase Hostname = "localhost"
Username = "root"
Password = "ascent"
Name = "character"
Port = "3306"
Type = "1">

And Change it as follow:

<LogonDatabase Hostname = "localhost"
Username = "root"
Password = "UR MYSQL PASSWORD"
Name = "logon"
Port = "3306"
Type = "1">

We scrolling a lil. bit down now and we will see this:

<LogonServer RemotePassword = "ascent"
AllowedIPs = "127.0.0.1/24"
AllowedModIPs = "127.0.0.1/24">

We change it into this:

<LogonServer RemotePassword = "UR MYSQL PASSWORD"
AllowedIPs = "127.0.0.1/24"
AllowedModIPs = "127.0.0.1/24">

U can save it now and close it.

We are going now to the "arcemu-world.conf" config:

U can see in the beginning already this part:

<WorldDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "arcemu" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "character" Port = "3306" Type = "1">

Change it to:

<WorldDatabase Hostname = "localhost" Username = "root" Password = "UR MYSQL PASSWORD" Name = "world" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "localhost" Username = "root" Password = "UR MYSQL PASSWORD" Name = "logon" Port = "3306" Type = "1">

Now lookup for the following thing:

<Server PlayerLimit = "100"
Motd = "Welcome to an ArcEmu based server! Wrath of the Lich King is now live!"
SendStatsOnJoin = "1"
EnableBreathing = "1"
SeperateChatChannels = "0"
CompressionThreshold = "1000"
QueueUpdateInterval = "5000"
KickAFKPlayers = "0"
ConnectionTimeout = "180"
RealmType = "1"
AdjustPriority = "0"
RequireAllSignatures = "0"
ShowGMInWhoList = "1"
MapUnloadTime="0"
LimitedNames="1"
UseAccountData="0"
AllowPlayerCommands="0"
EnableLFGJoin="0"
TimeZone="0"
Collision="0"
DisableFearMovement="0">

U can change it too:

<Server PlayerLimit = "MAX. PLAYERS WHAT U WANT ON THE SERVER "
Motd = "UR WELCOME MESSAGE"
Motd = "UR WELCOME MESSAGE"
SendStatsOnJoin = "1"
EnableBreathing = "1"
SeperateChatChannels = "0"
CompressionThreshold = "1000"
QueueUpdateInterval = "5000"
KickAFKPlayers = "0"
ConnectionTimeout = "180"
RealmType = "1"
AdjustPriority = "0"
RequireAllSignatures = "0"
ShowGMInWhoList = "1"
MapUnloadTime="0"
LimitedNames="1"
UseAccountData="0"
AllowPlayerCommands="0"
EnableLFGJoin="0"
TimeZone="0"
Collision="0"
DisableFearMovement="0">

Okay we go further again lookup for:

<Rates Health="10"
Power1="10"
Power2="10"
Power3="10"
Power4="10"
QuestReputation="10"
KillReputation="10"
Honor="10"
PvPTimer="300000"
ArenaQueueDiff="150"
Compression="1"
XP="550"
QuestXP="250"
RestXP="20"
ExploreXP="10"
DropGrey="150"
DropWhite="150"
DropGreen="120"
DropBlue="100"
DropPurple="70"
DropOrange="40"
DropArtifact="30"
DropMoney="1000"
Save="300000"
SkillChance="10"
SkillRate="10"
ArenaMultiplier2x="10"
ArenaMultiplier3x="10"
ArenaMultiplier5x="10">

This is optinal. (U need to do this by ur own)

Now look for this:

<LogonServer DisablePings = "0"
RemotePassword = "ascent">

And change it too:

<LogonServer DisablePings = "0"
RemotePassword = "UR MYSQL PASSWORD">

Now save and close.

We do the same thing with the arcemu-realml.conf, open it with the note-pad and edit this:

<LogonServer Address = "localhost"
Port = "8093"
Name = "Default Logon"
RealmCount = "1">

And change it into this:

<LogonServer Address = "localhost"
Port = "8093"
Name = "logon"
RealmCount = "1">

Scroll down and look for:

<Realm1 Name = "Reon's - Fun Server"
Address = "5.168.170.139:8129"
Icon = "PVP"
Population = "1.0"
TimeZone = "1">

And change it too:

<Realm1 Name = "UR REALMLIST NAME (Example: OMGWTF Funserver)"
Address = "localhost:8129"
Icon = "PVP"
Population = "1.0"
TimeZone = "1">

How to join ur server:

Go to C:\Program Files\World of Warcraft\Data\enGB or enUS (or were ever ur WoW map is) and open the Realmlist.wtf and change it too:
set realmlist 127.0.0.1
set patchlist 127.0.0.1
set realmlistbn ""
set portal eu

Save and close it and Run WoW u can login now with:
Username: admin
Password: admin


Creating Accounts:

If u want to create a account then open SQLyog and connect to ur localhost.
-U need to see the tables from the logon DB so click on the + on the left side of logon.
-Then lookup for Accounts and click 1 time on it.
-Then u see somewere in the middle Table Data click on it.
-U only need to fill the following things in:
Acct: 1(if u want a second account make 2 of it, if ur creation another one make 3 of it etc etc)
Login: Ur username
Password: Ur Password
GM: AZ (az=admin) a (a=gm) or u can fill nothing in here and then its just a normal account without admin rights.
Flags: 24 (24 means WOTLK enabled on the account)
-Then click on the floppy picture or w/e u call it. (if u are with ur cursor on it u will see Save Changes)

U can close SQLyog now. (If ur server already is running go to the logon.exe and type reload in there)


How to make ur server PUBLIC? take a look at: [Only registered and activated users can see links. ] (credits to JulianX)



I hope this guid helped u
Greetings, ziPlet

Last edited by ziPlet; 4 Weeks Ago at 04:17 PM.
Reply With Quote


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

  #2  
Old 02-25-2009
Vragoth's Avatar
Vragoth is offline.
Knight-Lieutenant
  
 
Join Date: Nov 2008
Posts: 242
Reputation: 28
Points: 702, Level: 1
Points: 702, Level: 1 Points: 702, Level: 1 Points: 702, Level: 1
Level up: 61%, 198 Points needed
Level up: 61% Level up: 61% Level up: 61%
Activity: 1.8%
Activity: 1.8% Activity: 1.8% Activity: 1.8%
Nice contribution But were currently up at 3.0.9 so i think this is copied paste!
__________________


Rep anyone who helps you or posts something usefull!
Reply With Quote
  #3  
Old 02-25-2009
Amicitus's Avatar
Amicitus is offline.
Site Donator
  
 
Join Date: Oct 2006
Location: Germany
Posts: 59
Reputation: 4
Points: 768, Level: 1
Points: 768, Level: 1 Points: 768, Level: 1 Points: 768, Level: 1
Level up: 74%, 132 Points needed
Level up: 74% Level up: 74% Level up: 74%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%

Doesn't work, I get an error while executing the world.sql
Reply With Quote
  #4  
Old 02-25-2009
ziPlet's Avatar
ziPlet is offline.
Master Sergeant
  
 
Join Date: May 2007
Location: Netherlands
Posts: 86
Reputation: 19
Points: 1,455, Level: 3
Points: 1,455, Level: 3 Points: 1,455, Level: 3 Points: 1,455, Level: 3
Level up: 8%, 645 Points needed
Level up: 8% Level up: 8% Level up: 8%
Activity: 3.4%
Activity: 3.4% Activity: 3.4% Activity: 3.4%

I see, i've got the same problem i'll upload a new one.

Last edited by ziPlet; 02-25-2009 at 03:03 PM.
Reply With Quote
  #5  
Old 02-25-2009
exar34 is offline.
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
  
 
Join Date: Feb 2009
Posts: 2
Reputation: 3
hey, all of my stuff works ok except that when i create characters, they dont show up in my character list.. When i go onto the database it shows that i made them.. PLEASE HELP! thanks =D
Reply With Quote
  #6  
Old 02-25-2009
mandenjonas1's Avatar
mandenjonas1 is offline.
Master Sergeant
  
 
Join Date: Sep 2007
Location: behind you
Posts: 96
Reputation: 21
Ty for the new sql.. tryed it earlyer today, and i also got the same problem as everyone else.. But i will try it now
Reply With Quote
  #7  
Old 02-25-2009
ziPlet's Avatar
ziPlet is offline.
Master Sergeant
  
 
Join Date: May 2007
Location: Netherlands
Posts: 86
Reputation: 19
Points: 1,455, Level: 3
Points: 1,455, Level: 3 Points: 1,455, Level: 3 Points: 1,455, Level: 3
Level up: 8%, 645 Points needed
Level up: 8% Level up: 8% Level up: 8%
Activity: 3.4%
Activity: 3.4% Activity: 3.4% Activity: 3.4%

im going to upload a new logon db too it seems its a lil bit buggy to.
empty the logon database and execute the new one it should work then.
Reply With Quote
  #8  
Old 02-25-2009
jaganjac is offline.
Site Donator
  
 
Join Date: Jan 2009
Posts: 55
Reputation: 1
Points: 328, Level: 1
Points: 328, Level: 1 Points: 328, Level: 1 Points: 328, Level: 1
Level up: 82%, 72 Points needed
Level up: 82% Level up: 82% Level up: 82%
Activity: 1.1%
Activity: 1.1% Activity: 1.1% Activity: 1.1%

nice mate thanks
Reply With Quote
  #9  
Old 02-25-2009
mandenjonas1's Avatar
mandenjonas1 is offline.
Master Sergeant
  
 
Join Date: Sep 2007
Location: behind you
Posts: 96
Reputation: 21
There are still a execution bug at 36k executed..
Reply With Quote
  #10  
Old 02-25-2009
mandenjonas1's Avatar
mandenjonas1 is offline.
Master Sergeant
  
 
Join Date: Sep 2007
Location: behind you
Posts: 96
Reputation: 21
At 37670..
Reply With Quote
  #11  
Old 02-25-2009
mandenjonas1's Avatar
mandenjonas1 is offline.
Master Sergeant
  
 
Join Date: Sep 2007
Location: behind you
Posts: 96
Reputation: 21
oh.. My fault.. havent seen there was a folder called LATEST SQL! xD Sry. works fine i think.
Reply With Quote
  #12  
Old 02-25-2009
ziPlet's Avatar
ziPlet is offline.
Master Sergeant
  
 
Join Date: May 2007
Location: Netherlands
Posts: 86
Reputation: 19
Points: 1,455, Level: 3
Points: 1,455, Level: 3 Points: 1,455, Level: 3 Points: 1,455, Level: 3
Level up: 8%, 645 Points needed
Level up: 8% Level up: 8% Level up: 8%
Activity: 3.4%
Activity: 3.4% Activity: 3.4% Activity: 3.4%

okay let me know if there are any bugs
Reply With Quote
  #13  
Old 02-25-2009
mandenjonas1's Avatar
mandenjonas1 is offline.
Master Sergeant
  
 
Join Date: Sep 2007
Location: behind you
Posts: 96
Reputation: 21
At the Fun server, the World thing is bugged i think, when i run it it says: configs/arcemu-world.cfg And then it stops.
Reply With Quote
  #14  
Old 02-25-2009
ziPlet's Avatar
ziPlet is offline.
Master Sergeant
  
 
Join Date: May 2007
Location: Netherlands
Posts: 86
Reputation: 19
Points: 1,455, Level: 3
Points: 1,455, Level: 3 Points: 1,455, Level: 3 Points: 1,455, Level: 3
Level up: 8%, 645 Points needed
Level up: 8% Level up: 8% Level up: 8%
Activity: 3.4%
Activity: 3.4% Activity: 3.4% Activity: 3.4%

If u have that problem u need to replace it with other realm configs if u want i can upload those for u 2sec
Reply With Quote
  #15  
Old 02-25-2009
mandenjonas1's Avatar
mandenjonas1 is offline.
Master Sergeant
  
 
Join Date: Sep 2007
Location: behind you
Posts: 96
Reputation: 21
Thanks, would like that
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 04:07 PM.




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