Go Back   GamerzPlanet - For All Your Online Gaming Needs!! > ArenaNet / NCSoft Games > Guild Wars

Guild Wars Guild Wars discussion


[GWLP]How to make a server.

Guild Wars


Reply
 
Thread Tools Display Modes
Old 12-31-2007, 01:37 PM   #1
Triedgex
Lurker
 
Last Online: 11-15-2009 03:14 AM
Join Date: Dec 2007
Posts: 4
Rep Power: 0
Rep Points: 10
Triedgex is on a distinguished road
Feedback: (0)
Points: 4,159.86
Bank: 0.00
Total Points: 4,159.86
:) - Triedgex :) - Triedgex 
Post [GWLP]How to make a server.

Because lots of ppl (me included) had some minor issues when setting up the server i'm making this easy to follow guide.
It's the first guide i ever made so probably won't be the best one available.

First thing you'll need is the server files / database.
I suggest you grab them from Elmo123's thread as he has easy to setup files and a database that didn't give me errors while restoring it to mysql.

Server Files Link: [Only registered and activated users can see links. ]

Ok now extract them somewhere on your PC (location doesn't matter)


Now you will need a fully updated Guild Wars.
The best thing to do this is download the GW Setup from Guildwars.com here: hxxp://www.guildwars.com/support/downloadclient/

Once installed it will leave a shortcut on your desktop, go to the Shortcut's properties and make it look like this:

Now run the shortcut to let Guild Wars update to the latest version.
The "-image" thing makes guild wars download any missing files and then close it when it's done updating.
This will update your gw.dat to the latest version, you will need this file to start up your server.

Now visit GWLP's Development site here: hxxp://gwlp.origo.ethz.ch and download their latest GWLP Client Utilities at the "Download" section.
Install them and run the GWLP Update to update it to the latest GWLP version.

Now back to your server files you extracted earlier.
As you might know, these server files use a MySQL Database as many other servers do.
I personally like to use Xampp together with SQLyog. Just google them.
Xampp comes with MySQL and Apache in one, SQLyog is a mysql-browsing program, to easilly maintain your databases.
So get your mysql working and install sqlyog.
Connect to your database (located @ localhost) username is root and password is usually blank (means there's no password, so don't fill in "blank" ><)

Now inside your mysql server, create a database called for example "gwlp".
Now you want to restore the database backup to your gwlp database.
So rightclick the database and use Restore database from SQL Dump or something similiar.
Browse to your server files and select your gwlp.sql and execute the backup.
This should restore the needed data (Also do this for zones.sql)

MySQL is now set up and not needed to do anything with it anymore.

Now go to your server files.
The directories you will need to use are LoginServ and GameServ.
FileServ is the update server and i recommend not to use that for now, only if you know what you're doing.

Inside LoginServ and GameServ there are maps called "Config" with a config file in it.
Open those config files and edit the IP's to "127.0.0.1" for testing.
Also make sure your database settings are correct

Now if you did everything correctly you should be able to start up your server by executing LoginServ.exe followed by GameServ.exe

If you, however, get any errors, try to look into the error and see if you can figure out what's the problem. If you can't feel free to post the error here and i will try to help you out.

Ok, so your server is online, Congratulations!
Now we need to get your client to connect!


Go to your Start menu > Programs > GWLP > Configure GWLP.

Make it look like this:


Now when you use "Play" in your GWLP dir in the start menu your guild wars should be launching and most likely be stuck on "Downloading 0kb (0kb/s)"

The reason its stuck here is because your Login Server's packets aren't the same as your client's packets.

To make sure the login server's NoUpdateAvailable file (which stores the packets) is the same as your client's file, read this PDF file (posted by Novo, credits go to him) hxxp://takeo.extra.hu/Guildwars Emulator GWLP/UpdateTutorial.pdf

When you did that re-launch your server and try connecting, it should just work if you did it correctly.
Now you can create your own account with the CD key PPPPP-PPPPP-PPPPP-PPPPP-PPPPP (No, this one doesn't work on official servers :P)
It will say it unlocks 4 additional character slots, and that's correct. Once you login it will most likely show you have no right to play Guild Wars.

So quit your GW Client.
Go to Start Menu > Programs > GWLP > Authorize
Once started up, start up your official Guild Wars Client and login to your original account. Once logged in your client will close and your GWLP client gathered the data of your account to see which parts of the game you have unlocked.

Now start up your GWLP Client again with "Play" and login to your account.
Now it has the same access as your original GW Account and you're able to create characters, login and screw around.

Congratulations, you're playing on a private GW Server you made yourself!

-----------------------------------------------------------------------


Things you might want to know about SQL:

Remember when you imported that old SQL Database?
Well, this contains lots of fun stuff to try out!
For example there's a table called "Access Keys".
This table contains the available Access Keys to create accounts with.
The 0 or 1 in the 2nd Column indicates if it has been used or not.
0 = Not Used
1 = Used

There's a table called "Characters".
Well guess what, it contains the characters information, its pretty self-explaining... try screwing around with it to try and understand your database.
For example try making your character lvl 200 instead of 20, not only your level will be boosted, but you'll have like 4K hp as well *Lol*

Well i'm sure there are lots of other things to find out, but this is as far as i go for now

------------------------------------------------------------------

Well this guide is probably a bit messy and everything, but i hope it helps out people a little bit...

Feel free to reply with questions, issues or anything, i will try to help you out.
Triedgex is offline   Reply With Quote
Old 12-31-2007, 06:21 PM   #2
Arturnik
Lurker
 
Last Online: 05-17-2009 05:15 AM
Join Date: Oct 2007
Posts: 2
Rep Power: 0
Rep Points: 10
Arturnik is on a distinguished road
Feedback: (0)
Points: 500.00
Bank: 0.00
Total Points: 500.00
Re: [GWLP]How to make a server.

Is everything completed in this emu? Can I for example make all the RPG plot? Or is it incompleted yet?
Arturnik is offline   Reply With Quote
Old 12-31-2007, 09:45 PM   #3
Triedgex
Lurker
 
Last Online: 11-15-2009 03:14 AM
Join Date: Dec 2007
Posts: 4
Rep Power: 0
Rep Points: 10
Triedgex is on a distinguished road
Feedback: (0)
Points: 4,159.86
Bank: 0.00
Total Points: 4,159.86
:) - Triedgex :) - Triedgex 
Re: [GWLP]How to make a server.

Is a beta, not is full ^^
Triedgex is offline   Reply With Quote
Old 01-01-2008, 10:51 AM   #4
BrianDJ
Retired
 
BrianDJ's Avatar
 
Last Online: 11-06-2009 02:55 PM
Join Date: Jul 2006
Location: The Hague, Netherlands
Posts: 742
Rep Power: 0
Rep Points: 8
BrianDJ is on a distinguished road
Feedback: (0)
Points: 1,862.37
Bank: 0.00
Total Points: 1,862.37
I luv uuuuu - BrianDJ 
Re: [GWLP]How to make a server.

First of all...
Triedgex did NOT make this guide, it was posted by my girlfriend Laura on Emupedia and i personally really dislike the way he leeched it off and didn't give her any form of credit for it.
I doubt if he's even smart enough to know how the server operates.

A few things that show that its leeched:

For example the sentence: I suggest you grab them from Elmo123's thread as he has easy to setup files and a database that didn't give me errors while restoring it to mysql.

Says enough, there is no such poster as Elmo123 on GzP GW Section so besides just leeching the tutorial, he also forgot to make it trustworthy and remove the sentences that may sound stupid.

The lucky part is that i'm not a moderator in the GW section, cus personally i would have infracted him straight away.

Link to original thread by Laura from Emupedia: [Only registered and activated users can see links. ]
__________________
[Only registered and activated users can see links. ]

Last edited by BrianDJ; 01-01-2008 at 10:55 AM.
BrianDJ is offline   Reply With Quote
Old 01-01-2008, 12:20 PM   #5
daco
Registered User
 
Last Online: 09-10-2009 01:44 PM
Join Date: May 2007
Posts: 40
Rep Power: 0
Rep Points: 10
daco is on a distinguished road
Feedback: (0)
Points: 1,067.79
Bank: 0.00
Total Points: 1,067.79
Re: [GWLP]How to make a server.

Quote:
Originally Posted by BrianDJ View Post
First of all...
Triedgex did NOT make this guide, it was posted by my girlfriend Laura on Emupedia and i personally really dislike the way he leeched it off and didn't give her any form of credit for it.
I doubt if he's even smart enough to know how the server operates.

A few things that show that its leeched:

For example the sentence: I suggest you grab them from Elmo123's thread as he has easy to setup files and a database that didn't give me errors while restoring it to mysql.

Says enough, there is no such poster as Elmo123 on GzP GW Section so besides just leeching the tutorial, he also forgot to make it trustworthy and remove the sentences that may sound stupid.

The lucky part is that i'm not a moderator in the GW section, cus personally i would have infracted him straight away.

Link to original thread by Laura from Emupedia: [Only registered and activated users can see links. ]
^this is what i was going to say. nice leeching f4g
daco is offline   Reply With Quote
Old 01-02-2008, 12:55 PM   #6
Chase
Registered User
 
Last Online: 06-14-2009 01:49 PM
Join Date: Jul 2006
Posts: 13
Rep Power: 0
Rep Points: 10
Chase is on a distinguished road
Feedback: (0)
Points: 11,929.38
Bank: 0.00
Total Points: 11,929.38
Re: [GWLP]How to make a server.

^^Was about to say the same thing.
Chase is offline   Reply With Quote
Old 01-03-2008, 10:57 AM   #7
CutiePieZ333
Registered User
 
Last Online: 03-21-2009 04:19 PM
Join Date: Feb 2007
Posts: 31
Rep Power: 0
Rep Points: 10
CutiePieZ333 is on a distinguished road
Feedback: (0)
Points: 4,224.38
Bank: 0.00
Total Points: 4,224.38
Re: [GWLP]How to make a server.

dont this get the accounts banned somehow?

i dont want to take the risk
CutiePieZ333 is offline   Reply With Quote
Old 01-03-2008, 03:20 PM   #8
BrianDJ
Retired
 
BrianDJ's Avatar
 
Last Online: 11-06-2009 02:55 PM
Join Date: Jul 2006
Location: The Hague, Netherlands
Posts: 742
Rep Power: 0
Rep Points: 8
BrianDJ is on a distinguished road
Feedback: (0)
Points: 1,862.37
Bank: 0.00
Total Points: 1,862.37
I luv uuuuu - BrianDJ 
Re: [GWLP]How to make a server.

It is always possible that your account can get banned, and yes, of course it's risky.
If you dont want to lose your account, do not authenticate your account with GWLP often...it is against the Guildwars TOS to capture packets and edit the memory...
__________________
[Only registered and activated users can see links. ]
BrianDJ is offline   Reply With Quote
Old 12-23-2008, 09:09 PM   #9
chilaxxxx
Registered User
 
Last Online: 06-20-2009 06:38 AM
Join Date: Jan 2007
Posts: 130
Rep Power: 3
Rep Points: 10
chilaxxxx is on a distinguished road
Feedback: (0)
Points: 42,847.90
Bank: 0.00
Total Points: 42,847.90
hi - chilaxxxx sd - chilaxxxx asd - chilaxxxx No Message - zztop chilaxxxxchilaxxxxchilaxxxxchilaxxxxchilaxxxxchilaxxxxchilaxxxxchilaxxxxchilaxxxxchilaxxxxchilaxxxxchilaxxxxchilaxxxxchilaxxxxchilaxxxxchilaxxxxchilaxxxxchilaxxxxchilaxxxxchilaxxxxchilaxxxxchilaxxxxchilaxxxxchilaxxxxchilaxxxx - zztop 
sup lol - HaxorKid 
Re: [GWLP]How to make a server.

Quote:
Originally Posted by BrianDJ View Post
It is always possible that your account can get banned, and yes, of course it's risky.
If you dont want to lose your account, do not authenticate your account with GWLP often...it is against the Guildwars TOS to capture packets and edit the memory...
do we edit the memory?
chilaxxxx is offline   Reply With Quote
Old 01-03-2008, 05:04 PM   #10
daco
Registered User
 
Last Online: 09-10-2009 01:44 PM
Join Date: May 2007
Posts: 40
Rep Power: 0
Rep Points: 10
daco is on a distinguished road
Feedback: (0)
Points: 1,067.79
Bank: 0.00
Total Points: 1,067.79
Re: [GWLP]How to make a server.

memory editing too? >_<
even if its only client side?!?
damn ive broken the rules to much lol
daco is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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 Off

Forum Jump

All times are GMT -7. The time now is 11:48 AM.

 

Copyright ©2009, GamerzPlanet.Net
Visits: