Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[GUIDE] Ultimate LastChaos Server Tutorial

Status
Not open for further replies.
Banned
Banned
Joined
Apr 29, 2008
Messages
713
Reaction score
264
Skip This Guide And Use This To Avoid Bugged Pet Quest : Click Here

[Step 1: Basic Requirements]

Operating System: Windows XP/2003/Vista/2008/7
Processor: 2.0 GHZ Or Equivlent
Memory: 1024 MB Minimum
SQL Server: MySQL (Latest Version)
Disk Space: 300 MB

[Step 2: Download]

MySQL:
Server File:
Navicat:
Client:

[Step 3: Install MySQL]

Run MySQL Setup


  • Click "Next"
  • Check "I Accept" And Click "Next"
  • Click "Typical"
  • Then Click "Install"
    (When MySQL Enterprise Window Pops Up Just Keep Clicking Next)
  • Make Sure "Launch the MySQL Config" Is Checked And Click "Finish"


MySQL Server Instance Configuration Wizard


  • Click "Next"
  • Tick "Standard Configuration" And Click "Next"
  • Make Sure "Install As Service" And "Launch MySQL Auto" Is Checked Then Click "Next"
  • Make Sure "Modify Security Settings" Is Checked And Type In Your Root Password
  • Then Click "Next" And Then "Execute"
  • Finally Click "Finish"
    (The MySQL Service Will Now Be Running On Your Machine)


Now Install Navicat

[Step 4: Setting Up Database]

Run Navicat


  • Click "Connection" Button And Select "MySQL"
  • In "Connection Name" Put "MySQL"
  • Enter Your Root Password You Gave During MySQL Install
  • Click "Test Connection" If Success Click "OK"
  • Under "Connections" List Double Click "MySQL"
  • Right Click On "MySQL" And Click "New Database"

Make 3 New Databases Named The Following

  • newproject_db
  • newproject_data
  • newproject_db_auth

Then...

  • Double Click On Each Database To Enable Them (Icon Turns Green)
  • Right Click Each Database And Click "Execute SQL File"
  • Browse For The .sql File That Matchs The Database Name
  • Then Click "Start"


[Step 5: Setting Up Server File]

Navigate To Your Server Files

In Each Folder There Will Be A File "newStobm.bin" (Except GameServer Where Its Inside "Data") Open This File With Notepad. Once Opened Change The IP Address's Where You See "MY_LOCAL_IP" With Either Your (Public Server) Or Your Internal IP (LocalHost).
(Run -> CMD -> ipconfig -> IP Address)

Code:
[Server]
No=1
IP=MY_LOCAL_IP <- Your PC/Dedi IP Here
Port=4001
AllowExternalIP=TRUE
Also Wherever You See Any Of The Three Database Names Make Sure The Login Info "Password=" Is Set To Your Root Password.
(Not Recommended For Public Servers Due To Security But We Doing It For Now Out Of Sheer Lazyness)

Code:
[Data DB]
IP=127.0.0.1
DBName=newproject_data
User=root <- User ID Here
Password=root <- User Password Here
[Step 6: Starting The Server]

Start The Server Files In This Order


  • Messenger
  • Connector
  • Helper
  • GameServer
  • LoginServer


[Step 7: Setting Up Client]


  • Copy Over The IP Tool From The Server Files Into Your Client
  • Run It And Select "sl.dta"
  • In The Box Change The IP To Your IP
  • Save And Overwrite
  • Copy Engine.dll Over From Server Files Into Your Clients Bin Folder
  • Now Make A Shortcut To Launch Nksp.exe Like So
    Code:
    "C:\AeriaGames\LastChaosUSA\Bin\Nksp.exe" LastChaosUSA
  • Start Game Through Shortcut And Play!


[GM Commands]

Code:
/whoami
/recommend
/doubleexp_event
/double_event
/skillpoint
/statpoint
/levelup
/itemdrop
/cashpurchasehistory
/cashbring
/cashpurchaselist
/cashpurchase
/cashbalance
/itemuse
/dp
/ap
/petchangename
/petmountreset
/petexpup
/petreset
/petdeadtime
/petlevelup
/lordchat
/setowner
/setwartime2end
/setwartime2
/setwartime
/release
/block
/del
/add
/group
/chat
/out
/invite
/messenger
/guildpoint
/hpmp
[Job Types]

Code:
0 = Titan
1 = Knight
2 = Healer
3 = Mage
4 = Rogue
5 = Sorcerer
6 = Pet
[A_Wearing Types]

Code:
Armor = 1
Pant = 3
Glove = 5
Boot = 6
Helm = 0
Weapon = 2
Sheild = 4
 
Last edited by a moderator:
Experienced Elementalist
Joined
Apr 6, 2005
Messages
204
Reaction score
44
Re: Ultimate LastChaos Server Tutorial

this is EP 2 or EP 3 :-??
 
Initiate Mage
Joined
Jan 13, 2006
Messages
50
Reaction score
6
Re: Ultimate LastChaos Server Tutorial

Is the Chinese client the only one working with this server?
 
Banned
Banned
Joined
Apr 29, 2008
Messages
713
Reaction score
264
Re: Ultimate LastChaos Server Tutorial

Is the Chinese client the only one working with this server?

You can get the USA client and server files with packet encryption removed in the development section thread. This guide is only what works as-is. Tho the client in this post is worse then the USA client.
 
Skilled Illusionist
Joined
May 8, 2010
Messages
307
Reaction score
3
Re: Ultimate LastChaos Server Tutorial

Interesting game. ^_^ BTW, I have 2 questions.

1.) Can i create a website for this?

2.) Can i change the language of this Chinese client?
 
Initiate Mage
Joined
Aug 18, 2011
Messages
31
Reaction score
1
Re: Ultimate LastChaos Server Tutorial



Ise all the steps of the guide of Warmonger but the GameServer it does not open me,The GS opens but immediately it closes :(Some solution plz?
Since an account is created?


Thaks and Exelente Aport!!:O::w00t::eek:tt1:
 
Banned
Banned
Joined
Apr 29, 2008
Messages
713
Reaction score
264
Re: Ultimate LastChaos Server Tutorial



Ise all the steps of the guide of Warmonger but the GameServer it does not open me,The GS opens but immediately it closes :(Some solution plz?
Since an account is created?


Thaks and Exelente Aport!!:O::w00t::eek:tt1:

GameServer\Data\newStobm.bin :D:
 
Initiate Mage
Joined
Aug 18, 2011
Messages
31
Reaction score
1
Re: Ultimate LastChaos Server Tutorial

Data folder of Game Server?
 
Initiate Mage
Joined
Aug 18, 2011
Messages
31
Reaction score
1
Re: Ultimate LastChaos Server Tutorial

I have put it this way: But it is still equal :(



Code:
[Server]
Number=1
SubNumber=1
IP=192.168.2.101
Port=4110
AllowExternalIP=TRUE

[Data DB]
IP=127.0.0.1
DBName=newproject_data
User=root
Password=20983068

[Char DB]
IP=127.0.0.1
DBName=newproject_db
User=root
Password=20983068

[Connector Server]
IP=192.168.2.101
Port=4006

[Catalog DB]
IP=127.0.0.1
DBName=newproject_data
User=root
Password=20983068


[Messenger Server]
IP=192.168.2.101
Port=4100 

[Helper Server]
IP=192.168.2.101
Port=3000



[Zones]
Count=15

[Zone_0]
No=0
Remote=FALSE



[Zone_1]
No=1
Remote=FALSE


[Zone_2]
No=2
Remote=FALSE

[Zone_3]
No=3
Remote=FALSE

[Zone_4]
No=4
Remote=FALSE

[Zone_5]
No=5
Remote=FALSE

[Zone_6]
No=6
Remote=FALSE

[Zone_7]
No=7
Remote=FALSE


[Zone_8]
No=8
Remote=FALSE

[Zone_9]
No=9
Remote=FALSE

[Zone_10]
No=10
Remote=FALSE

[Zone_11]
No=11
Remote=FALSE

[Zone_12]
No=12
Remote=FALSE

[Zone_13]
No=14
Remote=FALSE

[Zone_14]
No=15
Remote=FALSE

[Zone_15]
No=17
Remote=FALSE


---------- Post added at 09:30 AM ---------- Previous post was at 09:29 AM ----------

:thumbup::thumbup:Wowowowow!! Thaksss!!:thumbup::thumbup::thumbup:


:eek:tt::eek:tt::eek:tt::eek:tt::eek:tt:
haha Test thanks Much!!

---------- Post added at 09:32 AM ---------- Previous post was at 09:30 AM ----------

One any more and I am not a nuisance any more accounts can be created?
 
Banned
Banned
Joined
Apr 29, 2008
Messages
713
Reaction score
264
Re: Ultimate LastChaos Server Tutorial

I have put it this way: But it is still equal :(



Code:
[Server]
Number=1
SubNumber=1
IP=192.168.2.101
Port=4110
AllowExternalIP=TRUE

[Data DB]
IP=127.0.0.1
DBName=newproject_data
User=root
Password=20983068

[Char DB]
IP=127.0.0.1
DBName=newproject_db
User=root
Password=20983068

[Connector Server]
IP=192.168.2.101
Port=4006

[Catalog DB]
IP=127.0.0.1
DBName=newproject_data
User=root
Password=20983068


[Messenger Server]
IP=192.168.2.101
Port=4100 

[Helper Server]
IP=192.168.2.101
Port=3000



[Zones]
Count=15

[Zone_0]
No=0
Remote=FALSE



[Zone_1]
No=1
Remote=FALSE


[Zone_2]
No=2
Remote=FALSE

[Zone_3]
No=3
Remote=FALSE

[Zone_4]
No=4
Remote=FALSE

[Zone_5]
No=5
Remote=FALSE

[Zone_6]
No=6
Remote=FALSE

[Zone_7]
No=7
Remote=FALSE


[Zone_8]
No=8
Remote=FALSE

[Zone_9]
No=9
Remote=FALSE

[Zone_10]
No=10
Remote=FALSE

[Zone_11]
No=11
Remote=FALSE

[Zone_12]
No=12
Remote=FALSE

[Zone_13]
No=14
Remote=FALSE

[Zone_14]
No=15
Remote=FALSE

[Zone_15]
No=17
Remote=FALSE


---------- Post added at 09:30 AM ---------- Previous post was at 09:29 AM ----------

:thumbup::thumbup:Wowowowow!! Thaksss!!:thumbup::thumbup::thumbup:


:eek:tt::eek:tt::eek:tt::eek:tt::eek:tt:
haha Test thanks Much!!

---------- Post added at 09:32 AM ---------- Previous post was at 09:30 AM ----------

One any more and I am not a nuisance any more accounts can be created?

Just use test8/test8 if your the only one testing. test5/test5 is an empty account too.
 
Skilled Illusionist
Joined
May 8, 2010
Messages
307
Reaction score
3
Re: Ultimate LastChaos Server Tutorial

Oh ok, another problem when i open the GameServer it close quickly and said "Fail to connect to DB" thingy (Not exact) I already check the other newStobm any solution?

EDIT: The problem is fixed even I don't open GameServer. But the test accounts don't work. Any suggestion?
 
Last edited:
Initiate Mage
Joined
Aug 4, 2011
Messages
42
Reaction score
0
Re: Ultimate LastChaos Server Tutorial

how to give yourself a shop coins? And how to register yourself admin?
 
Banned
Banned
Joined
Apr 29, 2008
Messages
713
Reaction score
264
Re: Ultimate LastChaos Server Tutorial

how to give yourself a shop coins? And how to register yourself admin?

Shop coins hasn't been figured out yet. We are working on the game itself, shop later. By default all new chars are admins, just type /whoami and start using commands.
 
Initiate Mage
Joined
Aug 18, 2011
Messages
31
Reaction score
1
Re: Ultimate LastChaos Server Tutorial

Some Solution for Lustrum, tomb, Strayana?
Since it is possible to come to solve?
 
Initiate Mage
Joined
Sep 26, 2009
Messages
55
Reaction score
1
Re: Ultimate LastChaos Server Tutorial

when i start "2 - Connector" i get "connector.exe has encountered a problem and needs to close. we are sorry for the inconvenience (Send Error Report/Dont Send)"
how can i solve this ?
 
Initiate Mage
Joined
Apr 23, 2011
Messages
65
Reaction score
18
Re: Ultimate LastChaos Server Tutorial

when i start "2 - Connector" i get "connector.exe has encountered a problem and needs to close. we are sorry for the inconvenience (Send Error Report/Dont Send)"
how can i solve this ?

remember you doubting about no one is getting the files?, time fixes everything. Just a matter of time until we get ep2 files or upgrade these to somewhat ep2
 
Status
Not open for further replies.
Back
Top