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!

[RELEASE] Laghaim KR full source stable 2016

Junior Spellweaver
Joined
Dec 30, 2012
Messages
113
Reaction score
12
Hello

I will share here some files from Laghaim game, this files is dated from 2016 ( some bugs fixed ).

It is a stable version

 
Last edited:
Junior Spellweaver
Joined
Dec 30, 2012
Messages
113
Reaction score
12
On that files have full client sources + server sources.

The client folders you can download by live servers ( search by laghaim on google and you get some links )
 
Newbie Spellweaver
Joined
Jul 28, 2019
Messages
90
Reaction score
13
Many download addresses are no longer valid.
 
Junior Spellweaver
Joined
Dec 30, 2012
Messages
113
Reaction score
12










Fast search....
 
Newbie Spellweaver
Joined
Jul 28, 2019
Messages
90
Reaction score
13
Can I upload a copy of the package and use it on the server side and client side for easy compilation. Thank you
 
Junior Spellweaver
Joined
Dec 30, 2012
Messages
113
Reaction score
12
Can I upload a copy of the package and use it on the server side and client side for easy compilation. Thank you
I will release alot of new content soon ( like VM to run on local ), tutorials etc. But i will wait if ragezone will create a section for laghaim
 
Newbie Spellweaver
Joined
Dec 24, 2013
Messages
42
Reaction score
1
The files looks work but I do not know the password of user account mytest002.so I cannot login the game.can someone give me a help?thanks.



user account password please, the username is mytest002.or regesiter tools.
 
Newbie Spellweaver
Joined
Aug 9, 2020
Messages
10
Reaction score
0
Tutorial to start game and make account.
Tutorial to start the game.

First, you need to configure your database.
install the following programs.

Xampp
Navicat Premium 12
Mysql MySQL 5.5.38

1 - Follow the steps below.
0 - Turn on the Xampp program option "MySQL - START"
1 - Open the Navicat Premium 12 program.dont need premium for that
2 - Create a new database on the MySQL connection
3 - Import the Kor_ndev_neogeo_data, char, event, user and web database
4 - Create an ID and password for your MySQL

2 - Follow the steps below.
1- Open the Xampp program
2 - Open the "Shell" option
3 - Enter the commands below to create ID, Password and add permission

CREATE USER 'yourIDhere' @ '%' IDENTIFIED BY 'youpasswordhere';
PRESS ENTER

GRANT ALL PRIVILEGES ON *. * TO 'yourIDhere' @ 'localhost';
PRESS ENTER

FLUSH PRIVILEGES;
PRESS ENTER

3 - Follow the steps below.
1 - Open the Laghaim start folder
2 - open the Config folder
3 - add your password, id and database name in the files
\ Laghaim Start \ config \ config
\ Laghaim Start \ config \ messenger_config

Once this is done you can run your game.
 
Joined
Apr 5, 2010
Messages
4
Reaction score
0
THANK YOU i will try



i import Kor_ndev_neogeo_user fail can you help to set up with vdo



i import Kor_ndev_neogeo_user fail can you help to set up with vdo
 
Junior Spellweaver
Joined
Dec 30, 2012
Messages
113
Reaction score
12
The files looks work but I do not know the password of user account mytest002.so I cannot login the game.can someone give me a help?thanks.



user account password please, the username is mytest002.or regesiter tools.

Create your own user

is simple at mysql use bg_user table and the crypto of password is default " PASSWORD('123456')



Tutorial to start game and make account.
Tutorial to start the game.

First, you need to configure your database.
install the following programs.

Xampp
Navicat Premium 12
Mysql MySQL 5.5.38

1 - Follow the steps below.
0 - Turn on the Xampp program option "MySQL - START"
1 - Open the Navicat Premium 12 program.dont need premium for that
2 - Create a new database on the MySQL connection
3 - Import the Kor_ndev_neogeo_data, char, event, user and web database
4 - Create an ID and password for your MySQL

2 - Follow the steps below.
1- Open the Xampp program
2 - Open the "Shell" option
3 - Enter the commands below to create ID, Password and add permission

CREATE USER 'yourIDhere' @ '%' IDENTIFIED BY 'youpasswordhere';
PRESS ENTER

GRANT ALL PRIVILEGES ON *. * TO 'yourIDhere' @ 'localhost';
PRESS ENTER

FLUSH PRIVILEGES;
PRESS ENTER

3 - Follow the steps below.
1 - Open the Laghaim start folder
2 - open the Config folder
3 - add your password, id and database name in the files
\ Laghaim Start \ config \ config
\ Laghaim Start \ config \ messenger_config

Once this is done you can run your game.

This tutorial will only teach how to create mysql account not game account
 
Initiate Mage
Joined
Sep 24, 2020
Messages
4
Reaction score
2


Here is the link to the image of centOS laghaim





 
Last edited by a moderator:
Initiate Mage
Joined
Sep 24, 2020
Messages
4
Reaction score
2
Does anyone have a tutorial on how to set up and start centOS










 
Last edited by a moderator:
Junior Spellweaver
Joined
Dec 30, 2012
Messages
113
Reaction score
12
Does anyone have a tutorial on how to set up and start centOS



marcelhxc - [RELEASE] Laghaim KR full source stable 2016 - RaGEZONE Forums



[COLOR=rgba(0, 0, 0, 0.54)]
[/COLOR][COLOR=rgba(0, 0, 0, 0.54)]
[/COLOR]

At files was included some tutorials, i dont post only the compiler tutorial because need to change alot of things to work and i have no free time.
 
Back
Top