-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
39 lines (23 loc) · 987 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
I suck at writing up directions, but to quickly summarize.
In the below examples, replace blahblah with the exact name of the file, which will be the date it was created.
New install at a mysql prompt:
create database whatever_db_name_you_want;
use whatever_db_name_you_made;
source alkabor_blahblah.sql;
source player_tables_blahblah.sql;
source login_tables_blahblah.sql;
-----------------------------------------------------
Upgrade install at a mysql prompt:
use whatever_db_name_you_made;
source drop_system.sql;
source alkabor_blahblah.sql;
Upgrading does not remove any user (character) data but will wipe all content data. So, if you added spawns, items, etc back them up before upgrading!
-----------------------------------------------------
Project home is:
http://www.takproject.net/forums/
Git for our code:
https://github.com/EQMacEmu/Server
Quest Git:
https://github.com/EQMacEmu/peqmacquests
PHP Database Editor:
https://github.com/EQMacEmu/takpphpeditor