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!

Tutorial 1.18 Server files, Including all needed files!

Newbie Spellweaver
Joined
Mar 24, 2009
Messages
28
Reaction score
0
You must Tick that Box on Login Server, and i think in this release is that bugged, try to click on GM.
I just try to do it and wait for few minutes and it doesn't work.I do the step like this(my picture attach Files).
 

Attachments

You must be registered for see attachments list
Joined
Aug 20, 2010
Messages
1,387
Reaction score
253
I just try to do it and wait for few minutes and it doesn't work.I do the step like this(my picture attach Files).

Your UserIn is shown as "OFF" This means the server is not running correctly. Run all the 4 .bat starters at the same time. this might help out.
You can only choose between the options if you see the server Ping.
 
Initiate Mage
Joined
Aug 21, 2008
Messages
4
Reaction score
0
client download no longer works "404 PAGE NOT FOUND"


One thing you could of put in your tutorial to help people alot was instructions on setting up ODBC for the databases.
 
Last edited:
Joined
Aug 20, 2010
Messages
1,387
Reaction score
253
Newbie Spellweaver
Joined
Mar 24, 2009
Messages
28
Reaction score
0
Your UserIn is shown as "OFF" This means the server is not running correctly. Run all the 4 .bat starters at the same time. this might help out.
You can only choose between the options if you see the server Ping.

Now my UserIn is working, but my client has some problems with "Processing Certification" . I have search the forum. I found this Processing Certification stuck Solved , but I couldn't solve that problems.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Aug 30, 2011
Messages
24
Reaction score
1
My problem is only with the activation of dungeons, and battleground server tutorial

already did loopback in accordance with the tutorial not only more specialized network
 
Initiate Mage
Joined
Jan 7, 2012
Messages
1
Reaction score
0
Thank you tidie10!
I have my own server too now :)
 
Junior Spellweaver
Joined
Apr 30, 2009
Messages
170
Reaction score
28
4. Creating an account!
- Goto Databases\WEB_MEMBERDB\Programmability\Stored Procedures > Execute dbo.AC_sp_CreateAccount table.
- add username at @strGameAccount Value < change the value
- add password at @strGamePWD Value < change the value
- add pin 1234 at @strToGameP Value < change the value
- add sdf at @strTjUser Value < change the value
- add 1 at @strSex Value < change the value
- add 1 at @strage value < change the value
- add dsfsdf at @strBirthday value < change the value
- add fsdf at @strTrueid value < change the value
- add sdfsd at @strEmail value < change the value
- add test at @strErrinfo value < change the value

Problems: I'm using WinglessIris files.
To creating an account, i copy/paste values to DB, execute, got Messages (1 row(s) affected), Results @strErrInfo ??????, Return Value 1
But not account created :(:

I'm testing with 2 Clients, the first open normally and close on put user/pass
the second Update GameGuard and do not open login

How i can change IP on Client and disable GameGuard to use?

Obs: All checked on Server and DB and Odbc, using localhost IP
and i got 2 virus from Client on tutorial. One may also check, please.
 
Last edited:
Joined
Aug 20, 2010
Messages
1,387
Reaction score
253
Problems: I'm using WinglessIris files.
To creating an account, i copy/paste values to DB, execute, got Messages (1 row(s) affected), Results @strErrInfo ??????, Return Value 1
But not account created :(:

I'm testing with 2 Clients, the first open normally and close on put user/pass
the second Update GameGuard and do not open login

How i can change IP on Client and disable GameGuard to use?

Obs: All checked on Server and DB and Odbc, using localhost IP
and i got 2 virus from Client on tutorial. One may also check, please.

There are no virusses in the client. The files were tested before i re-uploaded them.

Changing the ip on the client has already been stated in the tutorial.

Gameguard can't be disabled on this release.

And try to create a account through a web registering page..

I'm still working out all bugs on the re-release i did.
 
Junior Spellweaver
Joined
Apr 30, 2009
Messages
170
Reaction score
28
There are no virusses in the client...
...And try to create a account through a web registering page..

Thank you!

I'm having a weird error at login.

If I put teste/teste/1234 login, I get the error message password, and if I put another record made by any SQL code, the program close. :?:

All checked files: Client/Server, using Loopback Ip, database passwords..

How to create a login account correctly? Is there any script for the Web?

And about the folder 'resource' need to copy the same files for client and server?
 

Attachments

You must be registered for see attachments list
Joined
Aug 20, 2010
Messages
1,387
Reaction score
253
Thank you!

I'm having a weird error at login.

If I put teste/teste/1234 login, I get the error message password, and if I put another record made by any SQL code, the program close. :?:

All checked files: Client/Server, using Loopback Ip, database passwords..

How to create a login account correctly? Is there any script for the Web?

And about the folder 'resource' need to copy the same files for client and server?

I will post a fixed 1.18 web, as soon i get back to windows 7, trying to get server running on windows 8 as for now.

It's best that you copy the server files it's resources into you client AKA resource.pack, as i made some changes to let the game stop crashing on this re-release.

And i'll fix the add account script in MsSQL aswell. Wich would be wednesday, as i have a test to join the army tomorrow.
 
Junior Spellweaver
Joined
Apr 30, 2009
Messages
170
Reaction score
28
Thank you!
I'm having a weird error at login...

:thumbup: Ok, now is working.
I followed other steps to correct this. On Win 7 Ultimate 32, i install and config (using CMGAME files

- SQL Server Express Database w/tools


- Attach Database and put Login/Pass
- Create ODBC and select users from DB
- Put resource and language files
- Install Loopback Network Adapter
- Check ALL IP's and configure Loopback (my local test PC)
- RUN batch to insert and install config to Server
- RUN the START's and ServerTool to put SERVER ON
(here my problem solution)
- now I can CREATE USER with server is running
- execute dbo.AC_sp_CreateAccount on database and DONE!

But I found one BUG on my Server
If I click on Mail icon (the upper left corner) close the Client.

Thanks @CMGAME @lucky40990 @timebomb @tidie10 and ALL other
 

Attachments

You must be registered for see attachments list
Joined
Aug 20, 2010
Messages
1,387
Reaction score
253
:thumbup: Ok, now is working.
I followed other steps to correct this. On Win 7 Ultimate 32, i install and config (using CMGAME files

- SQL Server Express Database w/tools


- Attach Database and put Login/Pass
- Create ODBC and select users from DB
- Put resource and language files
- Install Loopback Network Adapter
- Check ALL IP's and configure Loopback (my local test PC)
- RUN batch to insert and install config to Server
- RUN the START's and ServerTool to put SERVER ON
(here my problem solution)
- now I can CREATE USER with server is running
- execute dbo.AC_sp_CreateAccount on database and DONE!

But I found one BUG on my Server
If I click on Mail icon (the upper left corner) close the Client.

Thanks @CMGAME @lucky40990 @timebomb @tidie10 and ALL other

I know about that bug from mail, i totaly forgot to put the patch done by timebomb here wich fixes it!
Thanks for telling that error! I already had a feeling this tutorial was missing something :p:

I added the patch at the first post.
 
Last edited:
Back
Top