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-09-2008
Djfrederick is offline.
Banned
  
 
Join Date: Sep 2008
Location: Denmark
Posts: 380
Reputation: 127
Wow Guides [Guide] Making your Server public with Hamachi

Hey, i am a retard. This is for ascent - But its almost the same, there is a comple of things, that's not nesacary, but give me a comment

STEP 1:

First we will download Hamachi for you private Server.

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

_________________________________________________________________

STEP 2:

When you have downloaded Hamachi. Start it up and click on the button down in the left corner. When you have clicked it, it should be green.

Now click on the buttom, that looks like a triangle.
Choose 'Create a new network.' Give your connection a name, and a password. You choose what. Now look at the top of your Hamachi program.
Write down the numbers, its your Hamachi IP. Everytime i say 'Put in your Hamachi IP', it means that number.

_________________________________________________________________

STEP 3:

Now you have to edit your .conf files.

Go to your Repack folder. Ascent, acremu or whatever it called.
Open up your World.conf. And find this part:

Code:
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Listen Config
#
#    Host
#        This is the address that the server will listen on.
#        To listen on all addresses, set it to 0.0.0.0
#        Default: 127.0.0.1 (localhost)
#
#    WorldServerPort
#        This is the port that the world server listens on.
#        It has to be the same as what is specified in the
#        realms table in the LogonDatabase.
#        Default: 8129
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

<Listen Host = "0.0.0.0"
        WorldServerPort = "8129">
Chance the Listen Host to your Hamachi IP, so it looks like this:

Code:
  #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Listen Config
#
#    Host
#        This is the address that the server will listen on.
#        To listen on all addresses, set it to 0.0.0.0
#        Default: 127.0.0.1 (localhost)
#
#    WorldServerPort
#        This is the port that the world server listens on.
#        It has to be the same as what is specified in the
#        realms table in the LogonDatabase.
#        Default: 8129
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

<Listen Host = "Hamachi IP"
        WorldServerPort = "8129">
Now close that and go to your Logonserver.conf file.

Code:
# Host Directive
#
#    This is the address that the realmlist will listen on.
#    To listen on all addresses, set it to 0.0.0.0
#    Default: 127.0.0.1 (localhost)
#
#    Note: ISHost is the interserver communication listener.
#

<Listen Host = "0.0.0.0"
        ISHost = "0.0.0.0"
        RealmListPort = "3724"
        ServerPort = "8093">
And chance the Listen Host and the ISHost to your Hamachi IP. It should look like this:

Code:
# Host Directive
#
#    This is the address that the realmlist will listen on.
#    To listen on all addresses, set it to 0.0.0.0
#    Default: 127.0.0.1 (localhost)
#
#    Note: ISHost is the interserver communication listener.
#

<Listen Host = "Hamachi IP"
        ISHost = "Hamachi IP"
        RealmListPort = "3724"
        ServerPort = "8093">
Close logonserver.conf and go to your realms.conf file.

Code:
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# LogonServer Section
#
#    Address:
#        The address (no port) of the server.
#
#    Port:
#        The port on which the logon server listens. (*** NOT 3724 ***)
#
#    Name:
#        Not really relavant, but name the logon.
#
#    RealmCount:
#        The number of realms in the next section.
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

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

#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Realm Section
#
#    Name:
#        The name of the realm.
#    
#    Address:
#        The address (and port) of that realm.
#
#    Icon:
#        The type of realm (PVP, Normal, RPPVP, RP)
#
#    Colour:
#        Realm colour in realm list display.
#
#    TimeZone:
#        Time zone the realm is in.
#
#    Population:
#        (0 = low, 1 = medium, 2 = high)
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

<Realm1 Name = "Server Name"
        Address = "127.0.0.1:8129"
        Icon = "PVP"
        Colour = "1"
        Population = "1.0"
        TimeZone = "1">
Chance the Logonserver Address to your Hamachi IP. Then go down in the bottum, and chance the Address to your Hamachi IP. THE :8129 SHALL STAY!

It should look like this:

Code:
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# LogonServer Section
#
#    Address:
#        The address (no port) of the server.
#
#    Port:
#        The port on which the logon server listens. (*** NOT 3724 ***)
#
#    Name:
#        Not really relavant, but name the logon.
#
#    RealmCount:
#        The number of realms in the next section.
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

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

#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Realm Section
#
#    Name:
#        The name of the realm.
#    
#    Address:
#        The address (and port) of that realm.
#
#    Icon:
#        The type of realm (PVP, Normal, RPPVP, RP)
#
#    Colour:
#        Realm colour in realm list display.
#
#    TimeZone:
#        Time zone the realm is in.
#
#    Population:
#        (0 = low, 1 = medium, 2 = high)
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

<Realm1 Name = "Your servers name."
        Address = "Hamachi IP:8129"
        Icon = "PVP"
        Colour = "1"
        Population = "1.0"
        TimeZone = "1">
Now close that, and you are done.

STEP 4:

How to get your friends on your server:

You friends have to get the Hamachi program to. When they have there Hamachi open, they have to go to 'Join a network' and type in, what you made. Then give your friends you Hamachi IP. They have to go to there realmlist.wtf file, and chance it to:
set realmlist Hamachi IP
set patchlist Hamachi IP
Save and quit - And then they can log in to your server with the account you made for them!

It works almost 100% everytime. But if it shouldn't work anyway, post in here. I will tell you whats wrong.


Good Luck!

Last edited by Djfrederick; 11-25-2008 at 01:10 PM.
Reply With Quote


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

  #2  
Old 11-15-2008
Djfrederick is offline.
Banned
  
 
Join Date: Sep 2008
Location: Denmark
Posts: 380
Reputation: 127
31 viewers, and no commands.
Reply With Quote
  #3  
Old 11-15-2008
dkgnome 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 2008
Posts: 15
Reputation: 1
man i need help.. i can't enter in my database because i don't known password....
aniway this guide is for ascent
Reply With Quote
  #4  
Old 11-15-2008
Florin64x 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 2008
Posts: 11
Reputation: 1
reinstall

reinstall it ... i think resolve the problem
Reply With Quote
  #5  
Old 11-16-2008
Christina's Avatar
Christina is offline.
Contributor
  
 
Join Date: Aug 2008
Location: 127.0.0.1
Posts: 370
Reputation: 96
Points: 3,042, Level: 5
Points: 3,042, Level: 5 Points: 3,042, Level: 5 Points: 3,042, Level: 5
Level up: 31%, 558 Points needed
Level up: 31% Level up: 31% Level up: 31%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%

Don't ask for Rep, people will give it to you if you deserve it. Asking increases the odds of getting no rep since it's against the forum rules.


I'm getting an error message when I try to load my world exe.


Quote:
20:30 S Config: >> configs/arcemu-world.conf
20:30 S Config: >> configs/arcemu-optional.conf
20:30 S Config: >> configs/arcemu-realms.conf
20:30 N MySQLDatabase: Connecting to '5.42.22.73', database 'world'...
20:30 E MySQLDatabase: Connection failed due to: 'Host 'XPS600' is not allowed to connect to this MySQL server'
20:30 E sql: Main database initialization failed. Exiting.

Basically the same thing as well for when I try to load the logon server exe. So my question really is how to allow access?
__________________
Reply With Quote
  #6  
Old 11-17-2008
Djfrederick is offline.
Banned
  
 
Join Date: Sep 2008
Location: Denmark
Posts: 380
Reputation: 127
Quote:
Originally Posted by Christina3d View Post
Don't ask for Rep, people will give it to you if you deserve it. Asking increases the odds of getting no rep since it's against the forum rules.


I'm getting an error message when I try to load my world exe.




Basically the same thing as well for when I try to load the logon server exe. So my question really is how to allow access?
Link me your conf. files please.
Reply With Quote
  #7  
Old 11-17-2008
Djfrederick is offline.
Banned
  
 
Join Date: Sep 2008
Location: Denmark
Posts: 380
Reputation: 127
Sorry my bad. This guide is for ascent.

But i am almost sure its like MaNGOS. If you got some brain, it shouldn't be hard.

Try it, and post your problems here.

- Good luck!
Reply With Quote
  #8  
Old 11-17-2008
Christina's Avatar
Christina is offline.
Contributor
  
 
Join Date: Aug 2008
Location: 127.0.0.1
Posts: 370
Reputation: 96
Points: 3,042, Level: 5
Points: 3,042, Level: 5 Points: 3,042, Level: 5 Points: 3,042, Level: 5
Level up: 31%, 558 Points needed
Level up: 31% Level up: 31% Level up: 31%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%

Sorry I resolved my issue on my own, guess I needed some sleep.

I would have rep'd you this morning but you didn't remove the comment.
__________________
Reply With Quote
  #9  
Old 11-17-2008
Djfrederick is offline.
Banned
  
 
Join Date: Sep 2008
Location: Denmark
Posts: 380
Reputation: 127
Oh sorry m8, i misunderstod you.

Like that, i am not sure what you mean? But thanks anyway mate. Good wind
Reply With Quote
  #10  
Old 11-17-2008
Djfrederick is offline.
Banned
  
 
Join Date: Sep 2008
Location: Denmark
Posts: 380
Reputation: 127
Quote:
Originally Posted by dkgnome View Post
man i need help.. i can't enter in my database because i don't known password....
aniway this guide is for ascent
Link me your conf. files..
Reply With Quote
  #11  
Old 11-24-2008
hiroyuki is offline.
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
  
 
Join Date: Oct 2008
Posts: 21
Reputation: 1
OK I use mangos and the only thing I had to edit was the Database-->Realmd-->realmlist.

I edited to show my Hamachi IP and it workded just fine all the other edits were not nesacary, and caused that error can not connect to database.

Hope that helps you
Reply With Quote
  #12  
Old 11-25-2008
Djfrederick is offline.
Banned
  
 
Join Date: Sep 2008
Location: Denmark
Posts: 380
Reputation: 127
Hehe, yes thanks. That will give me some more xp on MaNGOS servers

Cya
Reply With Quote
  #13  
Old 11-28-2008
Retired Legend's Avatar
Retired Legend 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 2008
Location: Denmark
Posts: 14
Reputation: 4
Hey, nice guide mate. The problem is, that its for Ascent. The good thing is, that it works for Ascent

Good job, +rep when i can!
Reply With Quote
  #14  
Old 11-28-2008
Djfrederick is offline.
Banned
  
 
Join Date: Sep 2008
Location: Denmark
Posts: 380
Reputation: 127
Np

Quote:
Originally Posted by Retired Legend View Post
Hey, nice guide mate. The problem is, that its for Ascent. The good thing is, that it works for Ascent

Good job, +rep when i can!
Hehe, glad you liked the guide. Good luck with Contribution, i am having a hard time on it to. Thanks for your comment
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 06:35 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