Nostale Live Programming

06/06/2013 12:46 Kingrap#91
Quote:
Originally Posted by Schnuffel16 View Post
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 :)
06/06/2013 13:25 Kubixiorek#92
Please add equipment (maybe Items.txt) and drop for mobs. And more skills for classes ^*^

Today live?
06/06/2013 13:51 Kingrap#93
Quote:
Originally Posted by Kubixiorek View Post
Please add equipment (maybe Items.txt) and drop for mobs. And more skills for classes ^*^

Today live?
no live, stop live..
when i change computer i restart live but now i can't with CPU 100% D:
06/06/2013 14:27 ●IceBlader●©#94
When you will make Damage for Equip ?
06/06/2013 14:44 loc98#95
I respect you
06/06/2013 14:57 szymek111#96
FIXED
06/06/2013 14:58 ramblox#97
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.

[Only registered and activated users can see links. Click Here To Register...]
06/06/2013 15:13 szymek111#98
And why mobs don't attack ?? I fix this error
06/06/2013 15:17 Kingrap#99
Quote:
Originally Posted by ramblox View Post
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.

[Only registered and activated users can see links. Click Here To Register...]
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
06/06/2013 15:31 TheTempler#100
when i make 3000000 reputation then i become the pic for 0-100 reputation
06/06/2013 15:42 Kingrap#101
Quote:
Originally Posted by TheTempler View Post
when i make 3000000 reputation then i become the pic for 0-100 reputation
Ok thank for bug report, i solved now this problem ;)
06/06/2013 15:55 nekomee#102
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 ;_;
06/06/2013 15:59 Schnuffel16#103
@ nekomee this version added port 1378 for channel 2 . i must first open this port and then work the server for me
06/06/2013 16:00 nekomee#104
So, I have to unlock port 1378?
06/06/2013 16:02 Kingrap#105
Quote:
Originally Posted by nekomee View Post
So, I have to unlock port 1378?
just change it in config.ini

Code:
[LOGIN SERVER]
IP = 127.0.0.1
PORT = 4003
VERSION = 0.9.3.3008

[GAME SERVER]
NAME = S1-Nostale
IP = 127.0.0.1
PORT = 4100
why port 1378 ? O.o