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!

DBO Project v1.05

Elite Diviner
Joined
May 26, 2014
Messages
482
Reaction score
32
Re: DBO Project v1.00

hello Nicolas, i have an off topic question...
which configuration should i use to compile the client? im using FinalDebug, is it the right one?
...didnt want to open a new thread for a small question :)
anyway,
thx in advance.

The compilation is the same, I use Debug, but, isn't the problem, U should configurate your client to put Randkey_Disable.
 
Newbie Spellweaver
Joined
Jan 31, 2016
Messages
42
Reaction score
0
Re: DBO Project v1.00

@Lordeze java is not good for dbo, this question already been discussed on some thread. :)


I understand Java is not good for the project.


It was a misunderstanding


I want to help in C as a possible .
.


.but I understand more java ..
so my help will be small in C
 
Elite Diviner
Joined
May 26, 2014
Messages
482
Reaction score
32
Re: DBO Project v1.00

Finishing v1.05, tomorrow I will update it, I just have to add Skill thing, maybe it will take a little longer.
 
Elite Diviner
Joined
May 26, 2014
Messages
482
Reaction score
32
Re: DBO Project v1.00

Any page for upload pictures/photos to post in the main thread?
 
Newbie Spellweaver
Joined
Oct 16, 2014
Messages
12
Reaction score
0
Re: DBO Project v1.00

Hi guys! great to see this happening! im having some issues, when i execute the sql file i get errors but i just continue past them and the servers seem to run. I have client 50.9 and when i open it and enter password it wont work and fails in server? any help?


edit found this error

tNdxcxB - DBO Project v1.05 - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Jan 7, 2016
Messages
125
Reaction score
8
Re: DBO Project v1.00

whitespirits123

there's the same name for the database on Server.ini and in the app that you use to load the database (example xampp)?
 
Newbie Spellweaver
Joined
Oct 16, 2014
Messages
12
Reaction score
0
Re: DBO Project v1.00

im confused, so i just run mysql from Xamp by clicking start then i name my database dbotest, right click when connection is made in navicat and click execute sql file and select dbotest from the server folder and it comes back unsuccessful? what do i need to do? thanks for help!
 
Elite Diviner
Joined
May 26, 2014
Messages
482
Reaction score
32
Re: DBO Project v1.00

I think NaviCat allways back unsuccessfull for me. After execute sql file, close Navicat and reopen, see the dbotest database, and there should be the tables, or try right click, something about reload or something like that.

Because I use XAMPP with PhPMyAdmin
 
Newbie Spellweaver
Joined
Oct 16, 2014
Messages
12
Reaction score
0
Re: DBO Project v1.00

The error I get everytime

[Err] 1046 - No database selected
[Err] --
-- Base de datos: `dbotest`
--


--
-- Procedimientos
--
CREATE DEFINER=`root`@`localhost` PROCEDURE `AuthLogin`(IN m_szUserID VARCHAR(20), IN m_szUserPW VARCHAR(20), OUT m_dwAccountID INT, OUT m_nResultCode INT)
BEGIN


DECLARE dec_pw VARCHAR(100);
DECLARE dec_status VARCHAR(7);


IF(SELECT EXISTS(SELECT 1 FROM accounts WHERE Username = m_szUserID)) THEN
SELECT AccountID,AccountPW,acc_status INTO m_dwAccountID,dec_pw,dec_status
FROM accounts
WHERE Username = m_szUserID;


IF (dec_pw = m_szUserPW) THEN
SET m_nResultCode = 100;
ELSE
SET m_nResultCode = 107;
END IF;
IF (dec_status = 'block') THEN
SET m_nResultCode = 113;
END IF;


ELSE
SET m_nResultCode = 108;
END IF;


END;
[Msg] Finished - Unsuccessfully
--------------------------------------------------



fixed it :) do we have a translate patch ?



Nice ;)

1Je8H93 - DBO Project v1.05 - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Jan 7, 2016
Messages
125
Reaction score
8
Re: DBO Project v1.00

@whitespirits123

Good, now even you are in :):

If you want, you can use the locale emulator (search in internet) so you can see the number on the LP and MP bar.

Cheers :thumbup:

EDIT:

this's the resoult with locale emulator, for who want to see:
Nicolas321 - DBO Project v1.05 - RaGEZONE Forums



Nicolas321 - DBO Project v1.05 - RaGEZONE Forums


Nicolas321 - DBO Project v1.05 - RaGEZONE Forums
 
Last edited:
Newbie Spellweaver
Joined
Jan 8, 2014
Messages
74
Reaction score
14
Re: DBO Project v1.00

God luck in this, maybe one day all work in tw version :D
 
Elite Diviner
Joined
May 26, 2014
Messages
482
Reaction score
32
New updated, Version 1.05 ready.

New Server.ini, Tutorial ( Not done yet ) I recommend touch ESC when U enter on the tutorial, because it isn't finish, added Skills and Mobs.

Screenshots added on main page.
 
Last edited:
Junior Spellweaver
Joined
Jan 7, 2016
Messages
125
Reaction score
8
New updated, Version 1.05 ready.

New Server.ini, Tutorial ( Not done yet ) I recommend touch ESC when U enter on the tutorial, because it isn't finish, added Skills and Mobs.

Screenshots added on main page.
Nicolas321

thks for the update, when I'm home I'll test!

Cheers :thumbup:
 
Elite Diviner
Joined
May 26, 2014
Messages
482
Reaction score
32
I hope u enjoy the files!!, now I will work in a better fight system, revive system, etc.

I was playing with 2 players, one on Kokkara ( Human ) and other on Majin, killing mobs, and works fine.

If I get boost library x64, I will be able to compile the server with x64 and the server will go a little better.
 
Junior Spellweaver
Joined
Jan 7, 2016
Messages
125
Reaction score
8
@Nicolas321

Only one question, did you see if even you, when start all the servers, the cpu goes to 100%?
 
Elite Diviner
Joined
May 26, 2014
Messages
482
Reaction score
32
Not 100%, but 90%, I got CPU, well when I compile with x64 it will go a better, I'm downloading boost library now.
 
Back
Top