<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.1" -->
<rss version="0.92">
<channel>
	<title>Warcraft III World Editor Tutorials Map Making Help Blog</title>
	<link>http://www.3ice.hu/blog</link>
	<description>Warcraft III World Editor</description>
	<lastBuildDate>Sun, 26 Jan 2020 16:48:01 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Movie recommendations from 3ICE</title>
		<description><![CDATA[3ICE Today at 5:24 PM:
I&#039;ve seen 795 movies/series. Top 42 recently: The Witcher, Marriage Story, Game of Thrones, Supernatural, The Expanse, Stranger Things, Black Mirror, Mr. Robot, Breaking Bad, Westworld, Chernobyl, The Big Bang Theory, Star Wars: Episode VIII - The Last Jedi, Star Wars: The Clone Wars, Supergirl, Riverdale, Dexter, Sherlock, Inception, Parks and [...]]]></description>
		<link>http://www.3ice.hu/blog/movie-recommendations-from-3ice/</link>
			</item>
	<item>
		<title>Bookmarklet version of 3ICE&#039;s Youtube Link Optimizer / Cleaner / Shortener / Tracking Remover</title>
		<description><![CDATA[Drag this onto your bookmarks bar:
3ICE&#039;s Youtube Link Optimizer / Cleaner / Shortener / Tracking Remover
Source code for those interested:
javascript:(function(){var l=document.createElement("style");
l.type=&#034;text/css&#034;;l.innerHTML=&#034;a:visited{color:#551A8B;}&#034;;
document.getElementsByTagName(&#034;head&#034;)[0].appendChild(l);
var a=document.getElementsByTagName(&#039;a');
for(var i=0;i&#60;a.length;i++){
if(a[i].href.substr(0,32)==&#034;https://www.youtube.com/watch?v=&#034; &#038;&#038;
a[i].href.length&#62;43&#038;&#038;a[i].href.substr(43,1)!=&#034;#&#034;){
a[i].href=a[i].href.substr(0,43);}}})();
]]></description>
		<link>http://www.3ice.hu/blog/bookmarklet-version-of-3ices-youtube-link-optimizer-cleaner-shortener-tracking-remover/</link>
			</item>
	<item>
		<title>3ICE&#039;s MoveWindow OffScreen (AutoHotkey script)</title>
		<description><![CDATA[Requires AutoHotkey — a free, open-source scripting language providing easy keyboard shortcuts, custom hotkeys, macro-creation, and software automation for Microsoft Windows&#8230;
Screenshot:

What is possible:

What do I use it for?
Two things:

Hiding a window&#039;s title bar by moving it up (Win+W 14 times). For example a full screen windowed game is not always truly 1080p, sometimes only 1040p [...]]]></description>
		<link>http://www.3ice.hu/blog/3ices-movewindow-offscreen-autohotkey-script/</link>
			</item>
	<item>
		<title>How to spot hacked maps</title>
		<description><![CDATA[Hi,
I have 10 GB worth of maps. If — in a popular custom game — I see a question mark instead of the minimap and I begin to download, I immediately know it is a hacked version. (I delete hacked versions after I&#039;ve had my fun with them.)
Here is a minitutorial on how to spot, [...]]]></description>
		<link>http://www.3ice.hu/blog/how-to-spot-hacked-maps/</link>
			</item>
	<item>
		<title>How to download Warcraft III (Legal if you have a CD key) (Illegal if you don&#039;t)</title>
		<description><![CDATA[Do you have the cd key(s)?

Sign up for a Blizzard Account and then log in. Link: battle.net/account/management/
Under &#034;Games &#38; Codes&#034;, click &#034;Add a Game Key&#034;. Link: battle.net/account/management/claim-code.html
Type in your RoC cd key, then click &#034;Redeem Code&#034;.
Repeat steps 2 and 3 with your TFT key too.
Return to the Summary page if you are not automatically taken [...]]]></description>
		<link>http://www.3ice.hu/blog/download-warcraft/</link>
			</item>
	<item>
		<title>Patch Warcraft III to the latest (or a specific) version</title>
		<description><![CDATA[Latest Patch Information:
[Both] battle.net/support/en/article/warcraft-iii-patch-downloads
Specific patches can be found here:
[RoC] ftp.blizzard.com/pub/war3/patches
[TFT] ftp.blizzard.com/pub/war3x/patches

Patch Milestones:

1.01 Welcome to Battle.net!
1.03 Computer AI with three difficulties (Easy) (Normal) (Insane) introduced! 
1.06 Armor types introduced! 
1.13 World Editor receives a lot of upgrades and additions.
1.15 Tiny map size introduced! (32&#215;32)
1.18 Echo Isle added! (My favorite TFT map, download it for RoC here.)
1.21b [...]]]></description>
		<link>http://www.3ice.hu/blog/patch-warcraft/</link>
			</item>
	<item>
		<title>Warcraft III Autorefreshers for PC and MAC</title>
		<description><![CDATA[The best, all in one tool for Hosting Warcraft III games is VCK (Visual Custom Kick). So head over to the download VCK page and get it! It comes with a heavily customizable autorefresher and other great tools. This tutorial will only cover Autorefresh.
Downloading, Installing, and Running shouldn&#039;t be a problem.
First, click Tools:


Click Tools

Then, click [...]]]></description>
		<link>http://www.3ice.hu/blog/autorefresh-pc-mac/</link>
			</item>
	<item>
		<title>Account Closure Information</title>
		<description><![CDATA[(0) Inappropriate account or character name
Blizzard Entertainment has rules for account and character names on Battle.net. The name you had about was disabled because it was deemed inappropriate according to these rules. We are attempting to create a Battle.net environment that is enjoyable and inoffensive for all Battle.net users. Thank you for your understanding.
(1) Advertising [...]]]></description>
		<link>http://www.3ice.hu/blog/account-closure-information/</link>
			</item>
	<item>
		<title>PHP one liner for error404.php</title>
		<description><![CDATA[Copy and paste this into an error404.php file hosted on your PHP-enabled web server:
&#60;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&#62;&#60;html&#62;&#60;head&#62;&#60;title&#62;404 Error: Document Not Found!&#60;/title&#62;&#60;/head&#62;&#60;body&#62;&#60;?php mail("your@email.com","404 report: ".getenv("REQUEST_URI"),getenv("SERVER_NAME").getenv("REQUEST_URI")."nFrom: ".getenv("HTTP_REFERER")."n".getenv("REMOTE_ADDR")." &#38;bull; ".getenv("HTTP_USER_AGENT")."n".date("D M j Y g:i:s a T"),"From: error404-3ice.hu@example.comrn"); ?&#62;&#60;/p&#62;
&#60;h1&#62;Error 404: Document Not Found!&#60;/h1&#62;
&#60;p&#62;The &#60;code&#62;&#60;?php echo getenv("SERVER_NAME").getenv("REQUEST_URI") ?&#62;&#60;/code&#62; page was not found on this server.&#60;/p&#62;
&#60;hr /&#62;
&#60;p [...]]]></description>
		<link>http://www.3ice.hu/blog/php-one-liner-for-error-404-php/</link>
			</item>
	<item>
		<title>How to play sounds in Warcraft? (Imported or Internal)</title>
		<description><![CDATA[Sounds are an important part of Warcraft maps, giving audible feedback to the player. For example every time you complete a quest, the QuestCompleted sound is played (in campaigns).
To play your own sounds, all you have to do is invoke the Sound Editor by pressing F5:


The Sound Editor

Then either import your own sounds (WAV or [...]]]></description>
		<link>http://www.3ice.hu/blog/how-play-sound-warcraft-import-internal/</link>
			</item>
	<item>
		<title>How to allow heroes to get past level 10? Gameplay Constants.</title>
		<description><![CDATA[Seeing heroes over level 10 is common, many maps allow it. But how exactly is this achieved? Two simple steps:

First, open the Gameplay Constants dialog:


Advanced  Gameplay Constants

Then, change the maximum level to whatever you want.


Increase the maximum level

Do not go over level 6500! Better yet, just stay under level 5000 to be safe from [...]]]></description>
		<link>http://www.3ice.hu/blog/how-allow-hero-get-past-level-10-ten-gameplay-constants/</link>
			</item>
	<item>
		<title>Where is the Warcraft 3 World Editor Located?</title>
		<description><![CDATA[Many people don&#039;t know how to access the Warcraft III World Editor. Read about it here: http://www.3ice.hu/blog/how-open-warcraft-world-editor/
]]></description>
		<link>http://www.3ice.hu/blog/where-warcraft-world-editor-located/</link>
			</item>
	<item>
		<title>Changing your cd key in Warcraft 3</title>
		<description><![CDATA[It is almost impossible to get Battle.net-enabled cd keys from key generators (keygen, 1:1000 chance), but getting a cd key online is quite easy (google). After you found a list of cd key comes the testing. It is really slow if you do it with the client (changing the key and connecting to Battle.net), so [...]]]></description>
		<link>http://www.3ice.hu/blog/change-cd-key-warcraft/</link>
			</item>
	<item>
		<title>Do Nothing is EVIL!</title>
		<description><![CDATA[Every time you use this function:


Do Nothing

You call this JASS function:
 function DoNothing takes nothing returns nothing
 endfunction
 
Which takes up valuable processing time.
 By choosing not to use call DoNothing(), you win 12.3% speed increase!
call DoNothing()+return executed 2162 times per milisecond.
 //null+return executed 26668 times per milisecond.
 The real benefit of not using call [...]]]></description>
		<link>http://www.3ice.hu/blog/do-nothing-is-evil/</link>
			</item>
	<item>
		<title>3ICE&#039;s Sliding System for RoC v3.w3m</title>
		<description><![CDATA[3ICE’s Sliding System for RoC is a two dimensional, coordinate-based movement system for Warcraft III RoC and TFT. It is the perfect one step solution for creating Ice/Sliding Mazes in both Reign of Chaos and The Frozen Throne without having to take advanced physics in school. (Because developing your own would require that!) It is [...]]]></description>
		<link>http://www.3ice.hu/blog/3ice-sliding-system-for-roc-v3/</link>
			</item>
	<item>
		<title>How to open the Warcraft 3 World Editor?</title>
		<description><![CDATA[Almost everyone knows how to open the World Editor. But there are still people who could use a few suggestions.
Here is a screenshot of me, opening the editor from my Start Menu:



How to open the World Editor

You can also open the World Editor from the Warcraft III install path:


World Editor.exe in the Warcraft 3 folder

To [...]]]></description>
		<link>http://www.3ice.hu/blog/how-open-warcraft-world-editor/</link>
			</item>
	<item>
		<title>How to delete/organize the Downloaded maps from/in Warcraft 3</title>
		<description><![CDATA[Do you have a lot of maps in your Maps\Download folder? (I collect over 10000 new maps every year!) Clearing out the Download folder really speeds up warcraft, if you host often&#8230; Waiting for all the maps to load is annoying. If you want to keep all your maps but also speed up warcraft, then [...]]]></description>
		<link>http://www.3ice.hu/blog/how-delete-organize-download-maps-warcraft/</link>
			</item>
	<item>
		<title>All about colors (in Warcraft 3)</title>
		<description><![CDATA[We can change the color of: Tooltips, Messages, Dialogs, Map names, Ability descriptions, and basically anything else that is identified as text (type: string) in Warcraft 3.
Hex numbers:
The hexadecimal system uses 16 numeric characters: 0 1 2 3 4 5 6 7 8 9 A B C D E F
Numbers 0 through 9 are just [...]]]></description>
		<link>http://www.3ice.hu/blog/warcraft-color/</link>
			</item>
	<item>
		<title>Javascript one-liner to Disable Right clicking on your site</title>
		<description><![CDATA[A friend asked me to write him a cross-browser right click disabler script, so here it is! Works in all popular browsers and versions. Get it here:
&#60;script type="text/javascript"&#62;&#60;!--
 /* http://www.3ice.hu/blog/no-right-click/ */
 function a(){if(document.all){return false;}}function b(e){if(document.layers&#124;&#124;(document.getElementById&#38;!document.all)){if(e.which==2&#124;&#124;e.which==3){return false;}}}if(document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=b;}else{document.onmouseup=b;document.oncontextmenu=a;}document.oncontextmenu=new Function(&#034;return false&#034;)
 // –&#62;&#60;/script&#62;
Right click disabler scripts will only protect you from really stupid users. Even my grandmother knows [...]]]></description>
		<link>http://www.3ice.hu/blog/no-right-click/</link>
			</item>
	<item>
		<title>Protecting Warcraft 3 maps - Vexorian&#039;s Map Optimizer and other methods</title>
		<description><![CDATA[Protecting Warcraft III maps:
Protecting means damaging a Warcraft III map in a way that the World Editor can not, but the game can still read, load and play it. The editor uses a lot of extra files and headers that Warcraft III doesn&#039;t need. You can safely delete them and still play the map.
Map protection [...]]]></description>
		<link>http://www.3ice.hu/blog/protect-warcraft-maps/</link>
			</item>
	<item>
		<title>3ICE&#039;s Sliding System for RoC v2.w3m</title>
		<description><![CDATA[Version 3 was released!
http://www.3ice.hu/blog/3ice-sliding-system-for-roc-v3/
]]></description>
		<link>http://www.3ice.hu/blog/3ice-sliding-system-for-roc/</link>
			</item>
	<item>
		<title>experts-exchange owned</title>
		<description><![CDATA[I keep bumping into this site: http://www.experts-exchange.com/ on my google results (on programming).
They want me to pay for information provided by the so called &#034;experts&#034; who are actually just other users of the site. So I did what I like doing best&#8230;


 (Click image for 100%) (See expert-exchange-owned-full.jpg for wholepage version)
There are many ways you [...]]]></description>
		<link>http://www.3ice.hu/blog/experts-exchange-owned/</link>
			</item>
	<item>
		<title>Changing the text on Timed Life countdowns</title>
		<description><![CDATA[We are going to change &#034;Water Elemental&#034; to &#034;Poison Elemental&#034; on the expiration timers:


To do this, you can either set up your own custom buff and add it to the Summon Water elemental spell or simply edit the original buff:

Navigate to Object Editor/Buffs/Human/Buff/Water Elemental and rename it to Poison Elemental
Optionally, change the tinting color of [...]]]></description>
		<link>http://www.3ice.hu/blog/timed-life-buff/</link>
			</item>
	<item>
		<title>Affiliate submission rules</title>
		<description><![CDATA[In order to become affiliates with 3ICE.HU, please review these instructions:

1 Make sure your site meets the following three requirements:

Is it related to Warcraft? (Or does it offer content similar to what my website does?)
Does it have enough traffic? (Measured in unique visitors per month) Our stats should be close to each other, or the [...]]]></description>
		<link>http://www.3ice.hu/blog/be-my-affiliate/</link>
			</item>
	<item>
		<title>List of Default Router Passwords</title>
		<description><![CDATA[A few months ago, I made a huge list of usernames and passwords which you can use for accessing your router&#039;s settings page. It currently knows over 1000 models, so you have a good chance of easily finding out your own router&#039;s credentials. This list is extremely useful to people who have lost their manual [...]]]></description>
		<link>http://www.3ice.hu/blog/list-default-router-password/</link>
			</item>
	<item>
		<title>Creating a Difficulty Settings Dialog for your map</title>
		<description><![CDATA[


Select Difficulty Dialog Example

We are going to create a dialog similar to the one you can see above. A dialog requires two separate triggers, one for initializing (setting up variables, adding a title, showing it to the desired player, etc) and an other for handling clicks on our buttons (Event: Dialog Button is Clicked).
Lets start [...]]]></description>
		<link>http://www.3ice.hu/blog/diffdiag/</link>
			</item>
	<item>
		<title>How to enable hosting (What to do when other people can&#039;t join your games)</title>
		<description><![CDATA[Can you host? Because I can. This is how I did it:
Opening port 6112 on your router

 START → Run&#8230;
Type in &#034;cmd&#034; without the quotes
A console window will appear. Type &#034;ipconfig&#034; into it (Without quotes)
Find your local IP address and remember it&#039;s last digit (Usually 192.168.2.1). You will need it later. 
Visit your Default Gateway [...]]]></description>
		<link>http://www.3ice.hu/blog/war3host/</link>
			</item>
	<item>
		<title>Running Warcraft III in windowed mode</title>
		<description><![CDATA[In this posting, I will teach you (if you didn&#039;t already know) how to create a shortcut that runs Warcraft III in windowed mode.


Right click on an empty area of your desktop
Select New&#8230; ==> Shortcut&#8230;
Type in &#034;C:\Program Files\Warcraft III\Warcraft III.exe&#034; -window
Press next
Click Finish
Your Warcraft now runs in windowed mode if you use the shorcut.

If you [...]]]></description>
		<link>http://www.3ice.hu/blog/warcraft3windowed/</link>
			</item>
	<item>
		<title>Introduction</title>
		<description><![CDATA[Hello World!
http://www.3ice.hu/blog/about/ Me, compressed into five pages.
I randomly picked 220 words and phrases from the About page and inserted them here, you are free to read the words, but if I were you, I would read the entire About 3ICE page instead. (That is why the letters are small, gray and linking to the About [...]]]></description>
		<link>http://www.3ice.hu/blog/intro/</link>
			</item>
</channel>
</rss>
