Jump to content
  • 0

issue at charserv


hendra814

Question


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1188
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

i'm need help, i helping my friend setup his local rathena server.

when run the server showing error like this

image.png.0d516345b999ce49f5a96156f902ba1f.png

Already tried reimport main.sql but still show the error, even already tried with remove char and login table.

What should i do to fix this issue?

 

Found bonus-script table in the database, but when i tried remove it

it's show error like this

image.png.fe3991b1669bb87f87776b69c92e7f10.png

Edited by hendra814
update
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1188
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

On 4/28/2023 at 2:11 PM, hendra814 said:

i'm need help, i helping my friend setup his local rathena server.

when run the server showing error like this

image.png.0d516345b999ce49f5a96156f902ba1f.png

Already tried reimport main.sql but still show the error, even already tried with remove char and login table.

What should i do to fix this issue?

 

Found bonus-script table in the database, but when i tried remove it

it's show error like this

image.png.fe3991b1669bb87f87776b69c92e7f10.png

solve using this sql script

IF DROP TABLE EXISTS `bonus_script`;
CREATE TABLE IF NOT EXISTS `bonus_script` (
  `char_id` INT(11) UNSIGNED NOT NULL,
  `script` TEXT NOT NULL,
  `tick` BIGINT(20) NOT NULL DEFAULT '0',
  `flag` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0',
  `type` TINYINT(1) UNSIGNED NOT NULL DEFAULT '0',
  `icon` SMALLINT(3) NOT NULL DEFAULT '-1',
  KEY `char_id` (`char_id`)
) ENGINE=InnoDB;

 

Edited by hendra814
  • Love 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1188
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

curently solve by create new database and setup inter_atchena to read new database.

Link to comment
Share on other sites

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...