wc3edit.net
https://forum.wc3edit.net/

How can you play maps that don't work in patch 1.24?
http://forum.wc3edit.net/deprotection-cheating-f64/how-can-you-play-maps-that-don-t-work-in-patch-1-24-t20416.html
Page 1 of 1

Author:  YourWrongxD [ February 6th, 2011, 12:01 pm ]
Post subject:  How can you play maps that don't work in patch 1.24?

The tidle says everythig :D

Author:  X3n0nX [ February 6th, 2011, 12:28 pm ]
Post subject:  Re: How can you play maps that don't work in patch 1.24?

Fix the map yourself by editing the J FILE (you must have average knowledge on the programming language called "JASS"). Or, update your Warcraft III: The Frozen Throne to a earlier version like 1.20a/e.

Author:  YourWrongxD [ February 6th, 2011, 12:46 pm ]
Post subject:  Re: How can you play maps that don't work in patch 1.24?

How can you update the patch back to 1.22 or 1.20?
It says your game has already the latest patch

Author:  Kyoshiro [ February 6th, 2011, 1:29 pm ]
Post subject:  Re: How can you play maps that don't work in patch 1.24?

You can download warcraft version switcher and a 1.22 or 1.20 package to play maps that no longer work.

Author:  haxorico [ February 6th, 2011, 5:58 pm ]
Post subject:  Re: How can you play maps that don't work in patch 1.24?

most maps just have the return bug... the way to fix it (IIRC) is the following:

Code:
function returnBug takes unit u returns unit
return u
return null
endfunction

This is an example for a return bug. It has 2 returns, 1 after the other.
Code:
function fix1 takes unit u returns unit
return u
endfunction
function returnBug takes unit u returns unit
call fix1(u)
return u
endfunction

Now those are 2 functions, each returning 1 value.

IIRC that is the method suggested by FatherSpace. Though I can't understand how it works, though it keeps the maps working..

Author:  GeorgeMots [ February 6th, 2011, 6:10 pm ]
Post subject:  Re: How can you play maps that don't work in patch 1.24?

His is perma banned, dont even bother replying.

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/