Welcome to the RaGEZONE - MMORPG development forums.

New Godswar Server FIles Working 80%

This is a discussion on New Godswar Server FIles Working 80% within the MMORPG Extra forums, part of the MMO Zone category; Acctualy Coding News Fuctions using VC2008 C++ Pictures Of My Server Running now gameserver errors close after some time solved ...

Page 1 of 9 123456789 LastLast
Results 1 to 15 of 122
  1. #1
    Member
    Rank
    Member
    Join Date
    Jul 2009
    Location
    brazil
    Posts
    91
    Liked
    9

    New Godswar Server FIles Working 2012

    Click
    Acctualy Coding News Fuctions using VC2008 C++


    Pictures Of My Server Running now gameserver errors close after some time solved use Windows Server 2003 only system forge are not working maybe because of the client




























    1 - the installation MYSQL5.1 (must be version 5.1)
    Create a database, import data (Note: first pour godswar, in the import accounts)
    2 - modify the configuration file 1 Q-+ n7 e5 ^ X4, `2 \
    Modify loginserver dbserver gameserver inside the config.ini this very simple set up the game will be
    3 - Install python2.5)] 'i) t # r n% J / ^ j * J
    Download and install, no need to set
    4 - Start. K. \ 7 | - `` 8 Z0 |
    loginserver
    dbserver
    gameserver
    5 - Client, with the latest official version of the can, then cover the patch
    Client



    Battle of the Gods full-service side + patch + source code, recompile 100% erection


    The VC2008 re-compiled version, remove the loginserver version validation, to facilitate testing
    Has been tested completely normal landing game
    The service end of the Battle of the Gods + source code has long been sent, but the original version lacks the necessary dll files, it is difficult to set up up, I also work a few days before this version of the compiler to improve the # R # the k0 U1 is {9 S 'the T-g
    Erected success 6 N y + u; h% y
    1 - install MYSQL5.1 (must be version 5.1) 5 a1 h, I2 {* b
    Create a database, import data (Note: first pour godswar, import accounts) a) 2 e) F9 K & S, Z2 D-_
    2 - modify the configuration file + O (L $ u0 T5} 'v) n
    Modify loginserver dbserver gameserver inside the config.ini this very simple set up the game will be
    3 - Installation
    Download and install, no need to set, u3 _! ~ G3


    download people good lucky this files be realased in 2012-1-4 13:02:57





    GodsWar Code Source:
    众神之战服务端源代码,有兴趣的拿去研究下,还不错 免费开源代码 开发,分享 - CodeForge.cn


    GodsWar Client Patch:GodsWar Client Patch.rar.rar - 4shared.com - обмен, хранение, загрузка файлов

    GodsWar Client Working Fine Just Use the Main Of Client Patch:zs-setup-1.0.145.exe - 4shared.com - обмен, хранение, загрузка файлов

    New Server Files 2012 Fixed By me and my friend chinese: Download Boths links

    godsbin.rar.rar - 4shared.com - обмен, хранение, загрузка файлов

    dm.rar - 4shared.com - обмен, хранение, загрузка файлов


    GameServer 1.0.0.9 Also Can be used with the others files:gameserver-1-0-09.rar - 4shared.com - обмен, хранение, загрузка файлов


    Credits KillerStefan And To me for fix Erros

    Old Client + Patches (from 1.0.95 till 1.0.145)

    众神之战下载_众神之战游戏下载_太平洋游戏网游戏库


    Guide:First of all Install Python 2.5
    1. download and install MySQL 5.1
    2. download and install navicat
    3. when all done make sure the username in MySQL is root and pw is what you want it to be
    4. create a connection in navicat called Godswar
    5. create a database called accounts and godswar
    6. put in the 2 SQL i said in the right place
    7. extract the server files some where
    8. go into gameserver+login server+ db server config.ini change ip's and password to yours ( and user name if u changed it when installing MySQL)
    9. now run Login, DB then game server .exe in that order
    10. now log in ID:updays pw:updays



    Index

    * 1) Files to download.
    * 2) Installing and Configuring the server files.
    * 3) Troubleshooting errors.



    ====================================================================================

    Files to Download

    * LoginServer 2.0
    * GameServer 1.9 or 2.0
    * DBServer 2.0
    * MySQL
    * Python 2.5




    ====================================================================================
    Installing and Configuring the server files.

    First you must install:

    * MySQL
    * Python 2.5



    After you finish installing them download the databases:

    To install them follow the guide by ITS-HEAL-

    After you are done installing download my loginserver 2.0 /dbserver 2.0 /gameserver (1.9 or 2.0) and extract them.Open the loginserver folder, you will see the config.ini file, open it heres hows it looks like;
    Quote
    [System]
    IP=127.0.0.1
    ListenPort=5999
    MaxOnline=20
    Version=101300

    [Database]
    DBServer=127.0.0.1
    LoginName=YOUR_MYSQL_ADMINISTRATORS_USERNAME
    Password=YOUR_MYSQL_ADMINISTRATORS_PASSWORD
    DBName=accounts




    For testing puproses use 127.0.0.1 , or your IPv4 adress for global server tests http://devia.tk/public/style_emotico...ault/smile.gif

    Quote
    If you dont know what is your IPv4 adres , goto start->cmd type ipconfig , scroll up and you will see it http://devia.tk/public/style_emotico...ault/smile.gif it should look like this 192.168.1.101



    After you are done with login server's config.ini do the same with all others

    GameServer
    Quote
    [LoginServer]
    Port=5999
    IP=127.0.0.1

    [System]
    ID=0
    IP=127.0.0.1
    ListenPort=6001
    ServerName=Virgo
    MaxOnline=20

    [Database]
    DBServer=127.0.0.1
    LoginName=YOUR_MYSQL_ADMINISTRATORS_USERNAME
    Password=YOUR_MYSQL_ADMINISTRATORS_PASSWORD
    DBName=godswar

    [DBServer]
    IP=127.0.0.1
    Port=5000

    [Note]
    Hint=Welcome to the Battle of the Gods!
    World1=Test this point, thank you for your participation!
    World=Servers will down for maintenance, please visit later!
    Player=On-line once you have drained away again!
    Name=Test Name





    DBServerQuote
    [System]
    IP=127.0.0.1
    ListenPort=5000
    MaxOnline=20


    [Database]
    DBServer=127.0.0.1
    LoginName=YOUR_MYSQL_ADMINISTRATORS_USERNAME
    Password=YOUR_MYSQL_ADMINISTRATORS_PASSWORD
    DBName=godswar



    Now open them!If they work, open your client, edit the servers ip to your ip and have fun!

    ====================================================================================
    Troubleshooting errors.

    Most common errors :

    The Application cannot be started ..... reinstalling the application might fix the problem.
    FIX: This means that your computer is outdated subsequently you dont have 2005 redist installed on your machine. Here's where to download them : Click Here!
    Resized to 63% (was 1000 x 484) - Click image to enlarge


    http://img822.imageshack.us/img822/1589/33534040.pn"]http://img822.imageshack.us/img822/1589/33534040.png"]http://img822.imageshack.us/img822/1589/33534040.pn


    I get a DBTool error!!!!
    FIX: This usually means that either mysql is not started (check the taskmanager to see if its running) or you misconfigured the DBServer!

    http://img52.imageshack.us/img52/905/67005391.png"]http://img52.imageshack.us/img52/905/67005391.png"]http://img52.imageshack.us/img52/905/67005391.png

    I get a "IF_NOT: P_res" error!!!!
    FIX: This usually means that either mysql is not started or you did something wrong then importing the SQLs
    Resized to 71% (was 887 x 440) - Click image to enlarge


    http://img593.imageshack.us/img593/6396/73433928.png"]http://img593.imageshack.us/img593/6396/73433928.png"]http://img593.imageshack.us/img593/6396/73433928.png
    Last edited by vergil250493; 10-01-13 at 02:42 AM. Reason: Check Out New Thing Relased in 2012

  2. #2
    Hardcore Member
    Rank
    Member
    Join Date
    Oct 2008
    Posts
    137
    Liked
    6

    Re: New Godswar Server FIles Working 100%

    i now have it up and running but all i get on login is server is full error

    http://img232.imageshack.us/f/12345bl.png/
    Last edited by Draticus; 20-03-11 at 06:16 AM.

  3. #3
    Member
    Rank
    Member
    Join Date
    Jul 2009
    Location
    brazil
    Posts
    91
    Liked
    9

    Re: New Godswar Server FIles Working 100%

    Quote Originally Posted by Draticus View Post
    i now have it up and running but all i get on login is server is full error

    Imageshack - 12345bl.png
    Yeah i got same problem i think we should use the old chinese clients thats KillerStefan have posted but i can't find it

    ---------- Post added at 04:10 PM ---------- Previous post was at 04:08 PM ----------

    Someone here could help fixe it ???

    ---------- Post added at 04:24 PM ---------- Previous post was at 04:10 PM ----------

    Draticus here i find a old client we should try with thats i will download now and try

    http://www.filefront.com/13498167/Go...-Beta-Client/)

    ---------- Post added at 04:34 PM ---------- Previous post was at 04:24 PM ----------

    here also some server files olds link working

    MEGAUPLOAD - The leading online storage and file delivery service

  4. #4
    Hardcore Member
    Rank
    Member
    Join Date
    Sep 2005
    Posts
    135
    Liked
    5

    Re: New Godswar Server FIles Working 100%

    Quote Originally Posted by vergil250493 View Post
    Yeah i got same problem i think we should use the old chinese clients thats KillerStefan have posted but i can't find it

    ---------- Post added at 04:10 PM ---------- Previous post was at 04:08 PM ----------

    Someone here could help fixe it ???

    ---------- Post added at 04:24 PM ---------- Previous post was at 04:10 PM ----------

    Draticus here i find a old client we should try with thats i will download now and try

    http://www.filefront.com/13498167/Go...-Beta-Client/)

    ---------- Post added at 04:34 PM ---------- Previous post was at 04:24 PM ----------

    here also some server files olds link working

    MEGAUPLOAD - The leading online storage and file delivery service
    i thought u said its 100% working?

    why repost this. theres already one from killerstefan, and it havent been solved yet. you took the files from that thread and post it here. as specified by I_AM theres a lot lacking from the files from killerstefan. pls dont make another thread which is not fully working yet and saying it is working 100%. if these files are fully working im sure there will be a separate/dedicated board for this, but until now it has none yet coz the dev thread is not successful.

    if you are sure these files are fully working, then post screenshots, otherwise stop reposting files that do not work 100% and saying it is.
    Last edited by demonknight; 20-03-11 at 07:04 PM.

  5. #5
    Member
    Rank
    Member
    Join Date
    Jul 2009
    Location
    brazil
    Posts
    91
    Liked
    9

    Re: New Godswar Server FIles Working 100%

    i just trying got some help to make its conect with client

  6. #6
    Hardcore Member
    Rank
    Member
    Join Date
    Oct 2008
    Posts
    137
    Liked
    6

    Re: New Godswar Server FIles Working 95%

    these files are more fixed than killers, killers can connect to client and play but gameserver crashs, these 1 all start and stay up but when trying to connect u get server full. same files just these seem more fixed than killers

  7. #7
    Member
    Rank
    Member
    Join Date
    Jul 2009
    Location
    brazil
    Posts
    91
    Liked
    9

    Re: New Godswar Server FIles Working 95%

    Quote Originally Posted by Draticus View Post
    these files are more fixed than killers, killers can connect to client and play but gameserver crashs, these 1 all start and stay up but when trying to connect u get server full. same files just these seem more fixed than killers
    Yes you right!! well i am talking with my friend chineses him got some files same with this but working connect with client!! but have a problem got lag morster need some to fix it

  8. #8
    Sharing is caring
    Rank
    Legend
    Join Date
    Feb 2007
    Location
    Netherlands
    Posts
    2,604
    Liked
    866

    Re: New Godswar Server FIles Working 95%

    Quote Originally Posted by Draticus View Post
    these files are more fixed than killers, killers can connect to client and play but gameserver crashs, these 1 all start and stay up but when trying to connect u get server full. same files just these seem more fixed than killers

    Yes, I'm aware of this, however I don't have the time to work on it but thanks to the folks over at Devia.tk there has been some great progress.
    "Knowledge will become available to those who are determined"

    http://twitter.com/KillerStefan

    Tales Runner Private Server!

    Quote Originally Posted by KillerStefan View Post
    Ask gPotato to send it to me then since they can just ask Nexon for my contact details
    Quote Originally Posted by border9008 View Post
    So.. if we contact Gpotato about the "database," our US tr info will be in the private version?

    Quote Originally Posted by Rishwin View Post
    We're getting alot of complaints against KillerStefan. I don't think it's because he's incompetent, but rather the members of that section seem to be.

  9. #9
    Member
    Rank
    Member
    Join Date
    Jul 2009
    Location
    brazil
    Posts
    91
    Liked
    9

    Re: New Godswar Server FIles Working 95%

    its could are better if Killer have time to help fix it

  10. #10
    Member
    Rank
    Member
    Join Date
    Jul 2009
    Location
    brazil
    Posts
    91
    Liked
    9

    Re: New Godswar Server FIles Working 95%

    i now have it up and running but all i get on login is server is full error




    can someone here help fixe this problem ???

  11. #11
    Cpp/C#/Php/VB Developer
    Rank
    Member +
    Join Date
    Apr 2009
    Posts
    610
    Liked
    173

    Re: New Godswar Server FIles Working 95%

    i can use those but i found few problems :
    1. we cant connect to the client
    2.i see the database are not full
    3.there is more problems

    by the way whice client version those filles are fit to ?
    i try use gptato lastst client = error
    i try older versions = out of date
    i've try few other things i was able to see the server list but when i've login using my id/pw its just keeping to say unable to finj source or somthing like that. (ATM im not in my house..)
    if some one can approve me the client version i will upload my fixed DB
    and the files are have chinese things inside WTF ?
    thanks ...btw this is not 95% those about 80%

  12. #12
    Member
    Rank
    Member
    Join Date
    Oct 2006
    Posts
    59
    Liked
    0

    Re: New Godswar Server FIles Working 95%

    correct client :

    filename : "gw_setup_1.0.262.exe"

    download : Gamefront
    -=.-. rageZone foreVer .-.=-

  13. #13
    Member
    Rank
    Member
    Join Date
    Jul 2009
    Location
    brazil
    Posts
    91
    Liked
    9

    Re: New Godswar Server FIles Working 95%

    Quote Originally Posted by naty48 View Post
    i can use those but i found few problems :
    1. we cant connect to the client
    2.i see the database are not full
    3.there is more problems

    by the way whice client version those filles are fit to ?
    i try use gptato lastst client = error
    i try older versions = out of date
    i've try few other things i was able to see the server list but when i've login using my id/pw its just keeping to say unable to finj source or somthing like that. (ATM im not in my house..)
    if some one can approve me the client version i will upload my fixed DB
    and the files are have chinese things inside WTF ?
    thanks ...btw this is not 95% those about 80%

    okay you right its about 80% i am sorry for thats

    ---------- Post added at 05:16 PM ---------- Previous post was at 05:04 PM ----------

    Quote Originally Posted by ulfman View Post
    correct client :

    filename : "gw_setup_1.0.262.exe"

    download : Gamefront

    yeah this client the right!! but still with it can't connect with client i think db have some bugs in log in

  14. #14
    Newbie
    Rank
    Member
    Join Date
    Aug 2009
    Location
    Philippines
    Posts
    2
    Liked
    0

    Re: New Godswar Server FIles Working 80%

    wow awesome godswar online :D
    Last edited by johnmarverick14; 24-03-11 at 11:20 AM.

  15. #15
    Newbie
    Rank
    Member
    Join Date
    Mar 2011
    Posts
    4
    Liked
    0

    Re: New Godswar Server FIles Working 80%

    Hey great files i dont now to much of python, im all java boy, i just checked ur files and i had a error in the game server

    http://www.imagehosting.gr/out.php/i...ver-errror.png
    Last edited by over122; 25-03-11 at 07:45 AM.

 

 
Page 1 of 9 123456789 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •