Jump to content

Question

Posted (edited)

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

2 answers to this question

Recommended Posts

  • 0
Posted (edited)
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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...