Jump to content
  • 0

How to make sql ?


mrlongshen

Question


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  1302
  • Reputation:   77
  • Joined:  12/04/12
  • Last Seen:  

hello guys, i want to ask, i got a ton of item_db2.txt.

how do i import all this to sql file ? 

is that an easy method can generate the txt to sql ? 

i want to make this because i want add my custom item in flux cp.

please help me. thx.

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  815
  • Reputation:   86
  • Joined:  10/26/12
  • Last Seen:  


INSERT INTO `item_db2` (

`id` ,

`name_english` ,

`name_japanese` ,

`type` ,

`price_buy` ,

`price_sell` ,

`weight` ,

`atk:matk` ,

`defence` ,

`range` ,

`slots` ,

`equip_jobs` ,

`equip_upper` ,

`equip_genders` ,

`equip_locations` ,

`weapon_level` ,

`equip_level` ,

`refineable` ,

`view` ,

`script` ,

`equip_script` ,

`unequip_script`

)

VALUES

 ('22000', 'sample', 'sapmple', '5', '20', NULL , '10', NULL , NULL , NULL , '1', '4294967295', '7', '2', '512', NULL , NULL , '1', '937', '', '', ''),

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  1302
  • Reputation:   77
  • Joined:  12/04/12
  • Last Seen:  

i have to enter it manuall ?

aw. its pain bro. got easy method ? 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  115
  • Reputation:   4
  • Joined:  10/25/12
  • Last Seen:  

import method sir :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  1302
  • Reputation:   77
  • Joined:  12/04/12
  • Last Seen:  

Cydh. Thx alot. I forgot about this tools have sql. Thx alott

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

never mind. :D

I just give the link

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