how to insert into DB using ctrl+v

03/12/2013 18:19 go.year#1
hello epvp


i just want to add some new item into my DB buy ctrl+v

example

PHP Code:
1 9999 ITEM_ETC_HP_POTION_06 HP ??? (?) xxx SN_ITEM_ETC_HP_POTION_06 SN_ITEM_ETC_HP_POTION_06_TT_DESC 0 0 3 3 1 1 180000 3 0 1 1 1 255 3 1 0 0 1 0 600 0 0 0 11 210 -1 0 -1 0 -1 0 -1 0 -1 0 0 0 0 0 0 0 100 0 0 0 xxx itemetcdrop_ch_bag.bsr itemetchp_potion_06.ddj xxx xxx 32546
1 9999 ITEM_ETC_MP_POTION_06 MP 
??? (?) xxx SN_ITEM_ETC_MP_POTION_06 SN_ITEM_ETC_MP_POTION_06_TT_DESC 0 0 3 3 1 2 180000 3 0 1 1 1 255 3 1 0 0 1 0 600 0 0 0 11 210 -1 0 -1 0 -1 0 -1 0 -1 0 0 0 0 0 0 0 100 0 0 0 xxx itemetcdrop_ch_bag.bsr itemetcmp_potion_06.ddj xxx xxx 32547 
i want to copy it and go to the table to insert it using ctrl+v

but when doing this nothing changed !

any help
03/12/2013 21:23 PlayPVP#2
if ctr+v did not work mean your lines missing something re-check them.
03/12/2013 23:05 go.year#3
can i copy from .txt files or what can of file can i copy of it ?
03/13/2013 00:18 zikor1337#4
The "secret" is simple .

Quote:
1 9999 ITEM_ETC_HP_POTION_06 HP ??? (?) xxx SN_ITEM_ETC_HP_POTION_06 SN_ITEM_ETC_HP_POTION_06_TT_DESC 0 0 3 3 1 1 180000 3 0 1 1 1 255 3 1 0 0 1 0 600 0 0 0 11 210 -1 0 -1 0 -1 0 -1 0 -1 0 0 0 0 0 0 0 100 0 0 0 xxx itemetcdrop_ch_bag.bsr itemetchp_potion_06.ddj xxx xxx 32546
1 9999 ITEM_ETC_MP_POTION_06 MP ??? (?) xxx SN_ITEM_ETC_MP_POTION_06 SN_ITEM_ETC_MP_POTION_06_TT_DESC 0 0 3 3 1 2 180000 3 0 1 1 1 255 3 1 0 0 1 0 600 0 0 0 11 210 -1 0 -1 0 -1 0 -1 0 -1 0 0 0 0 0 0 0 100 0 0 0 xxx itemetcdrop_ch_bag.bsr itemetcmp_potion_06.ddj xxx xxx 32547
Try that one . :p


You can easily find the difference between mine and yours.
03/14/2013 00:20 go.year#5
Quote:
Originally Posted by zikor1337 View Post
The "secret" is simple .



Try that one . :p


You can easily find the difference between mine and yours.
:/

thanks :D


so what is the different hehehe just kidding

Just Tab Button