diff --git a/src/Blizzless-D3.sln b/src/Blizzless-D3.sln index fd3870b..e0bbba5 100644 --- a/src/Blizzless-D3.sln +++ b/src/Blizzless-D3.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.1.32210.238 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.31410.357 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blizzless", "DiIiS-NA\Blizzless.csproj", "{535AC91E-54D1-4044-B4A5-B78AE1570EE3}" EndProject @@ -10,15 +10,20 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU + github|Any CPU = github|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {535AC91E-54D1-4044-B4A5-B78AE1570EE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {535AC91E-54D1-4044-B4A5-B78AE1570EE3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {535AC91E-54D1-4044-B4A5-B78AE1570EE3}.github|Any CPU.ActiveCfg = github|Any CPU + {535AC91E-54D1-4044-B4A5-B78AE1570EE3}.github|Any CPU.Build.0 = github|Any CPU {535AC91E-54D1-4044-B4A5-B78AE1570EE3}.Release|Any CPU.ActiveCfg = Release|Any CPU {535AC91E-54D1-4044-B4A5-B78AE1570EE3}.Release|Any CPU.Build.0 = Release|Any CPU {73D9E87F-1F75-4D94-A47B-29354B9BCF13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {73D9E87F-1F75-4D94-A47B-29354B9BCF13}.Debug|Any CPU.Build.0 = Debug|Any CPU + {73D9E87F-1F75-4D94-A47B-29354B9BCF13}.github|Any CPU.ActiveCfg = github|Any CPU + {73D9E87F-1F75-4D94-A47B-29354B9BCF13}.github|Any CPU.Build.0 = github|Any CPU {73D9E87F-1F75-4D94-A47B-29354B9BCF13}.Release|Any CPU.ActiveCfg = Release|Any CPU {73D9E87F-1F75-4D94-A47B-29354B9BCF13}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection diff --git a/src/DiIiS-NA/Blizzless.csproj b/src/DiIiS-NA/Blizzless.csproj index 40819d8..154bfb6 100644 --- a/src/DiIiS-NA/Blizzless.csproj +++ b/src/DiIiS-NA/Blizzless.csproj @@ -10,6 +10,7 @@ 3.0.0.0 DiIiS_NA.Program full + Debug;Release;github @@ -27,6 +28,10 @@ true + + true + + diff --git a/src/DiIiS-NA/config.ini b/src/DiIiS-NA/config.ini index ad34b29..ca3d80a 100644 --- a/src/DiIiS-NA/config.ini +++ b/src/DiIiS-NA/config.ini @@ -8,26 +8,41 @@ ; ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -; Settings for Bnet server +; Settings for Bnet [Battle-Server] Enabled = true BindIP = 127.0.0.1 -BindIPv6 = ::1 +WebPort = 9800 Port = 1119 -MOTD = Welcome to Diablo 3 Emulator! -RoSEnabled = true -SeasonEnabled = true +BindIPv6 = ::1 +MOTD = Welcome to Diablo 3! -; Settings for game server +[IWServer] +IWServer = false + +; Settings for REST +[REST] +IP = 127.0.0.1 +Public = true +PublicIP = 127.0.0.1 +PORT = 8081 + +; Settings for game [Game-Server] Enabled = true -PvP = false +CoreActive = true BindIP = 127.0.0.1 -WebIP = 127.0.0.1 -WebPort = 9001 +WebPort = 9100 +Port = 2001 BindIPv6 = ::1 -Port = 1999 DRLGemu = true +;Modding of game +RateExp = 1 +RateMoney = 1 +RateDrop = 1 +RateChangeDrop = 1 +RateMonsterHP = 1 +RateMonsterDMG = 1 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -42,7 +57,7 @@ DisablePasswordChecks=true [Discord] Enabled=true MonitorEnabled=false -Token=secret token +Token=sectret token GuildId=0 AnnounceChannelId=0 StatsChannelId=0 @@ -57,16 +72,6 @@ CollectorRoleId=0 [Commands] CommandPrefix = ! -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - -; You can enable web-services here and use the provided contrib/web/LibMooge.php for communicating mooege over http. -[REST] -Enabled = true -Public = 127.0.0.1 -PublicIP = 127.0.0.1 -PORT = 8081 - - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Networking settings. diff --git a/src/DiIiSNet/BZNET.csproj b/src/DiIiSNet/BZNET.csproj index cc1ad99..36800f1 100644 --- a/src/DiIiSNet/BZNET.csproj +++ b/src/DiIiSNet/BZNET.csproj @@ -2,6 +2,7 @@ net5.0 + Debug;Release;github