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] Making a Private Server and getting it public!
Ascent Guides This section is for WoW emulated server, Ascent guides.
[NO QUESTIONS HERE]

Reply
 
LinkBack Thread Tools
[Guide] Making a Private Server and getting it public easy! 2.4.X supported - Updated
(#1)
Old
Jackie Moon's Avatar
Jackie Moon is Offline
Knight
Rep Power: 1
Reputation: 33
Jackie Moon is on a distinguished road
 
Posts: 199
Join Date: May 2008
Location: Shabangabang
Wow Guides [Guide] Making a Private Server and getting it public easy! 2.4.X supported - Updated - 07-07-2008

I will get you a server and public today!

Ok download any repack but for this i will use Ac Web Repack 7.8 from

[Only registered and activated users can see links. ]

while it's downloading you may aswell get MySQL and Navicat, they are your lets say "directories" to your server.

Navicat: [Only registered and activated users can see links. ]get the lite version (scroll down)

MySQL: [Only registered and activated users can see links. ] get the community version.

Ok once they have downloaded install the AC web repack. It will save to your C:/ drive.

Go to My Computer and to the C:/ drive and open Ac Web Repack and there you have it your whole server.

Once MySQL has downloaded install and follow the steps and same with navicat make sure you use basic installation.

Once it is all done open the Repack in the C:/ drive and go to:

Server > mysql > and click on mysql_install service.

Now open navicat and make a new connection with the standard for AC repack.

Connection Name: Ascent
Hostname/IP: leave as Localhost or 127.0.0.1
Port: 3306
Username: root
Password ascent

There now you can access your Database.

Making public

First to portforward:

In your browser bar type in 192.168.1.1

It will need a password and user name here are some standard access users and passwords:

Admin, Admin
Admin, Password
Admin, (nothing)

Now port forward these:

3306 - 3306
8129 - 8129
8093 -8093
6112 - 6112
6881-6999
3036 - 3036
8050 -8050


[Only registered and activated users can see links. ]

FOR BOTH UDP and TCP Once your done.

GO TO [Only registered and activated users can see links. ]

Make an account then follow these steps:

Click on
Services
then
DynamicDNS
then
Press Get Started

Fill out the table and make sure you use the Auto Detected IP and have wildcard Checked. Once done click create host and write down the name.

Then go to [Only registered and activated users can see links. ]

For you external IP which you need (write it down).

Go to Start, run and type in CMD or Command

Type in /ipconfig and a list will come up.

Find your IP address and write it down EG: 192.168.1.X

Go to Start, Run and search C:\Windows\System32\Drivers\etc

And open hosts with notepad.

Down the bottem add this in:

ip config IP Your.DynDNS.host
[Only registered and activated users can see links. ] Your.DynDNS.host

So it looks like this for example:

192.168.1.12 mydns.game-host.org
51.234.212.31 mydns.game-host.org


Ive seen Localhost or 127.0.0.1 in it, which is not necesary

NOW go to AC web Repack and open your REALMS.conf file

And change these fields:

Code:
<LogonServer Address = "your DynDNS"
             Port = "8093"
             Name = "Default Logon"
             RealmCount = "1">
Code:
Realm1 Name = "Jackies Sanctum"
        Address = "whatismyip.com:8129"
        Icon = "PVP"
        Population = "1.0"
        TimeZone = "1">
KEEP THE :8129

Now open you LOGONSERVER.conf file.

Code:
<Listen Host = "DynDNS"
        ISHost = "Ipconfig IP"
        RealmListPort = "3724"
        ServerPort = "8093">
Now get your friends to change there realmlist to your DNS and your ready to play!

Bonus HELP!

Open your World.conf files and delete the Die directives and the localization setup so your optional.conf file can work (means optional instant 70 and more!)

Realm Looping

Open your Realms.conf file and change the following:

Code:
<LogonServer Address = "127.0.0.1"
             Port = "8093"
             Name = "Default Logon"
             RealmCount = "2">
And down the bottom add:

Code:
<Realm1 Name = "Jackies Sanctum"
        Address = "whatismyip.com:8129"
        Icon = "PVP"
        Population = "1.0"
        TimeZone = "1">

<Realm2 Name = "Admin Only"
        Address = "IpconfigIP:8129"
        Icon = "PVP"
        Population = "1.0"
        TimeZone = "1">
Open you ascent-logonserver.conf and change:

Code:
<LogonServer RemotePassword = "ascent"
             AllowedIPs = "IpconfigIP/32"
             AllowedModIPs = "IpconfigIP/32">
If you need help post here!



Last edited by Jackie Moon; 2 Weeks Ago at 11:50 AM.
Reply With Quote

Donate to remove ads.
(#2)
Old
Houston3 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
Houston3 is an unknown quantity at this point
 
Posts: 1
Join Date: Mar 2008
07-08-2008

i cant get it to work
Reply With Quote
(#3)
Old
Jackie Moon's Avatar
Jackie Moon is Offline
Knight
Rep Power: 1
Reputation: 33
Jackie Moon is on a distinguished road
 
Posts: 199
Join Date: May 2008
Location: Shabangabang
07-08-2008

what part??


Reply With Quote
(#4)
Old
Fuzzypill0w 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
Fuzzypill0w is an unknown quantity at this point
 
Posts: 1
Join Date: Jul 2008
07-08-2008

Server connection from 192.168.1.103:1294 DENIED, not an allowed IP

That's What i got
Reply With Quote
(#5)
Old
Jackie Moon's Avatar
Jackie Moon is Offline
Knight
Rep Power: 1
Reputation: 33
Jackie Moon is on a distinguished road
 
Posts: 199
Join Date: May 2008
Location: Shabangabang
07-08-2008

Quote:
Originally Posted by Fuzzypill0w View Post
Server connection from 192.168.1.103:1294 DENIED, not an allowed IP

That's What i got
Oh my bad thats easy to fix ill update the guide but ill tell you want to do.

Open you ascent-logonserver.conf and change

Code:
<LogonServer RemotePassword = "ascent"
             AllowedIPs = "192.168.1.XX/32"
             AllowedModIPs = "192.168.1.XXX/32">
put your IP which is 192.168.1.103 so just copy and past this

<LogonServer RemotePassword = "ascent"
AllowedIPs = "192.168.1.103/32"
AllowedModIPs = "192.168.1.103/32">

and you will be fine


Reply With Quote
(#6)
Old
ryshu 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
ryshu is an unknown quantity at this point
 
Posts: 11
Join Date: Jul 2008
07-08-2008

Yeah it messes up for me also but with this instead

"Connecting to logonserver on 'unkn.servegame.org'
Authenticating...
Authentication timed out.


" Wait never mind I figured it out, I just had to change :

<LogonServer RemotePassword = "ascent"
AllowedIPs = "192.168.1.103/32"
AllowedModIPs = "192.168.1.103/32">

The "/32" had to be "/24"

Last edited by ryshu; 07-08-2008 at 11:54 PM.
Reply With Quote
(#7)
Old
Jackie Moon's Avatar
Jackie Moon is Offline
Knight
Rep Power: 1
Reputation: 33
Jackie Moon is on a distinguished road
 
Posts: 199
Join Date: May 2008
Location: Shabangabang
07-09-2008

yes /32 and /24 depends on the person connection in some way.


Reply With Quote
(#8)
Old
Jackie Moon's Avatar
Jackie Moon is Offline
Knight
Rep Power: 1
Reputation: 33
Jackie Moon is on a distinguished road
 
Posts: 199
Join Date: May 2008
Location: Shabangabang
2 Weeks Ago

BUMP has been awhile and i updated adding screenies soon!


Reply With Quote
hi
(#9)
Old
kabanos99 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
kabanos99 is an unknown quantity at this point
 
Posts: 4
Join Date: Aug 2008
hi - 2 Weeks Ago

Hey guys it seems to tell me when i come to run my server its not public it tells me when i run "arcemu-logonserver" it tells me "this application failed to start because application configuration is incorrect" pls help me anyone if u need any email address send me on

kabanos99 @ hot mail.com or Bimbocherb @ yahoo.com pls any help is good=)
Reply With Quote
(#10)
Old
alamohippo 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: 3
alamohippo is an unknown quantity at this point
 
Posts: 12
Join Date: May 2007
2 Weeks Ago

I did all this and my friends can SEE the realm but they are getting a realm loop...
Any ideas on how to fix it?
Reply With Quote
(#11)
Old
Sandile 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
Sandile is an unknown quantity at this point
 
Posts: 3
Join Date: Aug 2008
2 Weeks Ago

I got a problem.
This part doesnt seems to work for me:

Ok once they have downloaded install the AC web repack. It will save to your C:/ drive.

Go to My Computer and to the C:/ drive and open Ac Web Repack and there you have it your whole server.

Once MySQL has downloaded install and follow the steps and same with navicat make sure you use basic installation.
___________________________________________________________
Once it is all done open the Repack in the C:/ drive and go to:

Server > mysql > and click on mysql_install service.

___________________________________________________________

because when I open mysql_installservice
it says like this :

___________________________________________________________

Installing MySQL as an service
Unable to find the Searchway.
Unable to find the Searchway.
Try to start the MySQL deamon as service ...
systemerror 5 have occured.

acces denided.

Press any key to continu.
___________________________________________________________

its not exacly like that but I cant translate anybeter from swedish to english.
I hope you understand it anyways.

I got the server to work before but I couldnt update the server to 2.4.3 can you give me a link how to update to patch 2.4.3?
Reply With Quote
(#12)
Old
saintchuck 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
saintchuck is an unknown quantity at this point
 
Posts: 6
Join Date: Aug 2008
1 Week Ago

No realmlist pops up :s

Last edited by saintchuck; 1 Week Ago at 09:33 PM.
Reply With Quote
(#13)
Old
Ct88 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
Ct88 is an unknown quantity at this point
 
Posts: 2
Join Date: Aug 2008
1 Week Ago

Everything works great EXCEPT when I try and log on the server, the server shows up, but when I try to log on, it's stuck at "Logging into server" or "Connected" I can never get to the character creation screen...
Reply With Quote
(#14)
Old
demoninky 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
demoninky is an unknown quantity at this point
 
Posts: 1
Join Date: Nov 2006
1 Week Ago

Well i tried following the directions and all i came back with was the realmlist loop. I followed the instructions on fixing that problem and the logonserver loads and instantly shuts down. any suggestions?
Reply With Quote
(#15)
Old
weitt 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
weitt is an unknown quantity at this point
 
Posts: 2
Join Date: Jul 2008
1 Week Ago

im haveing trouble with navi cat i made a thing called ascent now what....?
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