Jump to content
  • 0

[sql] char error


jx4nk00

Question


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  86
  • Reputation:   3
  • Joined:  02/24/12
  • Last Seen:  

hello comunity!

i need your hep with this, please..

** i work my svn with ssh, powered in linux **

i updated my SVN with this command:

svn update

after, i used this command:

./athena-start start

to start server...

and tried to log in ..

i put my user and pass and i could see y character..

but when i selected one, my Screen ( on ssh) show de following error:

: DB error - Unknown column 'elemental_id' in 'field list'

[Debug]: at char.c:1033 - SELECT `char_id`,`account_id`,`char_num`,`name`,`class`,`base_level`,`job_level`,`base_exp`,`job_exp`,`zeny`,`str`,`agi`,`vit`,`int`,`dex`,`luk`,`max_hp`,`hp`,`max_sp`,`sp`,`status_point`,`skill_point`,`option`,`karma`,`manner`,`party_id`,`guild_id`,`pet_id`,`homun_id`,`elemental_id`,`hair`,`hair_color`,`clothes_color`,`weapon`,`shield`,`head_top`,`head_mid`,`head_bottom`,`last_map`,`last_x`,`last_y`,`save_map`,`save_x`,`save_y`,`partner_id`,`father`,`mother`,`child`,`fame`,`rename`,`delete_date`,`robe` FROM `char` WHERE `char_id`=? LIMIT 1

[status]: Char-server 'AkronRO' has disconnected.

[status]: Attempting to connect to Char Server. Please wait.

[status]: Connecting to 127.0.0.1:6121

[Error]: make_connection: connect failed (socket #5, error 111: Connection refused)!

i dont know how to solve it :o ..

Please help!

Thanks to all :)!

GREETING

PD: Sorry for my english

SOLVE IT:

i user this qury:

[color=#465584][font=Courier,]ALTER TABLE `char` ADD COLUMN `elemental_id` INTEGER UNSIGNED NOT NULL DEFAULT '0' AFTER `homun_id`;[/font][/color]

[font=Courier,]and DONE! [/font]

[font=Courier,]THANKS TO ALL![/font]

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...