mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-26 17:52:34 +00:00
Update eqemu_update.pl [skip ci]
This commit is contained in:
parent
f474e171ed
commit
e297de3830
@ -118,10 +118,20 @@ if($ARGV[0] eq "installer"){
|
|||||||
plugins_fetch();
|
plugins_fetch();
|
||||||
quest_files_fetch();
|
quest_files_fetch();
|
||||||
lua_modules_fetch();
|
lua_modules_fetch();
|
||||||
|
|
||||||
|
#::: Binary dll's
|
||||||
get_remote_file("https://raw.githubusercontent.com/Akkadius/EQEmuInstall/master/lua51.dll", "lua51.dll", 1);
|
get_remote_file("https://raw.githubusercontent.com/Akkadius/EQEmuInstall/master/lua51.dll", "lua51.dll", 1);
|
||||||
get_remote_file("https://raw.githubusercontent.com/Akkadius/EQEmuInstall/master/zlib1.dll", "zlib1.dll", 1);
|
get_remote_file("https://raw.githubusercontent.com/Akkadius/EQEmuInstall/master/zlib1.dll", "zlib1.dll", 1);
|
||||||
get_remote_file("https://raw.githubusercontent.com/Akkadius/EQEmuInstall/master/libmysql.dll", "libmysql.dll", 1);
|
get_remote_file("https://raw.githubusercontent.com/Akkadius/EQEmuInstall/master/libmysql.dll", "libmysql.dll", 1);
|
||||||
|
|
||||||
|
#::: Server scripts
|
||||||
|
get_remote_file("https://raw.githubusercontent.com/Akkadius/EQEmuInstall/master/t_database_backup.bat", "t_database_backup.bat", 1);
|
||||||
|
get_remote_file("https://raw.githubusercontent.com/Akkadius/EQEmuInstall/master/t_server_crash_report.pl", "t_server_crash_report.pl", 1);
|
||||||
|
get_remote_file("https://raw.githubusercontent.com/Akkadius/EQEmuInstall/master/t_start_server.bat", "t_start_server.bat", 1);
|
||||||
|
get_remote_file("https://raw.githubusercontent.com/Akkadius/EQEmuInstall/master/t_start_server_with_login_server.bat", "t_start_server_with_login_server.bat", 1);
|
||||||
|
get_remote_file("https://raw.githubusercontent.com/Akkadius/EQEmuInstall/master/t_stop_server.bat", "t_stop_server.bat", 1);
|
||||||
|
|
||||||
|
|
||||||
#::: Database Routines
|
#::: Database Routines
|
||||||
print "MariaDB :: Creating Database 'peq'\n";
|
print "MariaDB :: Creating Database 'peq'\n";
|
||||||
print `"$path" --host $host --user $user --password="$pass" -N -B -e "DROP DATABASE IF EXISTS peq;"`;
|
print `"$path" --host $host --user $user --password="$pass" -N -B -e "DROP DATABASE IF EXISTS peq;"`;
|
||||||
@ -145,7 +155,7 @@ if($ARGV[0] eq "installer"){
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
if($ARGV[0] eq "db_dump_compress"){ database_dump_compress(); exit; }
|
if($ARGV[0] eq "db_dump_compress"){ database_dump_compress(); }
|
||||||
if($ARGV[0] eq "login_server_setup"){
|
if($ARGV[0] eq "login_server_setup"){
|
||||||
do_windows_login_server_setup();
|
do_windows_login_server_setup();
|
||||||
exit;
|
exit;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user