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 08-30-2007
JulianX is offline.
Contributor
  
 
Join Date: Jun 2007
Location: Canada
Posts: 174
Reputation: 95
Points: 4,436, Level: 6
Points: 4,436, Level: 6 Points: 4,436, Level: 6 Points: 4,436, Level: 6
Level up: 93%, 64 Points needed
Level up: 93% Level up: 93% Level up: 93%
Activity: 0.3%
Activity: 0.3% Activity: 0.3% Activity: 0.3%

Legendary [GUIDE]Making Your Server public! [Hamachi/nonhamachi, with or without router)

Way of the Hamchi!

Step 1



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

Step 2



Configure Hamachi!

Start up Hamachi and power it on by clicking the highlighted green button in the bottom left hand corner as shown below:


Now, click the button with the three dots that make a triangle like shape.

Choose Create a new network. Name your connection name anything you would like and give it a password. Now, look at the top of Hamachi were you will see some white numbers that start with 5. something. Now, write down that number. Its your Hamachi IP address.


Step 3



Open Ascent Folder

Open up the file ascent.conf. Look for 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">


You will replace the Listen Host current set address with your Hamachi IP.

Example:
Quote:

<Listen Host = "5.55.55.55"
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">


Change the numbers of LISTENHOST and ISHOST to your HAMACHI IP.

Now close that and open up 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">

Now, change the Logonserver Address to your Hamachi IP. Also, change the address part before the 8129 to your Hamachi IP.

Example:


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 = "5.55.55.55"
             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 = 5.55.55.55:8129"
        Icon = "PVP"
        Colour = "1"
        Population = "1.0"
        TimeZone = "1">


Now close out of that. Your done. This is the most efficient and best way to set up your server with Hamachi and works 100% of the time.

Way of Non-Hamachi! (NON ROUTER)


Step One



The first thing you need to do is make a DNS for your server. This will hide your server's IP address in a sub domain, for example, if my server's IP address was32.453.65.56, I could make a DNS so that my server could be accessed through wow.frosthold.org. You can skip this step if you want but it is not recommended, if you decide to skip it, your server will be located at your IP address.

Go to [Only registered and activated users can see links. ] and create an account. Then go [Only registered and activated users can see links. ] and choose a host name (this will be the address people use to get to your server) and click “Use auto detected IP address” in the IP address section, then click create host.

Step Two



In this step we will forward the ports that Ascent uses so that it can be accessed from outside your local network. This step is only necessary if you have a router, if you don’t have one, skip this step.

If you do not know how to forward ports, go to [Only registered and activated users can see links. ] and find your router, it will tell you there.

You need to forward these ports:

8129
8093
3724
3727 (this is for voice chat, it is optional)
80 (this is for apache/your website)


On both
TCP and UDP.

Step Three



In this step we will setup our hosts file and our realms configuration which is the final step needed to make our server public.

Go to Start --> Run and put in
C:/windows/system32/drivers/etc/hosts (if you use a different drive to C just put that in instead) and open it with notepad. Add your IP address (you can find it [Only registered and activated users can see links. ] if you don't already know it) followed by the address you made in DynDNS earlier to the end of the file like so:

Code:
       

# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host

345.234.234.677  wow.frosthold.org 


Now to setup your realms configuration. Go to your Ascent folder and open realms.conf with notepad. Scroll down to the bottom, this is the important bit:
Code:
<Realm1 Name = "Server Name"
         Address ="345.234.234.677:8129"
        Icon = "Normal"
        Colour = "1"
        Population = "1.0"
        TimeZone = "1">

Just put your IP in followed by :8129 like above in the address section.


Your server is now public, make sure your server is actually running so people can get on it! Also disable any firewalls you have on otherwise it will not work. For people to access the server they need to change their realmlists to your server address which you made at DynDNS. This is also the address that they need to use in order to get on the server
website. If you're connecting locally your realmlist should be 127.0.0.1





Way of Non-Hamachi! (ROUTER)

Step One



The first thing you need to do is make a DNS for your server. This will hide your server's IP address in a sub domain, for example, if my server's IP address was 32.453.65.56, I could make a DNS so that my server could be accessed through wow.frosthold.org. You can skip this step if you want but it is not recommended, if you decide to skip it, your server will be located at your IP address.

Go to [Only registered and activated users can see links. ] and create an account. Then go [Only registered and activated users can see links. ] and choose a host name (this will be the address people use to get to your server) and click “Use auto detected IP address” in the IP address section, then click create host.

Since you have a router you will need to download a program called DyNDNS from here:
[Only registered and activated users can see links. ]

This is probably the most useful program to make your server public. Since your router makes your IP dynamic, which means it can change whenever, this client will update your DNS to match your new IP address, so you never lose connection from the server when your server IP changes.

SO instead of constatnly manually updating the wow.frosthold.org it will do it automatically.

Step Two



In this step we will forward the ports that Ascent uses so that it can be accessed from outside your local network.

If you do not know how to forward ports, go to [Only registered and activated users can see links. ] and find your router, it will tell you there.

You need to forward these ports:

8129
8093
3724
3727 (this is for voice chat, it is optional)
80 (this is for apache/your website)


On both
TCP and UDP.

Step Three



In this step we will setup our hosts file and our realms configuration which is the final step needed to make our server public.

Go to Start --> Run and put in
C:/windows/system32/drivers/etc/hosts (if you use a different drive to C just put that in instead) and open it with notepad. Add your IP address (you can find it [Only registered and activated users can see links. ] if you don't already know it) followed by the address you made in DynDNS earlier to the end of the file like so:

Code:
       

# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host

345.234.234.677  wow.frosthold.org 


Now to setup your realms configuration. Go to your Ascent folder and open realms.conf with notepad. Scroll down to the bottom, this is the important bit:
Code:
<Realm1 Name = "Server Name"
         Address ="DYNAMICDNS(wow.frosthold.org):8129"
        Icon = "Normal"
        Colour = "1"
        Population = "1.0"
        TimeZone = "1">

Just put your DynamicDNS in followed by :8129 like above in the address section.


Your server is now public, make sure your server is actually running so people can get on it! Also disable any firewalls you have on otherwise it will not work. For people to access the server they need to change their realmlists to your server address which you made at DynDNS (wow.frosthold.org). This is also the address that they need to use in order to get on the server
website. If you're connecting locally your realmlist should be 127.0.0.1




is greatly appreciated.

Need Quality Web hosting? Then visit [Only registered and activated users can see links. ] Use coupon code "HOSTMOMENT" for 50% OFF!


Last edited by JulianX; 07-09-2008 at 08:03 AM.
Reply With Quote


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

  #2  
Old 08-30-2007
Banksey's Avatar
Banksey is offline.
Contributor
  
 
Join Date: Oct 2006
Location: Ireland
Posts: 900
Reputation: 170
Points: 6,554, Level: 9
Points: 6,554, Level: 9 Points: 6,554, Level: 9 Points: 6,554, Level: 9
Level up: 5%, 1,046 Points needed
Level up: 5% Level up: 5% Level up: 5%
Activity: 0.3%
Activity: 0.3% Activity: 0.3% Activity: 0.3%

Re: How To make your Server Public [Hamachi AND Non-Hamachi]

Glad to see you making a guide on making servers public

Nice work Julian

Regards,
Banksey
__________________
Barrόga Agus Pόga ό Banksey

Reply With Quote
  #3  
Old 08-31-2007
zalle is offline.
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
  
 
Join Date: Sep 2006
Posts: 18
Reputation: 1
Re: How To make your Server Public [Hamachi AND Non-Hamachi]

good guide +rep
Reply With Quote
  #4  
Old 08-31-2007
lazboy is offline.
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
  
 
Join Date: Sep 2006
Posts: 15
Reputation: 1
Re: How To make your Server Public [Hamachi AND Non-Hamachi]

Good guide! +rep, the only thing is mine didn't work untill i put my hamachi IP into my realmlist not 127.0.0.1. IF i didnt put my hamachi IP in there it would say unable to connect :S, might wanna add that
Reply With Quote
  #5  
Old 08-31-2007
JulianX is offline.
Contributor
  
 
Join Date: Jun 2007
Location: Canada
Posts: 174
Reputation: 95
Points: 4,436, Level: 6
Points: 4,436, Level: 6 Points: 4,436, Level: 6 Points: 4,436, Level: 6
Level up: 93%, 64 Points needed
Level up: 93% Level up: 93% Level up: 93%
Activity: 0.3%
Activity: 0.3% Activity: 0.3% Activity: 0.3%

Re: How To make your Server Public [Hamachi AND Non-Hamachi]

No...it says set 127.0.0.1 for the NON-Hamachi part. For Hamachi it says use your Hamachi IP.
Reply With Quote
  #6  
Old 08-31-2007
Entr0py's Avatar
Entr0py is offline.
Knight-Captain
  
 
Join Date: May 2007
Location: Localhost
Posts: 398
Reputation: 35
Points: 2,502, Level: 4
Points: 2,502, Level: 4 Points: 2,502, Level: 4 Points: 2,502, Level: 4
Level up: 58%, 298 Points needed
Level up: 58% Level up: 58% Level up: 58%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%

Re: How To make your Server Public [Hamachi AND Non-Hamachi]

sais unable to connect to realm list or somthing, i have it set to 127.0.0.1
__________________

Remember to + Rep people who help you!
Reply With Quote
  #7  
Old 08-31-2007
JulianX is offline.
Contributor
  
 
Join Date: Jun 2007
Location: Canada
Posts: 174
Reputation: 95
Points: 4,436, Level: 6
Points: 4,436, Level: 6 Points: 4,436, Level: 6 Points: 4,436, Level: 6
Level up: 93%, 64 Points needed
Level up: 93% Level up: 93% Level up: 93%
Activity: 0.3%
Activity: 0.3% Activity: 0.3% Activity: 0.3%

Re: How To make your Server Public [Hamachi AND Non-Hamachi]

If it's Hamachi use your Hamachi IP if not use either 127.0.0.1 or your DNS host name.
Reply With Quote
  #8  
Old 08-31-2007
Entr0py's Avatar
Entr0py is offline.
Knight-Captain
  
 
Join Date: May 2007
Location: Localhost
Posts: 398
Reputation: 35
Points: 2,502, Level: 4
Points: 2,502, Level: 4 Points: 2,502, Level: 4 Points: 2,502, Level: 4
Level up: 58%, 298 Points needed
Level up: 58% Level up: 58% Level up: 58%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%

Re: How To make your Server Public [Hamachi AND Non-Hamachi]

i put my dns and it just went to "connecting" forever, u got msn or aim so we can talk?
__________________

Remember to + Rep people who help you!
Reply With Quote
  #9  
Old 08-31-2007
TheLoneWolf's Avatar
TheLoneWolf is offline.
Corporal
  
 
Join Date: Jan 2007
Location: Bronx, New York
Posts: 28
Reputation: 5
Re: How To make your Server Public [Hamachi AND Non-Hamachi]

Ok i have my server public, i can connect, people can connect. One thing... I am the only one that can view the site. others cant. I opened all ports and port 80. I edited the .php files. And still nothing. I tested it with my dns address AND my no-ip address and nothing. I even download Dns Updater and that No-ip updating thingy. Ad nothing. Please help
__________________
"The deadliest weapon in the world is a Marine and his Rifle!"
Reply With Quote
  #10  
Old 08-31-2007
JulianX is offline.
Contributor
  
 
Join Date: Jun 2007
Location: Canada
Posts: 174
Reputation: 95
Points: 4,436, Level: 6
Points: 4,436, Level: 6 Points: 4,436, Level: 6 Points: 4,436, Level: 6
Level up: 93%, 64 Points needed
Level up: 93% Level up: 93% Level up: 93%
Activity: 0.3%
Activity: 0.3% Activity: 0.3% Activity: 0.3%

Re: How To make your Server Public [Hamachi AND Non-Hamachi]

Ok Forward port 80 and if that does not wrk disable firewall
Reply With Quote
  #11  
Old 08-31-2007
Entr0py's Avatar
Entr0py is offline.
Knight-Captain
  
 
Join Date: May 2007
Location: Localhost
Posts: 398
Reputation: 35
Points: 2,502, Level: 4
Points: 2,502, Level: 4 Points: 2,502, Level: 4 Points: 2,502, Level: 4
Level up: 58%, 298 Points needed
Level up: 58% Level up: 58% Level up: 58%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%

Re: How To make your Server Public [Hamachi AND Non-Hamachi]

for me? all firewalls are off
__________________

Remember to + Rep people who help you!
Reply With Quote
  #12  
Old 08-31-2007
Equ1N0X's Avatar
Equ1N0X is offline.
Contributor
  
 
Join Date: Mar 2007
Location: IP: 206.71.153.240
Posts: 1,214
Reputation: 148
Points: 13,358, Level: 14
Points: 13,358, Level: 14 Points: 13,358, Level: 14 Points: 13,358, Level: 14
Level up: 82%, 242 Points needed
Level up: 82% Level up: 82% Level up: 82%
Activity: 0.4%
Activity: 0.4% Activity: 0.4% Activity: 0.4%

Re: How To make your Server Public [Hamachi AND Non-Hamachi]

i followed hamachi guide... i can connect but noone else can, they get stuck at connecting.
__________________
Equ1n0x. haxxing your wow, one fish at a time
Reply With Quote
  #13  
Old 08-31-2007
JulianX is offline.
Contributor
  
 
Join Date: Jun 2007
Location: Canada
Posts: 174
Reputation: 95
Points: 4,436, Level: 6
Points: 4,436, Level: 6 Points: 4,436, Level: 6 Points: 4,436, Level: 6
Level up: 93%, 64 Points needed
Level up: 93% Level up: 93% Level up: 93%
Activity: 0.3%
Activity: 0.3% Activity: 0.3% Activity: 0.3%

Re: How To make your Server Public [Hamachi AND Non-Hamachi]

Well do they have Hamachi? And Are they connected to your Hamachi Network?
Reply With Quote
  #14  
Old 09-01-2007
routezer0 is offline.
New User
  
 
Join Date: Aug 2007
Posts: 9
Reputation: 1
Re: How To make your Server Public [Hamachi AND Non-Hamachi]

hopefuly some1 replys lol kk i did all this and it dont work am i suposto use navicat
Reply With Quote
  #15  
Old 09-01-2007
xhavokx is offline.
Private
  
 
Join Date: Aug 2007
Posts: 5
Reputation: 1
Re: How To make your Server Public [Hamachi AND Non-Hamachi]

Ok this is my problem, ok I've tried 2 pc's a friends and mine and we end up with the same thing. He has a router and I have a direct connection (no router + no firewall crap up)


Everything goes well untill this:


He turns on the server I put in my User name and Pass "Hit connect" log's in fine and I'm at Suggest a Realm I click the stuff, click "ok" and sends me to "SomeRealm" which is what its always said even tho we changed it I believe. Anyways, I get the list I click "ok" and it says "Logging into server" and BAM back to list again, and it does this all the time I find the realm but cannot enter it. HE can but I cannot. We've followed this guid, another, and even another with Ascent. We thought maybe port stuff, firewall crap ROUTER crap so even I setup and server which I don't have all the router firewall crap AND STILL the same results. I've checked ALL THE config files everything seems proper I'm getting IN but NOT into the Realm + server its self.


Any ideas PLEASE help, I've spend almost a day trying to get this going, I will gladly take MSN addy's to get help just leave it here. thanks i'm beyond mad and frustrated ATM.
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 09:07 AM.




Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

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 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524