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!

[Question] RanGame.bak & RanUser.bak

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jun 11, 2008
Messages
5
Reaction score
0
i'm using ep4 client now and my database from IanZ at RZ link
its not complete error on pet ...and hair color..

here my question? sir saifer database have "Rangame1.bak and RanUser.bak... my problem sir i dont know how to put it on my
database...and i cant read it... not like usual database simple to open
and read..
can you give me some hits how to put it to my database...so
my database work well...

thank you guys!!!
 
Newbie Spellweaver
Joined
Jun 11, 2008
Messages
5
Reaction score
0
lolz
just open the .bak file with notepad
copy what is in it
then put it in sql
execute it!!

correct me if i'm wrong

thx for the reply sir, i tried what you said
i open the RanGame1.bak file with notepad
and paste it to my SQL database...
but, sorry sir only "TEST" i read from the notepad of RanGame1.bak
anymore idea sir, i'm desperate. how to fix my pet and hair color error on my database ..
 
Upvote 0
Newbie Spellweaver
Joined
Aug 17, 2008
Messages
48
Reaction score
2
How to Attach RanGame1.bak and RanUser.bak?
----------------------------------------------

Ok all you have to do,

1. Open MSSQL Management Studio 2005
2. Login using Windows Authentication
3. Right click Database, Choose and click Restore Database
or Right click Database, Select and click Task > Restore > Database
4. From Upper textbox, Type RanGame1
5. Chose From Device , Click Button , Click Add , add the rangame1.bak
6. Check rangame1 then go to Options
7. click OK
8. Do the same in RanUser.


I hope its working for you ok...
 
Upvote 0
Joined
Dec 21, 2005
Messages
833
Reaction score
20
Correction:

*.bak files are used to restore back up database
*.sql are the one being executed.

For restoring the *.bak files...
Just right click the database (i.e. RanGame1) , choose tasks>restore>database, then from there you'll have a new window.
Choose From device and click the button with 3 dots. Then browse for your *.bak. then just click ok, then ok til it restores the database.
As easy as that...
 
Upvote 0
Newbie Spellweaver
Joined
Jun 11, 2008
Messages
5
Reaction score
0
Correction:

*.bak files are used to restore back up database
*.sql are the one being executed.

For restoring the *.bak files...
Just right click the database (i.e. RanGame1) , choose tasks>restore>database, then from there you'll have a new window.
Choose From device and click the button with 3 dots. Then browse for your *.bak. then just click ok, then ok til it restores the database.
As easy as that...

thx boss... now i know... and working thx guys!!!! more power to developer team
 
Upvote 0
Status
Not open for further replies.
Back
Top