Jump to content
  • 0

char server asking for what table?


Kiriesani

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.01
  • Content Count:  4
  • Reputation:   0
  • Joined:  01/05/23
  • Last Seen:  

Getting this error and I'm not entirely sure what it means. Been trying to get this set up for a while and pretty frustrated. What is this table and where do I get it and put it? Nothing in the guides I look at lists this table? Or am I missing something else? I have no idea how to fix this. Thanks for any help.

 

[Info]: Start checking DB integrity
[SQL]: DB error - Table 'ragnarok.skill' doesn't exist
[Debug]: at C:\Users\crims\Desktop\rathena-master test\src\char\char.cpp:2332 - SELECT 1 FROM `skill` LIMIT 1;
[Fatal Error]: char : A tables is missing in sql-server, please fix it, see (sql-files main.sql for structure)
 

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  05/10/22
  • Last Seen:  

A skill table is missing.

You are advised to search for it in main.sql in the sql directory and run it once.

Or you could wipe out the database completely and run the full main.sql file.

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

--
-- Table structure for table `skill`
--

CREATE TABLE IF NOT EXISTS `skill` (
  `char_id` int(11) unsigned NOT NULL default '0',
  `id` smallint(11) unsigned NOT NULL default '0',
  `lv` tinyint(4) unsigned NOT NULL default '0',
  `flag` TINYINT(1) UNSIGNED NOT NULL default 0,
  PRIMARY KEY  (`char_id`,`id`)
) ENGINE=MyISAM;

you should check why its missing from your database or some failed queries execution.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  12/14/16
  • Last Seen:  

[SQL]: DB error - Table 'ragnarok.pet' doesn't exist
[Debug]: at char.cpp:2322 - SELECT 1 FROM `pet` LIMIT 1;
[Fatal Error]: char : A tables is missing in sql-server, please fix it, see (sql-files main.sql for structure)



can help?

Link to comment
Share on other sites

  • 0

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

11 minutes ago, DevilingKing said:

[SQL]: DB error - Table 'ragnarok.pet' doesn't exist
[Debug]: at char.cpp:2322 - SELECT 1 FROM `pet` LIMIT 1;
[Fatal Error]: char : A tables is missing in sql-server, please fix it, see (sql-files main.sql for structure)



can help?

go to Rathena\sql-files folder, import mail.sql file

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  12/14/16
  • Last Seen:  

image.png.7c61c77e5b084a700276829f24cb1d45.png

can help me abot this?
Centos 7

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  12/14/16
  • Last Seen:  

On 9/8/2023 at 2:23 PM, hendra814 said:

go to Rathena\sql-files folder, import mail.sql file

i have upload but still have erros

Link to comment
Share on other sites

  • 0

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

1 minute ago, DevilingKing said:

i have upload but still have erros

are the error still same as your post?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  12/14/16
  • Last Seen:  

3 minutes ago, hendra814 said:

are the error still same as your post?

ya still same erro.. i have add you in Discord

Link to comment
Share on other sites

  • 0

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

5 minutes ago, DevilingKing said:

ya still same erro.. i have add you in Discord

Sorry i can't login my discord right now, try run this sql script

 

main.sql

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  12/14/16
  • Last Seen:  

1 minute ago, hendra814 said:

Sorry i can't login my discord right now, try run this sql script

 

main.sql 40 kB · 0 downloads

image.png.e0c8a434a68b1c815357ce9748753888.png

Link to comment
Share on other sites

  • 0

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

can you try delete your database and create new one and import the file

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