Jump to content
  • 0

sql back up


lllaaazzz

Question


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  154
  • Reputation:   6
  • Joined:  10/14/17
  • Last Seen:  

 

i noticed all my scripting stuff (Sorry lol) was in my sql

example:

all my teleport quest marks

all my quest marks 

    set #tutorial_air1,0;
    set #tutorial_air2,0;
    set #tutorial_air3,0;
    set #alberta_plat,0;
    set #payon_plat,0;
    set #paycamp_plat,0;
    set #paydunmid_plat,0;

 

INSERT INTO `acc_reg_num_db` (`account_id`, `key`, `index`, `value`) VALUES
(2000003, '#freebie_quest', 0, 1),
(2000003, '#still_noob', 0, 1),
(2000003, '#not_noob', 0, 1),
(2000003, '#tutorial_air', 0, 1),
(2000003, '#alberta_gate', 0, 1),
(2000003, '#payon_intro', 0, 2),
(2000003, '#payoncat', 0, 2),
(2000003, '#payonfarmer', 0, 2),
(2000003, '#tutorial_air5', 0, 2),
(2000003, '#payoncat1', 0, 1),
(2000003, '#payoncook', 0, 1);

 

 

 

I didnt fill that in myself, so im pretty sure itll just readd everything the next time i launch my server?

 

Any heads up regarding setting up sql after a back up? (I dont really wanna fuck with third party stuff unless i have to and they said i probably would since my sql back up is too large)

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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