Page 1 of 1
How can you play maps that don't work in patch 1.24?
Posted: February 6th, 2011, 12:01 pm
by YourWrongxD
The tidle says everythig

Re: How can you play maps that don't work in patch 1.24?
Posted: February 6th, 2011, 12:28 pm
by X3n0nX
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.
Re: How can you play maps that don't work in patch 1.24?
Posted: February 6th, 2011, 12:46 pm
by YourWrongxD
How can you update the patch back to 1.22 or 1.20?
It says your game has already the latest patch
Re: How can you play maps that don't work in patch 1.24?
Posted: February 6th, 2011, 1:29 pm
by Kyoshiro
You can download warcraft version switcher and a 1.22 or 1.20 package to play maps that no longer work.
Re: How can you play maps that don't work in patch 1.24?
Posted: February 6th, 2011, 5:58 pm
by haxorico
most maps just have the return bug... the way to fix it (IIRC) is the following:
Code: Select all
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: Select all
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..
Re: How can you play maps that don't work in patch 1.24?
Posted: February 6th, 2011, 6:10 pm
by GeorgeMots
His is perma banned, dont even bother replying.