1.If you make new characters the client close. Server Error message is :
I look in these tables and the have no value, if you change your code to this the character creation works
Code:
DROP TABLE IF EXISTS `characters`;
CREATE TABLE `characters` (
`ID` int(5) NOT NULL,
`Slot` int(1) NOT NULL,
`Name` varchar(15) NOT NULL,
`Number` int(5) NOT NULL AUTO_INCREMENT,
`Sex` int(1) NOT NULL,
`Hair` int(1) NOT NULL,
`Color` int(1) NOT NULL,
`Class` int(1) NOT NULL,
`Level` int(2) NOT NULL,
`Job` int(2) NOT NULL,
`Map` int(5) NOT NULL,
`X` int(3) NOT NULL,
`Y` int(3) NOT NULL,
`Z` int(1) NOT NULL,
`Speed` int(1) NOT NULL,
`Reputation` int(11) NOT NULL,
`Exp_Points` int(11) [B]DEFAULT '0'[/B],
`Job_Points` int(11) [B]DEFAULT '0'[/B],
PRIMARY KEY (`Number`)
) ENGINE=InnoDB AUTO_INCREMENT=10011 DEFAULT CHARSET=latin1;
or you add in the config ini exp Points
Code:
[CHAR NEW]
CENSURED_WORDS = TM GA BA SGM SMOD MOD GM TGM TMOD GF CoMa Gm
SPAWN = 1 79 116 0
LEVEL = 1
JOB = 1
CLASS = 0
SPEED = 10
REPUTATION = 0
[B]Exp_Points = 0
Job_Points = 0[/B]
2.. I have make three character in my account and if i play with one and log out the server save the same log out coordinates in all three characters.
I can attack Monster that work fine, now you can add monster can also attack me and drop items
I'm waiting now for the next Version
Thank for bug report, just a stupid error :P 10-15 minutes and i release 0.6_bug_Fix
it's me again
I found another problem with the db. When I created a second character on account, I relogs; than it receives the same parameters on first character : lvl, job etc.
it's me again
I found another problem with the db. When I created a second character on account, I relogs; than it receives the same parameters on first character : lvl, job etc.
yes i know and already fixed, just wait 0.6_bugFix version
there is another problem, when you add 90 or 90 + mob's their speed slows.. now i work to solve it and i release (5-10 minutes + upload time) xD
I can't connect with server. When I'm writing login and password and click Login, game freeze for 1 second and back without login and pass. On Elektrochemie's files it works for me (same IP etc. in confings and the same client). I turned off Firewall and Avast and don't work .__. Help me, please ;_;