Jump to content
  • 0

yml x mysql understanding


millu

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.01
  • Content Count:  17
  • Reputation:   1
  • Joined:  12/18/20
  • Last Seen:  

 

Please, I need help understanding the definition of these fields in the item_db_re table (mysql). I need to import yml to mysql, it's all done, but I don't understand the use of these fields, since they *when they exist in yml are of little clarity*, so,

When will one of these fields be set to true?

  `class_all` tinyint(1) unsigned DEFAULT NULL,
  `class_normal` tinyint(1) unsigned DEFAULT NULL,
  `class_upper` tinyint(1) unsigned DEFAULT NULL,
  `class_baby` tinyint(1) unsigned DEFAULT NULL,
  `class_third` tinyint(1) unsigned DEFAULT NULL,
  `class_third_upper` tinyint(1) unsigned DEFAULT NULL,
  `class_third_baby` tinyint(1) unsigned DEFAULT NULL,
  `class_fourth` tinyint(1) unsigned DEFAULT NULL,    

 

Edited by millu
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.01
  • Content Count:  39
  • Reputation:   29
  • Joined:  06/08/23
  • Last Seen:  

rAthena developer has provide us with tools that can convert yml to sql, if you in windows just build/rebuild all of project rAthena Solution, then run yml2sql.bat there you need some input what to convert and what not by pressing Y or N key on your keyboard, you will have ready sql file to import in sql-files folder

image.png.86348d98bc5951e543460d70122442c2.png

Edited by Harvin
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.01
  • Content Count:  17
  • Reputation:   1
  • Joined:  12/18/20
  • Last Seen:  

22 hours ago, Harvin said:

rAthena developer has provide us with tools that can convert yml to sql, if you in windows just build/rebuild all of project rAthena Solution, then run yml2sql.bat there you need some input what to convert and what not by pressing Y or N key on your keyboard, you will have ready sql file to import in sql-files folder

image.png.86348d98bc5951e543460d70122442c2.png

friend, thank you for your attention, however:

1) I really want to understand the *logic*, for a specific development, *that if it works as I think I will soon make it public* and believe me, it will be very useful;

2) this import does not work.

For example, yml has an item id 1100, after import this item did not appear in any item_db in mysql.

So I'm still waiting for someone to explain *the logic and purpose of these fields*.

 

Edited by millu
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...