<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.eurobattle.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cen</id>
	<title>Eurobattle.net WiKi - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.eurobattle.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cen"/>
	<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Special:Contributions/Cen"/>
	<updated>2026-04-16T18:11:28Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Linux_guide&amp;diff=2538</id>
		<title>Linux guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Linux_guide&amp;diff=2538"/>
		<updated>2026-01-18T20:17:22Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Running Eurobattle and Warcraft III with Wine ==&lt;br /&gt;
&lt;br /&gt;
This tutorial was tested with '''wine-11.0 (Staging)''' on '''Debian 13'''.  &lt;br /&gt;
Players reported that '''Wine Stable''' also works.&lt;br /&gt;
You should install Wine from WineHQ repositories: https://gitlab.winehq.org/wine/wine/-/wikis/Debian-Ubuntu&lt;br /&gt;
&lt;br /&gt;
You need:&lt;br /&gt;
* '''Warcraft III 1.26a''' and/or '''1.28.5'''&lt;br /&gt;
* '''Eurobattle.net Installer'''&lt;br /&gt;
&lt;br /&gt;
=== Installation Steps ===&lt;br /&gt;
# &amp;lt;code&amp;gt;wine installer.exe&amp;lt;/code&amp;gt;&lt;br /&gt;
# If prompted to install '''wine-mono''', accept.&lt;br /&gt;
# Untick '''&amp;quot;I already have Visual C++&amp;quot;''' on the first step.&lt;br /&gt;
# Continue through the installation steps.&lt;br /&gt;
# For game paths, I prefer &amp;lt;code&amp;gt;/home/me/games/&amp;amp;lt;w3&amp;amp;gt;&amp;lt;/code&amp;gt;, which maps in the dialog to e.g. &amp;lt;code&amp;gt;Z:\home\me\games\Warcraft III 1.26&amp;lt;/code&amp;gt;. For the target install directory, you could also use a place in your home, e.g. &amp;lt;code&amp;gt;Z:\home\me\programs\Eurobattle.net&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Click '''Install''' and wait for it to finish.&lt;br /&gt;
&lt;br /&gt;
=== Starting the Client and the Game ===&lt;br /&gt;
In the terminal:&lt;br /&gt;
# Open the Wine Registry Editor: &amp;lt;pre&amp;gt;regedit&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Navigate to: &amp;lt;pre&amp;gt;HKEY_CURRENT_USER/Software/Blizzard Entertainment/Warcraft III/Misc&amp;lt;/pre&amp;gt; Set '''seenintromovie''' to '''1'''. This disables the intro movie, which is broken under Wine. If this key does not exist yet, create it as DWORD.&lt;br /&gt;
# &amp;lt;pre&amp;gt;cd /home/me/programs/Eurobattle.net &amp;amp;&amp;amp; wine xpam.exe&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everything in the client should work except the '''News''' tab, which uses Qt WebEngine and is broken under Wine.&lt;br /&gt;
&lt;br /&gt;
If you get stuck with splash screen checking for updates, do this:&lt;br /&gt;
# &amp;lt;code&amp;gt;wine regedit&amp;lt;/code&amp;gt;&lt;br /&gt;
# &amp;lt;code&amp;gt;HKEY_CURRENT_USER-&amp;gt;Software-&amp;gt;Eurobattle.net-&amp;gt;set patch to 15 (decimal)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Enjoy!&lt;br /&gt;
&lt;br /&gt;
== Running Eurobattle and Warcraft III with Steam Proton ==&lt;br /&gt;
&lt;br /&gt;
Tested on Ubuntu 24 with wine 9.0 and Proton Hotfix&lt;br /&gt;
&lt;br /&gt;
You need:&lt;br /&gt;
&lt;br /&gt;
* '''Warcraft III 1.26a''' and/or '''1.28.5'''&lt;br /&gt;
* '''Eurobattle.net Client'''&lt;br /&gt;
* '''Steam'''&lt;br /&gt;
* '''This regedit: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Windows Registry Editor Version 5.00&lt;br /&gt;
&lt;br /&gt;
[HKEY_CURRENT_USER\Software\Blizzard Entertainment\Warcraft III]&lt;br /&gt;
&amp;quot;InstallPath&amp;quot;=&amp;quot;Z:\\home\\user\\Warcraft III 1.26&amp;quot;&lt;br /&gt;
&amp;quot;InstallPathX&amp;quot;=&amp;quot;Z:\\home\\user\\Warcraft III 1.26&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[HKEY_CURRENT_USER\SOFTWARE\Eurobattle.net]&lt;br /&gt;
&amp;quot;europath&amp;quot;=&amp;quot;Z:\\home\\user\\Eurobattle.net&amp;quot;&lt;br /&gt;
&amp;quot;patch&amp;quot;=dword:00000000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can create it with &amp;lt;code&amp;gt;nano eurobattle.reg&amp;lt;/code&amp;gt; and copy the content above with adjusted paths. Notice that paths are windows-styled and the drive letter will probably be Z: for your home directory (You can check it with wine regedit with Registry -&amp;gt; Import Registry File and navigating to your home directory)&lt;br /&gt;
&lt;br /&gt;
=== Installation Steps ===&lt;br /&gt;
# Add xpam.exe from your Eurobattle.net folder to your Steam library as a non-steam game&lt;br /&gt;
# Go to Steam library -&amp;gt; xpam.exe -&amp;gt; Properties -&amp;gt; Compatibility and tick the &amp;quot;Force the use of a specific Steam Play compatibility tool&amp;quot; checkbox. Choose Proton Hotfix&lt;br /&gt;
# Run xpam.exe from your library and wait until Proton binaries are downloaded. The client should start but it won't be able to use any paths yet&lt;br /&gt;
# Proton should create a folder for the game at '''/home/user/.steam/steam/steamapps/compatdata/&amp;lt;GAMEID&amp;gt;/pfx''' where GAMEID is a random number&lt;br /&gt;
# Run regedit with wine to open the registry located in that folder with &amp;lt;code&amp;gt;Run WINEPREFIX=/home/user/.steam/steam/steamapps/compatdata/&amp;lt;GAMEID&amp;gt;/pfx wine regedit&amp;lt;/code&amp;gt;. Regedit should open. Go to Registry -&amp;gt; Import Registry File and import eurobattle.reg&lt;br /&gt;
# Wait for a while and restart Steam. Then launch xpam.exe from your library. It should now be fully functional&lt;br /&gt;
# If you have nvidia GPU you can force Proton to run the game on it by adding this command to Properties -&amp;gt; Shortcut -&amp;gt; Launch Options: &amp;lt;pre&amp;gt; __NV_PRIME_RENDER_OFFLOAD=1 __NV_PRIME_RENDER_OFFLOAD=1__GLX_VENDOR_LIBRARY_NAME=nvidia %command%&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Linux_guide&amp;diff=2537</id>
		<title>Linux guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Linux_guide&amp;diff=2537"/>
		<updated>2026-01-18T20:08:28Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Running Eurobattle and Warcraft III with Wine ==&lt;br /&gt;
&lt;br /&gt;
This tutorial was tested with '''wine-11.0 (Staging)''' on '''Debian 13'''.  &lt;br /&gt;
Players reported that '''Wine Stable''' also works.&lt;br /&gt;
You should install Wine from WineHQ repositories: https://gitlab.winehq.org/wine/wine/-/wikis/Debian-Ubuntu&lt;br /&gt;
&lt;br /&gt;
You need:&lt;br /&gt;
* '''Warcraft III 1.26a''' and/or '''1.28.5'''&lt;br /&gt;
* '''Eurobattle.net Installer'''&lt;br /&gt;
&lt;br /&gt;
=== Installation Steps ===&lt;br /&gt;
# &amp;lt;code&amp;gt;wine installer.exe&amp;lt;/code&amp;gt;&lt;br /&gt;
# If prompted to install '''wine-mono''', accept.&lt;br /&gt;
# Untick '''&amp;quot;I already have Visual C++&amp;quot;''' on the first step.&lt;br /&gt;
# Continue through the installation steps.&lt;br /&gt;
# For game paths, I prefer &amp;lt;code&amp;gt;/home/me/games/&amp;amp;lt;w3&amp;amp;gt;&amp;lt;/code&amp;gt;, which maps in the dialog to e.g. &amp;lt;code&amp;gt;Z:\home\me\games\Warcraft III 1.26&amp;lt;/code&amp;gt;. For the target install directory, you could also use a place in your home, e.g. &amp;lt;code&amp;gt;Z:\home\me\programs\Eurobattle.net&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Click '''Install''' and wait for it to finish.&lt;br /&gt;
&lt;br /&gt;
=== Starting the Client and the Game ===&lt;br /&gt;
In the terminal:&lt;br /&gt;
# Open the Wine Registry Editor: &amp;lt;pre&amp;gt;regedit&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Navigate to: &amp;lt;pre&amp;gt;HKEY_CURRENT_USER/Software/Blizzard Entertainment/Warcraft III/Misc&amp;lt;/pre&amp;gt; Set '''seenintromovie''' to '''1'''. This disables the intro movie, which is broken under Wine. If this key does not exist yet, create it as DWORD.&lt;br /&gt;
# &amp;lt;pre&amp;gt;cd /home/me/programs/Eurobattle.net &amp;amp;&amp;amp; wine xpam.exe&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everything in the client should work except the '''News''' tab, which uses Qt WebEngine and is broken under Wine.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Enjoy!&lt;br /&gt;
&lt;br /&gt;
== Running Eurobattle and Warcraft III with Steam Proton ==&lt;br /&gt;
&lt;br /&gt;
Tested on Ubuntu 24 with wine 9.0 and Proton Hotfix&lt;br /&gt;
&lt;br /&gt;
You need:&lt;br /&gt;
&lt;br /&gt;
* '''Warcraft III 1.26a''' and/or '''1.28.5'''&lt;br /&gt;
* '''Eurobattle.net Client'''&lt;br /&gt;
* '''Steam'''&lt;br /&gt;
* '''This regedit: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Windows Registry Editor Version 5.00&lt;br /&gt;
&lt;br /&gt;
[HKEY_CURRENT_USER\Software\Blizzard Entertainment\Warcraft III]&lt;br /&gt;
&amp;quot;InstallPath&amp;quot;=&amp;quot;Z:\\home\\user\\Warcraft III 1.26&amp;quot;&lt;br /&gt;
&amp;quot;InstallPathX&amp;quot;=&amp;quot;Z:\\home\\user\\Warcraft III 1.26&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[HKEY_CURRENT_USER\SOFTWARE\Eurobattle.net]&lt;br /&gt;
&amp;quot;europath&amp;quot;=&amp;quot;Z:\\home\\user\\Eurobattle.net&amp;quot;&lt;br /&gt;
&amp;quot;patch&amp;quot;=dword:00000000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can create it with &amp;lt;code&amp;gt;nano eurobattle.reg&amp;lt;/code&amp;gt; and copy the content above with adjusted paths. Notice that paths are windows-styled and the drive letter will probably be Z: for your home directory (You can check it with wine regedit with Registry -&amp;gt; Import Registry File and navigating to your home directory)&lt;br /&gt;
&lt;br /&gt;
=== Installation Steps ===&lt;br /&gt;
# Add xpam.exe from your Eurobattle.net folder to your Steam library as a non-steam game&lt;br /&gt;
# Go to Steam library -&amp;gt; xpam.exe -&amp;gt; Properties -&amp;gt; Compatibility and tick the &amp;quot;Force the use of a specific Steam Play compatibility tool&amp;quot; checkbox. Choose Proton Hotfix&lt;br /&gt;
# Run xpam.exe from your library and wait until Proton binaries are downloaded. The client should start but it won't be able to use any paths yet&lt;br /&gt;
# Proton should create a folder for the game at '''/home/user/.steam/steam/steamapps/compatdata/&amp;lt;GAMEID&amp;gt;/pfx''' where GAMEID is a random number&lt;br /&gt;
# Run regedit with wine to open the registry located in that folder with &amp;lt;code&amp;gt;Run WINEPREFIX=/home/user/.steam/steam/steamapps/compatdata/&amp;lt;GAMEID&amp;gt;/pfx wine regedit&amp;lt;/code&amp;gt;. Regedit should open. Go to Registry -&amp;gt; Import Registry File and import eurobattle.reg&lt;br /&gt;
# Wait for a while and restart Steam. Then launch xpam.exe from your library. It should now be fully functional&lt;br /&gt;
# If you have nvidia GPU you can force Proton to run the game on it by adding this command to Properties -&amp;gt; Shortcut -&amp;gt; Launch Options: &amp;lt;pre&amp;gt; __NV_PRIME_RENDER_OFFLOAD=1 __NV_PRIME_RENDER_OFFLOAD=1__GLX_VENDOR_LIBRARY_NAME=nvidia %command%&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Tutorials&amp;diff=2400</id>
		<title>Tutorials</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Tutorials&amp;diff=2400"/>
		<updated>2025-04-04T20:31:40Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offset|content=&lt;br /&gt;
{{Header|color=blue|size=200|text=[[File:Label Getting started.png]]}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Textbox|&lt;br /&gt;
{{InboxHeader|text=Installing Eurobattle}}&lt;br /&gt;
{{Item|text=[[How to install Warcraft III]]}}&lt;br /&gt;
{{Item|text=[[Installing Eurobattle.net|How to install Eurobattle.net Client]]}}&lt;br /&gt;
{{Item|text=[[Linux guide]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Account management}}&lt;br /&gt;
{{Item|text=[[Creating server account|Create server account]]}}&lt;br /&gt;
{{Item|text=[[Activate server account]]}}&lt;br /&gt;
{{Item|text=[[Change account password]]}}&lt;br /&gt;
{{Item|text=[[Recover account password]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Joining/Creating Games}}&lt;br /&gt;
{{Item|text=[[How to play ladder games]]}}&lt;br /&gt;
{{Item|text=[[How to play custom games]]}}&lt;br /&gt;
{{Item|text=[[Hosting with public bots|How to host using our public bots]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Performance}}&lt;br /&gt;
{{Item|text=[[How to increase FPS in Warcraft III]]}}&lt;br /&gt;
}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Header|color=blue|size=200|text=[[File:Label Hosting.png]]}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Textbox|&lt;br /&gt;
{{Item|text=[[How to forward ports]]}}&lt;br /&gt;
{{Item|text=[[Tutorial:Hosting Under Firewall win XP]]}}&lt;br /&gt;
{{Item|text=[[Tutorial:Hosting Under Firewall win 7]]}}&lt;br /&gt;
{{Item|text=[[Tutorial:Hosting Under Firewall win 8]]}}&lt;br /&gt;
{{Item|text=[[Tutorial:Static Internal IP Router]]}}&lt;br /&gt;
{{Item|text=[[Tutorial:Static Internal IP Windows]]}}&lt;br /&gt;
{{Item|text=[[Tutorial:Unable to join LAN game]]}}&lt;br /&gt;
}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Eurobattle Wiki]]&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Linux_guide&amp;diff=2399</id>
		<title>Linux guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Linux_guide&amp;diff=2399"/>
		<updated>2025-04-04T20:21:28Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Running Eurobattle and Warcraft III with Wine ==&lt;br /&gt;
&lt;br /&gt;
This tutorial was tested with '''wine-10.4 (Staging)''' on '''Debian 12'''.  &lt;br /&gt;
Players reported that '''Wine Stable''' also works.&lt;br /&gt;
&lt;br /&gt;
You need:&lt;br /&gt;
* '''Warcraft III 1.26a''' and/or '''1.28.5'''&lt;br /&gt;
* '''Eurobattle.net Installer'''&lt;br /&gt;
&lt;br /&gt;
=== Installation Steps ===&lt;br /&gt;
# &amp;lt;code&amp;gt;wine installer.exe&amp;lt;/code&amp;gt;&lt;br /&gt;
# If prompted to install '''wine-mono''', accept.&lt;br /&gt;
# Untick '''&amp;quot;I already have Visual C++&amp;quot;''' on the first step.&lt;br /&gt;
# Continue through the installation steps.&lt;br /&gt;
# For game paths, I prefer &amp;lt;code&amp;gt;/home/me/games/&amp;amp;lt;w3&amp;amp;gt;&amp;lt;/code&amp;gt;, which maps in the dialog to e.g. &amp;lt;code&amp;gt;Z:\home\me\games\Warcraft III 1.26&amp;lt;/code&amp;gt;. For the target install directory, you could also use a place in your home, e.g. &amp;lt;code&amp;gt;Z:\home\me\programs\Eurobattle.net&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Click '''Install''' and wait for it to finish.&lt;br /&gt;
&lt;br /&gt;
=== Starting the Client and the Game ===&lt;br /&gt;
In the terminal:&lt;br /&gt;
# Open the Wine Registry Editor: &amp;lt;pre&amp;gt;regedit&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Navigate to: &amp;lt;pre&amp;gt;HKEY_CURRENT_USER/Software/Blizzard Entertainment/Warcraft III/Misc&amp;lt;/pre&amp;gt; Set '''seenintromovie''' to '''1'''. This disables the intro movie, which is broken under Wine. If this key does not exist yet, create it as DWORD.&lt;br /&gt;
# &amp;lt;pre&amp;gt;cd /home/me/programs/Eurobattle.net &amp;amp;&amp;amp; wine xpam.exe&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everything in the client should work except the '''News''' tab, which uses Qt WebEngine and is broken under Wine.&lt;br /&gt;
&lt;br /&gt;
Enjoy!&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Linux_guide&amp;diff=2398</id>
		<title>Linux guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Linux_guide&amp;diff=2398"/>
		<updated>2025-04-04T20:21:11Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Running Warcraft III with Wine ==&lt;br /&gt;
&lt;br /&gt;
This tutorial was tested with '''wine-10.4 (Staging)''' on '''Debian 12'''.  &lt;br /&gt;
Players reported that '''Wine Stable''' also works.&lt;br /&gt;
&lt;br /&gt;
You need:&lt;br /&gt;
* '''Warcraft III 1.26a''' and/or '''1.28.5'''&lt;br /&gt;
* '''Eurobattle.net Installer'''&lt;br /&gt;
&lt;br /&gt;
=== Installation Steps ===&lt;br /&gt;
# &amp;lt;code&amp;gt;wine installer.exe&amp;lt;/code&amp;gt;&lt;br /&gt;
# If prompted to install '''wine-mono''', accept.&lt;br /&gt;
# Untick '''&amp;quot;I already have Visual C++&amp;quot;''' on the first step.&lt;br /&gt;
# Continue through the installation steps.&lt;br /&gt;
# For game paths, I prefer &amp;lt;code&amp;gt;/home/me/games/&amp;amp;lt;w3&amp;amp;gt;&amp;lt;/code&amp;gt;, which maps in the dialog to e.g. &amp;lt;code&amp;gt;Z:\home\me\games\Warcraft III 1.26&amp;lt;/code&amp;gt;. For the target install directory, you could also use a place in your home, e.g. &amp;lt;code&amp;gt;Z:\home\me\programs\Eurobattle.net&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Click '''Install''' and wait for it to finish.&lt;br /&gt;
&lt;br /&gt;
=== Starting the Client and the Game ===&lt;br /&gt;
In the terminal:&lt;br /&gt;
# Open the Wine Registry Editor: &amp;lt;pre&amp;gt;regedit&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Navigate to: &amp;lt;pre&amp;gt;HKEY_CURRENT_USER/Software/Blizzard Entertainment/Warcraft III/Misc&amp;lt;/pre&amp;gt; Set '''seenintromovie''' to '''1'''. This disables the intro movie, which is broken under Wine. If this key does not exist yet, create it as DWORD.&lt;br /&gt;
# &amp;lt;pre&amp;gt;cd /home/me/programs/Eurobattle.net &amp;amp;&amp;amp; wine xpam.exe&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everything in the client should work except the '''News''' tab, which uses Qt WebEngine and is broken under Wine.&lt;br /&gt;
&lt;br /&gt;
Enjoy!&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Troubleshooting&amp;diff=2309</id>
		<title>Troubleshooting</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Troubleshooting&amp;diff=2309"/>
		<updated>2023-12-07T19:16:31Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offset|content=&lt;br /&gt;
{{Header|color=blue|size=200|text=[[File:Label Client.png]]}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Textbox|&lt;br /&gt;
{{InboxHeader|text=Installing}}&lt;br /&gt;
{{Item|text=[[VCRUNTIME140.DLL is missing]]}}&lt;br /&gt;
{{Item|text=[[0xc000007b Error]]}}&lt;br /&gt;
{{Item|text=[[api-ms-win-crt-convert-l1-1-0.dll is missing|api-ms-win-crt-convert-l1-1-0.dll is missing (Win XP)]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Launching game}}&lt;br /&gt;
{{Item|text=[[Could not open Game.dll]]}}&lt;br /&gt;
{{Item|text=[[GProxy.exe is missing]]}}&lt;br /&gt;
{{Item|text=[[w3l.exe is missing]]}}&lt;br /&gt;
{{Item|text=[[W3 license keys missing]]}}&lt;br /&gt;
{{Item|text=[[Missing DirectX 8.1 or newer in Warcraft III 1.26]]}}&lt;br /&gt;
{{Item|text=[[Read access violation]]}}&lt;br /&gt;
{{Item|text=[[Could not find location to patch]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Connecting to server}}&lt;br /&gt;
{{Item|text=[[Unable to validate game version]]}}&lt;br /&gt;
{{Item|text=[[Unable to connect to Battle.net]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Logging in}}&lt;br /&gt;
{{Item|text=[[That account does not exist]]}}&lt;br /&gt;
{{Item|text=[[Your account has been locked]]}}&lt;br /&gt;
{{Item|text=[[Client login bad username or password]]}}&lt;br /&gt;
{{InboxHeader|text=Joining games}}&lt;br /&gt;
{{Item|text=[[Kicked from lagabuse lobby]]}}&lt;br /&gt;
{{InboxHeader|text=Auto Port Forwarding}}&lt;br /&gt;
{{Item|text=[[There was an error handling the request]]}}&lt;br /&gt;
{{Item|text=[[No delimiter between IP and hostname]]}}&lt;br /&gt;
{{Item|text=[[Unable to connect.. with PF]]}}&lt;br /&gt;
}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Header|color=blue|size=200|text=[[File:Label Warcraft 3.png]]}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Textbox|&lt;br /&gt;
{{InboxHeader|text=Launching}}&lt;br /&gt;
{{Item|text=[[CD-ROM Drive Error:Please verify that your Frozen Throne disc is in your CD-ROM drive]]}}&lt;br /&gt;
{{Item|text=[[How to migrate files|Problems with file migration?]]}}&lt;br /&gt;
{{InboxHeader|text=In-game}}&lt;br /&gt;
{{Item|text=[[Can't join games?]]}}&lt;br /&gt;
{{Item|text=[[Custom icons not displaying|Channel icons aren't displaying properly?]]}}&lt;br /&gt;
{{Item|text=[[Resolution Fix|Square resolution/black stripes on the sides?]]}}&lt;br /&gt;
{{Item|text=[[Could not find the map file|Could not find the map file]]}}&lt;br /&gt;
{{Item|text=[[Cursor stuck at crosshair]]}}&lt;br /&gt;
{{Item|text=[[Mouse lag on nvidia]]}}&lt;br /&gt;
}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Eurobattle Wiki]]&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Troubleshooting&amp;diff=2308</id>
		<title>Troubleshooting</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Troubleshooting&amp;diff=2308"/>
		<updated>2023-12-07T19:16:23Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offset|content=&lt;br /&gt;
{{Header|color=blue|size=200|text=[[File:Label Client.png]]}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Textbox|&lt;br /&gt;
{{InboxHeader|text=Installing}}&lt;br /&gt;
{{Item|text=[[VCRUNTIME140.DLL is missing]]}}&lt;br /&gt;
{{Item|text=[[0xc000007b Error]]}}&lt;br /&gt;
{{Item|text=[[api-ms-win-crt-convert-l1-1-0.dll is missing|api-ms-win-crt-convert-l1-1-0.dll is missing (Win XP)]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Launching game}}&lt;br /&gt;
{{Item|text=[[Could not open Game.dll]]}}&lt;br /&gt;
{{Item|text=[[GProxy.exe is missing]]}}&lt;br /&gt;
{{Item|text=[[w3l.exe is missing]]}}&lt;br /&gt;
{{Item|text=[[W3 license keys missing]]}}&lt;br /&gt;
{{Item|text=[[Missing DirectX 8.1 or newer in Warcraft III 1.26]]}}&lt;br /&gt;
{{Item|text=[[Read access violation]]}}&lt;br /&gt;
{{Item|text=[[Could not find location to patch]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Connecting to server}}&lt;br /&gt;
{{Item|text=[[Unable to validate game version]]}}&lt;br /&gt;
{{Item|text=[[Unable to connect to Battle.net]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Logging in}}&lt;br /&gt;
{{Item|text=[[That account does not exist]]}}&lt;br /&gt;
{{Item|text=[[Your account has been locked]]}}&lt;br /&gt;
{{Item|text=[[Client login bad username or password]]}}&lt;br /&gt;
{{InboxHeader|text=Joining games}}&lt;br /&gt;
{{Item|text=[[Kicked from lagabuse lobby]]}}&lt;br /&gt;
{{InboxHeader|text=Auto Port Forwarding}}&lt;br /&gt;
{{Item|text=[[There was an error handling the request]]}}&lt;br /&gt;
{{Item|text=[[No delimiter between IP and hostname]]}}&lt;br /&gt;
{{Item|text=[[Unable to connect.. with PF]]}}&lt;br /&gt;
}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Header|color=blue|size=200|text=[[File:Label Warcraft 3.png]]}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Textbox|&lt;br /&gt;
{{InboxHeader|text=Launching}}&lt;br /&gt;
{{Item|text=[[CD-ROM Drive Error:Please verify that your Frozen Throne disc is in your CD-ROM drive]]}}&lt;br /&gt;
{{Item|text=[[How to migrate files|Problems with file migration?]]}}&lt;br /&gt;
{{InboxHeader|text=In-game}}&lt;br /&gt;
{{Item|text=[[Can't join games?]]}}&lt;br /&gt;
{{Item|text=[[Custom icons not displaying|Channel icons aren't displaying properly?]]}}&lt;br /&gt;
{{Item|text=[[Resolution Fix|Square resolution/black stripes on the sides?]]}}&lt;br /&gt;
{{Item|text=[[Could not find the map file|Could not find the map file]]}}&lt;br /&gt;
{{Item|text=[[Cursor stuck at crosshair]]}}&lt;br /&gt;
{{Item|text=[[ouse lag on nvidia]]}}&lt;br /&gt;
}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Eurobattle Wiki]]&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Mouse_lag_on_nvidia&amp;diff=2307</id>
		<title>Mouse lag on nvidia</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Mouse_lag_on_nvidia&amp;diff=2307"/>
		<updated>2023-12-07T19:15:41Z</updated>

		<summary type="html">&lt;p&gt;Cen: Created page with &amp;quot;Disable vsync from registry: Start -&amp;gt; Run -&amp;gt; regedit -&amp;gt; Computer\HKEY_CURRENT_USER\SOFTWARE\Blizzard Entertainment\Warcraft III\Video\lockfb set to 0&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Disable vsync from registry: Start -&amp;gt; Run -&amp;gt; regedit -&amp;gt; Computer\HKEY_CURRENT_USER\SOFTWARE\Blizzard Entertainment\Warcraft III\Video\lockfb set to 0&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Linux_guide&amp;diff=2306</id>
		<title>Linux guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Linux_guide&amp;diff=2306"/>
		<updated>2023-11-13T17:44:17Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;# Install wine-staging (For example https://wiki.winehq.org/Debian)  &lt;br /&gt;
# wine installer.exe  &lt;br /&gt;
# It will ask you to install wine-mono, accept&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Linux_guide&amp;diff=2305</id>
		<title>Linux guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Linux_guide&amp;diff=2305"/>
		<updated>2023-11-13T17:43:18Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1. Install wine-staging (For example https://wiki.winehq.org/Debian)  &lt;br /&gt;
2. wine installer.exe  &lt;br /&gt;
3. It will ask you to install wine-mono, accept&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Linux_guide&amp;diff=2304</id>
		<title>Linux guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Linux_guide&amp;diff=2304"/>
		<updated>2023-11-13T17:43:10Z</updated>

		<summary type="html">&lt;p&gt;Cen: Created page with &amp;quot;1. Install wine-staging (For example https://wiki.winehq.org/Debian) 2. wine installer.exe 3. It will ask you to install wine-mono, accept&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1. Install wine-staging (For example https://wiki.winehq.org/Debian)&lt;br /&gt;
2. wine installer.exe&lt;br /&gt;
3. It will ask you to install wine-mono, accept&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Warcraft_III_1.26&amp;diff=2303</id>
		<title>Warcraft III 1.26</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Warcraft_III_1.26&amp;diff=2303"/>
		<updated>2023-11-13T17:16:23Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Install Warcraft III 1.26 to play PG/CG games.&lt;br /&gt;
&lt;br /&gt;
Unfortunately we are unable to provide direct game links at this time, you can:&lt;br /&gt;
&lt;br /&gt;
1. Buy original CDs and patch to 1.26&lt;br /&gt;
&lt;br /&gt;
2. Ask a friend &lt;br /&gt;
&lt;br /&gt;
3. With &amp;quot;Download&amp;quot; button inside the client in &amp;quot;Warcraft&amp;quot; tab. Button will turn green and you need to wait for it to finish the download. You can click on the button again to cancel the download. Download is resumable. Only one version can be downloaded at a time. Files are stored in %appdata% directory. A dialog window will take you there on download completion. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Download the game from any of the mirrors below:&lt;br /&gt;
&lt;br /&gt;
[https://mega.nz/#!eLAmkYwD!aMC34T_niq0mzOkNEL2U8Npug6dCEwr47ZXSeJFBGIQ Mirror 1]&lt;br /&gt;
&lt;br /&gt;
[https://icedrive.net/0/5fShibaLTU Mirror 2]&lt;br /&gt;
&lt;br /&gt;
[https://1drv.ms/u/s!AoRRn80UJEHIgkwtUVkBslN7krrs Mirror 3]&lt;br /&gt;
&lt;br /&gt;
[https://yadi.sk/d/a0nmuuPt3aWEhH Mirror 4]&lt;br /&gt;
&lt;br /&gt;
[magnet:?xt=urn:btih:201ffc730e5986826acd7656d704d9fe4f8e773f&amp;amp;dn=Warcraft%5FIII%5F1.26.zip&amp;amp;tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&amp;amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;amp;tr=udp%3A%2F%2Ftracker.internetwarriors.net%3A1337%2Fannounce&amp;amp;tr=udp%3A%2F%2F9.rarbg.to%3A2710%2Fannounce&amp;amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;amp;tr=udp%3A%2F%2Fretracker.lanta-net.ru%3A2710%2Fannounce Mirror 5 (torrent magnet link)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Extract it to any folder and select the resulting path in Eurobattle.net Client&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Warcraft_III_1.26&amp;diff=2302</id>
		<title>Warcraft III 1.26</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Warcraft_III_1.26&amp;diff=2302"/>
		<updated>2023-11-13T17:16:14Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Install Warcraft III 1.16 to play PG/CG games.&lt;br /&gt;
&lt;br /&gt;
Unfortunately we are unable to provide direct game links at this time, you can:&lt;br /&gt;
&lt;br /&gt;
1. Buy original CDs and patch to 1.26&lt;br /&gt;
&lt;br /&gt;
2. Ask a friend &lt;br /&gt;
&lt;br /&gt;
3. With &amp;quot;Download&amp;quot; button inside the client in &amp;quot;Warcraft&amp;quot; tab. Button will turn green and you need to wait for it to finish the download. You can click on the button again to cancel the download. Download is resumable. Only one version can be downloaded at a time. Files are stored in %appdata% directory. A dialog window will take you there on download completion. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Download the game from any of the mirrors below:&lt;br /&gt;
&lt;br /&gt;
[https://mega.nz/#!eLAmkYwD!aMC34T_niq0mzOkNEL2U8Npug6dCEwr47ZXSeJFBGIQ Mirror 1]&lt;br /&gt;
&lt;br /&gt;
[https://icedrive.net/0/5fShibaLTU Mirror 2]&lt;br /&gt;
&lt;br /&gt;
[https://1drv.ms/u/s!AoRRn80UJEHIgkwtUVkBslN7krrs Mirror 3]&lt;br /&gt;
&lt;br /&gt;
[https://yadi.sk/d/a0nmuuPt3aWEhH Mirror 4]&lt;br /&gt;
&lt;br /&gt;
[magnet:?xt=urn:btih:201ffc730e5986826acd7656d704d9fe4f8e773f&amp;amp;dn=Warcraft%5FIII%5F1.26.zip&amp;amp;tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&amp;amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;amp;tr=udp%3A%2F%2Ftracker.internetwarriors.net%3A1337%2Fannounce&amp;amp;tr=udp%3A%2F%2F9.rarbg.to%3A2710%2Fannounce&amp;amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;amp;tr=udp%3A%2F%2Fretracker.lanta-net.ru%3A2710%2Fannounce Mirror 5 (torrent magnet link)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Extract it to any folder and select the resulting path in Eurobattle.net Client&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=How_to_install_Warcraft_III&amp;diff=2301</id>
		<title>How to install Warcraft III</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=How_to_install_Warcraft_III&amp;diff=2301"/>
		<updated>2023-11-13T17:13:43Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Unfortunately we are unable to provide direct game links at this time, you can:&lt;br /&gt;
&lt;br /&gt;
1. Buy original CDs and patch to 1.28.5&lt;br /&gt;
&lt;br /&gt;
2. Ask a friend&lt;br /&gt;
&lt;br /&gt;
3. With &amp;quot;Download&amp;quot; button inside the client in &amp;quot;Warcraft&amp;quot; tab. Button will turn green and you need to wait for it to finish the download. You can click on the button again to cancel the download. Download is resumable. Only one version can be downloaded at a time. Files are stored in %appdata% directory. A dialog window will take you there on download completion.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;!--Download a complete Warcraft III version 1.28.5 from one of the mirrors&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[https://1drv.ms/u/s!AoRRn80UJEHIgkqU4WRqvI085yE7 Mirror 1]&lt;br /&gt;
&lt;br /&gt;
[https://yadi.sk/d/yL8Dnz3Y3UP5KQ Mirror 2]&lt;br /&gt;
&lt;br /&gt;
[magnet:?xt=urn:btih:5557ab5e6dacd83056bd0a290c9cdf22ee900a19&amp;amp;dn=Warcraft%5FIII%5F1.28.zip&amp;amp;tr=udp%3A%2F%2F9.rarbg.to%3A2710%2Fannounce&amp;amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;amp;tr=udp%3A%2F%2Fwww.torrent.eu.org%3A451%2Fannounce&amp;amp;tr=udp%3A%2F%2F3rt.tace.ru%3A60889%2Fannounce Mirror 3 (torrent magnet link)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red;font-weight: bold&amp;quot;&amp;gt;Warning: don't install any third party software, all files can be downloaded directly through your browser. If the file is not found or not accessible, try another mirror&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;b&amp;gt;About&amp;lt;/b&amp;gt;&lt;br /&gt;
 This archive contains the game after a regular installation with the official Blizzard setup. Some files were added/altered to support Eurobattle.net Client.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Extract the zip to the directory you want your game to be in. &amp;lt;span style=&amp;quot;color:red;font-weight: bold&amp;quot;&amp;gt;Note that it should not contain any non-english symbols!&amp;lt;/span&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=How_to_install_Warcraft_III&amp;diff=2298</id>
		<title>How to install Warcraft III</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=How_to_install_Warcraft_III&amp;diff=2298"/>
		<updated>2022-12-09T08:15:15Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Unfortunately we are unable to provide direct game links at this time, you can:&lt;br /&gt;
&lt;br /&gt;
1. Buy original CDs and patch to 1.28.5&lt;br /&gt;
&lt;br /&gt;
2. Ask a friend&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;!--Download a complete Warcraft III version 1.28.5 from one of the mirrors&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[https://1drv.ms/u/s!AoRRn80UJEHIgkqU4WRqvI085yE7 Mirror 1]&lt;br /&gt;
&lt;br /&gt;
[https://yadi.sk/d/yL8Dnz3Y3UP5KQ Mirror 2]&lt;br /&gt;
&lt;br /&gt;
[magnet:?xt=urn:btih:5557ab5e6dacd83056bd0a290c9cdf22ee900a19&amp;amp;dn=Warcraft%5FIII%5F1.28.zip&amp;amp;tr=udp%3A%2F%2F9.rarbg.to%3A2710%2Fannounce&amp;amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;amp;tr=udp%3A%2F%2Fwww.torrent.eu.org%3A451%2Fannounce&amp;amp;tr=udp%3A%2F%2F3rt.tace.ru%3A60889%2Fannounce Mirror 3 (torrent magnet link)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red;font-weight: bold&amp;quot;&amp;gt;Warning: don't install any third party software, all files can be downloaded directly through your browser. If the file is not found or not accessible, try another mirror&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;b&amp;gt;About&amp;lt;/b&amp;gt;&lt;br /&gt;
 This archive contains the game after a regular installation with the official Blizzard setup. Some files were added/altered to support Eurobattle.net Client.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Extract the zip to the directory you want your game to be in. &amp;lt;span style=&amp;quot;color:red;font-weight: bold&amp;quot;&amp;gt;Note that it should not contain any non-english symbols!&amp;lt;/span&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Warcraft_III_1.26&amp;diff=2297</id>
		<title>Warcraft III 1.26</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Warcraft_III_1.26&amp;diff=2297"/>
		<updated>2022-03-12T19:18:37Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Install Warcraft III 1.16 to play PG/CG games.&lt;br /&gt;
&lt;br /&gt;
Unfortunately we are unable to provide direct game links at this time, you can:&lt;br /&gt;
&lt;br /&gt;
1. Buy original CDs and patch to 1.26&lt;br /&gt;
&lt;br /&gt;
2. Ask a friend &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Download the game from any of the mirrors below:&lt;br /&gt;
&lt;br /&gt;
[https://mega.nz/#!eLAmkYwD!aMC34T_niq0mzOkNEL2U8Npug6dCEwr47ZXSeJFBGIQ Mirror 1]&lt;br /&gt;
&lt;br /&gt;
[https://icedrive.net/0/5fShibaLTU Mirror 2]&lt;br /&gt;
&lt;br /&gt;
[https://1drv.ms/u/s!AoRRn80UJEHIgkwtUVkBslN7krrs Mirror 3]&lt;br /&gt;
&lt;br /&gt;
[https://yadi.sk/d/a0nmuuPt3aWEhH Mirror 4]&lt;br /&gt;
&lt;br /&gt;
[magnet:?xt=urn:btih:201ffc730e5986826acd7656d704d9fe4f8e773f&amp;amp;dn=Warcraft%5FIII%5F1.26.zip&amp;amp;tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&amp;amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;amp;tr=udp%3A%2F%2Ftracker.internetwarriors.net%3A1337%2Fannounce&amp;amp;tr=udp%3A%2F%2F9.rarbg.to%3A2710%2Fannounce&amp;amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;amp;tr=udp%3A%2F%2Fretracker.lanta-net.ru%3A2710%2Fannounce Mirror 5 (torrent magnet link)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Extract it to any folder and select the resulting path in Eurobattle.net Client&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Warcraft_III_1.26&amp;diff=2296</id>
		<title>Warcraft III 1.26</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Warcraft_III_1.26&amp;diff=2296"/>
		<updated>2022-03-12T19:18:21Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Install Warcraft III 1.28.5 to play PG/CG games.&lt;br /&gt;
&lt;br /&gt;
Unfortunately we are unable to provide direct game links at this time, you can:&lt;br /&gt;
&lt;br /&gt;
1. Buy original CDs and patch to 1.28.5&lt;br /&gt;
&lt;br /&gt;
2. Ask a friend &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Download the game from any of the mirrors below:&lt;br /&gt;
&lt;br /&gt;
[https://mega.nz/#!eLAmkYwD!aMC34T_niq0mzOkNEL2U8Npug6dCEwr47ZXSeJFBGIQ Mirror 1]&lt;br /&gt;
&lt;br /&gt;
[https://icedrive.net/0/5fShibaLTU Mirror 2]&lt;br /&gt;
&lt;br /&gt;
[https://1drv.ms/u/s!AoRRn80UJEHIgkwtUVkBslN7krrs Mirror 3]&lt;br /&gt;
&lt;br /&gt;
[https://yadi.sk/d/a0nmuuPt3aWEhH Mirror 4]&lt;br /&gt;
&lt;br /&gt;
[magnet:?xt=urn:btih:201ffc730e5986826acd7656d704d9fe4f8e773f&amp;amp;dn=Warcraft%5FIII%5F1.26.zip&amp;amp;tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&amp;amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;amp;tr=udp%3A%2F%2Ftracker.internetwarriors.net%3A1337%2Fannounce&amp;amp;tr=udp%3A%2F%2F9.rarbg.to%3A2710%2Fannounce&amp;amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;amp;tr=udp%3A%2F%2Fretracker.lanta-net.ru%3A2710%2Fannounce Mirror 5 (torrent magnet link)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Extract it to any folder and select the resulting path in Eurobattle.net Client&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=How_to_install_Warcraft_III&amp;diff=2295</id>
		<title>How to install Warcraft III</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=How_to_install_Warcraft_III&amp;diff=2295"/>
		<updated>2022-03-12T19:16:26Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Unfortunately we are unable to provide direct game links at this time, you can:&lt;br /&gt;
&lt;br /&gt;
1. Buy original CDs and patch to 1.28.5&lt;br /&gt;
&lt;br /&gt;
2. Ask a friend&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;!--Download a complete Warcraft III version 1.28.5 from one of the mirrors&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://depositfiles.com/files/3hlz5d2sr Mirror 1]&lt;br /&gt;
&lt;br /&gt;
[https://1drv.ms/u/s!AoRRn80UJEHIgkqU4WRqvI085yE7 Mirror 2]&lt;br /&gt;
&lt;br /&gt;
[https://yadi.sk/d/yL8Dnz3Y3UP5KQ Mirror 3]&lt;br /&gt;
&lt;br /&gt;
[magnet:?xt=urn:btih:5557ab5e6dacd83056bd0a290c9cdf22ee900a19&amp;amp;dn=Warcraft%5FIII%5F1.28.zip&amp;amp;tr=udp%3A%2F%2F9.rarbg.to%3A2710%2Fannounce&amp;amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;amp;tr=udp%3A%2F%2Fwww.torrent.eu.org%3A451%2Fannounce&amp;amp;tr=udp%3A%2F%2F3rt.tace.ru%3A60889%2Fannounce Mirror 4 (torrent magnet link)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red;font-weight: bold&amp;quot;&amp;gt;Warning: don't install any third party software, all files can be downloaded directly through your browser. If the file is not found or not accessible, try another mirror&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;b&amp;gt;About&amp;lt;/b&amp;gt;&lt;br /&gt;
 This archive contains the game after a regular installation with the official Blizzard setup. Some files were added/altered to support Eurobattle.net Client.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Extract the zip to the directory you want your game to be in. &amp;lt;span style=&amp;quot;color:red;font-weight: bold&amp;quot;&amp;gt;Note that it should not contain any non-english symbols!&amp;lt;/span&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=How_to_install_Warcraft_III&amp;diff=2294</id>
		<title>How to install Warcraft III</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=How_to_install_Warcraft_III&amp;diff=2294"/>
		<updated>2021-09-21T18:14:42Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Download a complete Warcraft III version 1.28.5 from one of the mirrors&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://depositfiles.com/files/3hlz5d2sr Mirror 1]&lt;br /&gt;
&lt;br /&gt;
[https://1drv.ms/u/s!AoRRn80UJEHIgkqU4WRqvI085yE7 Mirror 2]&lt;br /&gt;
&lt;br /&gt;
[https://yadi.sk/d/yL8Dnz3Y3UP5KQ Mirror 3]&lt;br /&gt;
&lt;br /&gt;
[magnet:?xt=urn:btih:5557ab5e6dacd83056bd0a290c9cdf22ee900a19&amp;amp;dn=Warcraft%5FIII%5F1.28.zip&amp;amp;tr=udp%3A%2F%2F9.rarbg.to%3A2710%2Fannounce&amp;amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;amp;tr=udp%3A%2F%2Fwww.torrent.eu.org%3A451%2Fannounce&amp;amp;tr=udp%3A%2F%2F3rt.tace.ru%3A60889%2Fannounce Mirror 4 (torrent magnet link)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red;font-weight: bold&amp;quot;&amp;gt;Warning: don't install any third party software, all files can be downloaded directly through your browser. If the file is not found or not accessible, try another mirror&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;b&amp;gt;About&amp;lt;/b&amp;gt;&lt;br /&gt;
 This archive contains the game after a regular installation with the official Blizzard setup. Some files were added/altered to support Eurobattle.net Client.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Extract the zip to the directory you want your game to be in. &amp;lt;span style=&amp;quot;color:red;font-weight: bold&amp;quot;&amp;gt;Note that it should not contain any non-english symbols!&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=How_to_install_Warcraft_III&amp;diff=2293</id>
		<title>How to install Warcraft III</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=How_to_install_Warcraft_III&amp;diff=2293"/>
		<updated>2021-08-23T11:51:50Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Download a complete Warcraft III version 1.28.5 from one of the mirrors&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[https://icedrive.net/0/d3Ta5phJpc Mirror 1]&lt;br /&gt;
&lt;br /&gt;
[https://1drv.ms/u/s!AoRRn80UJEHIgkqU4WRqvI085yE7 Mirror 2]&lt;br /&gt;
&lt;br /&gt;
[https://yadi.sk/d/yL8Dnz3Y3UP5KQ Mirror 3]&lt;br /&gt;
&lt;br /&gt;
[magnet:?xt=urn:btih:5557ab5e6dacd83056bd0a290c9cdf22ee900a19&amp;amp;dn=Warcraft%5FIII%5F1.28.zip&amp;amp;tr=udp%3A%2F%2F9.rarbg.to%3A2710%2Fannounce&amp;amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;amp;tr=udp%3A%2F%2Fwww.torrent.eu.org%3A451%2Fannounce&amp;amp;tr=udp%3A%2F%2F3rt.tace.ru%3A60889%2Fannounce Mirror 4 (torrent magnet link)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red;font-weight: bold&amp;quot;&amp;gt;Warning: don't install any third party software, all files can be downloaded directly through your browser. If the file is not found or not accessible, try another mirror&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;b&amp;gt;About&amp;lt;/b&amp;gt;&lt;br /&gt;
 This archive contains the game after a regular installation with the official Blizzard setup. Some files were added/altered to support Eurobattle.net Client.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Extract the zip to the directory you want your game to be in. &amp;lt;span style=&amp;quot;color:red;font-weight: bold&amp;quot;&amp;gt;Note that it should not contain any non-english symbols!&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Warcraft_III_1.26&amp;diff=2292</id>
		<title>Warcraft III 1.26</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Warcraft_III_1.26&amp;diff=2292"/>
		<updated>2021-08-23T11:51:14Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Download the game from any of the mirrors below:&lt;br /&gt;
&lt;br /&gt;
[https://mega.nz/#!eLAmkYwD!aMC34T_niq0mzOkNEL2U8Npug6dCEwr47ZXSeJFBGIQ Mirror 1]&lt;br /&gt;
&lt;br /&gt;
[https://icedrive.net/0/5fShibaLTU Mirror 2]&lt;br /&gt;
&lt;br /&gt;
[https://1drv.ms/u/s!AoRRn80UJEHIgkwtUVkBslN7krrs Mirror 3]&lt;br /&gt;
&lt;br /&gt;
[https://yadi.sk/d/a0nmuuPt3aWEhH Mirror 4]&lt;br /&gt;
&lt;br /&gt;
[magnet:?xt=urn:btih:201ffc730e5986826acd7656d704d9fe4f8e773f&amp;amp;dn=Warcraft%5FIII%5F1.26.zip&amp;amp;tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&amp;amp;tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&amp;amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;amp;tr=udp%3A%2F%2Ftracker.internetwarriors.net%3A1337%2Fannounce&amp;amp;tr=udp%3A%2F%2F9.rarbg.to%3A2710%2Fannounce&amp;amp;tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&amp;amp;tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&amp;amp;tr=udp%3A%2F%2Fretracker.lanta-net.ru%3A2710%2Fannounce Mirror 5 (torrent magnet link)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Extract it to any folder and select the resulting path in Eurobattle.net Client&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=How_to_install_Warcraft_III&amp;diff=2291</id>
		<title>How to install Warcraft III</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=How_to_install_Warcraft_III&amp;diff=2291"/>
		<updated>2021-08-23T09:45:33Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Download a complete Warcraft III version 1.28.5 from one of the mirrors&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[https://1drv.ms/u/s!AoRRn80UJEHIgkqU4WRqvI085yE7 Mirror 1]&lt;br /&gt;
&lt;br /&gt;
[https://yadi.sk/d/yL8Dnz3Y3UP5KQ Mirror 2]&lt;br /&gt;
&lt;br /&gt;
[https://icedrive.net/0/d3Ta5phJpc Mirror 3]&lt;br /&gt;
&lt;br /&gt;
[magnet:?xt=urn:btih:5557ab5e6dacd83056bd0a290c9cdf22ee900a19&amp;amp;dn=Warcraft%5FIII%5F1.28.zip&amp;amp;tr=udp%3A%2F%2F9.rarbg.to%3A2710%2Fannounce&amp;amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;amp;tr=udp%3A%2F%2Fwww.torrent.eu.org%3A451%2Fannounce&amp;amp;tr=udp%3A%2F%2F3rt.tace.ru%3A60889%2Fannounce Mirror 4 (torrent magnet link)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red;font-weight: bold&amp;quot;&amp;gt;Warning: don't install any third party software, all files can be downloaded directly through your browser. If the file is not found or not accessible, try another mirror&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;b&amp;gt;About&amp;lt;/b&amp;gt;&lt;br /&gt;
 This archive contains the game after a regular installation with the official Blizzard setup. Some files were added/altered to support Eurobattle.net Client.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Extract the zip to the directory you want your game to be in. &amp;lt;span style=&amp;quot;color:red;font-weight: bold&amp;quot;&amp;gt;Note that it should not contain any non-english symbols!&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=How_to_install_Warcraft_III&amp;diff=2290</id>
		<title>How to install Warcraft III</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=How_to_install_Warcraft_III&amp;diff=2290"/>
		<updated>2021-01-31T21:27:24Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Download a complete Warcraft III version 1.28.5 from one of the mirrors&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[https://1drv.ms/u/s!AoRRn80UJEHIgkqU4WRqvI085yE7 Mirror 1]&lt;br /&gt;
&lt;br /&gt;
[https://yadi.sk/d/yL8Dnz3Y3UP5KQ Mirror 2]&lt;br /&gt;
&lt;br /&gt;
[https://my.syncplicity.com/share/ssdlraxdwezgibi/Warcraft_III_1.28 Mirror 3]&lt;br /&gt;
&lt;br /&gt;
[https://anonfiles.com/D9db2bEap7/Warcraft_III_1.28_zip Mirror 4]&lt;br /&gt;
&lt;br /&gt;
[magnet:?xt=urn:btih:5557ab5e6dacd83056bd0a290c9cdf22ee900a19&amp;amp;dn=Warcraft%5FIII%5F1.28.zip&amp;amp;tr=udp%3A%2F%2F9.rarbg.to%3A2710%2Fannounce&amp;amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;amp;tr=udp%3A%2F%2Fwww.torrent.eu.org%3A451%2Fannounce&amp;amp;tr=udp%3A%2F%2F3rt.tace.ru%3A60889%2Fannounce Mirror 5 (torrent magnet link)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red;font-weight: bold&amp;quot;&amp;gt;Warning: don't install any third party software, all files can be downloaded directly through your browser. If the file is not found or not accessible, try another mirror&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;b&amp;gt;About&amp;lt;/b&amp;gt;&lt;br /&gt;
 This archive contains the game after a regular installation with the official Blizzard setup. Some files were added/altered to support Eurobattle.net Client.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Extract the zip to the directory you want your game to be in. &amp;lt;span style=&amp;quot;color:red;font-weight: bold&amp;quot;&amp;gt;Note that it should not contain any non-english symbols!&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=How_to_install_Warcraft_III&amp;diff=2289</id>
		<title>How to install Warcraft III</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=How_to_install_Warcraft_III&amp;diff=2289"/>
		<updated>2021-01-31T21:27:10Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Download a complete Warcraft III version 1.28.5 from one of the mirrors&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[https://1drv.ms/u/s!AoRRn80UJEHIgkqU4WRqvI085yE7 Mirror 1]&lt;br /&gt;
&lt;br /&gt;
[https://yadi.sk/d/yL8Dnz3Y3UP5KQ Mirror 2]&lt;br /&gt;
&lt;br /&gt;
[https://my.syncplicity.com/share/ssdlraxdwezgibi/Warcraft_III_1.28 Mirror 3)]&lt;br /&gt;
&lt;br /&gt;
[https://anonfiles.com/D9db2bEap7/Warcraft_III_1.28_zip Mirror 4)]&lt;br /&gt;
&lt;br /&gt;
[magnet:?xt=urn:btih:5557ab5e6dacd83056bd0a290c9cdf22ee900a19&amp;amp;dn=Warcraft%5FIII%5F1.28.zip&amp;amp;tr=udp%3A%2F%2F9.rarbg.to%3A2710%2Fannounce&amp;amp;tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&amp;amp;tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&amp;amp;tr=udp%3A%2F%2Fwww.torrent.eu.org%3A451%2Fannounce&amp;amp;tr=udp%3A%2F%2F3rt.tace.ru%3A60889%2Fannounce Mirror 5 (torrent magnet link)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red;font-weight: bold&amp;quot;&amp;gt;Warning: don't install any third party software, all files can be downloaded directly through your browser. If the file is not found or not accessible, try another mirror&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;b&amp;gt;About&amp;lt;/b&amp;gt;&lt;br /&gt;
 This archive contains the game after a regular installation with the official Blizzard setup. Some files were added/altered to support Eurobattle.net Client.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Extract the zip to the directory you want your game to be in. &amp;lt;span style=&amp;quot;color:red;font-weight: bold&amp;quot;&amp;gt;Note that it should not contain any non-english symbols!&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=How_to_install_Warcraft_III&amp;diff=2288</id>
		<title>How to install Warcraft III</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=How_to_install_Warcraft_III&amp;diff=2288"/>
		<updated>2021-01-17T13:46:35Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Download a complete Warcraft III version 1.28.5 from one of the mirrors&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[https://1drv.ms/u/s!AoRRn80UJEHIgkqU4WRqvI085yE7 Warcraft 3 1.28.5 (Mirror 1)]&lt;br /&gt;
&lt;br /&gt;
[https://yadi.sk/d/yL8Dnz3Y3UP5KQ Warcraft 3 1.28.5 (Mirror 2)]&lt;br /&gt;
&lt;br /&gt;
[https://my.syncplicity.com/share/ssdlraxdwezgibi/Warcraft_III_1.28 Warcraft 3 1.28.5 (Mirror 3)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red;font-weight: bold&amp;quot;&amp;gt;Warning: don't install any third party software, all files can be downloaded directly through your browser. If the file is not found or not accessible, try another mirror&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;b&amp;gt;About&amp;lt;/b&amp;gt;&lt;br /&gt;
 This archive contains the game after a regular installation with the official Blizzard setup. Some files were added/altered to support Eurobattle.net Client.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Extract the zip to the directory you want your game to be in. &amp;lt;span style=&amp;quot;color:red;font-weight: bold&amp;quot;&amp;gt;Note that it should not contain any non-english symbols!&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=How_to_increase_FPS_in_Warcraft_III&amp;diff=2287</id>
		<title>How to increase FPS in Warcraft III</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=How_to_increase_FPS_in_Warcraft_III&amp;diff=2287"/>
		<updated>2021-01-07T08:22:16Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You are experiencing lags and shuttering? It might be a FPS problem then, you can check it by typing &amp;lt;b&amp;gt;&amp;quot;/fps&amp;quot;&amp;lt;/b&amp;gt; in game. This is what you can do to increase it.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Update Video Card Drivers=&lt;br /&gt;
Make sure that your video card drivers are up to date. Driver developers are constantly optimizing their products and newer drivers may provide a better performance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Change Ingame Video Settings=&lt;br /&gt;
You also may want to adjust your Warcraft III video settings in order to increase your ingame FPS. Open them by launching your game and going to &amp;quot;Options&amp;quot; -&amp;gt; &amp;quot;Video&amp;quot; from the main menu.&lt;br /&gt;
&lt;br /&gt;
[[File:Video_settings.png|500px]]&lt;br /&gt;
&lt;br /&gt;
Setting a lower Resolution may greatly improve the performance but it also may make it harder and unusual to play the game. It is recommended to start by disabling Shadows and lowering Ligths and Particles quality. Test different setups to find out which one delivers a decent amount of FPS and doesn't obstruct your gameplay.&lt;br /&gt;
&lt;br /&gt;
=Switch Rendering Mode=&lt;br /&gt;
You may try switching the rendering mode too. Warcraft III runs using the DirectX technology by default, however, you may switch it to OpenGL which will slightly improve the performance. To do that, tick the OpenGL box in Eurobattle.net Client and restart your game. Your game will be launched with the &amp;quot;-opengl&amp;quot; parameter from now on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Gproxyv9 opengl.png|500px]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Manually remove FPS restriction ==&lt;br /&gt;
Go to registry (Run&amp;gt;regedit.exe)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Run.jpg]]&lt;br /&gt;
&lt;br /&gt;
Then go to this path (image below) : HKEY_CURRENT_USER\Software\Blizzard Entertainment\Warcraft III\Video and change '''Lockfb to 0'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:regedit.jpg]]&lt;br /&gt;
&lt;br /&gt;
Setting &amp;quot;maxfps&amp;quot; to a number equal to your monitor refresh rate also supposedly makes gameplay smoother.&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Main_Page&amp;diff=2286</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Main_Page&amp;diff=2286"/>
		<updated>2021-01-04T15:20:07Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Main_Page_BR|BRAZIL TRANSLATION]]&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hello, Welcome to Eurobattle.net Wiki - European Warcraft III PvPGN Server.&lt;br /&gt;
&lt;br /&gt;
If you can't find your answer, Visit Technical Support - http://eurobattle.net/forums/18-Technical-Support or contact us on Discord - https://discordapp.com/invite/byW7rHN&lt;br /&gt;
&lt;br /&gt;
== Installation requirements==&lt;br /&gt;
&lt;br /&gt;
- Windows XP SP3 or greater&lt;br /&gt;
&lt;br /&gt;
- Warcraft III '''1.28.5''' or '''1.26a''' or both (install in path that has '''only ASCII''' characters, not unicode! Especially for Turks and Br, you will have problems. No accents!)&lt;br /&gt;
&lt;br /&gt;
- Eurobattle.net Client : [http://warden.eurobattle.net/downloads/file/57 Installer v13]&lt;br /&gt;
&lt;br /&gt;
- [http://warden.eurobattle.net/downloads/file/20 Visual C++ Redistributable 2015 x86] (Required by our Client)&lt;br /&gt;
&lt;br /&gt;
- [http://warden.eurobattle.net/downloads/file/35 Visual C++ Redistributable 2013 x86] (Required by Warcraft III 1.27a+)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installing Warcraft III 1.28.5==&lt;br /&gt;
&lt;br /&gt;
Install Warcraft III 1.28.5 to play PG/CG games.&lt;br /&gt;
&lt;br /&gt;
{{:How_to_install_Warcraft_III}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Related Issues:&amp;lt;/b&amp;gt;&lt;br /&gt;
 - File migration failed/repeats itself/files in use etc: [http://wiki.eurobattle.net/index.php?title=How_to_migrate_files File migration errors]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installing Warcraft III 1.26 for DotA Gateway==&lt;br /&gt;
&lt;br /&gt;
Install Warcraft III 1.28.5 to play DotA 6.88+ on lagabuse.com&lt;br /&gt;
&lt;br /&gt;
{{:Warcraft_III_1.26}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installing Eurobattle.net Client==&lt;br /&gt;
&lt;br /&gt;
{{:Installing Eurobattle.net}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Related Issues:&amp;lt;/b&amp;gt;&lt;br /&gt;
 - [http://wiki.eurobattle.net/index.php?title=VCRUNTIME140.DLL_is_missing VCRUNTIME140.DLL is missing]&lt;br /&gt;
 - [http://wiki.eurobattle.net/index.php?title=0xc000007b_Error 0xc000007b Error]&lt;br /&gt;
 - [http://wiki.eurobattle.net/index.php?title=Api-ms-win-crt-convert-l1-1-0.dll_is_missing Api-ms-win-crt-convert-l1-1-0.dll is missing]&lt;br /&gt;
 - [http://wiki.eurobattle.net/index.php?title=GProxy.exe_is_missing Gproxy.exe is missing] &amp;amp; [http://wiki.eurobattle.net/index.php?title=W3l.exe_is_missing w3l.exe is missing]&lt;br /&gt;
 - [http://wiki.eurobattle.net/index.php?title=Unable_to_validate_game_version Unable to validate game version]&lt;br /&gt;
 - [http://wiki.eurobattle.net/index.php?title=Unable_to_connect_to_Battle.net Unable to connect to Battle.net]&lt;br /&gt;
&lt;br /&gt;
== Server account ==&lt;br /&gt;
&lt;br /&gt;
Note that you '''can't login on server using your forum account'''.&lt;br /&gt;
&lt;br /&gt;
To create a server account, you have to use [http://warden.eurobattle.net/pvpgn/createaccount this form] ([[Managing_accounts|More about forum and server accounts]])&lt;br /&gt;
&lt;br /&gt;
== GHost hashes==&lt;br /&gt;
&lt;br /&gt;
{{:Ghost Hash}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Eurobattle Wiki]]&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Troubleshooting&amp;diff=2285</id>
		<title>Troubleshooting</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Troubleshooting&amp;diff=2285"/>
		<updated>2020-11-18T19:11:33Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offset|content=&lt;br /&gt;
{{Header|color=blue|size=200|text=[[File:Label Client.png]]}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Textbox|&lt;br /&gt;
{{InboxHeader|text=Installing}}&lt;br /&gt;
{{Item|text=[[VCRUNTIME140.DLL is missing]]}}&lt;br /&gt;
{{Item|text=[[0xc000007b Error]]}}&lt;br /&gt;
{{Item|text=[[api-ms-win-crt-convert-l1-1-0.dll is missing|api-ms-win-crt-convert-l1-1-0.dll is missing (Win XP)]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Launching game}}&lt;br /&gt;
{{Item|text=[[Could not open Game.dll]]}}&lt;br /&gt;
{{Item|text=[[GProxy.exe is missing]]}}&lt;br /&gt;
{{Item|text=[[w3l.exe is missing]]}}&lt;br /&gt;
{{Item|text=[[W3 license keys missing]]}}&lt;br /&gt;
{{Item|text=[[Missing DirectX 8.1 or newer in Warcraft III 1.26]]}}&lt;br /&gt;
{{Item|text=[[Read access violation]]}}&lt;br /&gt;
{{Item|text=[[Could not find location to patch]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Connecting to server}}&lt;br /&gt;
{{Item|text=[[Unable to validate game version]]}}&lt;br /&gt;
{{Item|text=[[Unable to connect to Battle.net]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Logging in}}&lt;br /&gt;
{{Item|text=[[That account does not exist]]}}&lt;br /&gt;
{{Item|text=[[Your account has been locked]]}}&lt;br /&gt;
{{Item|text=[[Client login bad username or password]]}}&lt;br /&gt;
{{InboxHeader|text=Joining games}}&lt;br /&gt;
{{Item|text=[[Kicked from lagabuse lobby]]}}&lt;br /&gt;
{{InboxHeader|text=Auto Port Forwarding}}&lt;br /&gt;
{{Item|text=[[There was an error handling the request]]}}&lt;br /&gt;
{{Item|text=[[No delimiter between IP and hostname]]}}&lt;br /&gt;
{{Item|text=[[Unable to connect.. with PF]]}}&lt;br /&gt;
}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Header|color=blue|size=200|text=[[File:Label Warcraft 3.png]]}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Textbox|&lt;br /&gt;
{{InboxHeader|text=Launching}}&lt;br /&gt;
{{Item|text=[[CD-ROM Drive Error:Please verify that your Frozen Throne disc is in your CD-ROM drive]]}}&lt;br /&gt;
{{Item|text=[[How to migrate files|Problems with file migration?]]}}&lt;br /&gt;
{{InboxHeader|text=In-game}}&lt;br /&gt;
{{Item|text=[[Can't join games?]]}}&lt;br /&gt;
{{Item|text=[[Custom icons not displaying|Channel icons aren't displaying properly?]]}}&lt;br /&gt;
{{Item|text=[[Resolution Fix|Square resolution/black stripes on the sides?]]}}&lt;br /&gt;
{{Item|text=[[Could not find the map file|Could not find the map file]]}}&lt;br /&gt;
{{Item|text=[[Cursor stuck at crosshair]]}}&lt;br /&gt;
}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Eurobattle Wiki]]&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Could_not_find_location_to_patch&amp;diff=2284</id>
		<title>Could not find location to patch</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Could_not_find_location_to_patch&amp;diff=2284"/>
		<updated>2020-11-18T19:11:07Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When launching W3 from the client you get &amp;quot;Could not find a location to patch&amp;quot; error. Make sure you have followed our installation instructions, installed Visual C++ dependencies and got the correct game downloads. &lt;br /&gt;
&lt;br /&gt;
Known solutions:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Run w3l.exe manually so the initial video plays and file migration is completed.&lt;br /&gt;
&lt;br /&gt;
2. In client, Warcraft tab, 1.28 section, enable OpenGL and Fullscreen options. &lt;br /&gt;
&lt;br /&gt;
3. Launch, that should be it.&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Could_not_find_location_to_patch&amp;diff=2283</id>
		<title>Could not find location to patch</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Could_not_find_location_to_patch&amp;diff=2283"/>
		<updated>2020-11-18T19:10:59Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When launching W3 from the client you get &amp;quot;Could not find a location to patch&amp;quot; error. Make sure you have followed our installation instructions, installed Visual C++ dependencies and got the correct game downloads. &lt;br /&gt;
&lt;br /&gt;
Known solutions:&lt;br /&gt;
1. Run w3l.exe manually so the initial video plays and file migration is completed.&lt;br /&gt;
&lt;br /&gt;
2. In client, Warcraft tab, 1.28 section, enable OpenGL and Fullscreen options. &lt;br /&gt;
&lt;br /&gt;
3. Launch, that should be it.&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Could_not_find_location_to_patch&amp;diff=2282</id>
		<title>Could not find location to patch</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Could_not_find_location_to_patch&amp;diff=2282"/>
		<updated>2020-11-18T19:10:52Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When launching W3 from the client you get &amp;quot;Could not find a location to patch&amp;quot; error. Make sure you have followed our installation instructions, installed Visual C++ dependencies and got the correct game downloads. &lt;br /&gt;
&lt;br /&gt;
Known solutions:&lt;br /&gt;
1. Run w3l.exe manually so the initial video plays and file migration is completed. &lt;br /&gt;
2. In client, Warcraft tab, 1.28 section, enable OpenGL and Fullscreen options. &lt;br /&gt;
3. Launch, that should be it.&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Could_not_find_location_to_patch&amp;diff=2281</id>
		<title>Could not find location to patch</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Could_not_find_location_to_patch&amp;diff=2281"/>
		<updated>2020-11-18T19:10:41Z</updated>

		<summary type="html">&lt;p&gt;Cen: Created page with &amp;quot;When launching W3 from the client you get &amp;quot;Could not find a location to patch&amp;quot; error. Make sure you have followed our installation instructions, installed Visual C++ dependenc...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When launching W3 from the client you get &amp;quot;Could not find a location to patch&amp;quot; error. Make sure you have followed our installation instructions, installed Visual C++ dependencies and got the correct game downloads. &lt;br /&gt;
&lt;br /&gt;
Known solutions:&lt;br /&gt;
1. Run w3l.exe manually so the initial video plays and file migration is completed.&lt;br /&gt;
2. In client, Warcraft tab, 1.28 section, enable OpenGL and Fullscreen options.&lt;br /&gt;
3. Launch, that should be it.&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Troubleshooting&amp;diff=2280</id>
		<title>Troubleshooting</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Troubleshooting&amp;diff=2280"/>
		<updated>2020-11-18T18:28:40Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offset|content=&lt;br /&gt;
{{Header|color=blue|size=200|text=[[File:Label Client.png]]}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Textbox|&lt;br /&gt;
{{InboxHeader|text=Installing}}&lt;br /&gt;
{{Item|text=[[VCRUNTIME140.DLL is missing]]}}&lt;br /&gt;
{{Item|text=[[0xc000007b Error]]}}&lt;br /&gt;
{{Item|text=[[api-ms-win-crt-convert-l1-1-0.dll is missing|api-ms-win-crt-convert-l1-1-0.dll is missing (Win XP)]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Launching game}}&lt;br /&gt;
{{Item|text=[[Could not open Game.dll]]}}&lt;br /&gt;
{{Item|text=[[GProxy.exe is missing]]}}&lt;br /&gt;
{{Item|text=[[w3l.exe is missing]]}}&lt;br /&gt;
{{Item|text=[[W3 license keys missing]]}}&lt;br /&gt;
{{Item|text=[[Missing DirectX 8.1 or newer in Warcraft III 1.26]]}}&lt;br /&gt;
{{Item|text=[[Read access violation]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Connecting to server}}&lt;br /&gt;
{{Item|text=[[Unable to validate game version]]}}&lt;br /&gt;
{{Item|text=[[Unable to connect to Battle.net]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Logging in}}&lt;br /&gt;
{{Item|text=[[That account does not exist]]}}&lt;br /&gt;
{{Item|text=[[Your account has been locked]]}}&lt;br /&gt;
{{Item|text=[[Client login bad username or password]]}}&lt;br /&gt;
{{InboxHeader|text=Joining games}}&lt;br /&gt;
{{Item|text=[[Kicked from lagabuse lobby]]}}&lt;br /&gt;
{{InboxHeader|text=Auto Port Forwarding}}&lt;br /&gt;
{{Item|text=[[There was an error handling the request]]}}&lt;br /&gt;
{{Item|text=[[No delimiter between IP and hostname]]}}&lt;br /&gt;
{{Item|text=[[Unable to connect.. with PF]]}}&lt;br /&gt;
}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Header|color=blue|size=200|text=[[File:Label Warcraft 3.png]]}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Textbox|&lt;br /&gt;
{{InboxHeader|text=Launching}}&lt;br /&gt;
{{Item|text=[[CD-ROM Drive Error:Please verify that your Frozen Throne disc is in your CD-ROM drive]]}}&lt;br /&gt;
{{Item|text=[[How to migrate files|Problems with file migration?]]}}&lt;br /&gt;
{{InboxHeader|text=In-game}}&lt;br /&gt;
{{Item|text=[[Can't join games?]]}}&lt;br /&gt;
{{Item|text=[[Custom icons not displaying|Channel icons aren't displaying properly?]]}}&lt;br /&gt;
{{Item|text=[[Resolution Fix|Square resolution/black stripes on the sides?]]}}&lt;br /&gt;
{{Item|text=[[Could not find the map file|Could not find the map file]]}}&lt;br /&gt;
{{Item|text=[[Cursor stuck at crosshair]]}}&lt;br /&gt;
}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Eurobattle Wiki]]&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Client_login_bad_username_or_password&amp;diff=2279</id>
		<title>Client login bad username or password</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Client_login_bad_username_or_password&amp;diff=2279"/>
		<updated>2020-11-18T18:16:47Z</updated>

		<summary type="html">&lt;p&gt;Cen: Created page with &amp;quot;Immediatelly after creating a new account or changing your password, client login might fail. You should first login through the game which will sync the password change acros...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Immediatelly after creating a new account or changing your password, client login might fail. You should first login through the game which will sync the password change across systems and after the bent login client login should also start accepting the new password.&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=How_to_install_Warcraft_III&amp;diff=2278</id>
		<title>How to install Warcraft III</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=How_to_install_Warcraft_III&amp;diff=2278"/>
		<updated>2020-09-18T20:24:10Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Download a complete Warcraft III version 1.28.5 from one of the mirrors&lt;br /&gt;
&lt;br /&gt;
[https://mega.nz/file/yKojxabS#veICdXiuY2wDcmGFTddsOreCOEoxCaqJpxCIF-QNnxg Warcraft 3 1.28.5 (Mirror 1)]&lt;br /&gt;
&lt;br /&gt;
[https://1drv.ms/u/s!AoRRn80UJEHIgkqU4WRqvI085yE7 Warcraft 3 1.28.5 (Mirror 2)]&lt;br /&gt;
&lt;br /&gt;
[https://yadi.sk/d/yL8Dnz3Y3UP5KQ Warcraft 3 1.28.5 (Mirror 3)]&lt;br /&gt;
&lt;br /&gt;
[https://my.syncplicity.com/share/ssdlraxdwezgibi/Warcraft_III_1.28 Warcraft 3 1.28.5 (Mirror 4)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red;font-weight: bold&amp;quot;&amp;gt;Warning: don't install any third party software, all files can be downloaded directly through your browser. If the file is not found or not accessible, try another mirror&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;b&amp;gt;About&amp;lt;/b&amp;gt;&lt;br /&gt;
 This archive contains the game after a regular installation with the official Blizzard setup. Some files were added/altered to support Eurobattle.net Client.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Extract the zip to the directory you want your game to be in. &amp;lt;span style=&amp;quot;color:red;font-weight: bold&amp;quot;&amp;gt;Note that it should not contain any non-english symbols!&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=TeamSpeak_3&amp;diff=2277</id>
		<title>TeamSpeak 3</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=TeamSpeak_3&amp;diff=2277"/>
		<updated>2020-08-27T21:34:34Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''&amp;lt;h1&amp;gt;&amp;lt;font color=&amp;quot;darkred&amp;quot;&amp;gt;&amp;lt;u&amp;gt;TeamSpeak 3&amp;lt;/u&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/h1&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Download client from http://www.teamspeak.com/?page=downloads&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After you download client run it by clicking on icon.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Iconr.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After the program starts you will saw this&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:1stepk.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on Next.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2step.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on I Agree.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:3step.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select option and then click on Next. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:4step.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on Next. If you want to change the place of installation, click on the button Browse and select new location.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:5step.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select a option that you prefer and then click on Next.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:6step.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on Install button. If you don't want icon on your desktop click on the dice.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:7step.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The installation is done. Program is ready to use.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:8step.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After you install client run it by run it by clicking on icon.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:9step.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You will see this after you run program. Just click Next.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:10step.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Choose a nickname and click on next.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:11step.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select a option that you prefer and then click on Next.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:12step.jpg]]&lt;br /&gt;
&lt;br /&gt;
Modify as you, test it, and then click on Next.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:13step.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Modify as you and then click on Next.&lt;br /&gt;
&lt;br /&gt;
[[File:14step.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Just click on Finish.&lt;br /&gt;
&lt;br /&gt;
[[File:15step.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on Connections,then connect or use crt+s.&lt;br /&gt;
&lt;br /&gt;
[[File:16step.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Type this info:&lt;br /&gt;
&lt;br /&gt;
Address: ts.eurobattle.net&lt;br /&gt;
&lt;br /&gt;
Port: 9987&lt;br /&gt;
&lt;br /&gt;
And then click on Connect.&lt;br /&gt;
&lt;br /&gt;
[[File:17step.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You are connected. Select channel and enjoy.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''If you want to create clan channel or get channel OP, contact Cen with PM (http://eurobattle.net/private.php?do=newpm&amp;amp;u=153393) or on server'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Template:EuroNav}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{IncCat|Page=Tutorial:TeamSpeak 3|Category=Tools}}&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Tools&amp;diff=2276</id>
		<title>Tools</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Tools&amp;diff=2276"/>
		<updated>2020-08-27T21:34:01Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offset|content=&lt;br /&gt;
{{Header|color=blue|size=200|text=[[File:Label Recommended.png]]}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Textbox|&lt;br /&gt;
{{InboxHeader|text=Chat &amp;amp; Communication}}&lt;br /&gt;
{{Item|text=[[Osiris Chat]]}}&lt;br /&gt;
{{Item|text=[[TeamSpeak 3]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Shortcut Programs}}&lt;br /&gt;
{{Item|text=[[Warkeys]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Screenshots}}&lt;br /&gt;
{{Item|text=[[TGA converter]]}}&lt;br /&gt;
}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Header|color=blue|size=200|text=[[File:Label Outdated.png]]}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Textbox|&lt;br /&gt;
{{Item|text=[[Tutorial:TopazChat]]}}&lt;br /&gt;
{{Item|text=[[Tutorial:Stealth Bot]]}}&lt;br /&gt;
{{Item|text=[[Tutorial:DotA Console Hider]]}}&lt;br /&gt;
{{Item|text=[[Tutorial:Replay Manager]]}}&lt;br /&gt;
{{Item|text=[[Tutorial:Replay Seeker]]}}&lt;br /&gt;
{{Item|text=[[Tutorial:Banlist]]}}&lt;br /&gt;
}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Eurobattle Wiki]]&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Lagabuse.com:Main&amp;diff=2275</id>
		<title>Lagabuse.com:Main</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Lagabuse.com:Main&amp;diff=2275"/>
		<updated>2020-08-27T21:33:05Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:LAlogo200x200.png|frame|150px]]&lt;br /&gt;
&lt;br /&gt;
Welcome to LagAbuse.com, a public Warcraft 3 DotA league.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==What do we offer==&lt;br /&gt;
&lt;br /&gt;
*Public hosting bots for ladder and custom games.&lt;br /&gt;
*DotA Ladder&lt;br /&gt;
*DotA Stats System&lt;br /&gt;
*DotA and Custom Game Tournaments&lt;br /&gt;
*Forum GFX Competitions&lt;br /&gt;
*Highly trained Moderation Staff &lt;br /&gt;
&lt;br /&gt;
==Get Started==&lt;br /&gt;
&lt;br /&gt;
*[http://warden.eurobattle.net/pvpgn/createaccount Create an in-game account] with the desired nick.&lt;br /&gt;
*[http://app.eurobattle.net/activate Activate your account], unless you haven't done it yet.&lt;br /&gt;
*Make sure you have Wacraft III of any version installed on your computer. If not, you can simply install it using the [http://warden.eurobattle.net/downloads/file/43 official Blizzard Installer/Updater].&lt;br /&gt;
*Install the [http://warden.eurobattle.net/downloads/file/44 Eurobattle.net Client v9].&lt;br /&gt;
*Launch the Client and let it set up your game.&lt;br /&gt;
&lt;br /&gt;
==Overview of the LagAbuse Forum==&lt;br /&gt;
&lt;br /&gt;
*[http://dota.eurobattle.net/la/forum/index.php?action=register Create a forum account] to use all features of the forum&lt;br /&gt;
*[http://dota.eurobattle.net/la/forum/index.php?board=68.0 Announcements] - News about forum and the game&lt;br /&gt;
*[http://dota.eurobattle.net/la/forum/index.php?board=134.0 Recruitment Section] - Staff recruitment announcements&lt;br /&gt;
*[http://dota.eurobattle.net/la/forum/index.php?board=17.0 General Forum] - Discussions about everything related to Warcraft 3 &amp;amp; lagabuse.com&lt;br /&gt;
*[http://dota.eurobattle.net/la/forum/index.php?board=25.0 Rules section] - Our forum &amp;amp; ingame rules&lt;br /&gt;
*[http://dota.eurobattle.net/la/forum/index.php?board=5.0 Technical Support]&lt;br /&gt;
*[http://dota.eurobattle.net/la/forum/index.php?board=70.0 Tournaments] - Ingame events organized by our tournament crew (DotA and Custom Maps)&lt;br /&gt;
*[http://dota.eurobattle.net/la/forum/index.php?board=39.0 Graphics boards] - GFX competitions and related discussions&lt;br /&gt;
*[http://dota.eurobattle.net/la/forum/index.php?board=6.0 DotA Discussion] &amp;amp; [http://dota.eurobattle.net/la/forum/index.php?board=7.0DotA Strategy] - Discussion about DotA in general and the current map in particular&lt;br /&gt;
*[http://dota.eurobattle.net/la/forum/index.php?board=9.0 Ban Requests section]&lt;br /&gt;
*[http://dota.eurobattle.net/la/forum/index.php?board=10.0 Unban Requests section]&lt;br /&gt;
*[http://dota.eurobattle.net/la/forum/index.php?board=32.0 Maphack Reports section]&lt;br /&gt;
*[http://dota.eurobattle.net/la/forum/index.php?board=13.0 Music], [http://dota.eurobattle.net/la/forum/index.php?board=99.0 Sports], [http://dota.eurobattle.net/la/forum/index.php?board=14.0 Humor], [http://dota.eurobattle.net/la/forum/index.php?board=104.0 Programming] and [http://dota.eurobattle.net/la/forum/index.php?board=11.0 Offtopic] boards&lt;br /&gt;
*[http://dota.eurobattle.net/la/forum/index.php?board=109.0 Balkan], [http://dota.eurobattle.net/la/forum/index.php?board=110.0 CZ/SK], [http://dota.eurobattle.net/la/forum/index.php?board=111.0 Romania] and [http://dota.eurobattle.net/la/forum/index.php?board=112.0 Turkey] boards&lt;br /&gt;
&lt;br /&gt;
==Overview of frequently asked questions==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center; border: 0px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#00ccff; width:400px;&amp;quot; | LA Forum&lt;br /&gt;
| style=&amp;quot;background-color:#99ff33; width:400px;&amp;quot; | Eurobattle.net&lt;br /&gt;
| style=&amp;quot;background-color:#ff9966; width:400px;&amp;quot; | Warcraft III&lt;br /&gt;
|-&lt;br /&gt;
|[[Lagabuse.com:Staff|LA Staff]]&lt;br /&gt;
|[[Tutorial:Creating server account|How to create server account]]&lt;br /&gt;
|[http://dota.eurobattle.net/la/forum/index.php/topic,1425.0.html#post_ingame Our Rules]&lt;br /&gt;
|-&lt;br /&gt;
|[[Lagabuse.com:Join us|Join us?]]&lt;br /&gt;
|[http://dota.eurobattle.net/la/forum/index.php?board=5.0 Technical Support]&lt;br /&gt;
|[[Lagabuse.com:Can't Join Ladder Games|Can't join ladder games?]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Lagabuse.com:Membergroups|Premium Membergroups]]&lt;br /&gt;
|[http://dota.eurobattle.net/la/forum/index.php?board=70.0 Tournaments]&lt;br /&gt;
|-&lt;br /&gt;
|[[Lagabuse.com:GFX Competitions|GFX Competitions]]&lt;br /&gt;
|[[Support us|How to support us]]&lt;br /&gt;
|[[Lagabuse.com:Stats Page|Stats Page]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Lagabuse.com:Forum Profile|Forum Profile]]&lt;br /&gt;
|&lt;br /&gt;
|[[Lagabuse.com:Stats Reset/Swap|Stats Reset/Swap]]&lt;br /&gt;
|-&lt;br /&gt;
|[[Lagabuse.com:Karma|Karma]]&lt;br /&gt;
|&lt;br /&gt;
|[http://dota.eurobattle.net/la/forum/index.php?topic=40.0 How to create games on lagabuse bot]&lt;br /&gt;
|-&lt;br /&gt;
|[[Lagabuse.com:Awards|Forum/Server Awards]]&lt;br /&gt;
|&lt;br /&gt;
|[http://dota.eurobattle.net/la/forum/index.php?topic=39.0 Bot Commands]&lt;br /&gt;
|-&lt;br /&gt;
|[[Lagabuse.com:Forum Warnings|Forum Warnings &amp;amp; &amp;quot;Watched&amp;quot; Status]]&lt;br /&gt;
|&lt;br /&gt;
|[http://dota.eurobattle.net/la/forum/index.php?topic=177572.0 How to upload a map]&lt;br /&gt;
|-&lt;br /&gt;
|[http://dota.eurobattle.net/la/forum/index.php/topic,73256.0.html BBCodes List]&lt;br /&gt;
|&lt;br /&gt;
|[http://dota.eurobattle.net/la/forum/index.php?topic=161814.0 Report corrupted map]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#00ccff; width:400px;&amp;quot; |    &lt;br /&gt;
| style=&amp;quot;background-color:#99ff33; width:400px;&amp;quot; |     &lt;br /&gt;
| style=&amp;quot;background-color:#ff9966; width:400px;&amp;quot; |     &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact us==&lt;br /&gt;
&lt;br /&gt;
Join us on discord:&lt;br /&gt;
&lt;br /&gt;
*[https://discordapp.com/invite/byW7rHN Eurobattle.net Discord Server]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:LagAbuse]]&lt;br /&gt;
[[Category:Eurobattle Wiki]]&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=How_to_install_Warcraft_III&amp;diff=2274</id>
		<title>How to install Warcraft III</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=How_to_install_Warcraft_III&amp;diff=2274"/>
		<updated>2020-08-01T10:15:59Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Download a complete Warcraft III version 1.28.5 from one of the mirrors&lt;br /&gt;
&lt;br /&gt;
[https://mega.nz/#!2WhRBaLZ!z1H3_6qbNHjz7zIZqxymYw5LW4uTLYfgzwj5dYQ3GGM Warcraft 3 1.28.5 (Mirror 1)]&lt;br /&gt;
&lt;br /&gt;
[https://1drv.ms/u/s!AoRRn80UJEHIgkqU4WRqvI085yE7 Warcraft 3 1.28.5 (Mirror 2)]&lt;br /&gt;
&lt;br /&gt;
[https://yadi.sk/d/yL8Dnz3Y3UP5KQ Warcraft 3 1.28.5 (Mirror 3)]&lt;br /&gt;
&lt;br /&gt;
[https://my.syncplicity.com/share/ssdlraxdwezgibi/Warcraft_III_1.28 Warcraft 3 1.28.5 (Mirror 4)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red;font-weight: bold&amp;quot;&amp;gt;Warning: don't install any third party software, all files can be downloaded directly through your browser. If the file is not found or not accessible, try another mirror&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;b&amp;gt;About&amp;lt;/b&amp;gt;&lt;br /&gt;
 This archive contains the game after a regular installation with the official Blizzard setup. Some files were added/altered to support Eurobattle.net Client.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Extract the zip to the directory you want your game to be in. &amp;lt;span style=&amp;quot;color:red;font-weight: bold&amp;quot;&amp;gt;Note that it should not contain any non-english symbols!&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=How_to_install_Warcraft_III&amp;diff=2273</id>
		<title>How to install Warcraft III</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=How_to_install_Warcraft_III&amp;diff=2273"/>
		<updated>2020-08-01T07:22:12Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Download a complete Warcraft III version 1.28.5 from one of the mirrors&lt;br /&gt;
&lt;br /&gt;
[https://mega.nz/#!2WhRBaLZ!z1H3_6qbNHjz7zIZqxymYw5LW4uTLYfgzwj5dYQ3GGM Warcraft 3 1.28.5 (Mirror 1)]&lt;br /&gt;
&lt;br /&gt;
[https://1drv.ms/u/s!AoRRn80UJEHIgkqU4WRqvI085yE7 Warcraft 3 1.28.5 (Mirror 2)]&lt;br /&gt;
&lt;br /&gt;
[https://yadi.sk/d/yL8Dnz3Y3UP5KQ Warcraft 3 1.28.5 (Mirror 3)]&lt;br /&gt;
&lt;br /&gt;
[https://my.syncplicity.com/share/ssdlraxdwezgibi/Warcraft_III_1.28 Warcraft 3 1.28.5 (Mirror 4)]&lt;br /&gt;
&lt;br /&gt;
[https://openload.cc/Yfvflc61n3/Warcraft_III_1.28_zip Warcraft 3 1.28.5 (Mirror 5)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red;font-weight: bold&amp;quot;&amp;gt;Warning: don't install any third party software, all files can be downloaded directly through your browser. If the file is not found or not accessible, try another mirror&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;b&amp;gt;About&amp;lt;/b&amp;gt;&lt;br /&gt;
 This archive contains the game after a regular installation with the official Blizzard setup. Some files were added/altered to support Eurobattle.net Client.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Extract the zip to the directory you want your game to be in. &amp;lt;span style=&amp;quot;color:red;font-weight: bold&amp;quot;&amp;gt;Note that it should not contain any non-english symbols!&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Troubleshooting&amp;diff=2272</id>
		<title>Troubleshooting</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Troubleshooting&amp;diff=2272"/>
		<updated>2020-07-26T08:26:56Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offset|content=&lt;br /&gt;
{{Header|color=blue|size=200|text=[[File:Label Client.png]]}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Textbox|&lt;br /&gt;
{{InboxHeader|text=Installing}}&lt;br /&gt;
{{Item|text=[[VCRUNTIME140.DLL is missing]]}}&lt;br /&gt;
{{Item|text=[[0xc000007b Error]]}}&lt;br /&gt;
{{Item|text=[[api-ms-win-crt-convert-l1-1-0.dll is missing|api-ms-win-crt-convert-l1-1-0.dll is missing (Win XP)]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Launching game}}&lt;br /&gt;
{{Item|text=[[Could not open Game.dll]]}}&lt;br /&gt;
{{Item|text=[[GProxy.exe is missing]]}}&lt;br /&gt;
{{Item|text=[[w3l.exe is missing]]}}&lt;br /&gt;
{{Item|text=[[W3 license keys missing]]}}&lt;br /&gt;
{{Item|text=[[Missing DirectX 8.1 or newer in Warcraft III 1.26]]}}&lt;br /&gt;
{{Item|text=[[Read access violation]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Connecting to server}}&lt;br /&gt;
{{Item|text=[[Unable to validate game version]]}}&lt;br /&gt;
{{Item|text=[[Unable to connect to Battle.net]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Logging in}}&lt;br /&gt;
{{Item|text=[[That account does not exist]]}}&lt;br /&gt;
{{Item|text=[[Your account has been locked]]}}&lt;br /&gt;
{{InboxHeader|text=Joining games}}&lt;br /&gt;
{{Item|text=[[Kicked from lagabuse lobby]]}}&lt;br /&gt;
{{InboxHeader|text=Auto Port Forwarding}}&lt;br /&gt;
{{Item|text=[[There was an error handling the request]]}}&lt;br /&gt;
{{Item|text=[[No delimiter between IP and hostname]]}}&lt;br /&gt;
{{Item|text=[[Unable to connect.. with PF]]}}&lt;br /&gt;
}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Header|color=blue|size=200|text=[[File:Label Warcraft 3.png]]}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Textbox|&lt;br /&gt;
{{InboxHeader|text=Launching}}&lt;br /&gt;
{{Item|text=[[CD-ROM Drive Error:Please verify that your Frozen Throne disc is in your CD-ROM drive]]}}&lt;br /&gt;
{{Item|text=[[How to migrate files|Problems with file migration?]]}}&lt;br /&gt;
{{InboxHeader|text=In-game}}&lt;br /&gt;
{{Item|text=[[Can't join games?]]}}&lt;br /&gt;
{{Item|text=[[Custom icons not displaying|Channel icons aren't displaying properly?]]}}&lt;br /&gt;
{{Item|text=[[Resolution Fix|Square resolution/black stripes on the sides?]]}}&lt;br /&gt;
{{Item|text=[[Could not find the map file|Could not find the map file]]}}&lt;br /&gt;
{{Item|text=[[Cursor stuck at crosshair]]}}&lt;br /&gt;
}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Eurobattle Wiki]]&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Troubleshooting&amp;diff=2271</id>
		<title>Troubleshooting</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Troubleshooting&amp;diff=2271"/>
		<updated>2020-07-26T08:26:32Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offset|content=&lt;br /&gt;
{{Header|color=blue|size=200|text=[[File:Label Client.png]]}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Textbox|&lt;br /&gt;
{{InboxHeader|text=Installing}}&lt;br /&gt;
{{Item|text=[[VCRUNTIME140.DLL is missing]]}}&lt;br /&gt;
{{Item|text=[[0xc000007b Error]]}}&lt;br /&gt;
{{Item|text=[[api-ms-win-crt-convert-l1-1-0.dll is missing|api-ms-win-crt-convert-l1-1-0.dll is missing (Win XP)]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Launching game}}&lt;br /&gt;
{{Item|text=[[Could not open Game.dll]]}}&lt;br /&gt;
{{Item|text=[[GProxy.exe is missing]]}}&lt;br /&gt;
{{Item|text=[[w3l.exe is missing]]}}&lt;br /&gt;
{{Item|text=[[W3 license keys missing]]}}&lt;br /&gt;
{{Item|text=[[Missing DirectX 8.1 or newer in Warcraft III 1.26]]}}&lt;br /&gt;
{{Item|text=[[Read access violation]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Connecting to server}}&lt;br /&gt;
{{Item|text=[[Unable to validate game version]]}}&lt;br /&gt;
{{Item|text=[[Unable to connect to Battle.net]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Logging in}}&lt;br /&gt;
{{Item|text=[[That account does not exist]]}}&lt;br /&gt;
{{Item|text=[[Your account has been locked]]}}&lt;br /&gt;
{{InboxHeader|text=Joining games}}&lt;br /&gt;
{{Item|text=[[Kicked from lagabuse lobby]]}}&lt;br /&gt;
{{InboxHeader|text=Auto Port Forwarding}}&lt;br /&gt;
{{Item|text=[[There was an error handling the request]]}}&lt;br /&gt;
{{Item|text=[[No delimiter between IP and hostname]]}}&lt;br /&gt;
{{Item|text=[[Unable to connect.. with PF]]}}&lt;br /&gt;
}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Header|color=blue|size=200|text=[[File:Label Warcraft 3.png]]}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Textbox|&lt;br /&gt;
{{InboxHeader|text=Launching}}&lt;br /&gt;
{{Item|text=[[CD-ROM Drive Error:Please verify that your Frozen Throne disc is in your CD-ROM drive]]}}&lt;br /&gt;
{{Item|text=[[How to migrate files|Problems with file migration?]]}}&lt;br /&gt;
{{InboxHeader|text=In-game}}&lt;br /&gt;
{{Item|text=[[Can't join games?]]}}&lt;br /&gt;
{{Item|text=[[Custom icons not displaying|Channel icons aren't displaying properly?]]}}&lt;br /&gt;
{{Item|text=[[Resolution Fix|Square resolution/black stripes on the sides?]]}}&lt;br /&gt;
{{Item|text=[[Could not find the map file|Could not find the map file]]}}&lt;br /&gt;
{{Item|text=[[Cursor stuck as crosshairs]]}}&lt;br /&gt;
}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Eurobattle Wiki]]&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Troubleshooting&amp;diff=2270</id>
		<title>Troubleshooting</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Troubleshooting&amp;diff=2270"/>
		<updated>2020-07-26T08:26:18Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offset|content=&lt;br /&gt;
{{Header|color=blue|size=200|text=[[File:Label Client.png]]}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Textbox|&lt;br /&gt;
{{InboxHeader|text=Installing}}&lt;br /&gt;
{{Item|text=[[VCRUNTIME140.DLL is missing]]}}&lt;br /&gt;
{{Item|text=[[0xc000007b Error]]}}&lt;br /&gt;
{{Item|text=[[api-ms-win-crt-convert-l1-1-0.dll is missing|api-ms-win-crt-convert-l1-1-0.dll is missing (Win XP)]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Launching game}}&lt;br /&gt;
{{Item|text=[[Could not open Game.dll]]}}&lt;br /&gt;
{{Item|text=[[GProxy.exe is missing]]}}&lt;br /&gt;
{{Item|text=[[w3l.exe is missing]]}}&lt;br /&gt;
{{Item|text=[[W3 license keys missing]]}}&lt;br /&gt;
{{Item|text=[[Missing DirectX 8.1 or newer in Warcraft III 1.26]]}}&lt;br /&gt;
{{Item|text=[[Read access violation]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Connecting to server}}&lt;br /&gt;
{{Item|text=[[Unable to validate game version]]}}&lt;br /&gt;
{{Item|text=[[Unable to connect to Battle.net]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Logging in}}&lt;br /&gt;
{{Item|text=[[That account does not exist]]}}&lt;br /&gt;
{{Item|text=[[Your account has been locked]]}}&lt;br /&gt;
{{InboxHeader|text=Joining games}}&lt;br /&gt;
{{Item|text=[[Kicked from lagabuse lobby]]}}&lt;br /&gt;
{{InboxHeader|text=Auto Port Forwarding}}&lt;br /&gt;
{{Item|text=[[There was an error handling the request]]}}&lt;br /&gt;
{{Item|text=[[No delimiter between IP and hostname]]}}&lt;br /&gt;
{{Item|text=[[Unable to connect.. with PF]]}}&lt;br /&gt;
}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Header|color=blue|size=200|text=[[File:Label Warcraft 3.png]]}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Textbox|&lt;br /&gt;
{{InboxHeader|text=Launching}}&lt;br /&gt;
{{Item|text=[[CD-ROM Drive Error:Please verify that your Frozen Throne disc is in your CD-ROM drive]]}}&lt;br /&gt;
{{Item|text=[[How to migrate files|Problems with file migration?]]}}&lt;br /&gt;
{{InboxHeader|text=In-game}}&lt;br /&gt;
{{Item|text=[[Can't join games?]]}}&lt;br /&gt;
{{Item|text=[[Custom icons not displaying|Channel icons aren't displaying properly?]]}}&lt;br /&gt;
{{Item|text=[[Resolution Fix|Square resolution/black stripes on the sides?]]}}&lt;br /&gt;
{{Item|text=[[Could not find the map file|Could not find the map file]]}}&lt;br /&gt;
{{Item|text=[[Cursor stuck at crosshairs]]}}&lt;br /&gt;
}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Eurobattle Wiki]]&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Cursor_stuck_at_crosshair&amp;diff=2269</id>
		<title>Cursor stuck at crosshair</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Cursor_stuck_at_crosshair&amp;diff=2269"/>
		<updated>2020-07-26T08:25:18Z</updated>

		<summary type="html">&lt;p&gt;Cen: Created page with &amp;quot;600px  Set XP compatibility mode on xpam.exe&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:W3_cursor_bug.png|600px]]&lt;br /&gt;
&lt;br /&gt;
Set XP compatibility mode on xpam.exe&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=File:W3_cursor_bug.png&amp;diff=2268</id>
		<title>File:W3 cursor bug.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=File:W3_cursor_bug.png&amp;diff=2268"/>
		<updated>2020-07-26T08:23:48Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Could_not_open_Game.dll&amp;diff=2267</id>
		<title>Could not open Game.dll</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Could_not_open_Game.dll&amp;diff=2267"/>
		<updated>2020-05-29T12:00:23Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Gamedll.jpg]]&lt;br /&gt;
&lt;br /&gt;
There are two known solutions:&lt;br /&gt;
&lt;br /&gt;
1. Install Visual C++ Redistributable x86 2013&lt;br /&gt;
&lt;br /&gt;
2. You have mixed up 1.26 and 1.28 folder on initial install. Reinstall with correct W3 paths.&lt;br /&gt;
&lt;br /&gt;
3. Try removing msvcp120.dll from Warcraft 3 1.28 folder&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Troubleshooting&amp;diff=2266</id>
		<title>Troubleshooting</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Troubleshooting&amp;diff=2266"/>
		<updated>2020-05-07T19:55:14Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offset|content=&lt;br /&gt;
{{Header|color=blue|size=200|text=[[File:Label Client.png]]}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Textbox|&lt;br /&gt;
{{InboxHeader|text=Installing}}&lt;br /&gt;
{{Item|text=[[VCRUNTIME140.DLL is missing]]}}&lt;br /&gt;
{{Item|text=[[0xc000007b Error]]}}&lt;br /&gt;
{{Item|text=[[api-ms-win-crt-convert-l1-1-0.dll is missing|api-ms-win-crt-convert-l1-1-0.dll is missing (Win XP)]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Launching game}}&lt;br /&gt;
{{Item|text=[[Could not open Game.dll]]}}&lt;br /&gt;
{{Item|text=[[GProxy.exe is missing]]}}&lt;br /&gt;
{{Item|text=[[w3l.exe is missing]]}}&lt;br /&gt;
{{Item|text=[[W3 license keys missing]]}}&lt;br /&gt;
{{Item|text=[[Missing DirectX 8.1 or newer in Warcraft III 1.26]]}}&lt;br /&gt;
{{Item|text=[[Read access violation]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Connecting to server}}&lt;br /&gt;
{{Item|text=[[Unable to validate game version]]}}&lt;br /&gt;
{{Item|text=[[Unable to connect to Battle.net]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Logging in}}&lt;br /&gt;
{{Item|text=[[That account does not exist]]}}&lt;br /&gt;
{{Item|text=[[Your account has been locked]]}}&lt;br /&gt;
{{InboxHeader|text=Joining games}}&lt;br /&gt;
{{Item|text=[[Kicked from lagabuse lobby]]}}&lt;br /&gt;
{{InboxHeader|text=Auto Port Forwarding}}&lt;br /&gt;
{{Item|text=[[There was an error handling the request]]}}&lt;br /&gt;
{{Item|text=[[No delimiter between IP and hostname]]}}&lt;br /&gt;
{{Item|text=[[Unable to connect.. with PF]]}}&lt;br /&gt;
}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Header|color=blue|size=200|text=[[File:Label Warcraft 3.png]]}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Textbox|&lt;br /&gt;
{{InboxHeader|text=Launching}}&lt;br /&gt;
{{Item|text=[[CD-ROM Drive Error:Please verify that your Frozen Throne disc is in your CD-ROM drive]]}}&lt;br /&gt;
{{Item|text=[[How to migrate files|Problems with file migration?]]}}&lt;br /&gt;
{{InboxHeader|text=In-game}}&lt;br /&gt;
{{Item|text=[[Can't join games?]]}}&lt;br /&gt;
{{Item|text=[[Custom icons not displaying|Channel icons aren't displaying properly?]]}}&lt;br /&gt;
{{Item|text=[[Resolution Fix|Square resolution/black stripes on the sides?]]}}&lt;br /&gt;
{{Item|text=[[Could not find the map file|Could not find the map file]]}}&lt;br /&gt;
}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Eurobattle Wiki]]&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Unable_to_connect.._with_PF&amp;diff=2265</id>
		<title>Unable to connect.. with PF</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Unable_to_connect.._with_PF&amp;diff=2265"/>
		<updated>2020-05-07T19:54:32Z</updated>

		<summary type="html">&lt;p&gt;Cen: Created page with &amp;quot;You get '''&amp;quot;Unable to connect...&amp;quot;''' when enabling PF and if gproxy debug log is enable you can see towards the end '''&amp;quot;PF thread exited&amp;quot;'''.  One identified reason for this b...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You get '''&amp;quot;Unable to connect...&amp;quot;''' when enabling PF and if gproxy debug log is enable you can see towards the end '''&amp;quot;PF thread exited&amp;quot;'''.&lt;br /&gt;
&lt;br /&gt;
One identified reason for this bug is that you are running 32bit Windows. Download 32bit [https://the.earth.li/~sgtatham/putty/latest/w32/plink.exe plink.exe] and replace it in Eurobattle.net folder.&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Eurobattle.net_WiKi:About&amp;diff=2262</id>
		<title>Eurobattle.net WiKi:About</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Eurobattle.net_WiKi:About&amp;diff=2262"/>
		<updated>2020-04-25T20:28:06Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Eurobattle.net wiki was created in order to provide fast and quality support to those who face problems with server&amp;lt;br /&amp;gt;&lt;br /&gt;
or those who seek tutorials and tools that can be used on the server.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you find any wrong info or you feel like something is missing, feel free to notify us in Technical support at http://eurobattle.net.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Wiki was created and by the following group:&amp;lt;br /&amp;gt;&lt;br /&gt;
niceone&amp;lt;br /&amp;gt;&lt;br /&gt;
silver.&amp;lt;br /&amp;gt;&lt;br /&gt;
the_qq&amp;lt;br /&amp;gt;&lt;br /&gt;
cen&amp;lt;br /&amp;gt;&lt;br /&gt;
luke&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We hope it servers you well.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Best regards, Eurobattle.net staff&lt;br /&gt;
&lt;br /&gt;
[[Category:Eurobattle Wiki]]&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.eurobattle.net/index.php?title=Troubleshooting&amp;diff=2259</id>
		<title>Troubleshooting</title>
		<link rel="alternate" type="text/html" href="http://wiki.eurobattle.net/index.php?title=Troubleshooting&amp;diff=2259"/>
		<updated>2020-04-22T19:34:59Z</updated>

		<summary type="html">&lt;p&gt;Cen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offset|content=&lt;br /&gt;
{{Header|color=blue|size=200|text=[[File:Label Client.png]]}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Textbox|&lt;br /&gt;
{{InboxHeader|text=Installing}}&lt;br /&gt;
{{Item|text=[[VCRUNTIME140.DLL is missing]]}}&lt;br /&gt;
{{Item|text=[[0xc000007b Error]]}}&lt;br /&gt;
{{Item|text=[[api-ms-win-crt-convert-l1-1-0.dll is missing|api-ms-win-crt-convert-l1-1-0.dll is missing (Win XP)]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Launching game}}&lt;br /&gt;
{{Item|text=[[Could not open Game.dll]]}}&lt;br /&gt;
{{Item|text=[[GProxy.exe is missing]]}}&lt;br /&gt;
{{Item|text=[[w3l.exe is missing]]}}&lt;br /&gt;
{{Item|text=[[W3 license keys missing]]}}&lt;br /&gt;
{{Item|text=[[Missing DirectX 8.1 or newer in Warcraft III 1.26]]}}&lt;br /&gt;
{{Item|text=[[Read access violation]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Connecting to server}}&lt;br /&gt;
{{Item|text=[[Unable to validate game version]]}}&lt;br /&gt;
{{Item|text=[[Unable to connect to Battle.net]]}}&lt;br /&gt;
{{InboxHeader|text=}}&lt;br /&gt;
{{InboxHeader|text=Logging in}}&lt;br /&gt;
{{Item|text=[[That account does not exist]]}}&lt;br /&gt;
{{Item|text=[[Your account has been locked]]}}&lt;br /&gt;
{{InboxHeader|text=Joining games}}&lt;br /&gt;
{{Item|text=[[Kicked from lagabuse lobby]]}}&lt;br /&gt;
{{InboxHeader|text=Auto Port Forwarding}}&lt;br /&gt;
{{Item|text=[[There was an error handling the request]]}}&lt;br /&gt;
{{Item|text=[[No delimiter between IP and hostname]]}}&lt;br /&gt;
}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Header|color=blue|size=200|text=[[File:Label Warcraft 3.png]]}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Offset|content=&lt;br /&gt;
{{Textbox|&lt;br /&gt;
{{InboxHeader|text=Launching}}&lt;br /&gt;
{{Item|text=[[CD-ROM Drive Error:Please verify that your Frozen Throne disc is in your CD-ROM drive]]}}&lt;br /&gt;
{{Item|text=[[How to migrate files|Problems with file migration?]]}}&lt;br /&gt;
{{InboxHeader|text=In-game}}&lt;br /&gt;
{{Item|text=[[Can't join games?]]}}&lt;br /&gt;
{{Item|text=[[Custom icons not displaying|Channel icons aren't displaying properly?]]}}&lt;br /&gt;
{{Item|text=[[Resolution Fix|Square resolution/black stripes on the sides?]]}}&lt;br /&gt;
{{Item|text=[[Could not find the map file|Could not find the map file]]}}&lt;br /&gt;
}}&lt;br /&gt;
|offset=50&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Eurobattle Wiki]]&lt;/div&gt;</summary>
		<author><name>Cen</name></author>
		
	</entry>
</feed>