Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

_DBtoMedia - easy convert your Database tables to server_dep[BETA]

Newbie Spellweaver
Joined
May 13, 2013
Messages
35
Reaction score
39
UPDATE
1.1
- Added skilldata and skilldata encrypting ( thanks to superkhung[at]vnsecurity.net for decrypter source.)
+source
 
Newbie Spellweaver
Joined
Dec 25, 2011
Messages
16
Reaction score
0
You need to fix your database, i tested with clean database and all working fine. But i had the same problem with my old modified db, problem was with itemdata(wrong new avatar lines). Try copy
Code:
[COLOR=#333333]itemdata[/COLOR]
[COLOR=#333333]refshopgoods[/COLOR]
[COLOR=#333333]refpackageitem[/COLOR]
[COLOR=#333333]refscrapofpackageitem[/COLOR]
[COLOR=#333333]refpricepolicyofitem[/COLOR]
from clean files and check.


What DB are you using? Mine just crashes when i import the encrypted skilldata from db (even i'm using the "original" db?)... This used to work fine from my old db but i had to get rid of it cuz it was bugged.
 
Junior Spellweaver
Joined
May 5, 2009
Messages
129
Reaction score
25
me too have crash but don't undestand why. Use db from Thread - Original VSRO files.



but for sources - a lot of Thx


deja45vu, sorry that me say that not work. All work perfectly. It's my error in RefPackage. Again sorry. Your release is the best after Server Files ))):thumbup1:
 
Initiate Mage
Joined
Apr 14, 2013
Messages
2
Reaction score
0
Please Fix it
i was made my Database From 4 years and my Client Deleted My hard Got a BadSector Please Help me



You need to fix your database, i tested with clean database and all working fine. But i had the same problem with my old modified db, problem was with itemdata(wrong new avatar lines). Try copy
Code:
[COLOR=#333333]itemdata[/COLOR]
[COLOR=#333333]refshopgoods[/COLOR]
[COLOR=#333333]refpackageitem[/COLOR]
[COLOR=#333333]refscrapofpackageitem[/COLOR]
[COLOR=#333333]refpricepolicyofitem[/COLOR]
from clean files and check.

Fix It Please .. :(::(::(:
 
Newbie Spellweaver
Joined
Oct 17, 2013
Messages
70
Reaction score
0
1 use your brain if you have if not go buy a new one
2 you need to take each files example char data and copy in your db same as for item and bla bla
thank you badfist for respect others i can not Fortuity you talk like that,and i know what you talk about it is very simple 1,i talk about there is no query or something can take file from my pc to the db direct,btw you help me in other section and you already received my thanks.
 
Newbie Spellweaver
Joined
Oct 17, 2013
Messages
70
Reaction score
0
what about this ? should be work?

BULK
INSERT dbo.Account
FROM 'G:\Import\Account3.txt'
WITH
(
FIELDTERMINATOR = '|',
ROWTERMINATOR = '\n'
)
GO
 
Newbie Spellweaver
Joined
Sep 14, 2013
Messages
23
Reaction score
0
Good thing i tried on my test server . it destroyed my db
 
Newbie Spellweaver
Joined
Oct 17, 2013
Messages
70
Reaction score
0
all is right and it not work why ?
deja45vu - _DBtoMedia - easy convert your Database tables to server_dep[BETA] - RaGEZONE Forums
 
kaju
Joined
Nov 8, 2011
Messages
833
Reaction score
96
are you sure???????? look again and will see Cannot connect
 
Newbie Spellweaver
Joined
Oct 17, 2013
Messages
70
Reaction score
0
are you sure???????? look again and will see Cannot connect
yes iam sure this very strange? how it cant connect :mad:,all info is right wtf:?:
 
Last edited:
Newbie Spellweaver
Joined
Feb 20, 2012
Messages
30
Reaction score
4
There are some columns tat are in DB and not included in the txts.
so some of the txts are totally wrong.
 
Back
Top